/* LESS Document */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v29-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* #b1bec7; */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #f39200;
  line-height: 30px;
}
section,
header {
  max-width: 1680px;
  margin: 0 auto;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1.8px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 8px 0;
  margin-bottom: 40px;
  margin-top: 0px;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: 0px 0 20px;
  letter-spacing: 0.7px;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: -5px 0;
  letter-spacing: 0.7px;
  color: #df2d2d;
}
h4 {
  font-size: 22px;
}
a {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
a:hover,
a:focus {
  color: #575756;
  text-decoration: none;
  outline: 0;
}
hr {
  border-color: #ccc;
  margin-bottom: 0px;
  margin-top: 20px;
}
img.shadowed {
  -webkit-box-shadow: 9px 8px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 9px 8px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 9px 8px 10px 0px rgba(0, 0, 0, 0.18);
}
.content-container ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}
.content-container ul li:before {
  color: #00569d;
  content: "\2022";
  /* /2022 is the numerical unicode for &bull; */
  font-size: 1em;
  /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right: .25em;
  /* give the bullet some padding from the text Make sure to use em*/
  margin-left: -9px;
}
.no-break {
  white-space: nowrap;
}
.logo-mobile {
  position: absolute;
  width: 110px;
  top: 9px;
  left: 10px;
  z-index: 5000;
}
.logo {
  position: absolute;
  top: 33px;
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 200px;
    top: 21px;
  }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .logo {
    top: 23px;
  }
}
header {
  height: 576px;
  background: top center no-repeat;
  background-size: cover;
  position: relative;
}
header .container {
  position: relative;
  display: table;
}
.content-area {
  padding-top: 110px;
  padding-bottom: 80px;
  font-size: 18px;
}
.content-area-small {
  padding-top: 80px;
  padding-bottom: 70px;
  font-size: 19px;
  font-weight: 400;
}
.section-colored {
  background-color: #00569d;
  color: #000;
}
.section-colored a {
  color: #000;
  text-decoration: none;
}
.section-colored-secondary {
  background-color: #fff5e9;
  color: #000;
}
.section-colored-secondary a {
  color: #f39200;
  text-decoration: none;
}
.section-colored-secondary a:hover,
.section-colored-secondary a:focus {
  color: #575756;
  text-decoration: none;
}
.section-colored-striped {
  background: url("../img/htg-stiped.jpg") repeat-x;
  color: #a3a3a3;
  font-size: 18px;
}
.section-colored-striped a {
  color: #a3a3a3;
  text-decoration: none;
}
.broschueren-area {
  margin-top: -50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .broschueren-area {
    margin-top: 20px;
  }
}
@media (min-width: 991px) {
  .broschueren-area {
    margin-top: 85px;
  }
}
.section-teaser {
  background-color: #f39200;
  color: #fff;
  /* ab md */
  /* ab 1100 */
  /* ab lg */
}
.section-teaser.yellow {
  background-color: #e1b649;
}
.section-teaser .row {
  margin: 0;
}
.section-teaser .teaser-item {
  position: relative;
  padding: 0px;
}
.section-teaser .teaser-item.text-item {
  /* xlg*/
  padding: 60px 60px 60px;
}
.section-teaser .teaser-item img.img-animation {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.section-teaser .bild1_2,
.section-teaser .bild2_2,
.section-teaser .bild3_2,
.section-teaser .bild4_2 {
  display: none;
}
@media (max-width: 767px) {
  .section-teaser .teaser-item.text-item {
    padding: 60px 20px 60px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .section-teaser .teaser-item.text-item {
    padding: 32px 35px 0;
    font-size: 15px;
    line-height: 22px;
  }
  .section-teaser .teaser-item.text-item h2 {
    font-size: 18px;
    margin: 0px 0 9px;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .section-teaser .teaser-item.text-item {
    padding: 37px 37px 0;
    font-size: 16px;
    line-height: 23px;
  }
  .section-teaser .teaser-item.text-item h2 {
    font-size: 19px;
    margin: 0px 0 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1460px) {
  .section-teaser .teaser-item.text-item {
    padding: 47px 47px 0;
    font-size: 17px;
    line-height: 26px;
  }
  .section-teaser .teaser-item.text-item h2 {
    font-size: 19px;
    margin: 0px 0 14px;
  }
}
.section-teaser .img-responsive {
  width: 100%;
}
footer {
  background: #fff;
  min-height: 175px;
  color: #9da0a2;
  font-weight: 600;
  padding-top: 75px;
}
footer p {
  margin-top: 45px;
  margin-bottom: 45px;
}
footer a {
  color: #9da0a2;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.9px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px 10px;
}
footer a:hover {
  color: #9da0a2;
}
#cookieLayer a {
  color: #fff;
  text-decoration: underline;
}
#cookieLayer a:hover {
  color: #fff;
  text-decoration: underline;
}
#cookieLayer {
  color: #fff;
  text-align: left;
  background: #919191;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #cookieLayer {
    font-size: 16px;
    line-height: 21px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#cookieLayer .container {
  position: relative;
}
#cookieLayer .text-block {
  max-width: 1000px;
  padding-right: 20px;
}
#cookieLayerCloser {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 21px;
  height: 21px;
  background: url('../img/close-cross.png');
  cursor: pointer;
}
.navbar {
  border: none;
  border-radius: 0;
  min-height: 160px;
  margin-bottom: 0;
  /* sm */
}
@media (max-width: 767px) {
  .navbar {
    min-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    min-height: 80px;
  }
}
.navbar-nav > li > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 33px 0 3px 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    /* xs */
    font-size: 13px;
    padding-bottom: 7px;
    padding-top: 8px;
  }
}
.navbar-nav > li.current a {
  font-family: 'Open Sans', sans-serif;
  color: #9da0a2 !important;
}
.navbar-inverse {
  background: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9da0a2;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #9da0a2;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #9da0a2;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #9da0a2;
}
.navbar-fixed-top .navbar-collapse,
.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
/* Navigation Desktop  */
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: right;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  .navbar-nav > li {
    padding-left: 13px;
    padding-right: 12px;
  }
}
/* Navigation iPad Querformat */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > li {
    padding-left: 12px;
    padding-right: 11px;
  }
  .navbar {
    min-height: 140px;
  }
  .navbar-nav > li > a {
    padding: 28px 0 3px 0;
  }
}
/* Navigation iPad Hochformat */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li {
    padding-left: 9px;
    padding-right: 9px;
  }
  .navbar-nav > li a {
    font-size: 14px;
    padding: 25px 0 3px 0;
  }
  .navbar {
    min-height: 120px;
  }
}
.navbar-toggle {
  float: right;
  margin-top: 8px;
  margin-left: 10px;
  padding: 12px 10px;
  border-radius: 0px;
  border: 3px solid #9da0a2;
}
.navbar-inverse .navbar-toggle {
  background-color: #f39200;
}
.navbar-inverse .navbar-toggle:hover {
  background-color: #f39200;
}
/* Navigation mobile */
@media (max-width: 767px) {
  /* Margin Navigation in xs */
  .navbar .navbar-nav {
    margin-left: 0px;
    width: 90%;
  }
  .navbar-nav > li {
    padding-left: 15px;
    text-align: center;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    min-height: 380px !important;
  }
}
