/* ==========================================================================
   Global
   
   #005781 Technikblau
   #89bd23 Zukunftsgrün
   #9bc6ce Türkisgrau
   #2d718e Graublau
   #dadcdd Grau
   #485156 Fließtext
   
   ========================================================================== */

/* @import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700); */

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=03f0e56e-8653-4324-8574-96f8892cd47b&fontids=5557960,5559351,5559774");
@font-face {
    font-family: "Dax W01 Regular";
    src:
        url("../Fonts/5557960/c945938b-c6f1-45ce-81b4-27cdab6611c5.woff2")
            format("woff2"),
        url("Fonts/5557960/d050c6b0-688c-4ffa-a322-80eee7ecdbd1.woff")
            format("woff");
}
@font-face {
    font-family: "Dax W01 Medium";
    src:
        url("../Fonts/5559351/4c02235c-5b87-4303-ad70-89daa8187ef1.woff2")
            format("woff2"),
        url("Fonts/5559351/b6096034-911a-4987-80e2-102c62f58fb2.woff")
            format("woff");
}
@font-face {
    font-family: "Dax W01 Bold";
    src:
        url("../Fonts/5559774/cdf95fd0-9d1f-4daa-82ea-b25dbd236444.woff2")
            format("woff2"),
        url("Fonts/5559774/a7bdb1d5-35e0-4e9a-a581-75a95390fdf6.woff")
            format("woff");
}

body,
html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Dax W01 Regular", Arial, Helvetica, sans-serif !important;
    font-size: 20px;
    background: #fff;
    color: #485156;
    line-height: 1.428571429;
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

/* ie11 hack */
/*_:-ms-lang(x),
.ce-gallery img {
  width: 100%;
	display: inline;
}*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ce-gallery img {
        width: 100%;
        display: inline;
    }
}
_:-ms-lang(x),
#c1324 img,
#c1347 img,
#c1327 img,
#c1328 img,
#c1354 img,
#c1348 img,
#c1366 img,
#c1367 img,
#c1608 img,
#c1606 img,
#c1381 img,
#c1379 img {
    width: 53px;
}

a {
    color: #005782;
}

a:hover {
    color: #005782;
}

ul {
    margin-left: 0;
    padding-left: 20px;
}

ul ul {
    margin-left: 1em;
}

ul li {
    line-height: 1.7rem;
}

ul.list--checkmark {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
ul.list--checkmark li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
}
ul.list--checkmark li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: url(../Images/checkbox-icon.png) no-repeat center;
  background-size: auto;
  background-size: contain;
}



b,
strong {
    font-family: "Dax W01 Bold";
    font-weight: normal;
}

/* ==========================================================================
   Layout
   ========================================================================== */

#page-wrapper {
    position: relative;
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

.sidenav-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.sidenav.open {
    width: 350px;
}

.sidebar.closed {
    width: 0;
}

#main {
    transition: margin-left 0.5s;
}

.main.open {
    margin-left: 350px;
}

.main.closed {
    margin-left: 0;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .sidenav.open {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .sidenav {
        top: 100px;
        padding-top: 0;
        padding-bottom: 160px;
    }
    .main.open {
        margin-left: 0;
    }
}

/* grau */
.bg-lightgray {
    background: #dadcdd;
}

/* blau */
.bg-mediumgray {
    background: #9bc6ce;
    color: #005781;
}

/* .bg-mediumgray a { */
/* color: #fff; */
/* } */

/* gruen */
.bg-darkgray {
    background: #89bd23;
    color: #fff;
}

.bg-darkgray a {
    color: #fff;
}

.bg-white {
    background: #fff;
}

/* Space */
.frame-space-before-extra-small {
    margin-top: 0;
    padding-top: 1em;
}
.frame-space-before-small {
    margin-top: 0;
    padding-top: 2em;
}
.frame-space-before-medium {
    margin-top: 0;
    padding-top: 3em;
}
.frame-space-before-large {
    margin-top: 0;
    padding-top: 4em;
}
.frame-space-before-extra-large {
    margin-top: 0;
    padding-top: 5em;
}
.frame-space-after-extra-small {
    margin-bottom: 0;
    padding-bottom: 1em;
}
.frame-space-after-small {
    margin-bottom: 0;
    padding-bottom: 2em;
}
.frame-space-after-medium {
    margin-bottom: 0;
    padding-bottom: 3em;
}
.frame-space-after-large {
    margin-bottom: 0;
    padding-bottom: 4em;
}
.frame-space-after-extra-large {
    margin-bottom: 0;
    padding-bottom: 5em;
}

@media (max-width: 767px) {
    .frame-space-before-extra-small {
        margin-top: 0;
        padding-top: 0.5em;
    }
    .frame-space-before-small {
        margin-top: 0;
        padding-top: 1em;
    }
    .frame-space-before-medium {
        margin-top: 0;
        padding-top: 1.5em;
    }
    .frame-space-before-large {
        margin-top: 0;
        padding-top: 2em;
    }
    .frame-space-before-extra-large {
        margin-top: 0;
        padding-top: 2.5em;
    }
    .frame-space-after-extra-small {
        margin-bottom: 0;
        padding-bottom: 0.5em;
    }
    .frame-space-after-small {
        margin-bottom: 0;
        padding-bottom: 1em;
    }
    .frame-space-after-medium {
        margin-bottom: 0;
        padding-bottom: 1.5em;
    }
    .frame-space-after-large {
        margin-bottom: 0;
        padding-bottom: 2em;
    }
    .frame-space-after-extra-large {
        margin-bottom: 0;
        padding-bottom: 2.5em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

/* ==========================================================================
   Left Navigation
   ========================================================================== */

.mainNav {
    width: 100%;
    padding: 0 40px 0 20px;
}

/* First Level */
.mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainNav ul li {
}

.mainNav ul li a {
    color: #414c57;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    text-decoration: none;
    border-bottom: 1px solid #dadada;
}

.mainNav ul li .accordion-btn-wrap {
    border-bottom: 1px solid #dadada;
}

.mainNav ul li:last-child a,
.mainNav ul li:last-child .accordion-btn-wrap {
    border-bottom: none;
}

.mainNav ul li a:hover {
    text-decoration: none;
}

/* Second Level */
.mainNav ul ul {
}
.mainNav ul ul li {
    border-bottom: none;
}

.mainNav ul ul li a {
    color: #414c57;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 0.7em 1em 0.7em 34px;
    border-bottom: none;
}

.mainNav ul ul li .accordion-btn-wrap {
    border-bottom: none;
}

.mainNav ul ul li a:hover {
}

/* Third Level */
.mainNav ul ul ul {
    /*border-top:1px solid #222;*/
}
.mainNav ul ul ul li {
    border: none;
}
.mainNav ul ul ul li a {
    /*padding-left:52px; 
  padding-top:0.5em; 
  padding-bottom:0.5em;*/
    padding: 1em 1em 1em 52px;
    font-size: 14px;
}

/* Accordion Button */
ul li.has-subnav .accordion-btn {
    height: 100%;
}

.menu-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.mainNav a {
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    /*.mainNav {width: 40%;}*/
}
@media screen and (max-width: 700px) {
    .mainNav {
        width: 100%;
    }
}

/* ==========================================================================
   Ticker
   ========================================================================== */

.marquee {
    overflow: hidden;
    border: solid 1px #9bc6ce;
    background: #9bc6ce;
    /* height: 52px; */
    min-height: 46px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
}
.marquee P {
    margin: 0;
}

/* ==========================================================================
   Header
   ========================================================================== */

#header {
    height: 168px;
}

.slogan {
    float: left;
    margin: 96px 40px 0 80px;
}

ul.top-menu-left {
    margin: 114px 0px 0 60px;
    padding: 0;
    list-style-type: none;
    height: 28px;
    /*line-height: 28px;*/
}

ul.top-menu-left:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

ul.top-menu-left li {
    margin: 0;
    padding: 0 1px;
    display: inline-block;
    line-height: 28px;
    vertical-align: top;
}

ul.top-menu-left li a {
    color: #485156;
    font-size: 24px;
    text-transform: uppercase;
}

ul.top-menu-left li a:hover {
    text-decoration: none;
}

ul.top-menu-left li span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

ul.top-menu-left li span.separator {
    font-family: "Dax W01 Bold";
    font-size: 18px;
    font-weight: normal;
}

#toggleMenuButton span {
    /*height: 28px;
  line-height: 28px;
  vertical-align: middle;*/
}

.icon-menu-open {
    display: inline-block;
    width: 42px;
    height: 28px;
    margin-right: 20px;

    -webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;

    /*margin: 48px 20px 0 60px;*/
    /*padding-left: 62px;*/
}

.icon-menu-open.closed {
    background-image: url(../Images/icon_menu_open.svg);
    background-repeat: no-repeat;
    background-size: 42px 28px;
}

.icon-menu-open.open {
    background-image: url(../Images/icon_menu_close.svg);
    background-repeat: no-repeat;
    background-size: 42px 28px;
}

/* .top-logo { */
/* text-align: center; */
/* } */

.logo {
    width: 188px;
    height: 120px;
    margin: 24px 110px 0 80px;
    /* margin-top: 50px; */
    /* margin-right: 150px; */
    /* margin-left: 70px; */
    float: right;
}

ul.top-menu-right {
    margin: 120px 0 0 0;
    padding: 0;
    list-style-type: none;
    height: 28px;
}

ul.top-menu-right li {
    margin: 0;
    padding: 0 3px;
    display: inline-block;
    vertical-align: top;
}

ul.top-menu-right li a {
    color: #485156;
    font-size: 24px;
    text-transform: uppercase;
}

ul.top-menu-right li a:hover {
    text-decoration: none;
}

ul.top-menu-right li.separator:before {
    content: "|";
    color: #485156;
    font-size: 18px;
}

.mobile-add-menu {
    display: none;
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.mobile-add-menu li {
    padding: 8px 0;
}

.mobile-add-menu li a {
    color: #005781;
    font-weight: normal;
    font-size: 16px;
    white-space: nowrap;
}

@media screen and (max-width: 1700px) {
    .slogan {
        margin: 102px 40px 0 30px;
    }
    .logo {
        margin: 30px 60px 0 30px;
    }
}

@media screen and (max-width: 1500px) {
    /* .hide-on-lg { */
    /* display: none!important; */
    /* } */
    .slogan {
        float: none;
        margin: 50px 40px 0 10px;
    }
    ul.top-menu-left {
        margin: 40px 20px 0 4px;
    }
    ul.top-menu-left li a {
        font-size: 20px;
    }
    .icon-menu-open {
        width: 30px;
        height: 20px;
        margin-right: 12px;
    }
    .icon-menu-open.closed,
    .icon-menu-open.open {
        background-size: 30px 20px;
    }
    .logo {
        float: none;
        margin: 10px 60px 0 30px;
    }
    ul.top-menu-right {
        margin: 12px 56px 0 20px;
    }
    ul.top-menu-right li a {
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    /* .hide-on-md { */
    /* display: none!important; */
    /* } */
}

/* @media screen and (max-width: 767px) { */

/* } */

@media screen and (max-width: 991px) {
    #header {
        height: 120px;
    }
    ul.top-menu-left {
        margin: 36px 20px 0 0px !important;
    }
    .logo {
        width: 141px;
        height: 90px;
        margin: 10px 60px 0 0px;
    }
    .hide-on-md {
        display: none !important;
    }
    /* .top-logo { */
    /* text-align: right; */
    /* } */
    .slogan {
        display: none;
    }
    .mobile-add-menu {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .logo {
        margin: 10px 10px 0 0px;
    }
}

@media screen and (max-width: 480px) {
    #header {
        height: 100px;
    }
    .logo {
        width: 110px;
        height: 70px;
    }
}

/* @media screen and (max-width: 1199px) { */
/* .hide-on-lg { */
/* display: none!important; */
/* } */
/* ul.top-menu-left { */
/* margin: 48px 20px 0 0px; */
/* } */
/* ul.top-menu-right { */
/* margin: 48px 0px 0 20px; */
/* } */
/* } */

/* ==========================================================================
   News
   ========================================================================== */

.news-teaser {
    /* position: relative; */
    background: #dadcdd;
}

/* .news-teaser-image { */
/* background-color: rgba(155, 199, 207, 1); */
/* } */

/* .news-teaser-image img { */
/* object-fit: cover; */
/* opacity: 0.5; */
/* } */

.news-teaser-text {
    padding: 10px 20px 40px 20px;
}

.news-teaser-text h3 {
    margin: 1rem 0;
    font-size: 26px;
}

.news-teaser-text h3 a {
    color: #005781;
}

.news-teaser-text p {
    font-size: 20px;
}

.news-teaser-button {
    position: absolute;
    bottom: -42px;
    left: 50%;
    margin-left: -108px;
    width: 216px;
    text-align: center;
}

.news .f3-widget-paginator {
    margin: 10px 0 20px 0;
    padding: 0;
}

.news .f3-widget-paginator li {
    margin: 0;
    padding: 0 10px 0 0;
    list-style: none;
    display: inline-block;
}

@media (max-width: 479px) {
    .news-teaser-button {
        bottom: -36px;
    }
}

@media screen and (max-width: 767px) {
    .news .row .col-12 {
        margin-bottom: 50px;
    }
    .news-teaser-text h3 {
        margin: 1rem 0;
        font-size: 20px;
    }
    .news-teaser-text p {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .news-teaser-text h3 {
        margin: 1rem 0;
        font-size: 22px;
    }
    .news-teaser-text p {
        font-size: 18px;
    }
}

/* ==========================================================================
   News - Schlagworte
   ========================================================================== */

ul.news-tags {
    list-style: none;
    column-count: 3;
    gap: 1em;
    margin-left: 0;
    padding-left: 0;
}

ul.news-tags li {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 1rem;
}

ul.news-tags li a.active {
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    ul.news-tags {
        column-count: 2;
    }
}

/* ==========================================================================
   Teaserbox mit Icon
   ========================================================================== */

.teaserbox-outer {
    /* background: tomato; */
    height: 100%;
}

.teaserbox {
    background: #9bc6ce;
    padding: 20px 20px 40px 20px;
    height: 100%;
}

.teaserbox__icon {
    text-align: center;
}

.teaserbox__heading {
    margin: 1rem 0;
    font-size: 32px;
    text-transform: uppercase;
}

.teaserbox__text {
    color: #005781;
}

.teaserbox__link {
    position: absolute;
    bottom: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .teaserbox__heading {
        font-size: 26px;
    }
    .teaserbox-outer {
        padding-bottom: 50px;
    }
    .teaserbox__link {
        bottom: 13px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .teaserbox__heading {
        font-size: 28px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .teaserbox__heading {
        font-size: 30px;
    }
}

/* ==========================================================================
   Akkordeon
   ========================================================================== */

.accordion_element {
    border-top: 1px solid #005781;
    padding: 0.6rem 0;
}

.accordion_element:last-child {
    border-bottom: 1px solid #005781;
}

.accordion_head {
    clear: right;
    cursor: pointer;
    /*line-height: 42px;*/
    text-transform: uppercase;
    padding: 9px 44px 9px 0;
    position: relative;
    color: #005781;
}

.accordion_head:hover,
.accordion_head.active {
}

.accordion_body p {
    /*font-weight: 500;*/
}

.accordion_icon {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0px;
    top: 10px;
    /*-webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;*/
    background: url(../Images/arrow_right.png);
}

.accordion_head.active .accordion_icon {
    background: url(../Images/arrow_down.png);
}

/* ==========================================================================
   Tabs
   ========================================================================== */

@-webkit-keyframes showTab {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes showTab {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.tabsy > button {
    width: 100%;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
}

.tabsy > .tabButton {
    display: block;
    margin-top: 1px;
    background: #fff;
    color: #414c57;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.tabsy > input {
    display: none;
}

.tabsy > label {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

.tabsy > input:checked + label + .tab {
    display: block;
}

.tabsy > input:checked + label + .tab > .content {
    -webkit-animation: showTab 250ms ease-in-out;
    animation: showTab 250ms ease-in-out;
}

.tabsy > .tab {
    background: #414c57;
    color: #fff;
    display: none;
}

@media screen and (min-width: 768px) {
    .tabsy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tabsy > .tabButton {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        cursor: pointer;
    }
    .tabsy > input:checked + label {
        background: #414c57;
        color: #fff;
    }
    .tabsy > .tab {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.tabButton {
    font-weight: bold;
    padding: 15px 20px;
}

.tab {
    padding: 20px;
    text-align: left;
}

/* ==========================================================================
   Downloads
   ========================================================================== */

.downloads h3 {
    font-family: "Dax W01 Bold";
    font-weight: normal;
}

.downloads ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.downloads ul li {
    background-image: url(../Images/icon_download.png);
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 26px;
    padding: 15px 5px 10px 38px;
    color: #89bd23;
}

.downloads ul li a {
    font-family: "Dax W01 Bold";
    font-weight: normal;
    color: #005782;
}

@media (max-width: 767px) {
    .downloads {
        margin-bottom: 2rem;
    }
}

/* ==========================================================================
   Ansprechpartner
   ========================================================================== */

.contact-box-inner {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.contact-image {
    /*float: left;*/
    margin-right: 10px;
    width: 100px;
    /*float: none;
	width: 120px;*/
}

.contact-image figure {
    margin: 0;
}

.contact-infos {
    -webkit-box-flex: 1;
    flex: 1;
    color: #485156;
}

.contact-name {
    margin-top: 0;
    margin-bottom: 0.2rem;
    color: #485156;
    font-family: "Dax W01 Bold";
    font-weight: normal;
    font-size: 20px;
}

.contact-infos p {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    font-size: 18px;
}

.contact-infos p.contact-mail {
    margin-bottom: 0;
}

.contact-infos p.contact-mail a {
    color: #485156;
    font-family: "Dax W01 Bold";
    font-weight: normal;
}

/* .bg-lightgray .contact-name, */
/* .bg-lightgray .p.contact-mail a, */
/* .bg-white .contact-name, */
/* .bg-white .p.contact-mail a { */
/* color: #485156; */
/* } */

.bg-mediumgray .contact-infos,
.bg-mediumgray .contact-name,
.bg-mediumgray p.contact-mail a,
.bg-darkgray .contact-infos,
.bg-darkgray .contact-name,
.bg-darkgray p.contact-mail a {
    color: #fff;
}

@media screen and (min-width: 980px) {
    .contact-image {
        width: 120px;
        margin-right: 20px;
        /*float: left;
		margin-right: 20px;*/
    }
    .contact-name {
        margin-bottom: 0.2rem;
        font-size: 24px;
    }

    .contact-infos p {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        font-size: 20px;
    }
}

/* ==========================================================================
   Icon Text
   ========================================================================== */

.icon-content {
    width: 100px;
}

.it-box {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    padding-bottom: 3rem;
}

.it-icon {
    margin-right: 20px;
    width: 100px;
}

.it-icon figure {
    margin: 0;
}

.it-text {
    -webkit-box-flex: 1;
    flex: 1;
}

@media (max-width: 479px) {
    .it-box {
        padding-bottom: 1rem;
    }
    .it-icon {
        margin-right: 10px;
        width: 60px;
    }
}

/* ==========================================================================
   Powermail
   ========================================================================== */

.formleft {
    clear: both;
    float: left;
    width: 49%;
}

.formright {
    float: right;
    width: 49%;
}

.form3left,
.form3center,
.form3right {
    width: 32%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form3left {
    clear: both;
    float: left;
    margin-right: 1%;
}

.form3center {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

.form3right {
    float: left;
    margin-left: 1%;
}

.form4left,
.form4centerleft,
.form4centerright,
.form4right {
    width: 23.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form4left {
    clear: both;
    float: left;
    margin-right: 1%;
}

.form4centerleft,
.form4centerright {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

.form4right {
    float: left;
    margin-left: 1%;
}

.default {
    clear: both;
}

input,
textarea,
select {
    font-family:
        Droid Sans,
        Arial,
        Helvetica,
        sans-serif !important;
    font-size: 1rem;
    border: none;
}

.tx-powermail h4 {
    font-family: "Dax W01 Bold";
    font-weight: normal;
}

.tx-powermail label {
    margin-bottom: 0;
    font-size: 14px;
}

.tx-powermail .radio {
    display: inline-block;
    padding: 5px 0;
    margin-right: 20px;
}

#c1769 .tx-powermail .radio,
#c1918 .tx-powermail .radio,
.powermail_form_16 .powermail_fieldwrap_messkonzepte .radio {
    display: block;
}

.tx-powermail .checkbox {
    display: inline-block;
    padding: 5px 0;
    margin-right: 20px;
}

.tx-powermail .radio > label {
    font-size: 1rem;
}

.tx-powermail > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.powermail_field {
    margin-top: 0;
    margin-bottom: 1rem;
}

.tx-powermail input[type="text"],
.tx-powermail input[type="number"],
.tx-powermail input[type="email"],
.tx-powermail input[type="date"],
.tx-powermail textarea,
.tx-powermail select {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #979fa7;
}

.tx-powermail input[type="date"] {
    height: 42px;
}

.tx-indexedsearch-searchbox-sword {
    width: 300px;
    padding: 0.5rem;
    border: 1px solid #979fa7;
}

input[type="submit"],
button {
    border: 0;
    display: block;
    margin: 1rem auto;
    padding: 10px 40px;
    background: #89bd23;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    cursor: pointer;
}

.tx-powermail .powermail_fieldset .parsley-errors-list {
    display: none;
    margin: 5px 0 20px 0;
    padding: 0;
    list-style-type: none;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    width: 100%;
    float: right;
    clear: left;
}

.tx-powermail .powermail_fieldset .parsley-errors-list.filled {
    display: block;
}

.tx-powermail .powermail_fieldset .parsley-errors-list > li {
    color: #a94442;
    padding: 5px 10px;
}

.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset .parsley-error,
.tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus,
.tx-powermail .powermail_fieldset div.error {
    background-color: #ebccd1;
    color: #a94442;
}

.tx-powermail
    .powermail_fieldset
    .powermail_field_error_container
    .parsley-errors-list {
    width: 100%;
    margin-bottom: 0;
    background-color: #ebccd1;
    border: none;
}

.tx-powermail
    .powermail_fieldset
    .powermail_field_error_container
    .parsley-errors-list
    > li {
    padding-left: 5px;
}

/* very special things... (ugly) */
label[for="powermail_field_einverstaendnis"],
label[for="powermail_field_zahlungsweise_01"] {
    display: none;
}

@media (max-width: 639px) {
    .formleft,
    .formright,
    .form3left,
    .form3center,
    .form3right,
    .form4left,
    .form4centerleft,
    .form4centerright,
    .form4right {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* ==========================================================================
   "Und so geht's" - Modul
   ========================================================================== */

.steps-lg {
    display: block;
}

.steps-sm {
    display: none;
}

@media (max-width: 767px) {
    .steps-lg {
        display: none;
    }
    .steps-sm {
        display: block;
        margin-bottom: 7px;
    }
}

.steps-2 {
    margin-bottom: 12px;
}

/* .step { */
/* padding: 10px 30px 0 30px; */
/* color: #fff; */
/* font-size: 22px; */
/* text-transform: uppercase; */
/* } */

/* .step-number { */
/* font-size: 42px; */
/* display: block; */
/* } */

/* .step1 { */
/* width: 309px; */
/* height: 176px; */
/* float: left; */
/* background: url('../Images/sogehts_1.png') no-repeat center center; */
/* } */

/* .step2 { */
/* width: 266px; */
/* height: 176px; */
/* float: left; */
/* background: url('../Images/sogehts_2.png') no-repeat center center; */
/* } */

/* .step3 { */
/* width: 267px; */
/* height: 176px; */
/* float: left; */
/* background: url('../Images/sogehts_3.png') no-repeat center center; */
/* } */

/* .step4 { */
/* width: 268px; */
/* height: 176px; */
/* float: left; */
/* background: url('../Images/sogehts_4.png') no-repeat center center; */
/* } */

/* ==========================================================================
   Text Bild Slider
   ========================================================================== */

.ls-inner-text {
    position: relative;
}

.ls-carousel .outer-button {
    display: block;
    position: absolute;
    bottom: -23px;
    height: 50px;
    /* margin: 0 auto; */
    left: 0;
    right: 0;
    text-align: center;
    z-index: 198;
}

.ls-carousel .button {
    margin: 0 auto;
    z-index: 199;
}

@media (max-width: 479px) {
    .ls-carousel .outer-button {
        bottom: -29px;
    }
}

/* ==========================================================================
   Content
   ========================================================================== */

h1,
h2,
h3,
h4 {
    /* font-weight: bold; */
}

.heading-top {
    background: url("../Images/arrow_heading.png") no-repeat left top;
    background-size: 34px 53px;
    padding-left: 46px;
    padding-bottom: 15px;
    color: #005781 !important;
}

h1 {
    font-family: "Dax W01 Bold";
    font-weight: normal;
    font-size: 44px;
    text-transform: uppercase;
    color: #89bd23;
}

h2 {
    font-family: "Dax W01 Medium";
    font-size: 36px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #005781;
}

h3 {
    font-family: "Dax W01 Medium";
    font-size: 28px;
    margin-bottom: 1.5rem;
    color: #005781;
}

h4 {
    font-size: 24px;
    margin-bottom: 1rem;
    color: #005781;
}

.larger {
    font-size: larger;
}

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.button {
    font-family: "Dax W01 Bold";
    font-weight: normal;
    display: inline-block;
    margin: 1rem 0;
    padding: 10px 40px 10px 40px;
    background: #89bd23;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.button:hover {
    color: #fff;
    text-decoration: none;
}

.button-100 {
    font-family: "Dax W01 Bold";
    font-weight: normal;
    display: inline-block;
    margin: 1rem 0;
    padding: 10px 5px 10px 5px;
    background: #89bd23;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    width: 100%;
    text-align: center;
}

.button-100:hover {
    color: #fff;
    text-decoration: none;
}

.button-blue {
    font-family: "Dax W01 Bold";
    font-weight: normal;
    display: inline-block;
    margin: 1rem 0;
    padding: 10px 40px;
    background: #005781;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    text-decoration: none;
}

.button-blue:hover {
    color: #fff;
    text-decoration: none;
}

.button-blue-100 {
    font-family: "Dax W01 Bold";
    font-weight: normal;
    display: inline-block;
    margin: 1rem 0;
    padding: 10px 5px 10px 5px;
    background: #005781;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.button-blue-100:hover {
    color: #fff;
    text-decoration: none;
}

.button-big {
    display: inline-block;
    width: 100%;
    background: #89bd23;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    white-space: nowrap;
}

.button-big:hover {
    color: #fff;
    text-decoration: none;
}

.button-big-icon {
    width: 60px;
    height: 60px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0px;
    background: #fff;
    vertical-align: middle;
}

.button-big span {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
}

/* table thead th:first-of-type { */
table {
    font-family: "Dax W01 Bold";
    font-weight: normal;
    text-align: left;
    border-bottom: 5px solid #005781;
    padding: 10px 15px 3px 15px;
    color: #005781;
    font-size: clamp(10px, 1rem, 18px);
    /* font-weight: bold; */
}

.frame-type-table {
    @media (max-width: 992px) {
        overflow-x: auto;
    }
}

/* table thead th[scope="col"]:not(:empty) {
  border: none !important;
}

table th {
  border-bottom: 1px solid #414c57;
  padding: 10px 15px;
}

table th[scope="row"] {
  font-weight: normal;
} */

table td {
    border-bottom: 1px solid #414c57;
    padding: 10px 15px;
}

div.frame a[href$=".pdf"] {
    background: url(../Images/pdf_files.gif) center left no-repeat;
    display: inline-block;
    padding-left: 26px;
    line-height: 16px;
}

.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Responsive tables */
.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

.table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

/* Responsive Video */
.responsive-video {
    width: 100%;
    height: auto;
    border: none !important;
    border-radius: 0;
    outline: none;
}
.responsive-video:focus {
    outline: none;
}

@media (max-width: 479px) {
    .heading-top {
        background-size: 20px 32px;
        padding-left: 26px;
    }
    .button {
        font-size: 18px;
        padding: 8px 30px 8px 30px;
    }
    .button-big {
        /* padding: 10px 10px 10px 10px; */
        font-size: 16px;
    }
    .button-big-icon {
        width: 40px;
        height: 40px;
        margin-right: 0px;
    }
    .button-big span {
        padding-left: 3px;
    }
    .button-100,
    .button-blue-100 {
        font-size: 18px;
    }
    /* .button { */
    /* display: inline-block; */
    /* margin: 1rem 0; */
    /* padding: 8px 10px; */
    /* text-transform: uppercase; */
    /* font-size: 15px; */
    /* } */
    /* .button-blue { */
    /* display: inline-block; */
    /* margin: 1rem 0; */
    /* padding: 8px 10px; */
    /* background: #005781; */
    /* border-radius: 25px; */
    /* color: #fff; */
    /* text-transform: uppercase; */
    /* font-size: 15px; */
    /* text-decoration: none; */
    /* } */
}

@media (min-width: 480px) and (max-width: 767px) {
    .heading-top {
        background-size: 22px 36px;
        padding-left: 30px;
    }
    .button-big {
        /* padding: 10px 10px 10px 10px; */
        font-size: 22px;
    }
    .button-big-icon {
        width: 60px;
        height: 60px;
        margin-right: 0px;
    }
    .button-100,
    .button-blue-100 {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .heading-top {
        background-size: 30px 48px;
        padding-left: 40px;
    }
    .button-big {
        /* padding: 10px 10px 10px 10px; */
        font-size: 16px;
    }
    .button-big-icon {
        width: 46px;
        height: 46px;
        margin-right: 0px;
    }
    .button-big span {
        padding-left: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .button-big {
        /* padding: 14px 40px 14px 20px; */
        font-size: 22px;
    }
    .button-big-icon {
        width: 54px;
        height: 54px;
        margin-right: 0px;
    }
    /* .button-big span { */
    /* padding-left: 10px; */
    /* } */
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
        margin-bottom: 1rem;
    }
    h3 {
        font-size: 22px;
        margin-bottom: 1rem;
    }
    h4 {
        font-size: 20px;
        margin-bottom: 0.6rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
        margin-bottom: 1.5rem;
    }
    h3 {
        font-size: 24px;
        margin-bottom: 1.2rem;
    }
    h4 {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
}

/* ==========================================================================
   Sidenav
   ========================================================================== */

#quicknav {
    position: fixed;
    right: 0;
    top: 76px;
    background: #005781;
    /* z-index: 99998; */
    z-index: 998;
    margin: 0;
    padding: 0;
    list-style: none;
}

#quicknav li {
    line-height: auto;
}

#quicknav a {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    z-index: 99999;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

#quicknav a span {
    z-index: -1;
    position: absolute;
    top: 0;
    right: -206px;
    width: 262px;
    height: 56px;
    line-height: 56px;
    background: #005781;
    color: transparent;
    -webkit-transition:
        right 0.3s ease-in,
        color 0.6s ease-in;
    transition:
        right 0.3s ease-in,
        color 0.6s ease-in;
    font-size: 20px;
    text-align: left;
    padding-left: 6px;
}

#quicknav a.qn-blue span {
    background: #005781;
}

#quicknav a.qn-blue2 span {
    background: #2d718e;
}

#quicknav a.qn-green span {
    background: #89bd23;
}

#quicknav a.qn-lightblue span {
    background: #9bc6ce;
}

#quicknav a span img {
    width: 34px;
    height: 34px;
}

#quicknav a:hover {
}

#quicknav a:hover span {
    right: 0px;
    color: #fff;
}

@media (max-width: 767px) {
    #quicknav {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: 200px;
        height: 34px;
        margin: 0 auto;
    }
    #quicknav a {
        display: block;
        float: left;
        width: 50px;
        height: 34px;
        padding-top: 0;
    }
    #quicknav a span {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        width: 50px;
        height: 34px;
        line-height: 34px;
        font-size: 1px;
        padding-left: 14px;
    }
    #quicknav a span img {
        width: 20px;
        height: 25px;
    }
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    background: #dce1e6;
}

footer > section > div {
    color: #485156;
}

footer > section.bg-darkgray {
    background-color: #485156;
}

.footer-top {
    font-size: 20px;
    line-height: 28px;
}

.footer-top p {
    margin-bottom: 0.5rem;
}

.footer-top a {
    color: #485156;
}
.footer-top a.whatsapplink img {
    width: 25px;
}

.logo-footer {
    width: 174px;
}

.icon-instagram {
    display: block;
    margin: 60px 0 0 0;
}

.back-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 30px;
    height: 30px;
}

.back-to-top:hover {
}

.copyright {
    margin: 0;
    font-size: 17px;
    line-height: 28px;
}

.bottom-menu-right {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.bottom-menu-right li {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    line-height: 28px;
}

.bottom-menu-right li a {
    color: #fff;
    font-size: 17px;
}

@media (max-width: 767px) {
    footer {
        padding-bottom: 50px;
    }
    footer p {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }
    .icon-instagram {
        display: inline;
        margin: 60px 0 0 30px;
    }
}

.ansprechpersonen .accordion_head {
    border-bottom: 1px solid #005781;
}

.ansprechpersonen .row {
    margin-top: 23px;
}
.ansprechpersonen .accordion_element {
    padding: 0px;
    margin-top: -1px;
}

.ansprechpersonen .accordion_element:last-child {
    border-bottom: 0px;
}

.ansprechperson_name {
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
}

.ansprechperson_text {
    line-height: 10px;
    padding-bottom: 10px;
}

.ansprechperson .mailto-icon {
    margin-left: 12px;
    width: 40px;
    margin-bottom: 6px;
}

/* ==========================================================================
   Overwrite fsc
   ========================================================================== */

.ce-intext.ce-left .ce-gallery {
    margin-right: 30px;
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 30px;
}

.ce-gallery figcaption {
    margin-top: 10px;
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 767px) {
    .h-100 {
        height: auto !important;
    }
}

@media only screen and (max-width: 1199px) {
    .p-5 {
        padding: 1rem 1rem 2rem 1rem !important;
    }
    big > p,
    .larger {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    .ls-inner-text {
        padding-left: 2rem !important;
    }
}

@media only screen and (min-width: 1200px) {
}

/* ==========================================================================
   Overwrite lightbox
   ========================================================================== */
/* Lightbox Title ausgeblendet */
.ug-textpanel-title {
    display: none !important;
}

.sg-cookie-optin-fingerprint.sg-cookie-optin-fingerprint-bottom-left {
    right: 14px !important;
    left: auto !important;
    bottom: 5px !important;
}

header#header .container-fluid .row .col-6 {
    flex: 0 0 40%;
    max-width: 40%;
}

header#header .container-fluid .row .text-right {
    flex: 0 0 60%;
    max-width: 60%;
}

.flex-control-nav:empty {
    display: none !important;
}

.hero-banner_2025 {
    background-position: center;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 140px;
    position: relative;
    @media screen and (max-width: 767px) {
        margin-bottom: 80px;
    }
    @media screen and (max-width: 480px) {
        margin-bottom: 40px;
    }
}

.hero-banner_2025--mobile {
    display: none;

    @media screen and (max-width: 767px) {
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: inline;
    }
}

.hero-banner_2025 .hero-banner__content {
    position: relative;
    /* max-width: 1140px; */
    /* margin: auto; */
    height: 100%;
    padding: 0px 15px;

    @media screen and (max-width: 767px) {
        position: absolute;
        top: 0;
    }
}

.hero-banner_2025 .hero-banner__content iframe {
    width: 600px;
    height: 430px;
    position: absolute;
    left: 15px;
    top: 90px;

    @media screen and (max-width: 767px) {
        width: calc(100% - 30px);
    }
}

.hero-banner_2025 .hero-banner__content .headline-wrapper {
    position: absolute;
    bottom: 30px;
}

.teaser-grid_2025 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
    margin-top: 80px;
    margin-bottom: 80px;

    @media screen and (max-width: 1200px) {
        justify-content: space-around;
    }

    @media screen and (max-width: 768px) {
        row-gap: 10px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.teaser-grid_2025 .teaser {
    background: #89bc23;
    width: 340px;
    padding: 15px;
    display: flex;
    height: 130px;

    @media screen and (max-width: 576px) {
        width: 100%;
    }
}

.teaser-grid_2025 .teaser .teaser-grid__item {
    display: flex;
}

.teaser-grid_2025 .teaser .icon-wrapper {
    align-self: center;
}

.teaser-grid_2025 .teaser .icon-wrapper img {
    width: 80px;
}

.teaser-grid_2025 .teaser .text-wrapper {
    padding-left: 20px;
}

.teaser-grid_2025 .teaser .text-wrapper .title {
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0px;
}

.flexslider.hover-effect-slider {
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 0;
}

.flexslider.hover-effect-slider .slide-item .hover-state {
    display: none;
}

.flexslider.hover-effect-slider .slide-item {
    height: 550px;
    background-size: cover;
    position: relative;
}

.flexslider.hover-effect-slider .slide-item .slide-content-wrapper {
    padding: 30px 15px;
    background: rgba(167, 215, 224, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 330px;
}

.flexslider.hover-effect-slider .slide-item .button {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.flexslider.hover-effect-slider .slide-item h3 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 11px;
}

.flexslider.hover-effect-slider .slide-item:hover .hover-state {
    display: block;
}

@media screen and (max-width: 768px) {
    .flexslider.hover-effect-slider .slide-item:hover .hover-state {
        padding: 0 20px;
    }
}

.flexslider.hover-effect-slider .slide-item:hover .normal-state {
    display: none;
}

.flexslider.hover-effect-slider .slide-item:hover .slide-content-wrapper {
    background: rgba(167, 215, 224, 1);
    top: 0px;
}

.flexslider.hover-effect-slider .flex-direction-nav a::before {
    color: #89bc23;
}

.flexslider.hover-effect-slider .flex-direction-nav a {
    opacity: 1 !important;
}

.flexslider.hover-effect-slider:hover .flex-direction-nav .flex-next {
    right: -50px !important;
    @media screen and (max-width: 768px) {
        right: 10px !important;
    }
}

.flexslider.hover-effect-slider:hover .flex-direction-nav .flex-prev {
    left: -50px !important;
    @media screen and (max-width: 768px) {
        left: 10px !important;
    }
}

.quick-links-grid {
    background-color: #a7d7e0;
    padding: 60px 0px 80px;
    position: relative;
}

.quick-links-grid .grid-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    @media screen and (max-width: 576px) {
        gap: 10px;
    }
}

.quick-links-grid .grid-item {
    flex: 1 0 40%;
    display: flex;
    gap: 15px;
    height: 60px;

    @media screen and (max-width: 992px) {
        flex: 1 0 100%;
    }
}

.quick-links-grid .grid-item .icon-wrapper {
    border: 1px solid #b3d371;
    width: 60px;
    height: 60px;
    padding: 5px;
    display: flex;
    background: white;
}

.quick-links-grid .grid-item span {
    background-color: #005782;
    font-weight: bold;
    color: white;
    padding: 11px 12px;
    width: 100%;
    text-transform: uppercase;
    font-size: 28px;
    @media screen and (max-width: 576px) {
        font-size: clamp(18px, 5vw, 28px);
    }
}

.quick-links-grid .quick-links-grid--button {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -40px;
}

.image-text-teaser {
    display: flex;
    gap: 30px;

    @media screen and (max-width: 992px) {
        flex-direction: column;
        height: fit-content;
    }
}

.image-text-teaser .image-column {
    flex: 1 0 66%;
}

.image-text-teaser .image-column img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.image-text-teaser .text-column {
    background: #2d708f;
    padding: 30px 15px;
    position: relative;
}

.image-text-teaser .text-column .text-content {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 26px;
}

.image-text-teaser .button-wrapper {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    display: flex;
    justify-content: center;
}

.testimonial-block {
    background-color: #89bc23;
    padding: 80px 0px;
}

.testimonial-block .testimonial-content {
    display: flex;
    gap: 40px;
    @media screen and (max-width: 576px) {
        flex-direction: column;
    }
}

.testimonial-block .testimonial-image {
    flex: 1 0 30%;
    height: 220px;
}

.testimonial-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial-block .testimonial-text blockquote {
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.testimonial-block .testimonial-text figcaption {
    text-align: right;
    color: white;
}

@media screen and (max-width: 992px) {
    .hero-banner_2025 .hero-banner__content {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 20px;
        padding-top: 40px;
    }

    .hero-banner_2025 .headline-wrapper,
    .hero-banner_2025 iframe {
        position: unset !important;
    }
}

.top-logo .userportal {
    display: none;

    @media (max-width: 992px) {
        display: block !important;
        position: absolute;
        bottom: -2px;
        right: 230px;
        height: 55px;
        width: auto;
    }

    @media (max-width: 546px) {
        right: 150px;
        height: 45px;
    }
}

/* .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background-image: 
       linear-gradient(53deg, transparent 87%, rgba(155, 198, 206, 0.6) 48%, rgba(155, 198, 206, 0.6) 95%, transparent 60%),
        linear-gradient(127deg, transparent 86%, rgba(137, 189, 35, 0.9) 60%, rgba(137, 189, 35, 0.9) 94%, transparent 60%)
}

    @media (max-width: 992px) {
        .banner-overlay{
            display: none;
        }
    } */

.banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 302px;
    height: 600px;
    pointer-events: none;
    z-index: 1;
    background-image: url(../Images/zukunftsweiser.svg);
}

@media (max-width: 768px) {
    .banner-overlay {
        display: none;
    }
}

/* .hero-banner_2025 .hero-banner__content {
    position: relative;
    z-index: 10;
} */

.info_teaser_blue {
    background-color: #9bc6ce;
    position: relative;
    /* margin-bottom: 50px; */
    height: calc(100% - 50px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
} 


.info_teaser_blue .text {
    padding: 30px 15px;
    font-size: 1rem;
}

.info_teaser_blue .text p:first-of-type{
    color: #005781;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}

.info_teaser_blue .text p{
       margin-bottom: 10px;
    font-size: 17px;
    color: #485156;
    line-height: 1.3;
}

.info_teaser_blue .text h3,
.info_teaser_blue .text h4 {
    font-size: 1.2rem;
}

.info_teaser_blue .btn {
    position: absolute;
    padding: 10px;
    background: #89bd23;
    color: #fff;
    text-transform: uppercase;
    /* font-size: 24px; */
    font-size: clamp(16px, 4vw, 24px);
    border-radius: 0;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 216px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.info_teaser_blue .btn{
    margin: 1rem 0;
}

.info_teaser_blue .btn a{
    color: white;
    font-family: "Dax W01 Bold";
}




.tariff-teaser .teaser-card {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 25px 20px 30px 20px; 
    position: relative;
    margin-bottom: 50px;
}

.tariff-teaser .teaser-logos {
    height: 90px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 15px;
}

.tariff-teaser .teaser-logos img {
    max-height: 80px;
    width: auto;
}

.tariff-teaser .product-name {
    color: #005781;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}

.tariff-teaser .teaser-features ul,
.lightbox-content-wrapper .contract-details ul,
.lightbox-content-wrapper .lightbox-main-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.lightbox-content-wrapper h4 {
    font-family: "Dax W01 Bold";
    font-weight: normal;
}

.lightbox-content-wrapper .contract-details li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    font-size: 17px;
    color: #005781;
    line-height: 1.3;
}
.tariff-teaser .teaser-features li,
.lightbox-content-wrapper .lightbox-main-content li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #485156;
    line-height: 1.3;
}

.tariff-teaser .teaser-features li::before,
.lightbox-content-wrapper .contract-details li::before,
.lightbox-content-wrapper .lightbox-main-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../Images/checkbox-icon.png) no-repeat center;
    background-size: contain;
}

.tariff-teaser .button-outline {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px; 
    border: 1px solid #89bc23;
    color: #005781;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px; 
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.tariff-teaser .button-outline:hover {
    background: rgba(137, 188, 35, 0.1);
    text-decoration: none;
}

.tariff-teaser .teaser-cta {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 75%; 
    z-index: 10;
}

.tariff-teaser .button-solid {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #89bc23;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.tariff-teaser .button-solid:hover {
    background: #76a31c;
    text-decoration: none;
}

.lightbox-content-wrapper .text-blue {
    color: #005781;
    font-weight:800;
}

.lightbox-header-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.lightbox-logos {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.lightbox-logos img {
    max-height: 100px;
    max-width: 100%;
    height: auto;
    width: auto;
}

.lightbox-content-wrapper .divider {
    border: 0;
    border-top: 1px solid #005781;
}

@media (max-width: 767px) {
    .tariff-teaser .teaser-logos {
        height: auto;
        flex-wrap: wrap;
    }
    
    .lightbox-header-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .lightbox-logos {
        justify-content: flex-start;
        margin-top: 15px;
        gap: 10px;
    }

    .lightbox-logos img {
        max-height: 80px;
    }
}


#colorbox.tariff-teaser--lightbox {  
    position: fixed!important;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%)!important;
  max-width: 90%;
  height: 90vh!important;  
  overflow: auto;
}

.tariff-teaser--lightbox #cboxWrapper {  
    height: auto !important;
}
.tariff-teaser--lightbox #cboxContent {
    background-color: white;
    padding: 10px;
}

.tariff-teaser--lightbox #cboxClose {
    background: none;
    background-color: white;    
    overflow: hidden;
}
.tariff-teaser--lightbox #cboxClose::after {
    content: "×";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: black;
    text-indent: 0;
}
.tariff-teaser--lightbox #cboxContent h3 {
    margin: 1.5rem 0 .5rem 0;
}
