/**
 *
 * Landing Page Specific
 *
 **/
.grid-full-width {
  width: 900px;
}
.grid-small-width {
  width: 430px;
}
.grid-margin-std {
  margin: 10px auto 30px auto;
}
.grid-padding-std {
  padding: 10px 0 10px 0;
}
/*
// TODO:

make Ps on small devices same width as headlines

margin-left: 30px;
margin-right: 30px;
*/
/* These can be moved to general styles: */
.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
.icon-deep-zoom {
  position: absolute;
  width: 18px;
  height: 18px;
  margin-left: -24px;
  margin-top: 3px;
}
a .icon-deep-zoom {
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  margin-left: -14px;
}
a:hover .icon-deep-zoom {
  margin-left: -24px;
  opacity: 1;
}
.appearance-list-item {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
table.zoomed-in {
  border-top: 4px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 15px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
table.zoomed-in th,
table.zoomed-in td {
  width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.zoomed-in td {
  border-top: 1px solid #fff;
}
table.zoomed-in .col-right {
  text-align: right;
}
.zoom-in-wrapper {
  text-align: center;
}
.zoom-in-content {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}
/**/
#slide1 {
  height: 100%;
}
#slide1 hgroup {
  margin-top: 50px;
}
#slide1 hgroup h1 {
  margin-bottom: 0;
  text-align: center;
}
#slide1 hgroup h2 {
  font-size: 32px;
  line-height: 40px;
  margin-left: 30px;
  margin-right: 30px;
}
.flex-slide-fullheight {
  min-height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#slide4 div {
  padding-top: 30px;
  padding-bottom: 50px;
}
#slide4 div h2 {
  margin-top: 30px;
}
#slide4 div strong {
  font-weight: bold;
  color: #111;
}
#landing-primary {
  display: block;
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 1000;
  color: #8c8278;
  margin: 0;
  padding: 0;
}
#landing-primary ol {
  margin: 0;
  padding: 0;
  /*
		padding: 3px 3px 0 3px;
		background-color: rgba(144,130,120,0.4);
		border-radius: 4px;
		*/
}
#landing-primary ol li {
  margin: 0;
  padding: 0;
}
#landing-primary ol li a {
  font-size: 32px;
  line-height: 32px;
  line-height: 20px;
  color: #8c8278;
  text-decoration: none;
  position: relative;
}
#landing-primary ol li a span {
  display: inline-block;
  position: absolute;
  font-size: 16px;
  padding: 4px 8px 3px 8px;
  line-height: 22px;
  /*
					background-color: #fff;
					color: #666;
					border: 1px solid #666;
					border-radius: 15px;
					border: 1px solid #fff;
					border-radius: 7px;
					*/
  color: #fff;
  background-color: rgba(144, 130, 120, 0.4);
  right: -40px;
  opacity: 0;
  transition-duration: 0.3s;
  margin-top: -4px;
}
#landing-primary ol li a:hover span {
  right: 20px;
  opacity: 1;
}
#landing-primary ol li a.active {
  color: #000 !important;
  text-decoration: none;
}
#landing-primary ol li a:hover,
#landing-primary ol li a.active:hover {
  color: #666;
  color: #fff;
}
main.landing-page {
  display: block;
  padding: 0;
}
main.landing-page header {
  position: fixed;
}
main.landing-page section {
  width: auto;
  height: 100%;
}
.btn {
  display: inline-block;
  padding: 3px 6px;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #8b8178;
  width: 100%;
  text-decoration: none;
  color: #8b8178;
}
.btn:hover {
  color: #fff;
  background-color: #8b8178;
}
.inline-details {
  text-align: center;
}
.inline-details section {
  display: block;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}
.image-slide,
.text-slide {
  /*
	min-height: 60%;
	*/
  clear: both;
}
.image-slide {
  display: block;
  width: 100%;
  height: 100% !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  min-height: 100%;
  height: auto;
  overflow: hidden;
}
.image-slide h1 {
  display: block;
  float: none;
  margin-bottom: 50px;
  /*
		position: relative;
*/
  text-align: center;
  color: #fff;
  font-size: 120px;
  font-size: 150px;
  line-height: 115px;
  max-width: 100% !important;
  /*		top: 35%;*/
  text-shadow: 0px 1px 2px rgba(150, 150, 150, 0.7);
}
/* 460, 480, 960*/
#slide3 h1 {
  margin-top: 15%;
  margin-bottom: 50px;
}
#slide3 p {
  color: #fff;
  max-width: 600px;
  max-width: 480px;
  width: 480px;
  max-width: 90% !important;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#slide4 h1 {
  /*
		margin-top: 15%;
		*/
}
#slide4 p {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.landing-col-half {
  display: block;
  float: left;
  width: 460px;
  margin: 10px;
  width: 440px;
  margin: 10px 0;
  width: 450px;
  padding-right: 10px;
}
.landing-col-half-right {
  margin-right: 39px !important;
}
.landing-col-half-right h3 {
  text-align: right;
}
.col-berufsgruppe {
  margin: 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 430px;
}
.col-berufsgruppe h3 {
  width: 80%;
  border-bottom: 6px solid #8b8178;
  margin: auto;
  text-transform: uppercase;
  font-family: alternate-gothic-no-2-d, "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 34px;
}
.col-berufsgruppe.landing-col-half-right {
  float: right;
}
.col-berufe {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 450px;
  height: 430px;
  background-color: #8b8178;
}
.col-berufe ul {
  margin-left: 50px;
  margin-right: 50px;
}
.col-berufe li {
  color: #fff;
}
#slide4x {
  margin-bottom: 20px;
}
#slide4x .landing-col-half {
  display: block;
  float: left;
  width: 460px;
  margin: 10px;
  width: 440px;
  margin: 10px 0;
  width: 450px;
  padding-right: 10px;
}
#slide4x .leadIn {
  text-align: center;
  text-align: left;
  color: #8b8178;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-top: 35px;
}
#slide4x .leadIn span {
  color: #111;
}
#slide4x p {
  margin-right: 5px;
}
#slide4x p.lead {
  margin-bottom: 0px;
}
#slide4x h2.lead {
  color: #8b8178;
  text-align: left;
  text-transform: none;
}
#slide4x h2.lead span {
  color: #111;
}
#slide4x h3.lead {
  text-align: left;
}
#slide5 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slide5 p {
  max-width: 600px;
  max-width: 480px;
  width: 480px;
  max-width: 90% !important;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #fff;
}
.slide-flex-center {
  height: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.slide-flex-center p {
  max-width: 600px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #fff;
}
#slide6 p {
  color: #111;
  width: auto;
  max-width: 600px;
  text-align: left;
}
#slide6 p.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
#slide6 p.lead {
  color: #8b8178;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  max-width: 100%;
  margin-top: 35px;
}
#slide6 .landing-col-half {
  /*
		display: block;
		float: left;
		width: 470px;
		padding-right: 10px;
*/
}
#slide6 .landing-col-half p {
  text-align: left;
}
#slide6 .landing-col-half h2.lead {
  color: #8b8178;
}
#slide6 .landing-col-half h2.lead span {
  color: #111;
}
#slide7 {
  padding-bottom: 60px;
}
#slide7 h1 {
  margin-top: 10%;
}
#slide7 p {
  color: #fff;
  width: 480px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 90% !important;
}
#slide7 p a,
#slide7 p a:visited {
  color: #fff;
}
#slide7 p a:hover,
#slide7 p a:visited:hover {
  color: #000;
}
#slide8 {
  padding-bottom: 30px;
}
#slide8 h2 {
  margin-top: 30px;
}
#border-8-to-9 {
  display: block;
  width: 920px;
  height: 7px;
  background-color: #8b8178;
  margin: 60px auto 80px auto;
}
#slide9 {
  min-height: auto !important;
  height: auto !important;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed.dashed-borderleftalign {
  padding-left: 20px;
}
ul.dashed > li {
  text-indent: -5px;
  text-indent: 0;
}
ul.dashed > li:before {
  content: "–";
  display: block;
  float: left;
  text-indent: -25px;
  text-indent: 0px;
  margin-left: -20px;
}
ul.paragraph {
  list-style-type: none;
  text-align: left;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
ul.paragraph a {
  text-decoration: underline;
}
.list-on-image {
  color: #fff;
}
.list-on-image a,
.list-on-image a:hover,
.list-on-image a:visited {
  color: #fff;
}
.poster {
  color: #000;
  text-shadow: none;
  display: block;
  float: none;
  text-align: center;
  font-size: 100px;
  line-height: 100px;
  font-size: 150px;
  line-height: 130px;
  letter-spacing: -1px;
  margin-bottom: 70px;
  max-width: 100% !important;
}
.medium {
  color: #000;
  text-shadow: none;
  display: block;
  float: none;
  text-align: center;
  font-size: 120px;
  line-height: 110px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  max-width: 100% !important;
}
.contact-big {
  color: #000;
  text-shadow: none;
  display: block;
  float: none;
  text-align: center;
  font-size: 100px;
  line-height: 100px;
  font-size: 150px;
  line-height: 130px;
  letter-spacing: -1px;
  margin-bottom: 70px;
  max-width: 100% !important;
  margin: 20px auto;
}
section.text-slide {
  display: block;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 50px;
}
section.slide-980 {
  display: block;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 50px;
}
div.third-wrapper {
  max-width: 1300px;
}
div.landing-col-third {
  display: block;
  float: left;
  max-width: 400px;
  width: 29%;
  margin: 2%;
}
div.landing-col-third img {
  max-width: 100%;
}
section.stdlayout {
  display: block;
  text-align: left;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-top: 20px;
  padding-bottom: 60px;
}
section #contactForm div.teiler {
  display: block;
  float: left;
  width: 50%;
}
section #contactForm div.teiler input,
section #contactForm div.teiler select {
  width: 90%;
  display: block;
}
h2.bordered {
  border-bottom: 7px solid #8b8178;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
h2.bordered span {
  color: #8b8178;
}
ul.corporate {
  margin: 10px 0;
  list-style-type: none;
  padding: 0px;
}
ul.corporate li {
  background: url(../media/img/2015/byebyepaper/bulletpoint.gif) 0px 10px no-repeat;
  padding-left: 20px;
  margin-bottom: 5px;
}
ul.corporate li strong {
  font-weight: 700;
}
.landing-col-wrapper-wide {
  display: block;
  width: 920px;
  margin-left: -230px;
}
.landing-col-wrapper-wide2 {
  display: block;
  width: 960px;
  margin-left: -200px;
}
/* Update 2018: cleaner templating system */
.hr {
  height: 0px;
  margin: 40px auto 80px auto;
  border-top: none;
  border-bottom: 7px solid #8b8178;
  width: 100%;
  max-width: 900px;
}
.clear {
  clear: both;
}
.grid-vcenter {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.grid-mb-50 {
  margin-bottom: 50px !important;
}
.grid-mb-80 {
  margin-bottom: 80px !important;
}
.grid-right {
  float: right !important;
}
.grid-wide {
  display: block;
  text-align: left;
  width: 900px;
  margin: 10px auto 30px auto;
  padding: 10px 0 10px 0;
}
.grid-small {
  display: block;
  text-align: left;
  width: 430px;
  margin: 10px auto 30px auto;
  padding: 10px 0 10px 0;
}
.grid-half {
  float: left;
  margin: 0px;
  width: 430px;
  max-width: 100%;
  padding: 0 10px 0 10px;
}
.grid-half.grid-img {
  width: 450px;
  padding: 0;
}
.grid-half.grid-person {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  width: 350px;
  max-width: 100%;
  padding: 50px;
}
.grid-half.grid-right h3 {
  text-align: right;
}
img.grid-person-img {
  width: 100%;
}
/* RESPONSIVENESS */
@media only screen and (max-width: 1080px) {
  .landing-col-wrapper-wide2 {
    width: 700px;
    margin-left: 0px;
  }
  #border-8-to-9 {
    width: 80%;
    max-width: 90%;
    height: 7px;
    margin: 50px auto 60px auto;
  }
}
@media only screen and (max-width: 980px) {
  .grid-wide {
    width: 800px;
  }
  .grid-half {
    width: 380px;
    height: 380px;
  }
  .grid-half.grid-img {
    width: 400px;
    padding: 0;
  }
  .grid-half.grid-person {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 340px;
    width: 340px;
    padding: 30px;
  }
  .landing-col-half {
    width: 380px;
  }
  .landing-col-wrapper-wide,
  .landing-col-wrapper-wide2 {
    width: 800px;
    max-width: 100%;
    margin-left: 0px;
  }
  #slide4 .leadIn,
  #slide6 p.lead {
    max-width: 75%;
  }
  div.landing-col-third {
    max-width: 90%;
    width: 90%;
    margin: 5%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  div.third-wrapper {
    max-width: 100%;
  }
  .poster,
  .contact-big {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -1px;
    margin-bottom: 50px;
  }
  .col-berufsgruppe {
    text-align: left !important;
  }
}
@media only screen and (max-width: 805px) {
  .grid-wide {
    width: 500px;
  }
  .grid-wide h1 {
    padding: 0 10px;
  }
  .grid-wide p {
    text-align: left;
    padding: 0 10px;
    max-width: 90% !important;
  }
  .grid-half {
    width: 480px;
    height: 480px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .grid-half.grid-img {
    width: 400px;
    padding: 0;
    height: 400px;
  }
  .grid-half.grid-person {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 360px;
    padding: 20px;
    margin-bottom: 30px;
  }
  .grid-half.col-berufsgruppe {
    width: 478px;
    max-width: 90%;
    height: auto;
    padding-left: 10px;
  }
  .grid-half.col-berufsgruppe h3 {
    margin: 10px auto 15px auto;
    width: 100%;
  }
  .grid-half.col-berufsgruppe.grid-right h3 {
    text-align: left !important;
  }
  .grid-half.col-berufe {
    background-color: transparent;
    color: #8b8178;
    align-items: left;
    height: auto;
  }
  .grid-half.col-berufe li {
    color: #8b8178;
  }
  .grid-half.col-berufe ul.dashed {
    padding-left: 23px;
    margin: 10px auto 25px 0;
  }
  .image-slide h1 {
    display: block;
    width: 480px;
    font-size: 80px;
    line-height: 75px;
    letter-spacing: -1px;
    margin: 20px auto 50px auto;
    text-align: left;
    max-width: 100% !important;
    max-width: 90% !important;
  }
  h1.medium,
  h1.poster,
  h1.contact-big {
    font-size: 73px;
    line-height: 70px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    text-align: left;
    max-width: 100% !important;
    max-width: 90% !important;
  }
  h1.contact-big {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 596px) {
  .grid-wide {
    width: 500px;
  }
  .grid-half {
    width: 480px;
    height: 480px;
  }
  .landing-col-half {
    width: 450px;
  }
  .landing-col-wrapper-wide,
  .landing-col-wrapper-wide2 {
    width: 450px;
    margin-left: 0px;
  }
  .logo {
    margin-bottom: 50px;
  }
  h1 {
    font-size: 70px !important;
    line-height: 70px !important;
    letter-spacing: -1px;
    margin-bottom: 30px;
  }
  #slide1 h1 {
    margin-top: 30px;
  }
  section p,
  section h2,
  section h3,
  section h4 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .landing-col-half {
    padding-left: 0;
  }
  .landing-col-half-right {
    text-align: left;
    float: left;
    margin: auto;
    margin-right: 0 !important;
    padding-left: 0;
  }
  .landing-col-half-right h3 {
    text-align: left;
    width: 80%;
    margin: auto;
  }
}
