@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

html, body {
  margin: 0;
  padding: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: BrandonGrotesqueMedium;
}

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

a:focus {
  outline: none;
  box-shadow: none;
}

.text {
 color: #152f7b;
}

.modal-title {
  font-family: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
  font-size: 20px;
  color: #152F7B;
  margin: 0;
  padding: 0;
}

.textWhite {
 color: #fff !important;
}

/* ---------- 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: 0px 0 0 0;
    text-align: left;
  }
}

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

.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: #4EA1EE;
}

.topline ul li a:hover,
.topline ul li.active a {
  font-family: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
  color: #152F7B;
}

.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: #4EA1EE;
}

.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: #152F7B;
  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: #4EA1EE;
}

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

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

.headLine {
  color: #152f7b;
  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-family: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
}

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

.navigation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 50px;
  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 {

}

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

.navigation-wrapper .navbar-brand,
.navigation-wrapper .navbar-brand:hover,
.navigation-wrapper .navbar-brand:focus {
  height: 50px;
  /*background-color: #152F7B;*/
  background: #6093CC !important;
}

.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;

  font-family: BrandonGrotesqueMedium;
  font-weight: 400;
  font-style: normal;
}

.pull-left a, .pull-right a {
  padding-left: 0px !important;
}

@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 .navbar a {
    font-size: 12px;
    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: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1100px) {
  .navigation-wrapper .navbar a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@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: 13px;
  }
}

.iconLink a {
    padding-left: 7px !important;
    padding-right: 7px  !important;
}

.navigation-wrapper ul.nav.navbar-nav li:not(:last-child):not(:nth-last-child(2)) > a {
  position: relative;
}

.navigation-wrapper ul.nav.navbar-nav > li:not(:last-child):not(:nth-last-child(2)) > a::before {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 0;
  width: 1px;
  background-color: #A0CFFA;
}

.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: #3A59B2 !important;*/
  background: #6093CC !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: #5679DC !important;*/
  background: #6093CC !important;
}

.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: #4EA1EE !important;*/
  background: #6093CC !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: #4EC6EE !important;*/
  background: #6093CC !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: #3CD3B8 !important;*/
  background: #6093CC !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: #96D042 !important;
  background: #6093CC !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: #c6cd0e !important;
  background: #6093CC !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:nth-child(6) .dropdown-menu li,
.navigation-wrapper ul.nav.navbar-nav li:nth-child(7) .dropdown-menu li
{
  padding-left: 20px;
}

.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: #152F7B !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: #5679DC !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: #7C97DC!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: #83C3FF !important;
}

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

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

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

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

*/

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

.navbar-xs .navbar-toggle,
.navbar-xs .navbar-toggle:hover {
  float: left;
  background-color: #67bee7;
  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: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    font-size: 40px;
    color: #152f7b;
    padding: 0;
    margin: 40px 0 20px 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: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    font-size: 24px;
    line-height: 36px;
    color: #152f7b;
    display: block;
    word-wrap:break-word;
  }

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


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


/* ---------- PRODUCT IMAGE TEXT GRID (= pitg) ---------- */

  .row.pitg-line h2 {
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    font-size: 25px;
    color: #16307b;
    margin: 0 0 15px 0;
    padding: 0;
  }

  .pitg-line-text {
    margin: 0;
     color: #FFF;
  }

  .pitg-line-text h2 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .row.pitg-line a {
    font-size: 16px;
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    color: #16307b;
  }

  .row.pitg-line a::after {
    content: url('/images/layout/link-arrow-16307b.svg');
    padding-left: 5px;
    vertical-align: -1px;
  }

  .row.pitg-line .text {
    font-family: FFZwoWebPro;
    font-size: 16px;
    line-height: 23px;
    color: #16307b;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .row.pitg-line .text a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
  }

  .row.pitg-line .text.columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

/* ---------- /PRODUCT IMAGE TEXT GRID (= pitg) ---------- */


/* ---------- PRODUCT FAQ (= pfaq) ---------- */
 .pfaq  {
   padding: 10px 0 10px 0;
}

 .pfaq h2  {
    margin-top: 5px;
    font-size: 38px;
    color: #152f7b;
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
  }

  .pfaq h2 small {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    color: #15307d;
  }

  .row.pfaq-line {
    margin-top: 30px;
  }

  @media (min-width: 970px) {
    margin-bottom: 0;
  }

  /* ---------- LINE ---------- */
    .row.pfaq-line h3 {
      position: relative;
    }

    .row.pfaq-line h3:after {
      content: ""; 
      background: #4EA1EE; 
      position: absolute; 
      top: -10px; 
      left: 0; 
      width: 60px; 
      height: 2px;
    }
  /* ---------- LINE ---------- */

  .row.pfaq-line h3 {
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    font-size: 18px;
    color: #4EA1EE;
    margin: 0;
    padding: 0;
  }

  .row.pfaq-line .text, {
    font-family: FFZwoWebPro;
    font-size: 16px;
    line-height: 23px;
    color: #152F7B;
    margin: 0;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

/* ---------- /PRODUCT FAQ (= pfaq) ---------- */


/* ---------- COLLAPSE FAQ (= cfaq) ---------- */

  .cfaq h2  {
    margin-top: 5px;
    font-size: 38px;
    color: #152f7b;
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
  }

  .cfaq-line {
    margin-top: 30px;
  }

  @media (min-width: 970px) {
    margin-bottom: 0;
  }

  /* ---------- LINE ---------- */
    .cfaq-line h3 {
      position: relative;
    }

    .cfaq-line h3:after {
      content: ""; 
      background: #4EA1EE; 
      position: absolute; 
      top: -10px; 
      left: 0; 
      width: 60px; 
      height: 2px;
    }
  /* ---------- LINE ---------- */

  .cfaq-line h3 {
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    font-size: 18px;
    color: #4EA1EE;
    margin: 0;
    padding: 0;
  }

  .cfaq-line .text, {
    font-family: FFZwoWebPro;
    font-size: 16px;
    line-height: 23px;
    color: #152F7B;
    margin: 0;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

/* ---------- /PRODUCT FAQ (= pfaq) ---------- */


/* ---------- 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: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    font-size: 20px;
    color: #152F7B;
    margin: 0 15px 0 15px;
    padding: 0;
  }
  
  @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: FFZwoWebProSemiBold;
    font-size: 16px;
    color: #152F7B;
    margin: 5px 15px 0 15px;
    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-line .text,
  .row.teaser-type-3-line .text {
    font-family: FFZwoWebPro;
    font-size: 16px;
    line-height: 23px;
    color: #152F7B;
    margin: 10px 15px 10px 15px;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  @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-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 {
    color: #4EA1EE;
  }
  
  .row.teaser-line .text a::after,
  .row.teaser-type-3-line .text a::after {
    content: url('/images/layout/link-arrow-4EA1EE.svg');
    padding-left: 5px;
    vertical-align: -1px;
  }
  
  .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;
  }

/* ---------- /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: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    font-size: 30px;
    color: #fff;
    -webkit-hyphens: manual;
  	-moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
  
  @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-2 {
    font-family: FFZwoWebPro;
    font-size: 19px;
    line-height: 22px;
    color: #fff;
  	-webkit-hyphens: manual;
  	-moz-hyphens: manual;
  	-ms-hyphens: manual;
  	hyphens: manual;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .teaser-type-2 .row.teaser-line .text {
    font-family: FFZwoWebPro;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin: 20px 0 0 0;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .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: FFZwoWebProSemiBold;
    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;
    font-family: BrandonGrotesqueMedium;
    display: block;
    margin: 20px auto 0 auto;
    width: 80%;
    text-align: center;
    letter-spacing: 1px;
    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-neu {
  position: relative;
  margin: 60px 0 60px 0;
}

.teaser-haendlersuche-neu .overlay {
  background-color: #4E95D1;
  text-align: center;
  padding: 10px 0 10px 0;
}


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

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

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

}

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

.teaser-haendlersuche-neu .overlay .line-1 {
  font-family: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
  font-size: 20px;
  color: #fff;
}

.teaser-haendlersuche-neu .overlay .line-2 {
  font-family: FFZwoWebPro;
  font-size: 16px;
  color: #fff;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

.teaser-haendlersuche-neu .overlay .button,
.teaser-haendlersuche-neu .overlay .button:hover {
  font-family: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
  background-color: #fff;
  letter-spacing: 1px;
  color: #5d6391 !important;
  padding: 8px 15px 7px 15px;
  margin-left: 20px;
}


.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: #4E95D1;
  text-align: center;
  padding: 20px 0 20px 0;
}

@media (min-width: 992px) {
  .teaser-haendlersuche .overlay {
    position: relative;
    left: 0;
    top: 22%;
    height: 100%;
    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: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
  font-size: 20px;
  color: #fff;
}

.teaser-haendlersuche .overlay .line-2 {
  font-family: FFZwoWebPro;
  font-size: 18px;
  color: #fff;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.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;
  font-family: BrandonGrotesqueMedium;
  background-color: #fff;
  letter-spacing: 1px;
  color: #5d6391 !important;
  padding: 8px 15px 7px 15px;
  margin-left: 20px;
}

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




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

.footer-1 {
  background-color: #78B5DF;
  padding: 25px 0 25px 0;
}

@media (min-width: 1650px) {
  .footer-1 {
    background-image: url(/images/layout/footer-tropfen.svg);
    background-repeat: no-repeat;
    background-position: 8% top;
  }
}

@media (min-width: 1800px) {
  .footer-1 {
    background-position: 10% top;
  }
}

@media (min-width: 2000px) {
  .footer-1 {
    background-position: 14% top;
  }
}

@media (min-width: 2200px) {
  .footer-1 {
    background-position: 18% top;
  }
}

.footer-1 ul {
  margin: 0;
}

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

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

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

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ---------- /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: #004d90;
}

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

.carousel-caption {
  font-family: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
  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 ---------- */

/* ---------- 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;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

@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: FFZwoWebPro;
  font-size: 18px;
  color: #67bee7;
  margin-top: 85px;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.article-headline-top-second {
  font-family: FFZwoWebPro;
  font-size: 18px;
  color: #67bee7;
  margin-top: 0;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.article-text h3 {
  font-family: FFZwoWebPro;
	font-weight: normal;
	font-style: normal;
  font-size: 20px;
  color: #152f7b;
  margin: 0;
  padding: 0 0 5px 0;

font-family: BrandonGrotesqueMedium;
}
.article-bild iFrame {
  padding-bottom: 45px;
}

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

.bildLink {
  color: #4d98dd;
}

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

.article-Bild-BU {
  display: block;
  margin-bottom: 30px;
  color: #004d90;
  font-size: 11px;
}

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

}

.article-text {
  font-family: FFZwoWebPro;
	font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: #152f7b;
  padding-bottom: 20px;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.article-text-intro {
  font-family: FFZwoWebPro;
	font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #152f7b;
  padding-bottom: 20px;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.article-text h2 {
  font-family: FFZwoWebPro;
  font-size: 24px;
  font-weight: bold;
  line-height: 23px;
  color: #152f7b;
  padding-top: 0;
  margin-top: 0;

  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
font-family: BrandonGrotesqueMedium;
}

.article-text-intro h2 {
  font-family: FFZwoWebPro;
  font-size: 24px;
  font-weight: bold;
  line-height: 23px;
  color: #152f7b;
  padding-top: 0;
  margin-top: 0;

  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.article-text a {
  color: #4d98dd;
}

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

.article-text-hellblau {
  font-family: FFZwoWebPro;
  font-size: 16px;
  line-height: 23px;
  color: #37B0E9;
  padding-bottom: 40px;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.article-text-hellblau h3  {
  font-family: FFZwoWebPro;
  font-size: 16px;
  line-height: 23px;
  color: #37B0E9;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px 0;

  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
}
.article-text-blau {
  font-family: FFZwoWebPro;
  font-size: 16px;
  line-height: 23px;
  color: #004D90;
  padding-bottom: 20px;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.article-text-blau h3 {
  font-family: FFZwoWebPro;
  font-size: 16px;
  line-height: 23px;
  color: #004D90;
  padding-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px 0;

  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.article-liste ul {
 list-style-image: url(/images/layout/icons/haeckchen.png);
}

.article-list ul li { 
 padding-top: 5px;
}


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

.button-blue {
  background-color: #152f7b;
  text-align: center;
  font-family: BrandonGrotesqueMedium;
  letter-spacing: 2px;
  font-size: 16px;
  color: #fff;
  padding: 7px 15px 7px 15px;
  margin-bottom: 85px;
}

.button-blue:focus {
  color: #fff !important;
}
.button-blue:hover {
  color: #fff !important;
  text-decoration: underline;
}

.button-type-1 {
  font-family: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
  background-color: #4E95D1;
  letter-spacing: 2px;
  color: #fff;
  padding: 7px 15px 7px 15px;
  font-size: 16px;
}

.btn button-type-1 a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.button-type-2 {
  font-family: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
  background-color: #132063;
  letter-spacing: 2px;
  color: #fff !important;
  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: #d3dbf2;
  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;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

#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;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;

	-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: #4e65ac;
}

.bg-16 { /* alwa */
  background-color: #cfe7ff;
}

.bg-17 { /* alwa */
  background-color: #ebf5ff;
}

.bg-18 { /* alwa */
  background-color: #e9f1fe;
}

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

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

.bg-21 { /* alwa */
  background-color: #85ADDF;
}

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

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

.bg-aktuelles {
  background-color: #3a59b2;
  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;
}

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

.btn:hover {
  color: #fff !important;
  text-decoration: underline;
}

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

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

.logistik-sortiment-navigation a {
  font-family: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
  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;
  font-family: BrandonGrotesqueMedium;
  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;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ---------- /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;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

@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;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.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: #4ea1ef;
  }

  .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: #152f7b;
    font-family: FFZwoWebPro;
    letter-spacing: 1px;
    font-size: 16px;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

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

  .downloads-selection form option.indented {
    background-color: #e5f3fe;
    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;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .downloads-items h2 {
    color: #15307d;
    margin: 20px 0 30px 0;
    font-size: 38px;
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
  }

  .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: #152f7b;
    font-size: 16px;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

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

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

  .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;
    font-family: BrandonGrotesqueMedium;
  }

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

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  } 

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

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

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

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

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

  .produktgruppe-unternavigation > div.eintrag.active {
    background-color: #3091eb;
  }

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

  .produkt-info,
  .produkt-gebinde {
    color: #15307d;
   margin-left: 30px;
  }

  .produkt-gebinde img {
     margin-top: 20px;
  }

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

  .produkt-info h2 {
    margin-top: 5px;
    font-size: 38px;
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
  }

  .produkt-info h2 small {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    color: #15307d;
  }

.produkt-info ul { 
 list-style: none;
}

.produkt-info ul li {
  margin: 0;
  padding: 0 0 0 25px;
  list-style: none;
  background-image: url("/images/layout/icons/bulletpoint.svg");
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 15px;
}

.produkt-info ul li { 
 padding-top: 5px;
}


  .produkt-das-steck-drin-icon {
    display: block;
    width:100%;
    text-align: center;
}

  .produkt-das-steck-drin {
    padding: 20px 0 20px 0;
    background-color: #deefff;
    color: #15307d;
  }

  .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 {
    display: block;
    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-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
  }

  .produkt-gebinde {
    margin-top: 40px;
  }

  .produkt-gebinde h2 {
    margin-top: 5px;
    font-size: 18px;
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
  }

  .produkt-gebinde p {
    font-size: 14px;
    font-family: FFZwoWebPro;
    margin-bottom: 0;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }


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


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

.stellenanzeigen .section-header {
  margin: 0 0 10px 0;
  padding-top: 15px;
  font-family: FFZwoWebPro;
  text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
  font-size: 18px;
  color: #152f7b;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.stellenanzeigen .section-item a {
   color: #4EA1EE;
}

/* ---------- /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;
  font-family: BrandonGrotesqueMedium;
}

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

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

font-family: BrandonGrotesqueMedium;
}

@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: #152f7b;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.form-subheadline {
  color: #152f7b;
  text-transform: uppercase;
}
.form-subheadline big a{
  color: #152f7b !important;
}

.form-subheadline strong {
   color: #152f7b
  font-family: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
  font-weight: normal !important;
}

/*.form-subheadline a.active {
#152f7b
}*/

.form-control {
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #6c82c3;
  -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 #dbeffb;
}

select.form-control.input-lg {
  padding: 0 0 0 10px;
}

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

.radio {
   color: #152f7b;
   text-transform: uppercase;
 }
.radioLong {
   color: #152f7b;
   text-transform: uppercase;
   width: 200px;
   margin-top: 10px;
 }
.radioExtraLong {
   color: #152f7b;
   text-transform: uppercase;
   width: 390px;
   margin-top: 10px;
 }
.radio input {
  background-color: #dbeffb;
}

.form-control:focus {
  border: 1px solid #dbeffb;
  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: #152F7B;
  white-space: nowrap !important;
}

form .tooltip.top .tooltip-arrow {
  border-top-color: #152F7B;
}

form .tooltip.left .tooltip-arrow {
  border-left-color: #152F7B;
}

form .tooltip.right .tooltip-arrow {
  border-right-color: #152F7B;
}
.form-group {
  color: #152F7B;
}

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

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

.events-list-header div {
  font-family: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
  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;
  font-family: BrandonGrotesqueMedium;
}

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

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

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

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

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

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

a[id^="job-application-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^="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;
  font-family: BrandonGrotesqueMedium;
}

.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;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.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-family: BrandonGrotesqueMedium;
  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;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ansprechpartner .name {
  font-family: FFZwoWebProBold;
  font-family: BrandonGrotesqueMedium;
  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 {
    background-size: cover;
    padding: 0 0 20px 0;
    font-family: FFZwoWebPro;
    font-size: 15px;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

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

  .small-slider-text {
    padding: 0 40px 20px 40px;
    margin: 0 auto 0 auto;
    color: #1a3078;
    overflow: hidden;
    background-size: cover;
    background-position: bottom center;
  }

  .small-slider-step-text {
    margin: 0 0 2px 0;
    padding: 0;
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    font-size: 16px;
    color: #3bd4b8;
  }

  .small-slider h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    font-size: 18px;
  }

  .small-slider-button {
    display: block;
    padding: 10px;
    color: #fff !important;
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    font-size: 16px;
    background-color: #162f7a;
    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-family: BrandonGrotesqueMedium;
    font-size: 18px;
     color: #152f7b;
  }

  .input-large {
    width: 90%;
    float:left;
  }

  @media (max-width: 480px) {
    .input-large {
      width: 80%;
      float:left;
    }
  }

  .input-md {
    width: 30%;
    color: #152f7b;
    float:left;
  }

  .input-sm {
    width: 50%;
    margin-left: 10px;
    float:left;
  }

/* ---------- /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-family: BrandonGrotesqueMedium;
    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-family: BrandonGrotesqueMedium;
    font-size: 24px;
    line-height: 23px;
    color: #152f7b;
    padding-top: 0;
    margin-top: 0;
  }

  .haendlersuche .bg-1 h2 {
    color: #73b5f1;
  }

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

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

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

  .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: #152f7b;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .haendlersuche .haendlersuche-produkte li {
    margin: 0;
    padding: 0;
  }

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

  .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: #152f7b;
  }

  @media (min-width: 970px) and (max-width: 1170px) {
    .haendlersuche .haendlersuche-produktname-zusatz {
      font-size: 14px;
    }
  }

  .haendlersuche .haendlersuche-gebinde-label {
    font-family: FFZwoWebPro;
    font-size: 16px;
    color: #152f7b;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }
 .haendlersuche-ergebnis-ihre-auswahl h2 {
   color: #002169 !important;
}

  .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: #002169;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .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-formular {
   background-color: #C8DAF1;
   padding-top: 40px;
}
  .haendlersuche-formular h2 {
    color: #002169 !important;
    font-weight: normal !important;
}

  .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 .button-blue {
    margin-bottom: 0;
  }

  .haendlersuche-ergebnis > .container-fluid {
    padding: 30px 0 30px 0;
    font-family: FFZwoWebPro;
    font-size: 18px;
    color: #152f7b;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .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: #4497de;
  }

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

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

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

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


/* ---------- SUCHE ---------- */

/* ---------- /SUCHE  ---------- */

.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;
  color: #1b3076;
}

.alert-success a {
  color: #1b3076;
  text-decoration: underline;
}

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

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

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

#FormularCodeeingabe h2 {
 color: #152f7b;
}

@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;
}

.amazonLink {
  text-align: center;
  margin: 25px 0 25px 0;
}

.amazonLink a::after {
    content: '';
}



.Hinweis {
  width: 100%;
  padding: 10px;
  background-color: #e7edf9;
  font-size: 14px;
  text-align: left;
 
}

.haendlerLink img {
  width: 49%;
}

.reweLink img {
  width: 45%;
}

.reweLinkBox {
  margin: 25px 0 25px 0;

}

.reweLinkBox a::after {
    content: '';
}

.flaschenPostLink img {
  width: 30%;
}

.flaschenpPostLinkBox {
  margin: 25px 0 25px 0;
}

.flaschenPostLinkBox a::after {
    content: '';
}

.haendlersucheLink a::after {
    content: '';
}

.liste ul {
  list-style-type: none;
}

.modal-footer button.btn.btn-link:hover,
.modal-footer a.btn.btn-link:hover {
  color: #337ab7 !important;
}

.modal-footer button.btn.btn-default:hover,
.modal-footer a.btn.btn-default:hover {
  color: #000000 !important;
}

.klimaLogo {
  margin-left: 80px;
}


@media (max-width: 1200px) {
.klimaLogo {
  margin-left: 50px;
  }
}

@media (max-width: 1024px) {
.klimaLogo {
  margin-left: 0px;
  }
}

/* ---------- GLÜCKSZEIT ---------- */

  .header-glueckszeit {
    position: absolute;
  }

  .header-glueckszeit-counter {
    position: absolute;
    width: 33px;
    height: 35px;
    top: 14px;
    text-align: center;
    font-size: 25px;
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    color: #152f7b;
  }
/* hier */
  .header-glueckszeit-counter-7 {
    left: 20px;
  }

  .header-glueckszeit-counter-6 {
    left: 50px;
  }

  .header-glueckszeit-counter-5 {
    left: 82px;
  }

  .header-glueckszeit-counter-4 {
    left: 115px;
  }

  .header-glueckszeit-counter-3 {
    left: 148px;
  }

  .header-glueckszeit-counter-2 {
    left: 178px;
  }

  .header-glueckszeit-counter-1 {
    left: 211px;
  }

  .header-glueckszeit-counter-0 {
    left: 240px;
  }

  .header-glueckszeit-text {
    position: absolute;
    left: 40px;
    top: 75px;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: FFZwoWebProBold;
    font-family: BrandonGrotesqueMedium;
    color: #4e95d1;
  }

  @media (min-width: 970px) {
    .header-glueckszeit-text {
      top: 80px;
    }
  }

  /* ------------------------------ */

  @media (min-width: 768px) {
    .glueckszeit-counter {
      text-align: center;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
      margin-bottom: 60px;
      width: 500px;
    }

    .glueckszeit-counter img {
      width: 500px;
    }

    .text-glueckszeit-counter {
      position: absolute;
      width: 45px;
      height: 50px;
      top: 53px;
      text-align: center;
      font-size: 40px;
      font-family: FFZwoWebProBold;
      font-family: BrandonGrotesqueMedium;
      color: #152f7b;
    }

    .text-glueckszeit-counter-7 {
      left: 25px;
    }

    .text-glueckszeit-counter-6 {
      left: 70px;
    }

    .text-glueckszeit-counter-5 {
      left: 117px;
    }

    .text-glueckszeit-counter-4 {
      left: 165px;
    }

    .text-glueckszeit-counter-3 {
      left: 211px;
    }

    .text-glueckszeit-counter-2 {
      left: 259px;
    }

    .text-glueckszeit-counter-1 {
      left: 306px;
    }

    .text-glueckszeit-counter-0 {
      left: 353px;
    }
  }

  /* ------------------------------ */

  .glueckszeit-box-mit-tropfen {
    position: relative;
    background: #778DC6;
    padding: 40px;
    color: #fff;
    border-bottom-right-radius: 8em 8em;
  }

  .glueckszeit-box-mit-tropfen h2 {
    color: #fff;
    font-family: BrandonGrotesqueMedium;
    text-align: left !important;
  }

 .glueckszeit-box-mit-tropfen a {
    color: #fff;
  }

 .glueckszeit-box-mit-tropfen a::after {
    content: url('/images/layout/link-arrow-FFFFFF.svg');
    padding-left: 5px;
    vertical-align: -1px;
    border-bottom-right-radius: 8em 8em;
  }

  @media (min-width: 992px) {
    .glueckszeit-box-mit-tropfen {
      position: relative;
      background: #778DC6;
      padding: 50px 120px 20px 50px;
    }

    .glueckszeit-box-mit-tropfen img.tropfen {
      display: block;
      position: absolute;
      width: 120px;
      top: 30px;
      right: -70px;
    }
  }

  .gluecksrechner {
   background-color: #E5EFF9; 
   border-top-right-radius: 8em 8em;
   border-bottom-left-radius: 8em 8em; 
   padding: 40px 0 20px 60px;
   margin-bottom: 60px;
}
  .gluecksrechner img {
    width: 60%;
    margin-bottom: -20px;
}
  /* ------------------------------ */

    .AntragstellerOrganisation,
    .AntragstellerEinzelperson {
      display: none;
    }

/* ---------- /GLÜCKSZEIT ---------- */



.text-color-light,
.text-color-dark {
  color: inherit;
}

.text-color-light h2,
.text-color-light h2 small,
.text-color-light h3,
.text-color-light h3 a,
.text-color-light h3 a:hover,
.text-color-light .text,
.text-color-light a,
.text-color-dark h2,
.text-color-dark h2 small,
.text-color-dark h3,
.text-color-dark h3 a,
.text-color-dark h3 a:hover,
.text-color-dark .text,
.text-color-dark a {
  color: inherit;
}

.text-color-light {
  color: #ffffff;
}

.text-color-dark {
  color: #16307b;
}

h2 small {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

div[id*="accordion"] {
  margin-top: 30px;
}

div[id*="accordion"] h3[id*="headline"] {
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 130%;
}

.text-color-light div[id*="accordion"] h3[id*="headline"] {
  border-top: 1px solid #ffffff;
}

.text-color-dark div[id*="accordion"] h3[id*="headline"] {
  border-top: 1px solid #16307b;
}

div[id*="accordion"] h3[id*="headline"] a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  gap: 1em;
  position: relative;
}

div[id*="accordion"] h3[id*="headline"] a .arrow-icon img {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  width: 1.1em;
  height: auto;
}

div[id*="accordion"] h3[id*="headline"] a:not(.collapsed) .arrow-icon img {
  transform: rotate(-90deg);
}

div[id*="accordion"] footer {
  margin-top: 20px;
  padding-top: 20px;
}

.text-color-light div[id*="accordion"] footer {
  border-top: 1px solid #ffffff;
}

.text-color-dark div[id*="accordion"] footer {
  border-top: 1px solid #777D72;
}

div[id*="accordion"] footer a::after {
  padding-left: 5px;
  vertical-align: -1px;
}

.text-color-light div[id*="accordion"] footer a::after {
  content: url('/images/layout/link-arrow-FFFFFF.svg');
}

.text-color-dark div[id*="accordion"] footer a::after {
  content: url('/images/layout/link-arrow-16307b.svg');
}

div[id*="accordion"] div[id*="content"] {
  padding-left: 15px;
  padding-right: 15px;
}