@font-face {
    font-display: swap;
    font-family: "FF Meta Pro";
    font-style: normal;
    font-weight: 300;
    src: url("fonts/FFMetaProRegular.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "FF Meta Pro";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/FFMetaProBook.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "FF Meta Pro";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/FFMetaProBold.ttf") format("truetype");
}
* {
    box-sizing: border-box;
}
body {
    color: #172f54;
    font-family: "FF Meta Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
    margin: 0;
    padding: 0;
}
.block {
    overflow: visible;
}
.gruen {
    color: #0a705e;
}
.claim {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 130%;
}
a {
    color: inherit;
}
.instagram a,
.tiktok a,
.youtube a,
.podcast a,
.pinterest a,
.linkedin,
.mail a {
    display: block;
    margin: 0 3px;
    position: relative;
}
.instagram a img,
.tiktok a img,
.youtube a img,
.podcast a img,
.pinterest a img,
.linkedin img,
.mail a img {
    transition: all 0.25s;
}
.instagram figure,
.tiktok figure,
.youtube figure,
.podcast figure,
.pinterest figure,
.linkedin figure,
.mail figure {
    overflow: visible;
}
.instagram a:hover img,
.tiktok a:hover img,
.youtube a:hover img,
.podcast a:hover img,
.pinterest a:hover img,
.linkedin:hover img,
.mail a:hover img {
    opacity: 0;
}
.instagram a::before,
.tiktok a::before,
.youtube a::before,
.podcast a::before,
.pinterest a::before,
.linkedin a::before,
.mail a::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform-origin: center;
    transition: all 0.25s;
    width: 100%;
    z-index: -1;
}
.instagram a:hover::before,
.tiktok a:hover::before,
.youtube a:hover::before,
.podcast a:hover::before,
.pinterest a:hover::before,
.linkedin a:hover::before,
.mail a:hover::before {
    opacity: 1;
    transform: scale(1.05);
}
.instagram a::before {
    background: rgba(0, 0, 0, 0) url("bilder/Instagram-rgb.svg") no-repeat scroll 0 0 / 100% auto;
}
.tiktok a::before {
    background: rgba(0, 0, 0, 0) url("bilder/TicToc-rgb.svg") no-repeat scroll 0 0 / 100% auto;
}
.youtube a::before {
    background: rgba(0, 0, 0, 0) url("bilder/YouTube-rgb.svg") no-repeat scroll 0 0 / 100% auto;
}
.podcast a::before {
    background: rgba(0, 0, 0, 0) url("bilder/Podcast-rgb.svg") no-repeat scroll 0 0 / 100% auto;
}
.pinterest a::before {
    background: rgba(0, 0, 0, 0) url("bilder/Pinterest-rgb.svg") no-repeat scroll 0 0 / 100% auto;
}
.linkedin a::before {
    background: rgba(0, 0, 0, 0) url("bilder/LinkedIn-rgb.svg") no-repeat scroll 0 0 / 100% auto;
}
.mail a::before {
    background: rgba(0, 0, 0, 0) url("bilder/Mail-rgb.svg") no-repeat scroll 0 0 / 100% auto;
}
h1 {
    font-size: 1.5em;
    line-height: 130%;
    text-transform: uppercase;
}
body:not(.page_legal) h1 {
    background-color: #fff;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
}
h2 {
    font-size: 1.125em;
    line-height: 130%;
    margin: 0 0 0 0;
    text-transform: uppercase;
}
a {
    transition: all 0.2s ease 0s;
}
a:hover,
nav .level_1 > li.submenu:hover > a.submenu {
    color: #dec1a6;
}
p {
    margin: 16px 0 0 0;
}
figure {
    border-radius: 600px;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
}
#wrapper {
    background: rgba(0, 0, 0, 0) url("bilder/Schloesser-Xprts-X-bg.svg") no-repeat scroll 70% 0 / cover;
    position: relative;
}
#wrapper::after {
    background: #fff url("bilder/footer-bg.svg") no-repeat 0 0 / cover;
    bottom: 0;
    content: "";
    height: 330px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
header {
    background-color: #fff;
    left: 0;
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
header nav {
    align-items: center;
    background: linear-gradient(to right, #172f54 0%, #009c64 100%);
    display: flex;
    height: calc(60px - 20px * var(--scroll-progress, 0));
    justify-content: center;
    margin-top: calc(27px - 17px * var(--scroll-progress, 0));
    padding-top: calc(0px + 3px * var(--scroll-progress, 0));
    text-transform: uppercase;
}
header nav .level_2 {
    background: linear-gradient(to right, #172f54 0%, #009c64 100%);
    display: flex;
    height: calc(60px - 20px * var(--scroll-progress, 0));
    justify-content: center;
    left: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}
header .inside > img {
    display: block;
    margin: calc(20px - 15px * var(--scroll-progress, 0)) auto 0;
    width: calc(302px - 202px * var(--scroll-progress, 0));
}
header nav .level_2 > li {
    opacity: var(--scroll-progress, 0);
    padding-top: calc(20px - 10px * var(--scroll-progress, 0));
}
header nav a {
    font-weight: 500;
}
header nav strong {
    font-weight: 700;
}
nav ul {
    color: #fff;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav .level_1 {
    display: flex;
}
nav li {
    margin: 0 25px;
}
header nav .level_1 > li:first-of-type {
    margin-left: 47px;
}
.level_1 a.submenu {
    cursor: pointer;
    pointer-events: none;
}
nav .level_1 > li.submenu:hover .level_2 {
    max-height: 60px;
    transition: all 0.4s ease 0s;
}
nav .level_1 > li.submenu:hover .level_2 > li {
    opacity: 1;
    transition: all 0.4s ease 0.25s;
}
nav a {
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.hamburger {
    display: none;
}
#main .inside {
    padding-top: 345px;
}
#main .inside > *:not(.footer) {
    z-index: 2;
}
.mod_article {
    margin: 0 auto 80px;
    max-width: 770px;
    padding-left: 20px;
    padding-right: 20px;
}
.tile-2 {
    display: flex;
    flex-flow: row wrap;
}
.tile-3,
.tile-4 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
}
.media--right > figure {
    margin: -22px 0 0px 20px;
}
/*---*/
.headline {
    margin: 0 auto;
    max-width: 820px;
    position: relative;
    text-align: center;
}
.headline::before {
    background-color: #dfc2a6;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: calc(50% - 3px);
    width: 100%;
    z-index: -1;
}
.xprts-team .team-claim .rte {
    text-transform: none;
}
/*----*/
.team > div > div {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 35px;
    transition: all 0.7s 0.7s;
}
.team .tile-3 > div {
    width: 200px;
}
.team .tile-4 > div {
    width: 220px;
}
.team figure {
    border: 3px solid rgba(0, 0, 0, 0);
    height: 184px;
    transition: all 0.25s linear 0s;
    width: 184px;
}
.team figure:hover {
    border: 4px solid #dec1a6;
}
.team img {
    height: 184px;
    transform-origin: center;
    transition: all 0.25s linear 0s;
    width: 184px;
}
.team figure:hover img {
    transform: scale(1.075);
}
.team .rte > p:first-of-type {
    font-weight: 700;
    margin: 10px 0 0 0;
}
.team > div > div .rte > p:first-of-type {
    text-align: center;
}
.team > div > div .rte > p:last-of-type {
    font-size: 0.875em;
    margin: 0;
    text-align: center;
}
/*---*/
.unser-team {
    margin-bottom: 100px;
    max-width: 790px;
}
.unser-team > div > div.open {
    margin-bottom: 115px;
    transition: all 0.7s 0s;
}
.unser-team h2 {
    margin-bottom: 17px;
    text-align: center;
}
.unser-team .team-claim {
    color: #0a705e;
    height: auto;
    left: 0;
    margin: 5px 0 0 0;
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    position: absolute;
    text-align: left;
    top: 260px;
    transition: all 0.7s 0s;
    width: 100%;
}
.unser-team .open .team-claim {
    max-height: 300px;
    opacity: 1;
    transition: all 0.7s 0.2s;
}
.unser-team .team-claim p {
    font-weight: 700;
    margin: 0;
    text-transform: none;
}
.unser-team .team-claim > div p:last-of-type {
    padding: 0 26px;
}
/*---*/
.xprts-team {
    margin: 48px auto 80px;
    max-width: 920px;
}
.xprts-team figure {
    cursor: pointer;
}
/*----*/
.xprt {
    background: rgba(0, 0, 0, 0) url("bilder/Schloesser-Xprts-X-rbg.svg") no-repeat scroll center 100% / 20px auto;
    max-width: 820px;
    padding-bottom: 79px;
    position: relative;
}
.xprt::before,
.xprt::after {
    background-color: #dfc2a6;
    content: "";
    height: 2px;
    position: absolute;
    top: calc(100% - 10px);
    width: calc(50% - 42px);
}
.xprt::before {
    left: 0;
}
.xprt::after {
    right: 0;
}
.xprt > div > div .content-element-group {
    width: 100%;
}
.xprt > div:first-of-type > div:first-of-type .content-image {
    position: relative;
    z-index: 1;
}
.xprt > div:first-of-type > div:first-of-type .content-element-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 9px;
    position: relative;
    z-index: 2;
}
.xprt > div > div:first-of-type {
    width: 242px;
}
.xprt > div > div:last-of-type {
    width: calc(100% - 242px);
}
.xprt .content-text {
    padding: 25px 0 0 35px;
}
.xprt .xprt-claim.content-text {
    color: #0a705e;
    padding-top: 0;
}
.team-claim .rte > p:first-of-type::before,
.team-claim .rte > p:first-of-type::after,
.xprt-claim .rte > p:first-of-type::before,
.xprt-claim .rte > p:last-of-type::after {
    background: transparent url(bilder/q-marks.svg) no-repeat scroll 0 0 / cover;
    content: "";
    display: inline-block;
    height: 16px;
    position: relative;
    width: 20px;
}
.team-claim p:before,
.xprt-claim p:before {
    margin: 2px 6px 0 0;
    transform: scale(-1);
}
.team-claim p::after,
.xprt-claim p::after {
    margin: 2px 0 0 6px;
}
.team-claim p,
.xprt-claim p {
    position: relative;
}
.unser-team .tile-3 > div:nth-of-type(3n + 1) .team-claim p {
    text-align: left;
}
.unser-team .tile-3 > div:nth-of-type(3n + 2) .team-claim p {
    text-align: center;
}
.unser-team .tile-3 > div:nth-of-type(3n + 3) .team-claim p {
    text-align: right;
}
.ce_form {
    margin: 40px auto 0;
    max-width: 480px;
    width: 100%;
}
input.text,
textarea {
    appearance: none;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid #009b64;
    border-radius: 6px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 20px;
    padding: 8px 10px;
    width: 100%;
}
.widget-submit {
    display: flex;
    justify-content: center;
}
button.submit {
    appearance: none;
    background-color: #009b64;
    border: 2px solid #dfc2a6;
    border-radius: 60px;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
    transition: all 0.2s;
    width: 200px;
}
button.submit:hover {
    background-color: #dfc2a6;
}
/*----*/
.footer {
    align-items: center;
    color: #fff;
    display: flex;
    flex-flow: column;
    height: 330px;
}
.footer > img {
    margin-top: 62px;
}
.footer nav {
    margin-top: 22px;
}
.footer .copyright {
    margin-top: 32px;
}
.footer nav,
.footer .copyright {
    display: flex;
    justify-content: center;
}
@media (max-width: 860px) {
    .footer > img {
        margin-top: 90px;
    }
}
@media (max-width: 679px) {
    .media--right > figure {
        margin: 5px 0 18px;
    }
    .xprt > div > div:first-of-type,
    .xprt > div > div:first-of-type .content-image,
    .team .tile-4 > div > div {
        align-items: center;
        display: flex;
        flex-flow: column nowrap;
    }
    .xprt > div > div:first-of-type,
    .xprt > div > div:last-of-type,
    .team .tile-4 > div,
    .team .tile-4 > div {
        width: 100%;
    }
    .xprt .content-text {
        float: none;
        padding: 25px 0 0 0;
    }
    .xprts-team figure,
    .xprts-team figure img {
        height: 242px;
        width: 242px;
    }
    .xprts-team .rte {
        margin-top: 10px;
        text-align: center;
    }
}
@media (max-width: 600px) {
    header .inside > img,
    body.fixed .inside > img {
        margin: 5px auto 0;
        width: 132px;
    }
    header nav,
    body.fixed header nav {
        height: 5px;
        margin-top: 10px;
        padding-top: 3px;
    }
    header nav .level_1 {
        background: #fff;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
        flex-flow: column nowrap;
        left: 101vw;
        padding: 30px;
        position: absolute;
        top: 89px;
        transition: all 0.5s ease-in-out 0s;
        width: 100%;
    }
    body.open header nav .level_1 {
        color: #172f54;
        left: 0;
    }
    header nav .level_1 > li:first-of-type,
    header nav .level_1 > li {
        margin: 0 0 16px 0;
    }
    header nav .level_2,
    body.fixed nav .level_2 {
        background: #ffffff none repeat scroll 0 0;
        color: #172f54;
        flex-flow: column nowrap;
        height: auto;
        max-height: 3000px;
        position: relative;
    }
    header nav .level_2 > li,
    body.fixed nav .level_2 > li {
        margin: 16px 0 0 20px;
        opacity: 1;
        padding-top: 0;
    }
    nav .level_1 > li.submenu:hover .level_2 {
        max-height: 3000px;
    }
    .hamburger {
        cursor: pointer;
        display: block;
        height: 42px;
        position: absolute;
        right: 15px;
        -webkit-tap-highlight-color: transparent;
        top: 34px;
        transform: scale(0.8);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        width: 44px;
        z-index: 2;
    }
    .hamburger span {
        background: #009c64;
        display: block;
        height: 3px;
        opacity: 1;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        width: 50%;
    }
    body.open .hamburger span {
        background: #172f54;
    }
    .hamburger span:nth-child(even) {
        border-radius: 0 9px 9px 0;
        left: 50%;
    }
    .hamburger span:nth-child(odd) {
        border-radius: 9px 0 0 9px;
        left: 0px;
    }
    .hamburger span:nth-child(1),
    .hamburger span:nth-child(2) {
        top: 0px;
    }
    .hamburger span:nth-child(3),
    .hamburger span:nth-child(4) {
        top: 10px;
    }
    .hamburger span:nth-child(5),
    .hamburger span:nth-child(6) {
        top: 20px;
    }
    body.open .hamburger span:nth-child(1),
    body.open .hamburger span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body.open .hamburger span:nth-child(2),
    body.open .hamburger span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.open .hamburger span:nth-child(1) {
        left: 5px;
        top: 3px;
    }
    body.open .hamburger span:nth-child(2) {
        left: calc(50% - 5px);
        top: 3px;
    }
    body.open .hamburger span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }
    body.open .hamburger span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    body.open .hamburger span:nth-child(5) {
        left: 5px;
        top: 15px;
    }
    body.open .hamburger span:nth-child(6) {
        left: calc(50% - 5px);
        top: 15px;
    }
    h1 {
        padding: 0 20px;
    }
    #main .inside {
        padding-top: 135px;
    }
    .footer > img {
        margin-top: 135px;
        width: 175px;
    }
    .team {
        margin-bottom: 90px;
    }
    .headline::before {
        left: 20px;
        width: calc(100% - 40px);
    }
    .xprt::before {
        left: 20px;
    }
    .xprt::after {
        right: 20px;
    }
    .footer,
    #wrapper::after {
        height: 410px;
    }
    .footer nav,
    .footer .copyright {
        margin-top: 20px;
    }
    .footer nav .level_1 {
        align-items: center;
        display: flex;
        flex-flow: column nowrap;
    }
    .footer nav li {
        margin: 5px 0;
    }
    .footer .copyright {
        font-size: 0.875em;
    }
}
