@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: url("fonts/montserrat-v25-latin-300.eot");
    src: local(""), url("fonts/montserrat-v25-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v25-latin-300.woff2") format("woff2"), url("fonts/montserrat-v25-latin-300.woff") format("woff"), url("fonts/montserrat-v25-latin-300.ttf") format("truetype"), url("fonts/montserrat-v25-latin-300.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/montserrat-v25-latin-regular.eot");
    src: local(""), url("fonts/montserrat-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("fonts/montserrat-v25-latin-regular.woff") format("woff"), url("fonts/montserrat-v25-latin-regular.ttf") format("truetype"), url("fonts/montserrat-v25-latin-regular.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/montserrat-v25-latin-700.eot");
    src: local(""), url("fonts/montserrat-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v25-latin-700.woff2") format("woff2"), url("fonts/montserrat-v25-latin-700.woff") format("woff"), url("fonts/montserrat-v25-latin-700.ttf") format("truetype"), url("fonts/montserrat-v25-latin-700.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "euroclima Icons";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/euroclima-icons.eot");
    src: local(""), url("fonts/euroclima-icons.eot?#iefix") format("embedded-opentype"), url("fonts/euroclima-icons.woff2") format("woff2"), url("fonts/euroclima-icons.woff") format("woff"), url("fonts/euroclima-icons.ttf") format("truetype"), url("fonts/euroclima-icons.svg#Montserrat") format("svg")
}

*,
*::after,
*::before {
    box-sizing: border-box;
    outline: none
}

html,
body {
    height: 100%
}

body {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

body * {
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.suche-is-open {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

@media only screen and (min-width: 1350px) {
    body.suche-is-open {
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
        -o-transform: translateY(80px);
        transform: translateY(80px)
    }
}

body.nav-is-open,
body.overflow-hidden {
    overflow: hidden
}

a {
    color: #1a3a69;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.text-center {
    text-align: center
}

.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.button {
    background: none;
    color: #1a3a69;
    border: 1px solid #1a3a69;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 6.25px 12.5px
}

.button i {
    display: inline-block;
    margin-right: 6.25px
}

.button strong {
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 80%;
    color: #333;
    display: block
}

.button,
.button:after,
.button strong {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.button:before,
.button:after {
    background: #1a3a69;
    z-index: -1;
    position: absolute;
    content: ""
}

.button:after {
    height: 100%;
    left: -50%;
    top: 0;
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -ms-transform: skew(50deg);
    -o-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    width: 0
}

.button.filter-reset.is-hidden {
    display: none
}

.button.filter-reset:after {
    left: -60%
}

.button:hover,
a:hover .button {
    color: #fff
}

.button:hover strong,
a:hover .button strong {
    color: #f5f5f5
}

.button:hover:after,
a:hover .button:after {
    height: 100%;
    width: 150%
}

.button:hover.filter-reset:after,
a:hover .button.filter-reset:after {
    width: 200%
}

strong {
    font-weight: 700
}

.text-right {
    text-align: right
}

.float-right {
    float: right
}

@media(max-width: 575px) {
    footer .inline {
        float: right
    }

    footer p.mar-top-1x {
        margin-top: -12.5px
    }
}

@media(max-width: 991px) {
    .text-left-xs {
        text-align: left !important;
        margin-top: 12.5px
    }
}

.hellgrau,
.weiss {
    padding: 25px
}

.hellgrau+p,
.weiss+p {
    margin-top: 25px
}

.weiss {
    background: #fff
}

.hellgrau {
    background: #f5f5f5
}

.scroll-down {
    display: none;
    font-size: 40px;
    font-size: 2.2222222222rem;
    position: absolute;
    -webkit-animation: jump 2.5s infinite;
    -moz-animation: jump 2.5s infinite;
    animation: jump 2.5s infinite;
    cursor: pointer
}

@media only screen and (min-width: 1350px) {
    .scroll-down {
        display: block
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    50% {
        -webkit-transform: translateY(150%);
        -moz-transform: translateY(150%);
        -ms-transform: translateY(150%);
        -o-transform: translateY(150%);
        transform: translateY(150%)
    }

    100% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.mar-top-1x,
.mar-top {
    margin-top: 25px
}

.mar-top-2x,
.mar-top-3x,
.mar-top-4x,
.mar-top-5x {
    margin-top: 50px
}

.mar-top-3x {
    margin-top: 50px
}

@media only screen and (min-width: 992px) {
    .mar-top-3x {
        margin-top: 75px
    }
}

.mar-top-4x {
    margin-top: 50px
}

@media only screen and (min-width: 992px) {
    .mar-top-4x {
        margin-top: 100px
    }
}

.mar-top-5x {
    margin-top: 50px
}

@media only screen and (min-width: 992px) {
    .mar-top-5x {
        margin-top: 125px
    }
}

.mar-bot-small {
    margin-bottom: 12.5px
}

.mar-bot-1x,
.mar-bot {
    margin-bottom: 25px
}

.mar-bot-2x,
.mar-bot-3x,
.mar-bot-4x,
.mar-bot-5x {
    margin-bottom: 50px
}

@media only screen and (min-width: 992px) {
    .mar-bot-3x {
        margin-bottom: 75px
    }
}

@media only screen and (min-width: 992px) {
    .mar-bot-4x {
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 992px) {
    .mar-bot-5x {
        margin-bottom: 125px
    }
}

.no-mar {
    margin: 0 !important
}

.no-mar:after {
    margin-bottom: 25px !important
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 50px;
    width: 100%;
    z-index: 6;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 1440px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width: 992px) {
    header {
        height: 80px
    }
}

header.nav-is-open {
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none
}

header.nav-is-open .logo,
header.nav-is-open .morph-dropdown {
    opacity: 0
}

@media only screen and (min-width: 1350px) {

    header.nav-is-open .logo,
    header.nav-is-open .morph-dropdown {
        opacity: 1
    }
}

header.nav-is-open .primary-nav-trigger {
    background-color: rgba(0, 0, 0, 0);
    pointer-events: all
}

.logo {
    display: block;
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: 20px;
    z-index: 3
}

.logo img {
    width: auto;
    height: 40px;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media(min-width: 1200px) {
    .logo img {
        height: 60px
    }
}

.primary-nav-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #1a3a69
}

@media only screen and (min-width: 1350px) {
    .primary-nav-trigger {
        display: none
    }
}

.primary-nav-trigger .menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s
}

.primary-nav-trigger .menu-icon::before,
.primary-nav-trigger .menu-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s
}

.primary-nav-trigger .menu-icon::before {
    top: -8px
}

.primary-nav-trigger .menu-icon::after {
    top: 8px
}

.primary-nav-trigger .menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0)
}

.primary-nav-trigger .menu-icon.is-clicked::before,
.primary-nav-trigger .menu-icon.is-clicked::after {
    background-color: #fff
}

.primary-nav-trigger .menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.primary-nav-trigger .menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg)
}

@media only screen and (min-width: 992px) {
    .primary-nav-trigger {
        width: 80px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%)
    }

    .primary-nav-trigger .menu-text {
        display: inline-block
    }
}

.primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1a3a69;
    z-index: 2;
    text-align: left;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

@media only screen and (min-width: 1350px) {
    .primary-nav {
        display: none
    }
}

.primary-nav>ul {
    position: relative
}

.primary-nav>ul>li {
    font-size: 22px;
    font-size: 1.2222222222rem;
    font-weight: 300
}

@media only screen and (min-width: 768px) {
    .primary-nav>ul>li {
        font-size: 26px;
        font-size: 1.4444444444rem
    }
}

@media(max-width: 1350px) {
    .primary-nav>ul>li.d-inline-block {
        display: block !important
    }
}

.primary-nav>ul>li ul {
    position: absolute;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    -o-align-items: start;
    align-items: start;
    -ms-flex-align: start;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 0;
    background: #274879;
    opacity: 0;
    padding: .65em
}

@media only screen and (min-width: 992px) {
    .primary-nav>ul>li ul {
        -webkit-transition: all .15s;
        -moz-transition: all .15s;
        transition: all .15s
    }
}

.primary-nav>ul>li ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: center;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.primary-nav>ul>li ul li i {
    display: block;
    font-size: 50px;
    font-size: 2.7777777778rem;
    margin-bottom: 12.5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.primary-nav>ul>li ul li i.icon-efficiency {
    -webkit-transform: scale(1.5) !important;
    -moz-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    -o-transform: scale(1.5) !important;
    transform: scale(1.5) !important
}

.primary-nav>ul>li ul li a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.primary-nav>ul>li ul li a:hover {
    background: none !important;
    color: #fff !important
}

.primary-nav>ul>li ul li a:hover i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.primary-nav>ul>li ul li a:hover i.icon-efficiency {
    -webkit-transform: scale(1.6) !important;
    -moz-transform: scale(1.6) !important;
    -ms-transform: scale(1.6) !important;
    -o-transform: scale(1.6) !important;
    transform: scale(1.6) !important
}

.primary-nav>ul>li.liste li {
    width: 100%;
    text-align: left
}

.primary-nav>ul>li:hover>a,
.primary-nav>ul>li.subnav-is-open>a {
    color: #fff;
    background: #1a3a69
}

.primary-nav>ul>li:hover>a,
.primary-nav>ul>li.subnav-is-open>a {
    background-color: #fff !important;
    color: #1a3a69 !important;
    font-weight: 700 !important
}

.primary-nav>ul>li:hover>a span,
.primary-nav>ul>li.subnav-is-open>a span {
    color: #1a3a69 !important
}

@media(max-width: 1349px) {
    .primary-nav>ul>li.subnav-is-open>a span:before {
        -webkit-transform: translateY(-50%) translateX(50%) rotate(180deg);
        -moz-transform: translateY(-50%) translateX(50%) rotate(180deg);
        -ms-transform: translateY(-50%) translateX(50%) rotate(180deg);
        -o-transform: translateY(-50%) translateX(50%) rotate(180deg);
        transform: translateY(-50%) translateX(50%) rotate(180deg)
    }

    .primary-nav>ul>li.subnav-is-open ul {
        position: relative;
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .15s;
        -moz-transition: all .15s;
        transition: all .15s
    }
}

.primary-nav>ul>li.subnav-is-open ul {
    pointer-events: all
}

.primary-nav>ul>li a:hover span {
    color: #1a3a69
}

.primary-nav>ul>li>a span {
    color: #fff;
    width: 50px;
    height: 42px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0
}

.primary-nav>ul>li>a span:before {
    content: "";
    font-size: 16px;
    font-size: .8888888889rem;
    font-family: "euroclima Icons";
    background: url("");
    position: absolute;
    right: 25px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -moz-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    -o-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width: 992px) {
    .primary-nav>ul>li>a span:before {
        content: ""
    }
}

.primary-nav>ul>li.small a {
    font-size: 14px;
    font-size: .7777777778rem
}

.primary-nav>ul>li.small a:hover {
    background: none !important;
    color: #fff !important
}

@media only screen and (min-width: 1350px) {
    .primary-nav>ul>li {
        width: 360px;
        padding: 0 0 0 1.5em;
        font-size: 26px;
        font-size: 1.4444444444rem
    }

    .primary-nav>ul>li ul {
        position: absolute;
        width: calc(100vw - 360px);
        left: 360px;
        min-height: 100vh;
        top: -80px;
        padding: 2em
    }

    .primary-nav>ul>li ul li {
        width: 33.3333333%
    }

    .primary-nav>ul>li ul li i {
        font-size: 80px;
        font-size: 4.4444444444rem
    }
}

.primary-nav a {
    display: block;
    padding: 12.5px 20px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
    color: #fff;
    position: relative;
    line-height: 1.3
}

@media only screen and (min-width: 992px) {
    .primary-nav a {
        padding: 12.5px 8.3333333333px
    }
}

.no-touch .primary-nav a:hover,
.no-touch .primary-nav a.current-menu-item {
    background-color: #fff;
    color: #1a3a69;
    text-shadow: 0 0 1px currentColor
}

.primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

@media(min-width: 768px)and (max-width: 1350px) {
    .primary-nav {
        padding: 80px
    }
}

.primary-nav .suche-trigger {
    display: none
}

.minwidth {
    min-width: 350px !important;
    max-width: 600px
}

.morph-dropdown {
    position: absolute;
    height: 50px;
    right: 50px;
    top: 0;
    width: 100%;
    padding: 0;
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none
}

.morph-dropdown::before {
    content: "mobile";
    display: none
}

@media(max-width: 1349px) {
    .morph-dropdown li {
        display: none !important
    }

    .morph-dropdown li:last-child {
        display: inline-block !important
    }

    .morph-dropdown li li:last-child {
        display: none !important
    }
}

.morph-dropdown .main-nav {
    display: inline-block
}

.morph-dropdown a {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.morph-dropdown a:hover,
.morph-dropdown a.current-menu-item {
    text-shadow: 0 0 1px currentColor
}

.morph-dropdown a:hover i,
.morph-dropdown a.current-menu-item i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.morph-dropdown .content li::after {
    clear: both;
    content: "";
    display: block
}

.morph-dropdown .dropdown .content a {
    display: block;
    color: #fff
}

.morph-dropdown .dropdown .content a i {
    font-size: 40px;
    font-size: 2.2222222222rem;
    display: block;
    margin-bottom: 12.5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.morph-dropdown .main-nav>ul>li {
    font-weight: 400
}

.morph-dropdown .main-nav>ul>li:hover a,
.morph-dropdown .main-nav>ul>li.current-menu-item a {
    text-shadow: 0 0 1px currentColor
}

.morph-dropdown .main-nav>ul>li>a {
    display: block;
    padding: 0 .65em;
    height: 50px;
    line-height: 50px;
    color: #1a3a69;
    font-size: 18px;
    font-size: 1rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    white-space: nowrap
}

.morph-dropdown .main-nav>ul>li:last-child a {
    font-size: 24px;
    font-size: 1.3333333333rem;
    background: #274879;
    color: #fff;
    width: 50px;
    text-align: center
}

.morph-dropdown .main-nav>ul>li:last-child a i {
    margin-left: -2px
}

@media only screen and (min-width: 992px) {
    .morph-dropdown {
        pointer-events: all;
        height: 80px;
        right: 0
    }

    .morph-dropdown::before {
        content: "desktop"
    }

    .morph-dropdown .main-nav>ul>li {
        display: inline-block;
        float: left;
        position: relative
    }

    .morph-dropdown .main-nav>ul>li:last-child {
        margin-left: 1em
    }

    .morph-dropdown .main-nav>ul>li:last-child a {
        width: 80px;
        background: #1a3a69;
        color: #fff
    }

    .morph-dropdown .main-nav>ul>li:last-child a i {
        margin-left: 0
    }

    .morph-dropdown .main-nav>ul>li>a {
        padding: 0 1em;
        height: 80px;
        line-height: 80px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1399px) {
    .morph-dropdown .main-nav>ul>li>a {
        padding: 0 .5em
    }
}

@media only screen and (min-width: 992px) {
    .morph-dropdown .main-nav>ul>li.menu-item-has-children a:before {
        content: "";
        font-size: 12px;
        font-size: .6666666667rem;
        font-family: "euroclima Icons";
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        bottom: 6.25px;
        display: block;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }

    .morph-dropdown.is-dropdown-visible .main-nav>ul>li.active>a,
    .morph-dropdown a:hover {
        text-shadow: 0 0 1px currentColor
    }

    .morph-dropdown.is-dropdown-visible .main-nav>ul>li.active>a:before,
    .morph-dropdown a:hover:before {
        opacity: 0;
        -webkit-transform: translateY(25%);
        -moz-transform: translateY(25%);
        -ms-transform: translateY(25%);
        -o-transform: translateY(25%);
        transform: translateY(25%)
    }

    .morph-dropdown .morph-dropdown-wrapper {
        display: block;
        width: auto;
        padding: 0;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s
    }

    .morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .morph-dropdown .dropdown-list {
        position: absolute;
        top: -3px;
        left: 0;
        visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform, width, height;
        -webkit-transition: visibility .3s;
        -moz-transition: visibility .3s;
        transition: visibility .3s
    }

    .no-csstransitions .morph-dropdown .dropdown-list {
        display: none
    }

    .morph-dropdown .dropdown-list::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        height: 0;
        width: 0;
        border: 8px solid rgba(0, 0, 0, 0);
        border-bottom-color: #1a3a69;
        opacity: 0;
        transition: opacity .3s
    }

    .morph-dropdown .dropdown-list>ul {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
        overflow: hidden
    }

    .morph-dropdown.is-dropdown-visible .dropdown-list {
        visibility: visible;
        transition: transform .3s, width .3s, height .3s
    }

    .morph-dropdown.is-dropdown-visible .dropdown-list::before {
        opacity: 1
    }

    .morph-dropdown .dropdown {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        transition: opacity .3s, visibility .3s
    }

    .morph-dropdown .dropdown.active {
        opacity: 1;
        visibility: visible
    }

    .morph-dropdown .dropdown.move-left .content {
        transform: translateX(80px)
    }

    .morph-dropdown .dropdown.move-right .content {
        transform: translateX(-80px)
    }

    .morph-dropdown .content {
        padding: 37.5px 25px;
        transition: transform .3s;
        text-align: left
    }

    .morph-dropdown .content>ul {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .morph-dropdown .content>ul>li {
        width: 33.3%;
        float: left;
        margin-top: 0
    }

    .morph-dropdown .content>ul>li:nth-of-type(2n) {
        margin-right: 0
    }

    .morph-dropdown .dropdown .content {
        width: 720px;
        padding-bottom: .8em;
        text-align: center
    }

    .morph-dropdown .dropdown .content li {
        margin-bottom: 25px
    }

    .morph-dropdown .dropdown.liste .content {
        width: 360px;
        padding-top: 1.5em;
        padding-bottom: 1.5em
    }

    .morph-dropdown .dropdown.liste .content>ul>li {
        width: 100%;
        float: left;
        margin: 0
    }

    .morph-dropdown .dropdown.liste .content>ul>li a {
        padding: 6.25px 0
    }

    .morph-dropdown .bg-layer {
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 1px;
        background: #1a3a69;
        opacity: 0;
        transition: opacity .3s;
        transform-origin: top left;
        transform: translateZ(0);
        will-change: transform;
        backface-visibility: hidden;
        pointer-events: none
    }

    .morph-dropdown.is-dropdown-visible .bg-layer {
        opacity: 1;
        transition: transform .3s, opacity .3s
    }
}

@media(min-width: 992px)and (max-width: 1350px) {
    .morph-dropdown .main-nav>ul>li:last-child {
        right: 80px
    }

    .morph-dropdown .main-nav>ul>li:last-child a {
        background: #274879
    }
}

.container {
    max-width: 1440px
}

.main-content {
    position: relative;
    z-index: 1;
    padding-top: 50px
}

@media only screen and (min-width: 992px) {
    .main-content {
        padding-top: 80px
    }
}

.main-content .container {
    padding-top: 25px
}

@media only screen and (min-width: 992px) {
    .main-content .container {
        padding-left: 80px;
        padding-right: 80px
    }

    .home .main-content .container {
        padding-top: 0
    }
}

@media only screen and (min-width: 992px) {
    .main-content .header-bild .container {
        padding-top: 12.5px
    }
}

body:not(.home) .main-content img:not(.produkt-post-thumb) {
    max-width: 100%;
    height: auto !important
}

@media only screen and (min-width: 992px) {
    .minus-left {
        margin-left: -80px
    }
}

@media only screen and (min-width: 992px) {
    .minus-right {
        text-align: right;
        margin-right: -80px
    }
}

.minus-left img,
.minus-right img {
    display: block
}

blockquote p {
    font-weight: 300
}

.iframe-box {
    width: 100%
}

.iframe-box iframe {
    width: 100%;
    height: 80rem
}

footer {
    background: #333;
    position: relative;
    z-index: 5;
    font-size: .8em
}

footer .container {
    padding-top: 25px;
    padding-bottom: 25px
}

@media only screen and (min-width: 992px) {
    footer .container {
        padding-right: 80px;
        padding-left: 80px
    }
}

footer,
footer * {
    color: #fff
}

footer ul>li {
    line-height: 1.75
}

footer ul>li i {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

footer ul>li>a:hover {
    text-shadow: 0 0 1px currentColor
}

footer ul>li>a:hover i {
    color: #9a9a9a
}

footer ul>li ul li {
    margin-bottom: 0 !important
}

footer ul>li ul li,
footer ul>li ul li a {
    color: #9a9a9a
}

footer ul>li ul li:hover,
footer ul>li ul li a:hover {
    color: #fff;
    font-weight: normal
}

footer ul.inline li {
    display: inline-block;
    margin-left: 12.5px
}

footer ul.inline li:first-child {
    margin-left: 0
}

footer .footer-navigation {
    background: #2d2d2d
}

@media only screen and (min-width: 992px) {
    footer #menu-rechtliches {
        display: flex;
        gap: 2rem
    }
}

footer p {
    margin-bottom: 0
}

footer p span {
    color: #9a9a9a
}

footer p+p {
    margin-top: .5em
}

footer ::-moz-selection {
    background-color: #fff;
    color: #333
}

footer ::selection {
    background-color: #fff;
    color: #333
}

footer .logo-footer {
    height: 40px;
    width: auto;
    filter: brightness(4.5);
}

@media only screen and (min-width: 1100px) {
    footer .logo-footer {
        height: 60px
    }
}

footer form,
.main-content form {
    margin-top: 25px
}

footer form label,
.main-content form label {
    color: #333;
    text-transform: uppercase;
    font-size: .8rem;
    margin: 1em 0 .5em 0
}

footer form input,
footer form textarea,
.main-content form input,
.main-content form textarea {
    font-family: "Montserrat", sans-serif;
    border: 1px solid #333;
    background: none;
    font-size: 1rem;
    padding: .25em;
    color: #333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
    display: inline-block;
    width: 80%
}

footer form input:focus,
footer form textarea:focus,
.main-content form input:focus,
.main-content form textarea:focus {
    border-color: #1a3a69;
    color: #1a3a69
}

footer form input[type=submit],
footer form textarea[type=submit],
.main-content form input[type=submit],
.main-content form textarea[type=submit] {
    padding: .25em 1.5em;
    color: #fff;
    background: #1a3a69;
    border-color: #1a3a69;
    text-shadow: 0 0 1px currentColor;
    text-transform: uppercase
}

footer form input[type=submit]:hover,
footer form textarea[type=submit]:hover,
.main-content form input[type=submit]:hover,
.main-content form textarea[type=submit]:hover {
    color: #1a3a69;
    background: #fff
}

footer form .formError,
.main-content form .formError {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important
}

footer form .formError .formErrorContent,
.main-content form .formError .formErrorContent {
    margin: 0 auto !important;
    font-family: "Montserrat", sans-serif !important;
    border: none !important;
    background: #f5f5f5 !important;
    color: #333 !important;
    width: 80% !important
}

footer .widget_wysija_cont .updated,
footer .widget_wysija_cont .login .message,
.main-content .widget_wysija_cont .updated,
.main-content .widget_wysija_cont .login .message {
    background: #1a3a69 !important;
    color: #fff !important;
    border: none !important;
    font-family: "Montserrat", sans-serif !important;
    margin: 25px auto !important;
    padding: .5em .5em 0 !important
}

footer form label {
    color: #f5f5f5
}

footer form input {
    color: #f5f5f5;
    border-color: #f5f5f5
}

footer form input:focus {
    border-color: #fff;
    color: #fff
}

footer form input[type=submit] {
    color: #1a3a69;
    background: #fff;
    border-color: #fff
}

footer form input[type=submit]:hover {
    color: #fff;
    background: #1a3a69;
    border-color: #1a3a69
}

hr {
    border: none;
    width: 1px;
    height: 5em;
    background: #1a3a69;
    margin: 25px auto
}

.parent-pageid-6:not(.page-template-veranstaltungen) h1:after,
.parent-pageid-6:not(.page-template-veranstaltungen) h3:after {
    margin-left: auto;
    margin-right: auto
}

.social-nav,
.language-chooser {
    position: fixed;
    right: 0;
    width: 80px;
    text-align: center;
    z-index: 4;
    -webkit-transition: all .1s 0s;
    -moz-transition: all .1s 0s;
    transition: all .1s 0s
}

.nav-is-open .social-nav,
.nav-is-open .language-chooser {
    opacity: .4
}

.nav-is-open .social-nav,
.nav-is-open .social-nav *,
.nav-is-open .language-chooser,
.nav-is-open .language-chooser * {
    pointer-events: none !important
}

.social-nav {
    font-size: 20px;
    font-size: 1.1111111111rem;
    display: none;
    bottom: 2rem
}

.social-nav li a {
    padding: .5em;
    display: block
}

.social-nav li a:hover {
    color: #333
}

@media only screen and (min-width: 992px) {
    .social-nav {
        display: block
    }
}

.language-chooser {
    top: 0px;
    right: 97.5px;
    width: 50px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
    pointer-events: none;
    z-index: 6
}

.language-chooser li a {
    display: block;
    margin: 0 auto;
    padding: 12.5px 0
}

.language-chooser li a img {
    width: 26.6666666667px;
}
.language-chooser li a img.es {
    width: 28px;
    border-radius: 50%;
}

.language-chooser li:not(.active) {
    opacity: 0
}

@media only screen and (min-width: 992px) {
    .language-chooser li:not(.active) {
        opacity: .4;
        pointer-events: all;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s
    }

    .language-chooser li:not(.active):hover {
        opacity: 1
    }
}

.language-chooser li.active {
    pointer-events: all
}

.language-chooser li.active a {
    padding: 12.5px 0 11px
}

@media only screen and (min-width: 992px) {
    .language-chooser li.active a {
        padding: 25px 0
    }
}

.language-chooser.is-visible {
    background: #274879
}

.language-chooser.is-visible li {
    opacity: 1;
    position: relative !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    pointer-events: all
}

.language-chooser.is-visible li.active a {
    padding-bottom: 12.5px !important
}

@media only screen and (min-width: 992px) {
    .language-chooser.is-visible {
        height: 100%
    }
}

@media only screen and (min-width: 992px) {
    .language-chooser {
        top: 80px;
        right: 0;
        width: 80px
    }
}

.header-video {
    overflow: hidden;
    position: relative;
    padding-top: 12.5px
}

@media only screen and (min-width: 992px) {
    .header-video {
        max-height: calc(100vh - 50px);
        min-height: calc(100vh - 50px);
        padding-bottom: 0;
        padding-top: 0
    }
}

.header-video video {
    object-fit: fill;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .header-video video {
        position: absolute;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        height: 100%;
        width: auto;
        min-width: 100%
    }
}

.header-video video.ieVideo {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
    min-width: 0
}

.header-video video+h1 {
    z-index: 3;
    color: #1a3a69;
    font-size: 30px;
    font-size: 1.6666666667rem;
    font-weight: normal;
    position: relative;
    padding: 12.5px 0
}

@media only screen and (min-width: 992px) {
    .header-video video+h1 {
        position: absolute;
        top: 0;
        color: #1a3a69;
        font-size: 40px;
        font-size: 2.2222222222rem;
        padding: 50px
    }
}

.header-video video+h1 strong {
    font-weight: 700;
    display: block
}

.header-video video+h1:after {
    display: none !important
}

@media only screen and (min-width: 992px) {
    .header-video {
        max-height: calc(100vh - 80px);
        min-height: calc(100vh - 80px)
    }
}

.yt-embed,
.mf2-events>div {
    position: relative !important;
    padding-bottom: 56.25%;
    height: 0 !important;
    width: 100% !important
}

.yt-embed iframe,
.mf2-events>div iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.mf2-events {
    width: 100% !important;
    height: 50vw !important;
    max-height: 700px !important
}

.toggle-sound {
    position: absolute;
    right: 25px;
    bottom: 25px;
    color: #fff
}

.euroclima-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

.euroclima-words-wrapper b {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 300
}

.euroclima-words-wrapper b.is-visible {
    position: relative
}

.no-js .euroclima-words-wrapper b {
    opacity: 0
}

.no-js .euroclima-words-wrapper b.is-visible {
    opacity: 1
}

.euroclima-headline.push b {
    opacity: 0
}

.euroclima-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in .6s;
    -moz-animation: push-in .6s;
    animation: push-in .6s
}

.euroclima-headline.push b.is-hidden {
    -webkit-animation: push-out .6s;
    -moz-animation: push-out .6s;
    animation: push-out .6s
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    60% {
        opacity: 0;
        -moz-transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.bg-hellgrau,
.bg-blau {
    padding-top: 25px;
    padding-bottom: 12.5px
}

@media only screen and (min-width: 992px) {

    .bg-hellgrau,
    .bg-blau {
        padding-top: 100px;
        padding-bottom: 25px
    }
}

.bg-hellgrau {
    background-color: #f5f5f5
}

.bg-blau {
    background-color: #1a3a69
}

.bg-blau * {
    color: #fff
}

.bg-globe {
    background-image: url("../images/globe.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right
}

@media(max-width: 991px) {
    .bg-globe {
        margin-bottom: 3em
    }
}

h1 {
    font-size: 25px;
    font-size: 1.3888888889rem;
    font-weight: 700;
    color: #1a3a69;
    line-height: 1.5
}

@media only screen and (min-width: 1100px) {
    h1 {
        font-size: 30px;
        font-size: 1.6666666667rem
    }
}

@media only screen and (min-width: 1350px) {
    h1 {
        font-size: 40px;
        font-size: 2.2222222222rem
    }
}

h2 {
    font-size: 20px;
    font-size: 1.1111111111rem;
    font-weight: normal;
    color: #1a3a69;
    line-height: 1.5;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media only screen and (min-width: 992px) {
    h2 {
        font-size: 24px;
        font-size: 1.3333333333rem
    }
}

h2+p,
h2+h4 {
    margin-top: 12.5px
}

h3 {
    font-size: 35px;
    font-size: 1.9444444444rem;
    color: #1a3a69;
    font-weight: 700;
    margin-bottom: .5rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

h3 span {
    font-weight: 300
}

h3 strong,
h3 strong span {
    font-weight: 700
}

@media(max-width: 767px) {
    h3 {
        font-size: 30px;
        font-size: 1.6666666667rem
    }
}

@media only screen and (min-width: 1100px) {
    h3 {
        font-size: 40px;
        font-size: 2.2222222222rem
    }
}

a:hover h3 {
    color: #9a9a9a
}

a:hover h3:after {
    background: #9a9a9a !important
}

.page-template-produkt-detail h3 {
    font-size: 22px;
    font-size: 1.2222222222rem
}

h1:after,
h3.line:after {
    width: 80px;
    background: #1a3a69;
    content: "";
    display: block;
    margin-top: 25px;
    height: 10px;
    margin-bottom: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width: 992px) {

    h1:after,
    h3.line:after {
        margin-bottom: 37.5px
    }
}

.text-center h1:after,
.text-center h3.line:after {
    margin-left: auto;
    margin-right: auto
}

h1.noline,
h3.line.noline {
    font-weight: 300
}

h1.noline:after,
h3.line.noline:after {
    display: none
}

h1+h2,
h3.line+h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    font-size: 1.6666666667rem
}

h4 {
    font-size: 20px;
    font-size: 1.1111111111rem;
    color: #333;
    margin-bottom: 12.5px;
    line-height: 1.75
}

a h4 {
    color: #1a3a69
}

h4 strong {
    font-weight: 700;
    color: #1a3a69
}

h4+h5 {
    margin-top: -12.5px
}

h4 i {
    margin-left: 12.5px
}

h5 {
    font-size: 20px;
    font-size: 1.1111111111rem;
    color: #333;
    line-height: 1.75;
    margin-bottom: 12.5px
}

h5.pfeil {
    display: block
}

h5.pfeil:after {
    content: "";
    font-family: "euroclima Icons";
    display: block
}

.produkt-post-thumb {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border: 2px solid #1a3a69;
    border-radius: 50%;
    height: 20rem !important;
    width: auto !important
}

.produkt-post-thumb.--icon {
    height: 5rem !important;
    padding: .5rem;
    margin-bottom: .5rem
}

.sticky-left {
    position: sticky;
    top: 50px;
    z-index: 3;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width: 992px) {
    .sticky-left {
        top: 80px;
        padding: 2rem 0
    }
}

.bullet-points>ul>li {
    font-weight: bold
}

.bullet-points>ul>li:before {
    content: "»" !important;
    position: absolute;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    margin-left: -25px
}

.bullet-points>ul>li>ul {
    margin-left: 1.5rem !important;
    font-weight: normal !important
}

.bullet-points>ul>li>ul>li:before {
    content: "–";
    position: absolute;
    margin-left: -25px
}

.header-bild {
    background: #f5f5f5
}

.header-bild .d-flex {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end
}

.header-bild .d-flex .beitragsbild>div {
    position: relative;
    overflow: hidden
}

.header-bild .d-flex .beitragsbild .welle {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 50px;
    height: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none
}

@media only screen and (min-width: 992px) {
    .header-bild .d-flex .beitragsbild {
        margin-bottom: -50px
    }

    .header-bild .d-flex .beitragsbild .welle {
        display: block
    }
}

.header-bild .d-flex .titel {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    z-index: 2;
    margin-top: -25px
}

@media only screen and (min-width: 992px) {
    .header-bild .d-flex .titel {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 12.5px
    }
}

.header-bild .d-flex .titel h1:after {
    display: none !important
}

.header-bild .d-flex .titel h1 i {
    display: inline-block;
    margin-right: 25px
}

.header-bild .d-flex .titel h2 {
    font-size: 18px;
    font-size: 1rem
}

.header-bild .d-flex .titel p {
    margin: 0 !important
}

.header-bild.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    z-index: 4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width: 992px) {
    .header-bild.sticky {
        top: 80px
    }
}

.header-bild.sticky .container,
.header-bild.sticky h1,
.header-bild.sticky .titel,
.header-bild.sticky .bewerben {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.gescrollt .header-bild.sticky .titel {
    margin-top: 0
}

body.gescrollt .header-bild.sticky .container {
    padding-top: 0
}

body.gescrollt .header-bild.sticky .titel {
    padding-bottom: 12.5px;
    padding-top: 12.5px
}

body.gescrollt .header-bild.sticky .titel h1 {
    font-size: 25px;
    font-size: 1.3888888889rem
}

@media only screen and (min-width: 1350px) {
    body.gescrollt .header-bild.sticky .titel h1 {
        font-size: 30px;
        font-size: 1.6666666667rem
    }
}

body.gescrollt .header-bild.sticky .titel h2 {
    display: none
}

body.gescrollt .header-bild.sticky .bewerben,
body.gescrollt .header-bild.sticky .downloaden {
    opacity: 1;
    pointer-events: all
}

.header-bild .bewerben,
.header-bild .downloaden {
    margin-top: 25px
}

@media only screen and (min-width: 768px) {

    .header-bild .bewerben,
    .header-bild .downloaden {
        position: absolute;
        right: 50px;
        margin-top: 0;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%)
    }
}

.header-bild .bewerben i,
.header-bild .downloaden i {
    margin-right: 8.3333333333px
}

@media(max-width: 767px) {

    .header-bild .bewerben,
    .header-bild .downloaden {
        display: none !important
    }
}

.header-bild .bewerben {
    opacity: 0;
    pointer-events: none
}

.header-bild img,
.header-bild video {
    width: 100%;
    height: auto !important
}

.header-bild video {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    height: 100% !important;
    width: auto !important
}

p,
.main-content ul {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 12.5px
}

a p,
a .main-content ul {
    color: #9a9a9a;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

a:hover p,
a:hover .main-content ul {
    color: #333
}

.main-content .fact {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.main-content .fact p,
.main-content .fact ul {
    color: #9a9a9a;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.main-content .fact:hover p,
.main-content .fact:hover ul {
    color: #333
}

.main-content ul li:before {
    content: "–";
    position: absolute;
    margin-left: -25px
}

@media(max-width: 991px) {
    .main-content ul li {
        margin-left: 25px
    }
}

.count {
    font-size: 60px;
    font-size: 3.3333333333rem;
    font-weight: 700;
    display: block
}

@media(max-width: 767px) {
    .count {
        font-size: 55px;
        font-size: 3.0555555556rem
    }
}

@media only screen and (min-width: 1100px) {
    .count {
        display: inline;
        font-size: 65px;
        font-size: 3.6111111111rem
    }
}

.zertifizierung {
    margin: 12.5px 0
}

.link-text p {
    display: block;
    margin-top: 10px;
    font-size: .5em !important;
    line-height: 1.25;
    text-align: center
}

.relative {
    position: relative
}

@media only screen and (min-width: 992px) {
    .offene-stellen {
        position: -webkit-sticky;
        position: sticky;
        top: 160px;
        -webkit-align-self: flex-start;
        -moz-align-self: flex-start;
        align-self: flex-start;
        -ms-flex-item-align: start
    }
}

.offene-stellen h1:after {
    margin-bottom: 25px
}

.offene-stellen p {
    margin-bottom: 16.6666666667px
}

.stellen ul li,
.downloads ul li {
    font-size: 16px;
    font-size: .8888888889rem;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 0 !important;
    clear: both
}

@media only screen and (min-width: 992px) {

    .stellen ul li,
    .downloads ul li {
        font-size: 20px;
        font-size: 1.1111111111rem;
        margin-bottom: 0
    }
}

.stellen ul li.label,
.downloads ul li.label {
    margin-top: 37.5px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1rem;
    border-bottom: 1px solid #274879;
    color: #1a3a69;
    padding-bottom: 8.3333333333px;
    margin-bottom: 12.5px
}

.stellen ul li a,
.downloads ul li a {
    display: block
}

.stellen ul li a:hover,
.downloads ul li a:hover {
    background: #f5f5f5
}

.stellen ul li span,
.downloads ul li span {
    color: #9a9a9a;
    font-weight: 300;
    background: #f5f5f5;
    padding: 0 4.1666666667px;
    font-size: 14px;
    font-size: .7777777778rem;
    white-space: nowrap
}

.stellen ul li:before,
.downloads ul li:before {
    display: none
}

.stellen ul li {
    line-height: 1.75
}

.tag {
    margin-top: 12.5px;
    background: #fff;
    border-left: 5px solid #1a3a69;
    font-weight: normal;
    color: #1a3a69;
    display: inline-block;
    padding: 6.25px;
    font-size: 18px;
    font-size: 1rem
}

.tag i {
    margin-right: 6.25px
}

.produktkategorie h3 {
    font-weight: 700;
    font-size: 20px;
    font-size: 1.1111111111rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 4;
    -ms-hyphenate-limit-chars: 10 3 4;
    hyphenate-limit-chars: 10 3 4;
    line-height: 1.15
}

@media only screen and (min-width: 1100px) {
    .produktkategorie h3 {
        font-size: 24px;
        font-size: 1.3333333333rem
    }
}

.produktkategorie h3:after {
    margin-bottom: 25px !important
}

.produktkategorie h3 i {
    font-size: 50px;
    display: block;
    margin-bottom: 12.5px
}

.produktkategorie a:hover h3 {
    color: #1a3a69;
    text-shadow: 0 0 1px currentColor
}

.produktkategorie figure {
    margin-top: 25px
}

.produktkategorie figure .bild-fx div {
    display: none !important
}

.produktkategorie figure .bild-fx img {
    aspect-ratio: 10/4;
    object-fit: contain;
    object-position: left;
    background: #f5f5f5
}

.produktkategorie.alternativ h3 {
    font-weight: 300
}

.produktkategorie.alternativ h3:after {
    margin-bottom: 50px !important;
    display: none
}

.produktkategorie.fx a {
    position: relative;
    display: block
}

.produktkategorie.fx a img {
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 0;
    right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(35%) translateX(25%);
    -moz-transform: translateY(35%) translateX(25%);
    -ms-transform: translateY(35%) translateX(25%);
    -o-transform: translateY(35%) translateX(25%);
    transform: translateY(35%) translateX(25%);
    z-index: -1;
    opacity: 1
}

html.no-touch .produktkategorie.fx a img {
    opacity: 0
}

.produktkategorie.fx a:hover img {
    opacity: 1 !important
}

figure {
    max-width: 100%;
    position: relative;
    overflow: hidden
}

figure img {
    width: 100%;
    height: auto
}

figure figcaption {
    margin-top: 25px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.75
}

figure figcaption p {
    margin-bottom: 12.5px;
    margin-top: 6.25px
}

figure figcaption .button {
    margin-bottom: 25px;
    font-size: 1rem
}

@media only screen and (min-width: 992px) {
    figure figcaption .button {
        margin-bottom: 50px
    }
}

figure figcaption.caption {
    color: #9a9a9a;
    text-align: center;
    padding-bottom: 5px
}

figure img {
    margin-bottom: 0 !important;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

figure .bild-fx {
    overflow: hidden;
    position: relative
}

figure .bild-fx img {
    display: block
}

figure .bild-fx div {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

figure .bild-fx:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    outline: #fff;
    background: rgba(26, 58, 105, .5);
    mix-blend-mode: multiply;
    outline-offset: 25px;
    pointer-events: none
}

figure:hover .bild-fx:before,
a:hover figure .bild-fx:before {
    opacity: 1
}

figure:hover .bild-fx div,
a:hover figure .bild-fx div {
    width: calc(100% - 25px*2);
    height: calc(100% - 25px*2);
    opacity: 1
}

.js figure::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #1a3a69
}

@-webkit-keyframes shine {
    0% {
        left: -100%
    }

    50% {
        left: 0
    }

    100% {
        left: 100%
    }
}

@keyframes shine {
    0% {
        left: -100%
    }

    50% {
        left: 0
    }

    100% {
        left: 100%
    }
}

.lazyload,
.lazyloading,
.swiper-lazy:not(.swiper-lazy-loaded) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.downloads ul li,
.quicklinks ul li {
    margin-bottom: 12.5px;
    margin-left: 0 !important
}

.downloads ul li i,
.quicklinks ul li i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block;
    margin-right: 12.5px
}

.downloads ul li:last-child,
.quicklinks ul li:last-child {
    margin-bottom: 0
}

.downloads ul {
    margin-top: .5rem
}

.downloads ul li i {
    float: left;
    margin-bottom: 1em
}

.df-popup-thumb {
    width: 4rem !important
}

.df-popup-thumb .df-book-wrapper {
    margin-top: -1.25rem !important;
    margin-left: -1.75rem !important
}

.df-popup-thumb .df-book-cover .df-book-title {
    display: none !important
}

.quicklinks ul {
    margin-bottom: 0
}

.quicklinks ul li {
    margin-bottom: 0
}

.quicklinks ul li:before {
    display: none
}

.quicklinks ul li a {
    color: #1a3a69;
    white-space: nowrap
}

.quicklinks ul li a:hover {
    color: #333
}

.quicklinks+p {
    margin-top: 25px
}

.aufzaehlung ul li {
    margin-left: 25px !important
}

.aufzaehlung ul li:before {
    display: inline-block
}

@media only screen and (min-width: 992px) {
    .filter-header {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        -webkit-align-self: flex-start;
        -moz-align-self: flex-start;
        align-self: flex-start;
        -ms-flex-item-align: start;
        z-index: 3;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        padding-top: 25px
    }
}

.filter label {
    background: none;
    border: 1px solid #1a3a69;
    color: #1a3a69;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    display: inline-block;
    margin: 4.1666666667px 6.25px 4.1666666667px 0;
    padding: 4.1666666667px 6.25px;
    font-size: 85%
}

.filter label:hover {
    background: #274879;
    color: #fff;
    border-color: #274879
}

.filter input[type=checkbox] {
    display: none
}

.filter input[type=checkbox]:checked+label {
    background: #1a3a69;
    color: #fff
}

.filter-args p small {
    color: #9a9a9a
}

.js .filter-args {
    display: none
}

.filter-trigger i {
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.filter-trigger i.open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#filter-count {
    color: #1a3a69
}

@media(max-width: 599px) {
    #filter-count>span {
        display: none
    }
}

.referenz {
    margin-bottom: 25px
}

.referenz p {
    margin-top: 12.5px;
    margin-bottom: 0
}

.referenz a:hover h4 {
    border-bottom-color: #1a3a69
}

.referenz img {
    object-fit: cover;
    aspect-ratio: 16/11;
    display: block
}

.referenz h4,
figcaption h4 {
    display: inline;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

a:hover .referenz h4,
a:hover figcaption h4 {
    border-bottom-color: #1a3a69
}

ul.accordion {
    list-style: none;
    padding: 0;
    width: 100%
}

ul.accordion .inner {
    overflow: hidden;
    display: none;
    margin-bottom: 0
}

ul.accordion .inner.show>li>a {
    color: #fff
}

ul.accordion .inner.show>li>a:not(.open) {
    border-bottom: 1px solid #1a3a69
}

ul.accordion .inner-text {
    padding: 25px;
    padding-top: 0 !important;
    color: #fff;
    border-bottom: 1px solid #1a3a69
}

ul.accordion .inner-text p:last-of-type {
    margin-bottom: 0 !important
}

ul.accordion li {
    margin-left: 0 !important
}

ul.accordion li a.toggle {
    width: 100%;
    display: block;
    font-weight: 700;
    line-height: 1.75;
    padding: 25px;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
    background-color: rgba(0, 0, 0, 0)
}

ul.accordion li a.toggle:after {
    content: "";
    font-family: "euroclima Icons";
    display: inline-block;
    float: right;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

ul.accordion li a.toggle.open:after,
ul.accordion li a.toggle.show:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

ul.accordion li:before {
    display: none !important
}

ul.accordion>li {
    border-bottom: 1px solid #fff
}

ul.accordion>li>a {
    background-color: #1a3a69 !important;
    color: #fff
}

ul.accordion>li>ul>li {
    background: #274879
}

ul.accordion>li>ul>li a.toggle {
    color: #fff
}

ul.accordion .quicklinks {
    margin-top: 25px
}

.news {
    margin-bottom: 100px
}

.news-link {
    background: #f5f5f5;
    display: block;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 50px;
    border-left: 1px solid #fff
}

.news-link img,
.news-link .button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.news-link img {
    display: block
}

.news-link .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    padding: 25px
}

.news-link .button {
    position: absolute;
    bottom: 0;
    right: 25px;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news-link p {
    display: inline-block
}

.news-link p:after {
    width: 100%;
    content: "";
    height: 1px;
    width: 0;
    display: block;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    background: #fff
}

.news-link p,
.news-link h4 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.news-link:hover,
.touch .news-link,
.news-link.active {
    box-shadow: 0 0 125px rgba(51, 51, 51, .5);
    border-left: none !important
}

.news-link:hover p,
.news-link:hover h4,
.news-link:hover .button,
.touch .news-link p,
.touch .news-link h4,
.touch .news-link .button,
.news-link.active p,
.news-link.active h4,
.news-link.active .button {
    color: #fff
}

.news-link:hover h4 span,
.touch .news-link h4 span,
.news-link.active h4 span {
    background: rgba(39, 72, 121, .4)
}

.news-link:hover p:after,
.touch .news-link p:after,
.news-link.active p:after {
    width: 100%
}

.news-link.active .button {
    display: none
}

.touch .news-link {
    box-shadow: none
}

@media(max-width: 767px) {

    .news-link p,
    .news-link h4,
    .news-link .button {
        color: #fff
    }
}

@media only screen and (min-width: 768px) {
    .no-touch .news-link img {
        opacity: .15
    }
}

.no-touch .news-link:hover img,
.no-touch .news-link:hover .button,
.no-touch .news-link.active img,
.no-touch .news-link.active .button {
    opacity: 1
}

.no-touch .news-link:hover .button,
.no-touch .news-link.active .button {
    border-color: #1a3a69;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%)
}

.touch .news-link img,
.touch .news-link .button {
    opacity: 1
}

.news-content {
    margin-top: -50px
}

.news-content p:last-of-type {
    margin-bottom: 100px
}

input {
    font-family: "Montserrat", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.euroclima-suche {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: #274879;
    z-index: 5;
    width: 100%;
    height: 50px
}

@media only screen and (min-width: 1350px) {
    .euroclima-suche {
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
        transform: translateY(-80px);
        height: 80px
    }
}

.euroclima-suche form {
    height: 100%
}

.euroclima-suche input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0 20px;
    font-size: 20px;
    font-size: 1.1111111111rem;
    outline: none;
    color: #fff
}

.euroclima-suche input::-webkit-input-placeholder {
    color: #f5f5f5
}

.euroclima-suche input::-moz-placeholder {
    color: #f5f5f5
}

.euroclima-suche input:-moz-placeholder {
    color: #f5f5f5
}

.euroclima-suche input:-ms-input-placeholder {
    color: #f5f5f5
}

.euroclima-suche.is-visible {
    opacity: 1
}

.searchwp-live-search-results {
    top: 0 !important
}

.searchwp-live-search-result--img img {
    aspect-ratio: 16/11
}

.searchwp-live-search-result--img img+img {
    display: none !important
}

.suche-overlay-bg {
    position: fixed;
    background: rgba(0, 0, 0, .25);
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

body.suche-is-open .suche-overlay-bg {
    opacity: 1;
    pointer-events: all
}

.kontakt-suche input,
.referenzen-suche input {
    color: #274879;
    border: none;
    border-bottom: 2px solid #274879;
    color: #274879;
    padding: 6.25px 0;
    width: 100%;
    margin-bottom: 25px;
    font-size: 1rem
}

.kontakt-suche input::-webkit-input-placeholder,
.referenzen-suche input::-webkit-input-placeholder {
    color: #fff
}

.kontakt-suche input::-moz-placeholder,
.referenzen-suche input::-moz-placeholder {
    color: #fff
}

.kontakt-suche input:-moz-placeholder,
.referenzen-suche input:-moz-placeholder {
    color: #fff
}

.kontakt-suche input:-ms-input-placeholder,
.referenzen-suche input:-ms-input-placeholder {
    color: #fff
}

.tooltip {
    display: inline-block;
    -webkit-user-select: none;
    position: relative
}

.tooltip::before {
    content: attr(data-tool);
    position: absolute;
    left: 50%;
    bottom: -25px;
    padding: 8px 12px;
    background: #fff;
    color: #333;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 2;
    -webkit-transform: translate3d(-50%, 5px, 0) scale(0.5);
    -moz-transform: translate3d(-50%, 5px, 0) scale(0.5);
    -ms-transform: translate3d(-50%, 5px, 0) scale(0.5);
    -o-transform: translate3d(-50%, 5px, 0) scale(0.5);
    transform: translate3d(-50%, 5px, 0) scale(0.5)
}

.tooltip.active::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 20px, 0) scale(1);
    -moz-transform: translate3d(-50%, 20px, 0) scale(1);
    -ms-transform: translate3d(-50%, 20px, 0) scale(1);
    -o-transform: translate3d(-50%, 20px, 0) scale(1);
    transform: translate3d(-50%, 20px, 0) scale(1)
}

.benefit {
    background: none;
    border: 1px solid #fff;
    border-radius: .5em;
    padding: 6.25px;
    margin-right: 12.5px;
    margin-top: 12.5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.benefit i {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #fff !important;
    font-size: 200%
}

.benefit:hover {
    background: #fff
}

.benefit:hover i {
    color: #1a3a69 !important
}

.bewerbung-formular input,
.bewerbung-formular textarea {
    border: 1px solid #1a3a69 !important;
    padding: 1rem !important;
    margin-bottom: 1.5rem !important;
    color: #1a3a69 !important;
    width: 100% !important;
    border-radius: 50px
}

.bewerbung-formular textarea {
    border-radius: 25px
}

.bewerbung-formular input[type=submit],
.bewerbung-formular button {
    cursor: pointer
}

.bewerbung-formular input[type=submit]:not(:hover),
.bewerbung-formular button:not(:hover) {
    color: #fff !important
}

.bewerbung-formular .wpcf7-not-valid-tip {
    margin-top: -1.25em;
    margin-bottom: 1em
}

.bewerbung-formular br {
    display: none !important
}

.swiper-wrapper,
.swiper-slide {
    height: auto !important
}

.swiper-slide {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.swiper-slide:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.swiper-nav {
    position: absolute;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%)
}

.swiper-rechts,
.swiper-links {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: all
}

.swiper-rechts:before,
.swiper-links:before {
    font-size: 40px;
    font-size: 2.2222222222rem;
    font-family: "euroclima Icons";
    display: block
}

.beitragsbild .swiper-rechts,
.beitragsbild .swiper-links {
    color: #fff
}

.swiper-rechts {
    right: 0
}

.swiper-rechts:before {
    content: ""
}

.swiper-links {
    left: 0
}

.swiper-links:before {
    content: ""
}

.swiper-button-disabled {
    opacity: 0;
    cursor: default
}

.overlay-bg {
    position: fixed;
    z-index: 9;
    background: rgba(51, 51, 51, .25);
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    pointer-events: none;
    display: none
}

.overlay-bg.is-visible {
    pointer-events: all;
    display: block
}

.overlay-box {
    background: #1a3a69;
    position: fixed;
    opacity: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-100%) translateX(-50%);
    -moz-transform: translateY(-100%) translateX(-50%);
    -ms-transform: translateY(-100%) translateX(-50%);
    -o-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
    z-index: 20;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    padding: 0;
    height: auto;
    width: 85%;
    pointer-events: none;
    overflow: hidden
}

@media only screen and (min-width: 768px) {
    .overlay-box {
        width: 50%
    }
}

.overlay-box.is-visible {
    opacity: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    width: 85%;
    min-width: 300px;
    pointer-events: all
}

@media only screen and (min-width: 768px) {
    .overlay-box.is-visible {
        width: 55%
    }
}

.overlay-box .box-content {
    padding: 2rem;
    text-align: center;
    color: #fff;
    max-height: 90vh;
    overflow: scroll
}

.overlay-box.big {
    width: 90%;
    height: 80vh !important;
    max-height: 80vh !important
}

@media only screen and (min-width: 768px) {
    .overlay-box.big {
        width: 60%
    }
}

.overlay-box.big .box-content {
    padding: 0 !important;
    height: 70vh
}

.overlay-box h1,
.overlay-box h2,
.overlay-box h3,
.overlay-box h4,
.overlay-box h5,
.overlay-box h6,
.overlay-box p {
    margin: 0 0 1rem 0;
    padding: 0;
    color: #fff;
    font-weight: 700 !important
}

.overlay-box h1:after,
.overlay-box h2:after,
.overlay-box h3:after,
.overlay-box h4:after,
.overlay-box h5:after,
.overlay-box h6:after,
.overlay-box p:after {
    display: none
}

.overlay-box h1 {
    font-size: 2rem
}

@media only screen and (min-width: 768px) {
    .overlay-box h1 {
        font-size: 4rem
    }
}

.overlay-box h2 {
    font-size: 2rem
}

@media only screen and (min-width: 768px) {
    .overlay-box h2 {
        font-size: 3rem
    }
}

.overlay-box h3 {
    font-size: 2rem !important
}

@media only screen and (min-width: 768px) {
    .overlay-box h3 {
        font-size: 2.5rem !important
    }
}

.overlay-box h4 {
    font-size: 2rem
}

.overlay-box h5 {
    font-size: 1.5rem
}

.overlay-box h6 {
    font-size: 1rem
}

.overlay-box p {
    font-weight: normal !important
}

.overlay-box h3 {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
    text-align: center
}

.overlay-box h3+p {
    margin-top: 2rem
}

@media only screen and (min-width: 768px) {
    .overlay-box h3 {
        font-size: 3rem
    }
}

.overlay-box .anfrage-button {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    color: #1a3a69;
    font-weight: 700;
    text-transform: uppercase;
    padding: .75em;
    width: 100%;
    text-align: center;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}

.overlay-box .anfrage-button:hover {
    background: #274879;
    color: #fff
}

.overlay-box .anfrage-box {
    background: #274879;
    padding: 2em
}

.overlay-box .overlay-swiper .swiper-wrapper,
.overlay-box .overlay-swiper .swiper-slide {
    height: 100% !important
}

.overlay-box .overlay-swiper .swiper-slide {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.overlay-box .overlay-swiper .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0
}

.overlay-box .overlay-swiper img {
    max-width: 100%;
    height: auto;
    margin-top: 1.5rem;
    max-height: calc(80vh - 6rem) !important
}

@media only screen and (min-width: 480px) {
    .overlay-box .overlay-swiper img {
        margin-top: 2.5rem
    }
}

@media only screen and (min-width: 768px) {
    .overlay-box .overlay-swiper img {
        margin-top: 2rem;
        max-height: calc(80vh - 7rem) !important
    }
}

.overlay-box .swiper-button-prev,
.overlay-box .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important
}

.overlay-box .swiper-button-next,
.overlay-box .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important
}

.overlay-box .close-overlay {
    position: absolute;
    top: 2rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    text-indent: -99999px;
    z-index: 30
}

.overlay-box .close-overlay:before,
.overlay-box .close-overlay:after {
    position: absolute;
    left: 0;
    content: " ";
    height: 19.2307692308px;
    width: 2px;
    background-color: #fff
}

.overlay-box .close-overlay:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.overlay-box .close-overlay:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1)
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale3d(1, 1, 1)
    }

    50% {
        -moz-transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -moz-transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        -o-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

::-moz-selection {
    background-color: #274879;
    color: #fff
}

::selection {
    background-color: #274879;
    color: #fff
}

[class^=icon-]:before,
[class*=" icon-"]:before {
    font-family: "euroclima Icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none
}

.icon-facebook:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-marine:before {
    content: ""
}

.icon-ideen:before {
    content: ""
}

.icon-lebensmittel:before {
    content: ""
}

.icon-spezial:before {
    content: ""
}

.icon-suche:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-schwimmbad:before {
    content: ""
}

.icon-puzzle:before {
    content: ""
}

.icon-right-arrow:before {
    content: ""
}

.icon-left-arrow:before {
    content: ""
}

.icon-down-arrow:before {
    content: ""
}

.icon-up-arrow:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-kuehlung:before {
    content: ""
}

.icon-medizin:before {
    content: ""
}

.icon-essenszulage:before {
    content: ""
}

.icon-arbeitszeiten:before {
    content: ""
}

.icon-praemien:before {
    content: ""
}

.icon-gutscheine:before {
    content: ""
}

.icon-versicherung:before {
    content: ""
}

.icon-kooperation:before {
    content: ""
}

.icon-betriebsurlaub:before {
    content: ""
}

.icon-mensa:before {
    content: ""
}

.icon-sound-off:before {
    content: ""
}

.icon-sound-on:before {
    content: ""
}

.icon-konvektor:before {
    content: ""
}

.icon-newsletter:before {
    content: ""
}

.icon-tel:before {
    content: ""
}

.icon-efficiency:before {
    content: ""
}

.icon-zhk-up:before {
    content: ""
}

.icon-location:before {
    content: ""
}

.icon-customized:before {
    content: ""
}

.icon-it-cooling:before {
    content: ""
}

.icon-tools:before {
    content: ""
}

.icon-jpg:before {
    content: ""
}

.icon-geburtstagsgeschenk:before {
    content: ""
}

.icon-fortbildung:before {
    content: ""
}

.icon-getraenke:before {
    content: ""
}

.icon-obst:before {
    content: ""
}

.icon-arztvisite:before {
    content: ""
}

.icon-firmenevents:before {
    content: ""
}

.icon-doc:before {
    content: ""
}

.icon-pdf:before {
    content: ""
}

.icon-parkplatz:before {
    content: ""
}

.icon-xls:before {
    content: ""
}

.icon-ppt:before {
    content: ""
}

.icon-zip:before {
    content: ""
}

.icon-tarife:before {
    content: ""
}

.icon-txt:before {
    content: ""
}

.icon-png:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-compact:before {
    content: ""
}

.icon-air-sanitizer:before {
    content: ""
}

.icon-konair:before {
    content: ""
}

.icon-fax:before {
    content: ""
}

.icon-internet:before {
    content: ""
}

.icon-suche-close:before {
    content: ""
}

.icon-konventionen:before {
    content: ""
}

.icon-magenta:before {
    content: ""
}

.icon-gesundheitsfonds:before {
    content: ""
}

.icon-reco:before {
    content: ""
}

.icon-regelungstechnik:before {
    content: ""
}

.icon-kaeltetechnik:before {
    content: ""
}

.icon-youtube-play:before {
    content: ""
}

.qtranxs-available-languages-message {
    display: none !important
}

#moove_gdpr_cookie_info_bar {
    background-color: #1a3a69 !important;
    border: none !important;
    z-index: 12 !important;
    min-height: 0 !important;
    line-height: 1.65;
    box-shadow: 0 0 25px rgba(26, 58, 105, .1) !important;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    transition: all .5s !important;
    text-align: center !important
}

#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
    bottom: -400px !important
}

#moove_gdpr_cookie_info_bar * {
    font-size: .8rem !important
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 0 !important
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding: 12.5px 25px !important
}

@media only screen and (min-width: 992px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
        padding: .5em !important
    }
}

#moove_gdpr_cookie_info_bar p {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: .8rem !important
}

#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
    flex-direction: row-reverse !important
}

#moove_gdpr_cookie_info_bar .mgbutton {
    border-radius: 0 !important;
    font-weight: 400 !important;
    border: none !important;
    padding: .5rem 1rem .25rem !important;
    letter-spacing: 0 !important
}

#moove_gdpr_cookie_info_bar .mgbutton.moove-gdpr-infobar-allow-all {
    background: #274879 !important;
    color: #fff !important;
    padding: .5em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    margin: 0 auto !important
}

#moove_gdpr_cookie_info_bar .mgbutton.moove-gdpr-infobar-allow-all:hover {
    background: #fff !important;
    color: #274879 !important
}

#moove_gdpr_cookie_info_bar .mgbutton.moove-gdpr-infobar-settings-btn {
    border: none !important;
    color: #fff !important;
    opacity: 1 !important;
    text-transform: uppercase !important;
    text-decoration: underline !important;
    box-shadow: none !important
}

#moove_gdpr_cookie_info_bar .mgbutton.moove-gdpr-infobar-settings-btn:hover {
    background: none !important
}

#moove_gdpr_cookie_info_bar .change-settings-button {
    white-space: nowrap !important
}

.lity {
    background: rgba(0, 0, 0, .9) !important;
    z-index: 12 !important
}

.lity-content:after {
    box-shadow: none !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content,
#moove_gdpr_cookie_modal .moove-gdpr-modal-right-content {
    color: #fff !important;
    background: #333 !important;
    transform: scale(1) !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-right-content {
    padding: 2rem !important
}

#moove_gdpr_cookie_modal p,
#moove_gdpr_cookie_modal .tab-title {
    color: #fff !important;
    font-weight: 400 !important
}

#moove_gdpr_cookie_modal .tab-title {
    letter-spacing: 0 !important;
    font-weight: 700 !important
}

#moove_gdpr_cookie_modal p,
#moove_gdpr_cookie_modal p * {
    font-size: .85rem !important;
    line-height: 1.65 !important
}

#moove_gdpr_cookie_modal p a,
#moove_gdpr_cookie_modal p * a {
    text-decoration: underline !important;
    color: #fff !important
}

#moove_gdpr_cookie_modal p a:hover,
#moove_gdpr_cookie_modal p * a:hover {
    color: #fff !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-title {
    height: auto !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content {
    background-color: rgba(0, 0, 0, 0) !important;
    height: auto !important;
    border-radius: 0 !important;
    padding: 0 !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content:before {
    display: none !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    padding: .5rem 2rem !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .mgbutton {
    background: #274879 !important;
    color: #fff !important;
    padding: .5em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    margin: 0 auto !important;
    letter-spacing: .05em !important;
    border: none !important;
    margin-right: 25px !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .mgbutton:hover {
    background: #fff !important;
    color: #274879 !important
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,
#moove_gdpr_cookie_modal .cookie-switch .slider,
#moove_gdpr_cookie_modal .switch .cookie-slider,
#moove_gdpr_cookie_modal .switch .slider {
    background-color: #f5f5f5 !important
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after,
#moove_gdpr_cookie_modal .cookie-switch .slider:after,
#moove_gdpr_cookie_modal .switch .cookie-slider:after,
#moove_gdpr_cookie_modal .switch .slider:after {
    color: #f5f5f5 !important
}

#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider,
#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider,
#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider,
#moove_gdpr_cookie_modal .switch input:checked+.slider {
    background-color: #274879 !important
}

#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:after,
#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:after,
#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:after,
#moove_gdpr_cookie_modal .switch input:checked+.slider:after {
    color: #274879 !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    border-radius: 0 !important;
    padding-bottom: 1rem !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
    top: 0 !important;
    right: 0 !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close .gdpr-icon {
    color: #fff !important;
    background: none !important;
    border: none !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover .gdpr-icon {
    background: none !important;
    -webkit-transform: rotate(360deg) !important;
    -moz-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
    -o-transform: rotate(360deg) !important;
    transform: rotate(360deg) !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar {
    padding: 0 !important;
    margin-right: 0 !important
}

#moove_gdpr_cookie_modal .gdpr-cc-form-wrap {
    margin-bottom: 0 !important
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-left-content {
    background: #777 !important
}

#moove_gdpr_cookie_modal .moove-gdpr-company-logo-holder {
    display: none !important
}

.IE_Edge .main-content {
    padding-top: 0
}

.IE_Edge body {
    margin-top: 80px
}

.IE_Edge .minus-left {
    margin-top: 80px
}

.IE_Edge .bg-blau {
    overflow: hidden
}

.max-width-100 {
    max-width: 100%
}

.swiper-start {
    height: calc(100vh - 80px)
}

@media(max-width: 992px) {
    .swiper-start {
        height: calc(100vh - 50px)
    }
}

.swiper-start .swiper-slide {
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    transition: all 1.2s
}

.swiper-start .swiper-slide:not(.swiper-slide-active) {
    opacity: 0
}

.swiper-start .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231a3a69'%2F%3E%3C%2Fsvg%3E") !important;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

@media only screen and (min-width: 992px) {
    .swiper-start .swiper-button-prev {
        left: 0
    }
}

@media(max-width: 992px) {
    .swiper-start .swiper-button-prev {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }
}

.swiper-start .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%231a3a69'%2F%3E%3C%2Fsvg%3E") !important;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media only screen and (min-width: 992px) {
    .swiper-start .swiper-button-next {
        right: 0
    }
}

@media(max-width: 992px) {
    .swiper-start .swiper-button-next {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center
    }
}

.swiper-start .swiper-pagination-bullet {
    background: #fff
}

@media(max-width: 992px) {
    .swiper-start .container {
        padding-inline: 2rem
    }
}

.grid-references,
.grid-news,
.grid-start {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%
}

.grid-references>div,
.grid-news>div,
.grid-start>div {
    position: relative
}

.grid-references>div img,
.grid-news>div img,
.grid-start>div img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 100% !important
}

.grid-references>div:after,
.grid-news>div:after,
.grid-start>div:after {
    position: absolute;
    z-index: 1;
    content: "";
    background: rgba(0, 0, 0, .45);
    height: 100%;
    width: 100%;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    left: 0
}

.grid-references>div:hover:after,
.grid-news>div:hover:after,
.grid-start>div:hover:after {
    background: rgba(0, 0, 0, .25)
}

.grid-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    max-height: 100%;
    z-index: 2;
    text-align: center;
    width: 60%
}

.grid-overlay p {
    color: #fff !important;
    opacity: .8;
    margin-bottom: 0 !important
}

.grid-overlay h3 {
    margin-bottom: 2rem
}

.grid-overlay h4 {
    font-size: 1.25rem;
    color: #fff;
    margin: 0 auto
}

@media(max-width: 992px) {
    .grid-overlay {
        width: 90%
    }
}

.grid-overlay.--bottom {
    top: auto;
    bottom: 2rem
}

.grid-overlay .button:hover {
    background: none
}

.grid-news {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr
}

.grid-news .div1 {
    grid-area: 1/1/2/2
}

.grid-news .div2 {
    grid-area: 1/2/2/3
}

.grid-news>div {
    height: calc(100vh - 80px)
}

@media(max-width: 992px) {
    .grid-news {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr)
    }

    .grid-news .div1 {
        grid-area: 1/1/2/2
    }

    .grid-news .div2 {
        grid-area: 2/1/3/2
    }

    .grid-news>div {
        height: calc((100vh - 50px)/2)
    }
}

.grid-references {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr)
}

.grid-references .div1 {
    grid-area: 1/1/2/2
}

.grid-references .div2 {
    grid-area: 1/2/2/3
}

.grid-references .div3 {
    grid-area: 2/1/3/2
}

.grid-references .div4 {
    grid-area: 2/2/3/3
}

.grid-references>div {
    height: calc((100vh - 80px)/2)
}

@media(max-width: 992px) {
    .grid-references {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr)
    }

    .grid-references .div1 {
        grid-area: 1/1/2/2
    }

    .grid-references .div2 {
        grid-area: 2/1/3/2
    }

    .grid-references .div3 {
        grid-area: 3/1/4/2
    }

    .grid-references .div4 {
        grid-area: 4/1/5/2
    }

    .grid-references>div {
        height: calc((100vh - 50px)/4)
    }
}

.grid-start {
    position: relative
}

.grid-start>img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    height: calc(100vh - 80px)
}

@media(max-width: 992px) {
    .grid-start>img {
        height: calc(100vh - 50px)
    }
}

.grid-start>div {
    height: calc(100vh - 80px)
}

@media(max-width: 992px) {
    .grid-start>div {
        height: calc(100vh - 50px)
    }
}

.grid-start>div:after {
    z-index: 0
}

.grid-start>div:hover:after {
    background: rgba(0, 0, 0, .45)
}

.grid-start>div:hover,
.grid-start>div:hover * {
    color: #fff !important
}

.grid-start>div,
.grid-start>div * {
    color: #fff !important
}

.header-video.--update {
    height: calc(100vh - 80px)
}

@media(max-width: 992px) {
    .header-video.--update {
        height: calc(100vh - 50px)
    }
}

.header-video.--update>video,
.header-video.--update>img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.swiper-pagination-bullet-active {
    background: #1a3a69
}