@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/pt-sans-narrow-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-narrow-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html, body {
  margin: 0;
  padding: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
 background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

.text {
  color: #2b497c;
}


/* ---------- TOPLINE ---------- */

.topline {
  background-color: #fff;
  padding: 25px 0 25px 0;
}

.topline ul {
  text-align: right;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .topline ul {
    margin: 40px 0 0 0;
    text-align: left;
  }
}

.topline ul li a {
  text-transform: uppercase;
  color: #0e3171;
  font-size: 14px;
  font-family: FFZwoWebPro;
}

.topline ul li:nth-child(3) a:before {
  content: url('/images/layout/navigation/icon-haendlersuche.svg');
  padding-right: 6px;
  vertical-align: -5px;
}

.topline ul li:nth-child(4) a:before {
  content: url('/images/layout/navigation/icon-downloads.svg');
  padding-right: 6px;
  vertical-align: -5px;
}

.topline ul li:nth-child(3) a,
.topline ul li:nth-child(4) a {
  color: #35558e;
}

.topline ul li a:hover,
.topline ul li.active a {
  font-family: FFZwoWebProBold;
  color: #6b7288;
}

.topline ul li:nth-child(3) a:hover,
.topline ul li:nth-child(4) a:hover,
.topline ul li:nth-child(3).active a,
.topline ul li:nth-child(4).active a {
  color: #9198ac;
}

.topline-xs {
  background-color: #fff;
}

.topline-xs > div {
  background-color: #fff;
}

.topline-xs > div ul {
  padding: 5px 10px 5px 10px;
}

.topline-xs > div a {
  color: #6b7288;
  font-size: 13px;
}

.topline-xs ul li:nth-child(3) a:before {
/*
  content: url('/images/layout/navigation/icon-haendlersuche.svg');
  zoom: 0.6;
  padding-right: 6px;
  vertical-align: -5px;
*/
}

.topline-xs ul li:nth-child(4) a:before {
/*
  content: url('/images/layout/navigation/icon-downloads.svg');
  zoom: 0.6;
  padding-right: 6px;
  vertical-align: -5px;
*/
}

.topline-xs > div a:nth-child(3),
.topline-xs > div a:nth-child(4) {
  color: #9198ac;
}

.topline-xs > div li a:hover,
.topline-xs > div li.active a {
  font-family: FFZwoWebProBold;
  color: #9198ac;
}

/* ---------- /TOPLINE ---------- */

.headLine {
  color: #0d2d6a;
  text-transform: uppercase;
  height: 250px;
  padding-top: 100px;
}  

@media (max-width: 480px) {
  .headLine {
    height: 160px;
    padding-top: 20px;
  }  
}

.headLine h2 {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
}

.headLine h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 1px;
	font-weight: bold;
  font-family: PT Sans Narrow Bold,serif;
}

/* ---------- NAVIGATION ---------- */

.navigation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  heigth: 54px;
  background-color: rgba(255, 255, 255, 0.45)
}

.navigation-wrapper .navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  margin: 0;
}

.navigation-wrapper .navbar-default,
.navigation-wrapper .navbar-default .navbar-collapse,
.navbar-xs .navbar-collapse {
  background-color: transparent;
  border-color: transparent;
}

.navigation-wrapper .container-fluid {
  padding-left: 0 !important;
}

.navbar-collapse {
  box-shadow: none;
}

.navigation-wrapper .navbar-brand,
.navigation-wrapper .navbar-brand:hover,
.navigation-wrapper .navbar-brand:focus {
  height: 50px;
  background-color: #bc0732;
}

.navigation-wrapper .navbar-brand img {
  margin-top: 4px;
}

.navigation-wrapper .navbar a,
.navbar-xs a {
  font-family: FFZwoWebPro;
  text-transform: uppercase;
  font-weight: normal;
	font-style: normal;
  font-size: 15px;
  color: #fff !important;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 28px;
}

/*
@media (min-width: 768px) {
  .navigation-wrapper #main-navigation > ul > li:last-child > a {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
*/

@media (min-width: 768px) {
  .navigation-wrapper #main-navigation {
    padding-left: 0;
  }

  .navigation-wrapper .navbar a {
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (min-width: 950px) {
  .navigation-wrapper .navbar a {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (min-width: 999px) {
  .navigation-wrapper .navbar a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 970px) {
  .navigation-wrapper .navbar a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .navigation-wrapper .navbar a {
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.navigation-wrapper .navbar li ul {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: transparent;
}

.navigation-wrapper .navbar li ul li a {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .navigation-wrapper .navbar li ul li a {
    font-size: 15px;
  
  }
}
.iconLink a {
    padding-left: 7px !important;
    padding-right: 7px  !important;
}

.navigation-wrapper ul.nav.navbar-nav li:nth-child(1),
.navigation-wrapper ul.nav.navbar-nav li:nth-child(1) .dropdown-menu,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(1) .dropdown-menu li,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(1) .dropdown-menu li a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(1) .dropdown-menu li a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(1).open > a,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(1).open > a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(1).open > a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(1) a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(1) a:focus,
.navbar-xs ul.nav.navbar-nav li:nth-child(1),
.navbar-xs ul.nav.navbar-nav li:nth-child(1) .dropdown-menu li,
.navbar-xs ul.nav.navbar-nav li:nth-child(1).open > a {
  background: #0e3171 !important;
}

.navigation-wrapper ul.nav.navbar-nav li:nth-child(2),
.navigation-wrapper ul.nav.navbar-nav li:nth-child(2) .dropdown-menu,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(2) .dropdown-menu li,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(2) .dropdown-menu li a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(2) .dropdown-menu li a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(2).open > a,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(2).open > a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(2).open > a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(2) a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(2) a:focus,
.navbar-xs ul.nav.navbar-nav li:nth-child(2),
.navbar-xs ul.nav.navbar-nav li:nth-child(2) .dropdown-menu li,
.navbar-xs ul.nav.navbar-nav li:nth-child(2).open > a {
  background: #153A7C !important;
}

.navigation-wrapper ul.nav.navbar-nav li:nth-child(2) ul li:nth-child(7),
.navigation-wrapper ul.nav.navbar-nav li:nth-child(2) ul li:nth-child(8),
.navbar-xs ul.nav.navbar-nav li:nth-child(2) ul li:nth-child(7),
.navbar-xs ul.nav.navbar-nav li:nth-child(2) ul li:nth-child(8) {
  display: none;
}

.navigation-wrapper ul.nav.navbar-nav li:nth-child(3),
.navigation-wrapper ul.nav.navbar-nav li:nth-child(3) .dropdown-menu,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(3) .dropdown-menu li,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(3) .dropdown-menu li a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(3) .dropdown-menu li a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(3).open > a,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(3).open > a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(3).open > a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(3) a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(3) a:focus,
.navbar-xs ul.nav.navbar-nav li:nth-child(3),
.navbar-xs ul.nav.navbar-nav li:nth-child(3) .dropdown-menu li,
.navbar-xs ul.nav.navbar-nav li:nth-child(3).open > a {
  background: #35558e !important;
}

.navigation-wrapper ul.nav.navbar-nav li:nth-child(4),
.navigation-wrapper ul.nav.navbar-nav li:nth-child(4) .dropdown-menu,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(4) .dropdown-menu li,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(4) .dropdown-menu li a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(4) .dropdown-menu li a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(4).open > a,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(4).open > a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(4).open > a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(4) a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(4) a:focus,
.navbar-xs ul.nav.navbar-nav li:nth-child(4),
.navbar-xs ul.nav.navbar-nav li:nth-child(4) .dropdown-menu li,
.navbar-xs ul.nav.navbar-nav li:nth-child(4).open > a {
  background: #4e6b9e !important;
}

.navigation-wrapper ul.nav.navbar-nav li:nth-child(5),
.navigation-wrapper ul.nav.navbar-nav li:nth-child(5) .dropdown-menu,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(5) .dropdown-menu li,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(5) .dropdown-menu li a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(5) .dropdown-menu li a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(5).open > a,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(5).open > a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(5).open > a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(5) a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(5) a:focus,
.navbar-xs ul.nav.navbar-nav li:nth-child(5),
.navbar-xs ul.nav.navbar-nav li:nth-child(5) .dropdown-menu li,
.navbar-xs ul.nav.navbar-nav li:nth-child(5).open > a {
  background: #717B9B !important;
}

.navigation-wrapper ul.nav.navbar-nav li:nth-child(6),
.navigation-wrapper ul.nav.navbar-nav li:nth-child(6) .dropdown-menu,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(6) .dropdown-menu li,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(6) .dropdown-menu li a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(6) .dropdown-menu li a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(6).open > a,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(6).open > a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(6).open > a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(6) a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(6) a:focus,
.navbar-xs ul.nav.navbar-nav li:nth-child(6),
.navbar-xs ul.nav.navbar-nav li:nth-child(6) .dropdown-menu li,
.navbar-xs ul.nav.navbar-nav li:nth-child(6).open > a {
  background: #717B9B !important;
}
.navigation-wrapper ul.nav.navbar-nav li:nth-child(7),
.navigation-wrapper ul.nav.navbar-nav li:nth-child(7) .dropdown-menu,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(7) .dropdown-menu li,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(7) .dropdown-menu li a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(7) .dropdown-menu li a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(7).open > a,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(7).open > a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(7).open > a:focus,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(7) a:hover,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(7) a:focus,
.navbar-xs ul.nav.navbar-nav li:nth-child(7),
.navbar-xs ul.nav.navbar-nav li:nth-child(7) .dropdown-menu li,
.navbar-xs ul.nav.navbar-nav li:nth-child(7).open > a {
  background: #717B9B !important;
}
.navigation-wrapper ul.nav.navbar-nav li ul.dropdown-menu {
  padding: 0;
}

.navigation-wrapper ul.nav.navbar-nav li ul.dropdown-menu li ul {
  padding: 0 !important;
}

.navigation-wrapper ul.nav.navbar-nav li ul.dropdown-menu li.dropdown > a::after,
.navbar-xs ul.nav.navbar-nav li ul.dropdown-menu li.dropdown > a::after {
  content: url('/images/layout/navigation/pfeil-links-weiss.svg');
  padding-left: 6px;
  vertical-align: -1px;
}

.navigation-wrapper ul.nav.navbar-nav li ul.dropdown-menu li.dropdown > a.open,
.navbar-xs ul.nav.navbar-nav li ul.dropdown-menu li.dropdown > a.open {
  color: #fff !important;
}

.navigation-wrapper ul.nav.navbar-nav li ul.dropdown-menu li.dropdown > a.open::after,
.navbar-xs ul.nav.navbar-nav li ul.dropdown-menu li.dropdown > a.open::after {
  content: url('/images/layout/navigation/pfeil-runter-blau.svg');
}

.navigation-wrapper .navbar li ul li ul,
.navbar-xs li ul li ul {
  height: 0px;
  overflow: hidden;
  padding: 0;
  list-style: none;
}

.navbar-xs li ul li ul li:nth-child(1) {
  padding-top: 10px;
}

.navbar-xs li ul li ul li:nth-last-child(1) {
  padding-bottom: 10px;
}

.navbar-xs li ul li ul li {
  padding-left: 25px;
}

.navigation-wrapper ul.nav.navbar-nav li ul li ul li a {
  display: block;
  white-space: nowrap;
}

.navigation-wrapper ul.nav.navbar-nav li:nth-child(1) ul.dropdown-menu li ul *,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(1) ul.dropdown-menu li ul li a:hover,
.navbar-xs ul.nav.navbar-nav li:nth-child(1) ul.dropdown-menu li ul * {
  background: #9198ac !important;
}

.navigation-wrapper ul.nav.navbar-nav li:nth-child(2) ul.dropdown-menu li ul *,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(2) ul.dropdown-menu li ul li a:hover,
.navbar-xs ul.nav.navbar-nav li:nth-child(2) ul.dropdown-menu li ul * {
  background: #9198ac !important;
}

.navigation-wrapper ul.nav.navbar-nav li:nth-child(3) ul.dropdown-menu li ul *,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(3) ul.dropdown-menu li ul li a:hover,
.navbar-xs ul.nav.navbar-nav li:nth-child(3) ul.dropdown-menu li ul * {
  background: #4e6b9e !important;
}

.navbar-xs {
  margin: 0;
  background-color: #fff;
  border: none;
}

.navbar-xs .navbar-toggle,
.navbar-xs .navbar-toggle:hover {
  float: left;
  background-color: #b60016;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.navigation-wrapper .dropdown-menu {
  box-shadow: none;
}

.navigation-wrapper ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

/* ---------- /NAVIGATION ---------- */


/* ---------- HEADLINES ---------- */

  h1 {
    font-family: PT Sans Narrow,serif;
		font-weight: bold;
    font-size: 40px;
    color: #0D2D6A;
    padding: 0;
    margin: 40px 0 10px 0;
  }

  @media (min-width: 768px) {
    font-size: 54px;
  }

  @media (max-width: 480px) {
    h1 {
      font-size: 36px;
      -moz-hyphens: auto;
      -o-hyphens: auto;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; 
    }  
  }

  h1 small {
    font-family: PT Sans Narrow,serif;
    font-size: 24px;
    line-height: 36px;
    color: #0D2D6A;
    display: block;
    word-wrap:break-word;
  }

/* ---------- /HEADLINES ---------- */

.no-space {
  padding: 0;
  margin: 0;
}

.startIntro {
  background-image: url(/images/layout/hg-intro-start.jpg);  
   background-repeat: no-repeat;
   background-size:cover;
   -moz-background-size:cover;
   -webkit-background-size:cover;
}

/* ---------- TEASER (& TYPE 3) ---------- */

  .row.teaser-line {
    padding: 0 0 30px 0;
  }
  
  .row.teaser-line div.teaser {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
  }
  
  @media (min-width: 768px) {
    .row.teaser-line div.teaser,
    .row.teaser-type-3-line div.teaser {
      margin: 0;
    }
  }
  
  .row.teaser-line div.teaser.teaser-with-link,
  .row.teaser-type-3-line div.teaser.teaser-with-link {
    cursor: pointer;
  }
  
  .row.teaser-line h3,
  .row.teaser-type-3-line h3 {
    font-family: PT Sans Narrow,serif;
    font-weight: bold;
    font-size: 28px;
    color: #0d2d6a;
    margin: 0 15px 0 15px;
    padding: 0;
  }
  
  .rezepte h3 {
    color: #5C80BB !important;
    font-size: 18px !important;
  }

  @media (min-width: 768px) {
    .row.teaser-line h3,
    .row.teaser-type-3-line h3 {
      margin: 0 35px 0 35px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1500px) {
    .row.teaser-type-3-line h3 {
      margin: 0;
    }
  }
  
  .row.teaser-line h4,
  .row.teaser-type-3-line h4 {
   font-family: PT Sans Narrow,serif;
    font-size: 26px;
    color: #0D2D6A;
    margin: 5px 15px 0 15px;
    font-weight: bold;
    padding: 0;
  }
  
  @media (min-width: 768px) {
    .row.teaser-line h4,
    .row.teaser-type-3-line h4 {
      margin: 5px 35px 0 35px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1500px) {
    .row.teaser-type-3-line h4 {
      margin: 5px 0 0 0;
    }
  }

  .row.teaser-type-3-line.with-background-image h4 {
    margin-left: 35px;
    margin-right: 35px;
  }
  
  .row.teaser-line .text,
  .row.teaser-type-3-line .text {
    font-family: FFZwoWebPro;
    font-size: 15px;
    line-height: 22px;
    color: #454873;
    margin: 10px 15px 10px 15px;
  }
  
  @media (min-width: 768px) {
    .row.teaser-line .text,
    .row.teaser-type-3-line .text {
      margin: 10px 35px 10px 35px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1500px) {
    .row.teaser-type-3-line .text {
      margin: 10px 0 10px 0;
    }
  }

  .row.teaser-type-3-line.with-background-image .text {
    margin-left: 35px;
    margin-right: 35px;
  }
  
  .row.teaser-line .text p,
  .row.teaser-type-3-line .text p {
    margin: 0 0 5px 0;
    padding: 0;
  }
  
  .row.teaser-line .text a,
  .row.teaser-type-3-line .text a {
    font-family: FFZwoWebProBold;
		color: #454873;
    letter-spacing: 1px;
  }

  .rezeptLink {
		color: #0D2D6A !important;
    letter-spacing: 1px;
  }

  .row.teaser-line .text a::after,
  .row.teaser-type-3-line .text a::after {
    content: url('/images/layout/icon-link-pfeil-blau.svg');
    padding-left: 5px;
    vertical-align: -4px;
  }
  
  .row.teaser-type-3-line p.arrow-button a::after {
    content: '';
    padding-left: 0;
    vertical-align: 0;
  }
  
  .row.teaser-line div img,
  .row.teaser-type-3-line div img {
    width: 100%;
  }
  
  .row.teaser-line div.teaser-image-without-white img,
  .row.teaser-type-3-line div img {
    margin-bottom: 25px;
  }
  
  .row.teaser-type-3-line p.arrow-button {
    margin-top: 20px;
    text-align: center;
  }
  
  .row.teaser-type-3-line p.arrow-button img {
    width: auto;
    margin: 0;
    width: 30px;
    height: 30px;
  }

  .row.teaser-type-3-line.with-background-image .bg-21 h4,
  .row.teaser-type-3-line.with-background-image .bg-21 .text,
  .row.teaser-type-3-line.with-background-image .bg-21 .text a {
    color: #fff !important;
  }

  .row.teaser-type-3-line.with-background-image .bg-21 .text a::after {
    content: url('/images/layout/icon-link-pfeil-FFFFFF');
  }

/* ---------- /TEASER (& TYPE 3) ---------- */


/* ---------- TEASER TYPE 2 ---------- */

  .teaser-type-2 .row.teaser-line div.teaser div {
    position: relative;
  }
  
  .teaser-type-2 .row.teaser-line .teaser .teaser-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .teaser-type-2 .row.teaser-line .teaser .teaser-overlay > .spacer {
    margin: 20px;
  }
  
  @media (min-width: 550px) {
    .teaser-type-2 .row.teaser-line .teaser .teaser-overlay > .spacer {
      margin: 95px 95px 0 95px;
    }
  }
  
  @media (min-width: 768px) {
    .teaser-type-2 .row.teaser-line .teaser .teaser-overlay > .spacer {
      margin: 45px 50px 0 50px;
    }
  }
  
  @media (min-width: 992px) {
    .teaser-type-2 .row.teaser-line .teaser .teaser-overlay > .spacer {
      margin: 95px 50px 0 50px;
    }
  }
  
  @media (min-width: 1180px) {
    .teaser-type-2 .row.teaser-line .teaser .teaser-overlay > .spacer {
      margin: 20px 20px 0 20px;
    }
  }
  
  @media (min-width: 1280px) {
    .teaser-type-2 .row.teaser-line .teaser .teaser-overlay > .spacer {
      margin: 25px 25px 0 25px;
    }
  }
  
  @media (min-width: 1400px) {
    .teaser-type-2 .row.teaser-line .teaser .teaser-overlay > .spacer {
      margin: 35px 35px 0 35px;
    }
  }
  
  @media (min-width: 1600px) {
    .teaser-type-2 .row.teaser-line .teaser .teaser-overlay > .spacer {
      margin: 45px 45px 0 45px;
    }
  }
  
  @media (min-width: 1800px) {
    .teaser-type-2 .row.teaser-line .teaser .teaser-overlay > .spacer {
      margin: 95px 50px 0 50px;
    }
  }
  
  .teaser-type-2 .row.teaser-line .teaser .teaser-overlay .line-1 {
    font-family: PT Sans Narrow,serif;
    font-size: 30px;
    color: #fff;
    -webkit-hyphens: manual;
  	-moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  
  @media (min-width: 1180px) {
    .teaser-type-2 .row.teaser-line .teaser .teaser-overlay .line-1 {
      font-size: 28px;
    }
  }
  
  @media (min-width: 1250px) {
    .teaser-type-2 .row.teaser-line .teaser .teaser-overlay .line-1 {
      font-size: 30px;
    }
  }
  
  .teaser-type-2 .row.teaser-line .teaser .teaser-overlay .line-1.with-button {
    position: relative;
    padding-right: 55px;
  }

  .teaser-type-2 .row.teaser-line .teaser .teaser-overlay .line-1.with-button .button {
    position: absolute;
    right: 0;
    top: 0;
  }

  .teaser-type-2 .row.teaser-line .teaser .teaser-overlay .line-1.with-button .button img {
    width: 50px;
    height: 50px;
  }

  .teaser-type-2 .row.teaser-line .teaser .teaser-overlay .line-2 {
    font-family: PT Sans Narrow,serif;
    font-size: 19px;
    line-height: 22px;
    color: #fff;
  	-webkit-hyphens: manual;
  	-moz-hyphens: manual;
  	-ms-hyphens: manual;
  	hyphens: manual;
  }

  .teaser-type-2 .row.teaser-line .teaser .teaser-overlay .line-2.with-button {
    padding-right: 55px;
  }

  .teaser-type-2 .row.teaser-line .text {
    font-family: FFZwoWebPro;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin: 20px 0 0 0;
  }
  
  .teaser-type-2 .row.teaser-line .text p {
    margin: 0 0 5px 0;
    padding: 0;
  }
  
  .teaser-type-2 .row.teaser-line .links {
    margin-top: 10px;
  }
  
  .teaser-type-2 .row.teaser-line .links a {
    font-family: FFZwoWebProBold;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
  }
  
  .teaser-type-2 .row.teaser-line .links a:before {
    content: url('/images/layout/icon-arrow-FFFFFF.svg');
    padding-right: 6px;
    vertical-align: -2px;
  }
  
  .teaser-type-2 .row.teaser-line .button a {
    font-family: FFZwoWebProBold;
    display: block;
    margin: 20px auto 0 auto;
    width: 80%;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    padding: 12px 30px 10px 30px;
  }
  
  @media (min-width: 550px) {
    .teaser-type-2 .row.teaser-line .button a {
      margin: 40px auto 0 auto;
      width: 60%;
    }
  }
  
  @media (min-width: 768px) {
    .teaser-type-2 .row.teaser-line .button a {
      margin: 35px auto 0 auto;
      width: 80%;
    }
  }
  
  @media (min-width: 992px) {
    .teaser-type-2 .row.teaser-line .button a {
      margin: 40px auto 0 auto;
      width: 60%;
    }
  }
  
  @media (min-width: 1180px) {
    .teaser-type-2 .row.teaser-line .button a {
      margin: 10px auto 0 auto;
      width: 80%;
    }
  }
  
  @media (min-width: 1480px) {
    .teaser-type-2 .row.teaser-line .button a {
      margin: 40px auto 0 auto;
      width: 80%;
    }
  }
  
  @media (min-width: 1750px) {
    .teaser-type-2 .row.teaser-line .button a {
      margin: 40px auto 0 auto;
      width: 60%;
    }
  }

/* ---------- /TEASER TYPE 2 ---------- */


/* ---------- TEASER HÄNDLERSUCHE ---------- */

.teaser-haendlersuche {
  position: relative;
  margin: 20px 0 20px 0;
}

.teaser-haendlersuche .welle {
  display: none;
}

@media (min-width: 992px) {
  .teaser-haendlersuche .welle {
    display: block;
  }
}

@media (min-width: 768px) {
  .teaser-haendlersuche {
    position: relative;
  }
}

.teaser-haendlersuche .overlay {
  opacity: 0;
  background-color: rgba(93, 128, 188, 0.85);
  text-align: center;
  padding: 20px 0 20px 0;
}

@media (min-width: 992px) {
  .teaser-haendlersuche .overlay {
    position: absolute;
    left: 0;
    top: 22%;
    height: 60%;
    width: 80%;
    margin: 0 10% 0 10%;
    text-align: left;
    padding: 0;
  }
}

@media (min-width: 1300px) {
  .teaser-haendlersuche .overlay {
    top: 32%;
    height: 40%;
    width: 60%;
    margin: 0 20% 0 20%;
  }
}

.teaser-haendlersuche .overlay .container {
  margin-top: 0;
  width: 100%;
}

@media (min-width: 1450px) {
  .teaser-haendlersuche .overlay .container {
    width: 90%;
  }
}

@media (min-width: 1630px) {
  .teaser-haendlersuche .overlay .container {
    width: 80%;
  }
}

.teaser-haendlersuche .overlay .lines {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

.teaser-haendlersuche .overlay .line-1 {
      font-family: PT Sans Narrow,serif;
	font-weight:bold;
  font-size: 24px;
  color: #fff;
}

.teaser-haendlersuche .overlay .line-2 {
    font-family: PT Sans Narrow,serif;
  font-size: 16px;
  color: #fff;
}

.teaser-haendlersuche .overlay .elements {
  text-align: center;
}

.teaser-haendlersuche .overlay .elements img {
  margin: 15px 0 15px 0;
}

@media (min-width: 992px) {
  .teaser-haendlersuche .overlay .elements {
    text-align: right;
  }

  .teaser-haendlersuche .overlay .elements img {
    margin: 0;
  }
}

.teaser-haendlersuche .overlay .button,
.teaser-haendlersuche .overlay .button:hover {
  font-family: FFZwoWebProBold;
  background-color: #fff;
  letter-spacing: 2px;
  color: #0c2d69 !important;
  padding: 8px 15px 7px 15px;
  margin-left: 20px;
}

/* ---------- /TEASER HÄNDLERSUCHE ---------- */


/* ---------- FOOTER 1 ---------- */

.footer-1 {
  background-image: url(/images/layout/footer-hintergrund.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  background-color: #e2e2e8;
  padding: 25px 0 25px 0;
}

.footer-1 ul {
  margin: 0;
}

.footer-1 a {
  color: #fff;
  text-transform: uppercase;
  font-family: FFZwoWebProBold;
}

.footer-1 li {
  margin: 5px 0 5px 0;
}

.footer-1 ul li ul li a {
  text-transform: none;
  font-family: FFZwoWebPro;
}

/* ---------- /FOOTER 1 ---------- */

/* ---------- FOOTER 2 ---------- */

.footer-2 {
  padding: 0 0 25px 0;
}

.footer-2 img {
  margin: 25px 20px 0 20px;
}

/* ---------- /FOOTER 2 ---------- */

/* ---------- CAROUSEL ---------- */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-control.left img,
.carousel-control.right img {
  display: none;
  z-index: 5;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) {
  .carousel-control.left img,
  .carousel-control.right img {
    display: inline-block;
  }
}

.carousel-control.left img {
  left: 25%;
  margin-left: -10px;
}

.carousel-control.right img {
  right: 25%;
  margin-right: -10px;
}

.carousel-indicators {
  /*bottom: -5px;*/
  bottom: -30px;
}

@media (min-width: 768px) {
  .carousel-indicators {
    /*bottom: 20px;*/
    bottom: -30px;
  }
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 1px 5px 1px 5px;
  border-color: #fff;
}

.carousel-indicators .active {
  width: 13px;
  height: 13px;
  margin: 1px 5px 1px 5px;
  background-color: #fff;
}

.carousel-caption {
  font-family: FFZwoWebProBold;
  left: 10%;
  right: 10%;
  bottom: 130px;
  text-shadow: none;
  text-transform: uppercase;
  opacity: 0.7;
  text-shadow: 1px 1px 5px rgba(142, 142, 142, 0.7);
}

.carousel-caption .big {
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 2px;
}

.carousel-caption .small {
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 1px;
}

.carousel-button {
  position: absolute;
  left: 30%;
  right: 30%;

  left: 20%;
  right: 20%;

  bottom: 40px;
  z-index: 10;
  padding-bottom: 30px;
}

@media (min-width: 440px) {
  .carousel-button {
    left: 30%;
    right: 30%;
  }
}

@media (min-width: 768px) {
  .carousel-caption {
    bottom: 170px;
  }

  .carousel-caption .big {
    font-size: 70px;
    line-height: 65px;
    letter-spacing: 5px;
  }

  .carousel-caption .small {
    font-size: 35px;
    line-height: 32px;
    letter-spacing: 2px;
  }

  .carousel-button {
    left: 35%;
    right: 35%;
  }
}

@media (min-width: 970px) {
  .carousel-caption {
    bottom: 130px;
    padding-bottom: 0;
  }

  .carousel-caption .big {
    font-size: 75px;
    line-height: 70px;
    letter-spacing: 5px;
  }

  .carousel-caption .small {
    font-size: 50px;
    line-height: 46px;
    letter-spacing: 2px;
  }

  .carousel-button {
    left: 40%;
    right: 40%;
  }
}

@media (min-width: 1170px) {
  .carousel-caption {
    bottom: 90px;
    padding-bottom: 40px;
  }

  .carousel-caption .big {
    font-size: 100px;
    line-height: 91px;
    letter-spacing: 7px;
  }

  .carousel-caption .small {
    font-size: 65px;
    line-height: 59px;
    letter-spacing: 4px;
  }

  .carousel-button {
    left: 40%;
    right: 40%;
  }
}

@media (min-width: 1500px) {
  .carousel-caption {
    bottom: 180px;
  }

  .carousel-caption .big {
    font-size: 120px;
    line-height: 111px;
    letter-spacing: 10px;
  }

  .carousel-caption .small {
    font-size: 65px;
    line-height: 60px;
    letter-spacing: 4px;
  }

  .carousel-button {
    left: 44%;
    right: 44%;
  }
}

.carousel-button a {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  padding: 5px 7px 5px 7px;
}

/* ---------- /CAROUSEL ---------- */

/* ---------- HEADER BILD ---------- */

  .header-bild {
    position: relative;
  }

  .header-bild.bb-1 { /* Aktuelles */
    border-bottom: 10px solid #0e3171;
  }

  .header-bild.bb-2 { /* Griesbacher */
    border-bottom: 10px solid #153A7C;
  }

  .header-bild.bb-3 { /* Produkte */
    border-bottom: 10px solid #35558e;
  }

  .header-bild.bb-4 { /* Genießer-Welt */
    border-bottom: 10px solid #4e6b9e;
  }

  .header-bild.bb-5 { /* Gastronomie */
    border-bottom: 10px solid #5575ac;
  }
  .header-bild.bb-6 { /* Wissen */
    border-bottom: 10px solid #5d80bc;
  }

/* ---------- /HEADER BILD ---------- */

/* ---------- HEADLINE TYPE 1 ---------- */

.headline-type-1 {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
  margin: 40px 0 10px 0;
}

@media (min-width: 768px) {
  .headline-type-1 {
    margin: 85px 0 40px 0;
  }
}

.headline-type-1-top {
  font-family: FFZwoWebPro;
  font-size: 18px;
  color: #67bee7;
  margin-bottom: 22px;
}

.headline-type-1-main {
  font-family: FFZwoWebPro;
  font-size: 20px;
  color: #004d90;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .headline-type-1-main {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
  }
}

/* ---------- /HEADLINE TYPE 1 ---------- */


/* ---------- HOME ARTICLE ---------- */

.article-headline-top {
     font-family: PT Sans Narrow,serif;
  font-size: 18px;
  color: #67bee7;
  margin-top: 85px;
}

.article-headline-main {
  font-family: PT Sans Narrow,serif;
  font-size: 20px;
  color: #004d90;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.article-headline-top-second {
  font-family: PT Sans Narrow,serif;
  font-size: 18px;
  color: #67bee7;
  margin-top: 0;
}

.article-text h3 {
 font-family: PT Sans Narrow, serif;
	font-weight: bold;
	letter-spacing: 1px;
  font-size: 18px;
  color: #od2d6a;
  margin: 0;
  padding: 0 0 5px 0;
}

.article-bild img {
  padding-bottom: 45px;
}

.article-bild-linktree {
padding: 2px;
margin: 0;
}

.bildLink {
  color: #0d2d6a;
}

.bildLink::after {
  content: url('/images/layout/icon-link-pfeil-blau.svg');
  padding-left: 5px;
  vertical-align: -4px;
}

.article-text {
    font-family: FFZwoWebPro;
	font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #454873;
  padding-bottom: 20px;
}

.article-text-intro {
   font-family: FFZwoWebPro;
	font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #313646;
  padding-bottom: 20px;
}

.article-text h2 {
  font-family: PT Sans Narrow,serif;  
	font-weight: bold;
	font-size: 28px;
  line-height: 30px;
  color: #od2d6a;
  padding-top: 0;
  margin-top: 0;
}

.article-text a {
  color: #0d2d6a;
}

.article-text a::after {
  content: url('/images/layout/icon-link-pfeil-blau.svg');
  padding-left: 5px;
  vertical-align: -4px;
}

.noArrow a::after {
  content: "" !important;
}


.article-text-hellblau {
  font-family: FFZwoWebPro;
  font-size: 16px;
  line-height: 23px;
  color: #37B0E9;
  padding-bottom: 40px;
}
.article-text-hellblau h3  {
  font-family: PT Sans Narrow,serif;
  font-size: 16px;
  line-height: 23px;
  color: #37B0E9;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px 0;
}
.article-text-blau {
  font-family: FFZwoWebPro;
  font-size: 16px;
  line-height: 23px;
  color: #004D90;
  padding-bottom: 20px;
}

.article-text-blau h3 {
  font-family: PT Sans Narrow,serif;
  font-size: 16px;
  line-height: 23px;
  color: #004D90;
  padding-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px 0;
}
.article-interview {
	background-color: #e8efff;
	padding-top: 40px;
	}
.article-int {
    font-family: FFZwoWebPro;
	font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #454873;
	}
.article-int h3 {
	 margin-top: 30px;
	 font-family: PT Sans Narrow,serif;
	  color: #777e93;
	}
.article-int .name {
	 font-family: FFZwoWebProBold;
  text-transform: uppercase;
	letter-spacing: 1px;
	}

/* ---------- /HOME ARTICLE ---------- */

.button-blue {
  background-color: #b4c7ec;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: #0d2d6a;
  padding: 7px 15px 7px 15px;
  margin-bottom: 85px;
}
.button-blue:focus {
    color: #0d2d6a !important;
    text-decoration: none !important;
}
.button-blue:hover {
    color: #0d2d6a !important;
    text-decoration: none !important;
}

.button-type-1 {
  font-family: FFZwoWebProBold;
  background-color: #b4c7ec;
  letter-spacing: 2px;
  color: #0c2d69;
  padding: 7px 15px 7px 15px;
}
btn button-type-1 a:hover {
  color: #0c2d69;
}
.button-type-2 {
  font-family: FFZwoWebProBold;
  background-color: #b4c7ec;
  letter-spacing: 2px;
  color: #0c2d69;
  text-decoration: none !important;
  padding: 7px 15px 7px 15px;
}

.home-wave {
  margin-bottom: 40px;
}

.history {
  padding: 40px 0 0 0;
}

.history img {
 padding-bottom: 20px;
}

.year {
  display:block;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 40px;
  padding-bottom: 10px;
}

.yearBlue {
  display:block;
  color: #c8e6f9;
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 10px;
}
.yearBlueAktuelles {
  display:block;
  color: #bdd0f1;
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: bold;
  padding-bottom: 15px;
}

/* ---------- GUIDELINES SLIDER ---------- */

.guidelines {
  padding-top: 60px;
  padding-bottom: 30px;
}

.guidelines-headline {
  font-family: FFZwoWebPro;
  font-size: 18px;
  color: #fff;
}

#guidelines-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#guidelines-carousel .carousel-control {
  background: none;
  color: #fff;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 0;
}

#guidelines-carousel .carousel-control.left {
  left: -12px;
}

#guidelines-carousel .carousel-control.right {
  right: -12px !important;
}

#guidelines-carousel .item p::before {
  content: "||| ";
}

#guidelines-carousel .item p::after {
  content: " |||";
}

#guidelines-carousel .item p {
  font-family: FFZwoWebPro;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 30px 0 30px;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

@media (min-width: 768px) {
  #guidelines-carousel .item p {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0 50px 0 50px;
  }
}

@media (min-width: 970px) {
  #guidelines-carousel .item p {
    font-size: 32px;
    line-height: 40px;
    margin: 0 40px 0 40px;
  }
}

@media (min-width: 1170px) {
  #guidelines-carousel .item p {
    margin: 0 160px 0 160px;
  }
}

/* ---------- /GUIDELINES SLIDER ---------- */

.slides-bottom-line {
  width: 100%;
  display: block;
}

.bg-1 {
  background-color: #fff;
}

.bg-2 {
  background-color: #4ad3f2;
}

.bg-3 {
 background-image: url(/images/facts/kachel.gif);
}

.bg-4 {
  background-color: #d8eff8;
}

.bg-5 {
  background-color: #f4fafe;
}

.bg-6 {
  background-image: url(/images/marken/kachel-produktbox.gif);
}

.bg-7 {
  background-color: #cdcdcd;
  height: 85px;
}

.bg-8 {
  background-color: #1357ae;
}

.bg-9 {
  background-color: #e0e1e4;
}

.bg-10 {
  background-color: #004D90;
}

.bg-11 {
  background-color: #448bc9;
}

.bg-12 {
  background-color: #69a2d4;
}

.bg-13 {
  background-color: #8fb9df;
}

.bg-14 {
  background-color: #a5c7e5;
}

.bg-15 {
  background-color: #6d86b1;
}

.bg-16 { 
  background-color: #dbe5ff;
}

.bg-17 { 
  background-color: #e8efff;
}

.bg-18 { 
  background-color: #e8efff;
}

.bg-19 { /* alwa */
  background-color: #72b4f1;
}

.bg-20 { /* alwa */
  background-color: #e8f3fd;
}

.bg-21 {
  background-color: #c8af91;
}

.bg-aktuelles-odd {
  background-color: #e8efff;
}

.bg-unternehmen-odd {
  background-color: #cfdffe;
}

.bg-aktuelles {
  background-color: #6d86b1;
  position: relative;
}

.bg-unternehmen{
  background-color: #5679dc;
  position: relative;
}

.bg-logistik {
  background-color: #25A4E2;
  position: relative;
}

.bg-mineralbrunnen {
  background-color: #35BAD8;
  position: relative;
}

.bg-marken {
  background-color: #63D6eB;
  position: relative;
}

.bg-gastronomie {
  background-color: #DDE0E1;
  position: relative;
}

.bg-rezepteDetail {
  background-image: url(/images/geniesser-welt/rezepte/detail/hg-rezepteDetail.jpg) !important;
}
.bg-wanderungDetail {
  background-image: url(/images/geniesser-welt/wandern/Genusswandern-HG.png) !important;
}

@media (min-width: 1100px) {
  .bg-wanderDetail
   {
    background-image: url(/images/geniesser-welt/wandern/hg-karte.jpg) !important;
    background-position: bottom left;
  }
}

@media (max-width: 1100px) {
  .bg-wanderDetail
   {
    background-color: #DEE7F8;
  }
}


.button-lupe {
    padding: 10px;
    color: #0c2d69 !important;
    font-family: FFZwoWebProBold;
    font-size: 16px;
    background-color: #b4c7ec;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

.button-lupe:before { 
   content: url('/images/geniesser-welt/wandern/icon-wanderung-lupe.png');
    padding-right: 5px;
    vertical-align: -2px;
}

.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.btn:hover {
  color: #0c2d69 !important;
}

/* ---------- LOGISTIK - SORTIMENT ---------- */

.logistik-sortiment-navigation {
  background-color: #25A4E2;
  padding: 18px 0 14px 0;
}

.logistik-sortiment-navigation a {
  font-family: FFZwoWebProBold;
  text-transform: uppercase;
  color: #b5e6fe;
  font-size: 20px;
  padding: 10px 0 10px 0;
  margin: 0;
}

@media (min-width: 768px) {
  .logistik-sortiment-navigation a {
    padding: 10px 20px 10px 20px;
    margin: 0 10px 0 10px;
  }
}

.logistik-sortiment-navigation a.active {
  color: #fff;
}

.logistik-sortiment-navigation-pfeil-inaktiv {
  opacity: 0.5;
}

.logistik-sortiment-spalte-buchstabe {
  font-family: FFZwoWebProBold;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 47px;
  padding-top: 3px;
  width: 50px;
  background-color: #25a4e2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.logistik-sortiment-eintraege {
  font-family: FFZwoWebPro;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

/* ---------- /LOGISTIK - SORTIMENT ---------- */

/* ---------- MARKEN - SORTIMENT ---------- */

.marken-sortiment .streifen {
  background-image: url(/images/marken/hintergrund.png);
  background-repeat: repeat-x;
  background-position: 0 4px;
}

@media (min-width: 768px) {
  .marken-sortiment .streifen {
    height: 386px;
  }

  .marken-sortiment .streifen.produktinformationen-3 {
    background-image: url(/images/marken/hintergrund-2.png);
  }
}

@media (min-width: 992px) {
  .marken-sortiment .streifen {
    background-image: url(/images/marken/hintergrund.png) !important;
  }
}

.marken-sortiment .streifen .produktbild {
  text-align: center;
  min-height: 335px;
}

.marken-sortiment .streifen .article-text-wrapper {
  margin-top: 0;
}

@media (min-width: 768px) {
  .marken-sortiment .streifen .article-text-wrapper {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .marken-sortiment .streifen .article-text-wrapper {
    margin-top: 80px;
  }
}

.marken-sortiment .streifen .article-text {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .marken-sortiment .streifen .article-text {
    height: 180px;
  }
}

@media (min-width: 992px) {
  .marken-sortiment .streifen .article-text {
    height: 160px;
  }
}

@media (min-width: 768px) {
  .marken-sortiment .streifen .produktinformationen-downloads {
    height: 86px;
  }
}

.marken-sortiment .streifen .produktinformationen-downloads div {
  float: left;
  width: 172px;
  margin-top: 27px;
}

.marken-sortiment .streifen .produktinformationen-downloads div a {
  background-image: url(/images/marken/icons/Download-Infos-262626.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  display: block;
  padding-left: 27px;
  color: #262626;
  font-size: 14px;
  line-height: 17px;
  font-family: FFZwoWebPro;
}

@media (min-width: 768px) {
  .marken-sortiment .streifen .produktinformationen-downloads div a {
    background-image: url(/images/marken/icons/Download-Infos-FFFFFF.svg);
    color: #fff;
  }
}

.marken-sortiment .marken-logo {
   padding: 85px 0 55px 0;
}

.sorten-downloads {
  padding: 20px 0 50px 0;
}

@media (min-width: 768px) {
  .sorten-downloads {
    padding: 65px 0 150px 0;
  }
}

.sorten-downloads .sorten-name {
  font-family: FFZwoWebPro;
  text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
  font-size: 18px;
  color: #004d90;
}

.sorten-downloads .download-beschreibung {
  font-family: FFZwoWebPro;
  font-size: 16px;
  line-height: 23px;
  color: #004d90;
}

.sorten-downloads .gebindename {
  font-family: FFZwoWebPro;
  font-size: 14px;
  line-height: 17px;
  color: #54b8ec;
}

.sorten-downloads .download-links {
  margin: 38px 0 10px 0;
}

.sorten-downloads .download-links a:first-child {
  margin-right: 22px;
}

.sorten-downloads .download-links img[src*="Kiste"] {
  margin-top: 10px;
}

.sorten-downloads .download-links img[src*="Sixpack"] {
  margin-top: 8px;
}

/* ---------- /MARKEN - SORTIMENT ---------- */

/* ---------- DOWNLOADS ---------- */

  .downloads-selection > div > div > div {
    padding: 20px;
    background-color: #6d86b1;
  }

  .downloads-selection > div > div.right {
    margin-top: 10px;
  }

  @media (min-width: 768px) {
    .downloads-selection > div > div.right {
      margin-top: 0;
    }

    .downloads-selection > div > div.left > div {
      margin-right: 5px;
    }

    .downloads-selection > div > div.right > div {
      margin-left: 5px;
    }
  }

  .downloads-selection form {
    margin-top: 10px;
  }

  @media (min-width: 970px) {
    .downloads-selection form {
      margin-top: 2px;
    }
  }

  .downloads-selection form select {
    background-color: #fff;
    color: #454873;
    font-family: FFZwoWebPro;
    letter-spacing: 1px;
    font-size: 16px;
  }

  .downloads-selection form option {
    background-color: #EAEBEF;
    padding: 7px 5px 5px 20px;
  }

  .downloads-selection form option.indented {
    background-color: #EFF2FB;
    padding-left: 35px;
  }

  .downloads-selection > div > div > div > div > div > div > div {
    background-image: url(/images/layout/icons/download-weiss.svg);
    background-repeat: no-repeat;
    padding-left: 50px;
    font-family: FFZwoWebPro;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
  }

  .downloads-items h2 {
    color: #0d2d6a;
    margin: 20px 0 30px 0;
    font-size: 38px;
   font-family: PT Sans Narrow,serif;
  }

  .downloads-items > .row {
    margin-top: 20px;
  }

  .downloads-items > .row:nth-child(1) {
    margin-top: 0;
  }

  .downloads-items > .row > div > div {
    background-color: #fff;
    margin-bottom: 20px;
  }

  .downloads-items > .row > div > div > div.image {
    padding: 20px;
  }

  .downloads-items > .row > div > div > div.image img {
    max-height: 150px;
  }

  .downloads-items > .row > div > div > div.text {
    padding: 10px 0 0 0;
    font-family: FFZwoWebPro;
    color: #454873;
    font-size: 16px;
  }

  .downloads-items > .row > div > div > div.download {
    padding: 10px 0 10px 0;
    font-family: FFZwoWebProBold;
    color: #454873;
    font-size: 16px;
    line-height: 18px;
  }

  .downloads-items > .row > div > div > div.download a {
    background-image: url(/images/layout/icons/download-weiss.svg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    display: block;
    letter-spacing: 1px;
    padding-left: 40px;
    color: #454873;
  }

  .downloads-items > .row > div:nth-child(4) > div {
    margin-bottom: 0;
  }

  @media (min-width: 768px) {
    .downloads-items > .row > div:nth-child(1) > div {
      margin-right: 7px;
    }

    .downloads-items > .row > div:nth-child(2) > div {
      margin-left: 7px;
    }

    .downloads-items > .row > div:nth-child(3) > div {
      margin-right: 7px;
      margin-bottom: 0;
    }

    .downloads-items > .row > div:nth-child(4) > div {
      margin-left: 7px;
      margin-bottom: 0;
    }
  }

  @media (min-width: 992px) {
    .downloads-items > .row > div > div {
      margin-bottom: 0;
    }

    .downloads-items > .row > div:nth-child(1) > div {
      margin-right: 10px;
    }

    .downloads-items > .row > div:nth-child(2) > div {
      margin-left: 4px;
      margin-right: 7px;
    }

    .downloads-items > .row > div:nth-child(3) > div {
      margin-left: 7px;
      margin-right: 4px;
    }

    .downloads-items > .row > div:nth-child(4) > div {
      margin-left: 10px;
    }
  }

/* ---------- /DOWNLOADS ---------- */

/* ---------- PRODUKTDETAIL ---------- */

  .produktgruppe-unternavigation {
    margin-bottom: 40px;
  }

  .produktgruppe-unternavigation > div.eintrag {

  }

  @media (min-width: 768px) {
    .produktgruppe-unternavigation > div.eintrag {
      float: left;
    }
  }

  .produktgruppe-unternavigation a {
    display: block;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    font-family: FFZwoWebProBold;
  }

  .produktgruppe-unternavigation a:first-line {
    font-size: 15px;
    line-height: 15px;
    font-family: FFZwoWebPro;
  } 

  .produktgruppe-unternavigation > div.eintrag:nth-child(1),
  .produktgruppe-unternavigation > div.eintrag:nth-child(2) {
    background-color: #476499;
  }

  .produktgruppe-unternavigation > div.eintrag:nth-child(3),
  .produktgruppe-unternavigation > div.eintrag:nth-child(4) {
    background-color: #526e9f;
  }

  .produktgruppe-unternavigation > div.eintrag:nth-child(5),
  .produktgruppe-unternavigation > div.eintrag:nth-child(6) {
    background-color: #6d86b1;
  }

  .produktgruppe-unternavigation > div.eintrag:nth-child(7),
  .produktgruppe-unternavigation > div.eintrag:nth-child(8) {
    background-color: #717B9B;
  }

  .produktgruppe-unternavigation > div.eintrag:nth-child(9),
  .produktgruppe-unternavigation > div.eintrag:nth-child(10) {
    background-color: #8dc7fc;
  }

  .produktgruppe-unternavigation > div.eintrag.active {
    background-color: #35558e;
  }

 .produktgruppe-unternavigation > div.bottom-line {
    height: 10px;
    background-color: #35558e;
  }

  .produkt-info,
  .produkt-gebinde {
    	color: #0d2d6a;
		font-size: 16px;
      font-family: PT Sans Narrow,serif;

  }

  @media (min-width: 768px) {
    .produkt-info,
    .produkt-gebinde {
      padding-left: 10px;
    }
  }

  .produkt-info h2 {
    margin-top: 5px;
    font-size: 38px;
     font-family: PT Sans Narrow,serif;

  }

  .produkt-info h2 small {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    color: #0d2d6a;
  }
.produkt-info ul { 
 list-style: none;
}

.bulletProduct li {
  margin: 0;
  padding: 0 0 0 25px;
  list-style: none;
  background-image: url("/images/Haeckchen.svg");
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 15px;
}

.bulletProduct li{ 
 padding-top: 5px;
}

  .produkt-das-steck-drin {
    padding: 20px 0 20px 0;
    background-color: #bdd0f1;
    color: #0d2d6a;
		font-size: 16px;
    font-family: FFZwoWebPro;
  }

  .produkt-das-steck-drin h3,
  .produkt-das-steck-drin p {
    margin-left: 20px;
    margin-right: 10px;
  }

  @media (min-width: 768px) {
    .produkt-das-steck-drin h3,
    .produkt-das-steck-drin p {
      margin-left: 40px;
    }
  }

  .produkt-inhaltsstoffe > div.row > div.text-right {
    padding-right: 10px;
  }

  .produkt-inhaltsstoffe > div.row > div > span {
    margin-left: 20px;
  }

  @media (min-width: 768px) {
    .produkt-inhaltsstoffe > div.row > div > span {
      margin-left: 40px;    
    }
  }

  .produkt-das-steck-drin h3 {
    margin-top: 0;
    font-size: 18px;
		font-weight: bold;
  }

  .produkt-gebinde h2 {
    margin-top: 5px;
    font-size: 27px;
      font-family: PT Sans Narrow,serif;
		color: #0d2d6a;
  }

  .produkt-gebinde p {
    font-size: 15px;
     font-family: FFZwoWebPro;
    margin-bottom: 0;
		color: #0d2d6a;
  }

	 .produkt-gebinde-subHeadline {
		font-family: FFZwoWebPro !important;
	}

/* ---------- PRODUKTDETAIL ---------- */


/* ---------- STELLENANZEIGEN ---------- */

.stellenanzeigen .section-header {
  margin: 0 0 10px 0;
  padding-top: 15px;
   font-family: FFZwoWebProBold;
  text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
  font-size: 16px;
  color: #2b497c;
}

.stellenanzeigen .section-item {
  margin: 0;
  padding: 0;
  font-family: FFZwoWebPro;
	font-weight: normal;
	font-style: normal;
  font-size: 16px;
  line-height: 30px;
}

.stellenanzeigen .section-item a {
   color: #777e93;
}

/* ---------- /STELLENANZEIGEN ---------- */



/* ---------- CROSS HEADING ---------- */

.cross-heading {
  padding: 20px 0 18px 0;
}

.cross-heading.bg-8, .cross-heading.bg-15 {
  color: #fff;
}

.cross-heading p,
.cross-heading ul.list-inline {
  margin: 0 !important;
  padding: 0 !important;
}

.cross-heading-line-1 {
  font-family: FFZwoWebPro;
  font-size: 18px;
  line-height: 38px;
}

.cross-heading-line-2 {
  font-family: FFZwoWebPro;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cross-heading-line-2 a {
  font-family: FFZwoWebPro;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 768px) {
  .cross-heading-line-2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
  }
}

/* ---------- /CROSS HEADING ---------- */

/* ---------- FORMS ---------- */

.mandatory-fields-note {
  font-family: FFZwoWebPro;
  font-size: 12px;
  color: #777e93;
}

.form-subheadline {
  color: #2b497c !important;
  text-transform: uppercase;
}
.form-subheadline img {
  padding-right: 4px;
}

.form-subheadline big a{
  color: #2b497c !important;
}

.form-subheadline strong {
   color: #2b497c;
  font-family: FFZwoWebProBold;
  font-weight: normal !important;
}

/*.form-subheadline a.active {
#2b497c;
}*/

.form-control {
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #2b497c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none !important;
}

.form-control:not(select.input-lg) {
  -webkit-appearance: none;
  border: 1px solid #2b497c;
}

.has-error .form-control:focus {
  border-color: #a94442;
}

.radio {
   color: #2b497c;
   text-transform: uppercase;
 }

.radio input {
  background-color: #2b497c;
}

.form-control:focus {
  border: 1px solid #777e93;
  outline-width: 0px;
  outline-style: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  text-transform: uppercase;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  text-transform: uppercase;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: uppercase;
}

form .tooltip-inner {
  background-color: #939bb0;
  white-space: nowrap !important;
}

form .tooltip.top .tooltip-arrow {
  border-top-color: #939bb0;
}

form .tooltip.left .tooltip-arrow {
  border-left-color: #939bb0;
}

form .tooltip.right .tooltip-arrow {
  border-right-color: #939bb0;
}
.form-group {
  color: #556aa0;
}

/* ---------- /FORMS ---------- */

/* ---------- VERANSTALTUNGSKALENDER ----------  */ 

.events-list-header div {
  font-family: FFZwoWebProBold;
  padding-top: 18px;
  padding-bottom: 14px;
  color: #fff;
  font-size: 18px;
}

.events-list-content {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (min-width: 768px) {
  .events-list-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.events-list-content div {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  text-align: center;
  color: #152f7b;
}

@media (min-width: 768px) {
  .events-list-content div {
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: left;
  }
}

.events-list-content div p {
  padding: 0;
  margin: 0;
}

.events-list-content div span.text-uppercase {
  font-family: FFZwoWebProBold;
}

.events-list-content div p a {
   color: #454873;
}

.events-list-content div p a::before {
  content: "|| ";
}

.events-list-content-month {
  font-family: FFZwoWebProBold;
  padding-top: 18px;
  padding-bottom: 14px;
  font-size: 16px;
  color: #0d2d6a;
  text-align: center;
}

@media (min-width: 768px) {
  .events-list-content-month {
    text-align: left;
  }
}

/* ---------- /VERANSTALTUNGSKALENDER ----------  */

/* ---------- BEWERBUNGSFORMULAR ---------- */

a[id^="job-application-part-"][id$="-control"] {
  color: #2b497c;
  padding: 3px 0 3px 25px;
  background-image: url(/images/karriere/arrow-close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

div[id^="job-application-part-"] {
  height: 0px;
  overflow: hidden;
}

/* ---------- BEWERBUNGSFORMULAR ---------- */


/* ---------- ANSPRECHPARTNER ---------- */

.ansprechpartner-navigation a {
  display: block;
  color: #fff;
  padding: 20px 0 20px 0;
  font-size: 16px;
  letter-spacing: 1px;
}

.ansprechpartner-navigation a:hover {
  text-decoration: none;
}

.ansprechpartner-navigation a span.text-uppercase {
  font-family: FFZwoWebProBold;
}

.ansprechpartner-navigation .telefonnummer-abstand {
  display: block;
  height: 5px;
}

.ansprechpartner-navigation .telefonnummer {
  font-family: FFZwoWebPro;
  font-size: 23px;
  line-height: 37px;
  padding-top: 5px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-image: url(/images/ansprechpartner/icons/telefonnummer-weiss.png);
  background-position: 0 1px;
}

.ansprechpartner-navigation .telefonnummer.no-icon {
  background-image: none;
}

.ansprechpartner {
  padding-top: 15px;
  padding-bottom: 27px;
  font-size: 16px;
}

.ansprechpartner .bild {
  padding-top: 10px;
}

.ansprechpartner .buchstabe {
  font-family: FFZwoWebProBold;
  font-size: 48px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

@media (min-width: 970px) {
  .ansprechpartner .buchstabe {
	  -webkit-hyphens: manual;
  	-moz-hyphens: manual;
	  -ms-hyphens: manual;
    hyphens: manual;
  }
}

.ansprechpartner.bg-1 .buchstabe {
  color: #d8eff8;
}

.ansprechpartner.bg-4 .buchstabe {
  color: #fff;
}

.ansprechpartner.bg-special {
  background-image: url(/images/ansprechpartner/kachel-muster.gif);
}

.ansprechpartner.bg-special .buchstabe {
  font-family: FFZwoWebPro;
  font-size: 38px;
  line-height: 38px;
  color: #a8a8a8;
  margin-top: 10px;
  margin-bottom: 12px;
}

.ansprechpartner .name {
  font-family: FFZwoWebProBold;
  font-size: 18px;
}

.ansprechpartner .telefonnummer,
.ansprechpartner .e-mail-adresse {
  line-height: 40px;
  padding-left: 35px;
  background-repeat: no-repeat;
}

.ansprechpartner .telefonnummer {
  background-image: url(/images/ansprechpartner/icons/telefonnummer-blau.png);
  background-position: 0 5px;
}

.ansprechpartner .e-mail-adresse {
  background-image: url(/images/ansprechpartner/icons/e-mail-adresse.png);
  background-position: 0 10px;
}

.ansprechpartner .e-mail-adresse a {
  color: #333;
}

/* ---------- /ANSPRECHPARTNER ---------- */


/* ---------- GOOGLE MAP ----------  */

.google-map {
  position: relative;
  padding-bottom: 75%; 
  height: 0;
  overflow: hidden;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---------- /GOOGLE MAP ----------  */


/* ---------- SMALL SLIDER ----------  */

  .small-slider-timeline {
    background-color: #5b75a3;
  }

  .small-slider-timeline ul {
    margin: 0;
  }

  .small-slider-timeline a {
    display: block;
    padding: 10px;
    font-size: 20px;
    color: #bac0cc;
    text-decoration: none;
  }

  .small-slider-timeline a.active {
    color: #fff;
  }

  .small-slider-timeline .bar {
    background-color: #adbad1;
  }

  .small-slider-timeline .bar .part {
    height: 10px;
    overflow: hidden;
    float: left;
  }

  .small-slider-timeline .bar .part.active {
    background-color: #bc0732;
  }

  .small-slider {
    background-size: cover;
    padding: 0 0 20px 0;
    font-family: FFZwoWebPro;
    font-size: 15px;
  }

  @media (min-width: 768px) {
    .small-slider {
      background-image: url(/images/unternehmen/geschichte/hg_geschichte.jpg);
      padding: 40px 0 40px 0;
    }
  }

  @media (min-width: 768px) {
    .slider-wissen {
      background-image: url(/images/wissen/slides/hg-quelle-ursprung.jpg) !important;
    }
  }
  .small-slider-teaser-type-4 {
    background-size: cover;
    padding: 40px 0 40px 0;
    font-family: FFZwoWebPro;
    font-size: 15px;
  }
  .small-slider-text {
    padding: 0 40px 20px 40px;
    margin: 0 auto 0 auto;
    color: #454873;
    overflow: hidden;
    background-size: cover;
  }

  .small-slider-teaser-type-4 .small-slider-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  @media (min-width: 768px) {
    .small-slider-teaser-type-4 .small-slider-text {
      padding-top: 0;
      padding-bottom: 0;
    }
  }

  .slider-wissen-text {
    color: #454873 !important;
  }

  .small-slider-text a {
   font-family: FFZwoWebPro;
		color: #777e93;
  }

  .small-slider-text a:after {
    content: url('/images/layout/link-arrow-grey.svg');
    padding-left: 5px;
    vertical-align: -1px;
  }

  .slider-wissen-text .small-slider-step-text {
    margin: 60px 0 2px 0;
    padding: 0;
    font-family: PT Sans Narrow,serif;
		font-weight: bold;
    font-size: 22px;
    color: #89A3CF;
  }
  .small-slider-step-text {
    margin: 0 0 2px 0;
    padding: 0;
   font-family: PT Sans Narrow,serif;
		font-weight: bold;
    font-size: 22px;
    color: #b4153a;
  }

  .small-slider h2 {
    margin: 0 0 15px 0;
    padding: 0;
     font-family: PT Sans Narrow,serif;
		font-weight: bold;
    font-size: 22px;
   color: #0d2d6a;
  }

  .small-slider-button {
    display: block;
    padding: 10px;
    color: #fff !important;
    font-family: FFZwoWebProBold;
    font-size: 16px;
    background-color: #0C2D6A;
    text-decoration: none !important;
  }

  .small-slider-button:hover {
    color: #fff;
    text-decoration: none;
  }

  .small-slider-button:active {
    color: #fff;
    text-decoration: none;
  }

  .small-slider-button:visited hover{
    color: #fff !important;
    text-decoration: none !important;
  }
  .small-slider-arrow {
    display: block;
  }

  @media (min-width: 768px) {
    #stiftungsSlider .small-slider {
      background-image: url(/images/engagement/stiftung/kuratorium/hintergrundbild-Kuratorium.jpg) !important;
    }
  }

  #stiftungsSlider  .small-slider-text {
    padding-top: 20px !important;
  }

  #stiftungsSlider  .small-slider-step-text {
    color: #94CF43 !important;
  }
/* ---------- /SMALL SLIDER ----------  */

/* ---------- KONTAKTFORMULAR ---------- */

  a[id^="contact-part-"][id$="-control"] {
    color: #25a4e2;
    padding: 3px 0 3px 25px;
    background-image: url(/images/karriere/arrow-close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  div[id^="contact-part-"] {
    height: 0px;
    overflow: hidden;
  }

  .contact-form-fields {
    display: none;
  }

  #contact-Bereich-Level-2,
  #contact-Bereich-Level-3 {
    display: none;
    margin-top: 10px;
  }

  .contact-haendlersuche-text {
    margin-top: 40px;
    display: none;
    font-family: FFZwoWebProBold;
    font-size: 18px;
     color: #4c5161;
  }
  .contact-haendlersuche-text a {
    color: #777e93;
  }

/* ---------- /KONTAKTFORMULAR ---------- */

/* ---------- ACCORDION ---------- */

  .accordionButton {	
    width: 100%;
    float: left;
    _float: none;  /* Float works in all browsers but IE6 */
    background: #ccefe9;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    color: #152f7b;
  }
	
  .accordionContent {	
    width: 100%;
    float: left;
    _float: none; /* Float works in all browsers but IE6 */
    background: #FFFF;
    padding: 10px;
    color: #152f7b;
  }

  .accordionButtonOn {
    background: #3cd3b8;
    color: #FFF;
  }
	
  .accordionButtonOver {
    background: #3cd3b8;
    color: #FFF;
  }

.faq h3 {
  font-family: FFZwoWebProBold;
   font-size: 20px;
   text-transform: none;
   padding: 0px 0px 0px 10px;
   margin-top: 5px;
}
/* ---------- /ACCORDION ---------- */

/* ---------- HÄNDLERSUCHE ---------- */

  .haendlersuche input[type='number'] {
    -moz-appearance:textfield;
  }

  .haendlersuche input::-webkit-outer-spin-button,
  .haendlersuche input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

  .haendlersuche h2 {
    font-family: FFZwoWebProBold;
    font-size: 24px;
    line-height: 23px;
    color: #0d2d6a;
    padding-top: 0;
    margin-top: 0;
  }

  .haendlersuche .bg-1 h2 {
    color: #0d2d6a;
  }

  .haendlersuche .bg-15 h2,
  .haendlersuche .bg-15 p {
    color: #fff;
  }

  .haendlersuche .carousel-control {
    width: 8%;
  }

  .haendlersuche .haendlersuche-Produktgruppenname {
    display: block;
    font-family: FFZwoWebProBold;
    font-size: 20px;
    line-height: 50px;
    color: #0d2d6a;
  }

  .haendlersuche .haendlersuche-produkte {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: left;
    font-family: FFZwoWebPro;
    font-size: 16px;
    line-height: 30px;
    color: #0d2d6a;
  }

  .haendlersuche .haendlersuche-produkte li a {
    display: block;
    padding: 0 0 0 30px;
    background-image: url(/images/haendlersuche/kreis-produktauswahl-default.svg);
    background-repeat: no-repeat;
    background-position: 0 3px;
    color: #0d2d6a;
  }

  .haendlersuche .haendlersuche-produkte li.empty {
    background-image: none;
  }

  .haendlersuche .haendlersuche-produkte li a {
    color: #0d2d6a;
  }

  .haendlersuche .haendlersuche-gebinde-label {
    font-family: FFZwoWebPro;
    font-size: 16px;
    color: #0d2d6a;
  }

  .haendlersuche-ergebnis-ihre-auswahl ul {
    list-style: none;
    margin: 15px 0 20px 0;
    padding: 0;
    text-align: left;
    font-family: FFZwoWebPro;
    font-size: 16px;
    line-height: 30px;
    color: #0d2d6a;
  }

  .haendlersuche-ergebnis-ihre-auswahl ul li {
    margin: 0;
    padding: 0 0 0 30px;
    background-image: url(/images/haendlersuche/kreis-produktauswahl-default.svg);
    background-repeat: no-repeat;
    background-position: 0 3px;
  }

  .haendlersuche-Umkreis-Wrapper {
    background-image: url(/images/layout/icon-location-pin.svg);
    background-repeat: no-repeat;
    background-position: top center;
  }

  @media (min-width: 768px) {
    .haendlersuche-Umkreis-Wrapper {
      padding: 0 0 0 70px;
      min-height: 50px;
      background-position: top left;
    }
  }

  .haendlersuche-Umkreis-Wrapper select {
    margin-top: 70px;
  }

  @media (min-width: 768px) {
    .haendlersuche-Umkreis-Wrapper select {
      margin-top: 0;
    }
  }

#haendlersuche-Stadt {
  background: #e8efff;
}

#haendlersuche-Postleitzahl {
  background: #e8efff;
}

  .haendlersuche .button-blue {
    margin-bottom: 0;
    background-color: #35558e;
    color: #fff;
  }
  .haendlersuche .button-blue:hover {
    color: #fff !important;
  }
  .haendlersuche .button-blue:active {
    color: #fff !important;
  }
  .haendlersuche .button-blue:visited{
    color: #fff !important;
  }

  .haendlersuche-ergebnis > .container-fluid {
    padding: 30px 0 30px 0;
    font-family: FFZwoWebPro;
    font-size: 18px;
    color: #0d206a;
  }

  .haendlersuche-ergebnis > .container-fluid > .row {
    margin: 0;
  }

  .haendlersuche-ergebnis p.text-right {
    font-size: 16px;
  }

  @media (max-width: 768px) {
    .haendlersuche-ergebnis p.text-right {
      text-align: left;
    }
  }

  .haendlersuche-ergebnis p.text-right a {
    color: #556aa0;
  }

  .haendlersuche-ergebnis p.text-right a::after {
    content: url('/images/layout/link-arrow-grey.svg');
    padding-left: 5px;
    vertical-align: -1px;
  }

  .haendlersuche-ergebnis-haendler-produkte {
    padding-top: 15px;
    color: #0d206a;
  }

  .haendlersuche-ergebnis-haendler-produkte p.text-uppercase {
    font-size: 15px;
  }

/* ---------- /HÄNDLERSUCHE ---------- */


.videoExtern {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoExtern iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.alert-success {
  background-color: #dbeffb;
  border: 1px solid #4ad3f2;
}

.alert-info {
  background-color: #e5e9f8;
  border: 1px solid #d1d6e7;
  color: #313746;
}

#mineralAnker::before {
  content: "";
}

.no-ll-at-links a::before,
a.no-ll-at-links::before {
  content: "";
}

@media (min-width: 768px) {
  .nowrap {
    white-space: nowrap !important;
	  -webkit-hyphens: manual;
  	-moz-hyphens: manual;
    -ms-hyphens: manual;
  	hyphens: manual;
  }
}

.cb {
  clear: both;
}

.dn {
  display: none;
}

.text-uppercase {
  letter-spacing: 1px;
}
.urkunden {
  margin-left: 40px;
 }
.urkunden img{
  float: left;
  text-align: left;
  margin-top: 30px;
  margin-left: 5px;
  width: 170px !important;

}