*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
header,
footer,
main,
section,
article,
nav,
figure,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: #5F80B7;
    font: 500 25px Raleway, Arial, Helvetica, Sans-Serif;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: #5F80B7;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    color: #5F80B7;
    text-decoration: none;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 1em;
}

li {
    list-style: none;
}

h1 {
    font: 600 84px Gabarito;
    hyphens: auto;
    line-height: 1;
    margin: 0 0 .7em;
    overflow-wrap: normal;
    word-break: normal;
}

h2 {
    font: 500 66px Gabarito;
    line-height: 1;
    margin: 0 0 .6em;
}

h2 em {
    display: block;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
}

.homepage h2 {
    font: 500 84px Gabarito;
    line-height: 1;
    margin: 0 0 1em;
}

h3,
h4 {
    font: 500 36px Gabarito;
    line-height: 1;
    margin: 0 0 1em;
}

h5 {
    font: bold 1em Raleway;
    line-height: 1;
    margin: 0 0 1em;
}

h5+h2 {
    font-family: Raleway;
    font-weight: 500;
}

h6 {
    font: 600 1em Raleway;
    line-height: 1;
    margin: 0 0 .2em;
}

p {
    line-height: 1.4em;
    margin: 0 0 1.4em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
    max-width: 100%;
}

/*- Layout -*/

.page-container,
.page-header,
.page-footer {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 176px;
}

.page-container {
    padding-bottom: 160px;
    padding-top: 160px;
}

.page-container--md {
    max-width: 1566px;
}

.page-container--sm {
    margin: 0 auto;
    max-width: 1048px;
}

.page-container--xs {
    margin: 0 auto;
    max-width: 858px;
}

.page-container--fullbg {
    position: relative;
}

.page-container--fullbg::after {
    background: rgba(178, 199, 178, .65);
    content: '';
    height: 100%;
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1
}

.page-container--fullbg-light::after {
    background: rgba(197, 210, 197, .65);
}

.page-container--fullbg.page-container--underline::after {
    border-bottom: 3px solid #5F80B7;
}

.page-container--fullbg.page-container--underline {
    border-bottom: 0;
}

.page-container--underline {
    border-bottom: 3px solid #5F80B7;
}

.page-container--underline-green {
    border-bottom: 3px solid #518E6B;
}

.page-container--underline-thin {
    border-width: 1px;
}

.page-container--theme-green {
    color: #518E6B;
}

.page-container--spacing-md {
    padding-bottom: 110px;
    padding-top: 110px;
}

.page-container--no-vspacing {
    padding-bottom: 0;
    padding-top: 0;
}

.page-container--no-bspacing {
    padding-bottom: 0
}

.page-container--subtitle {
    display: flex;
    flex-direction: column;
}

.page-container--subtitle .pic-responsive {
    height: 100%;
    margin-left: calc(50% - 50vw);
    width: 100vw
}

/*- Page Header -*/

.page-header {
    display: flex;
    flex-shrink: 0;
    height: 175px;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 1;
}

.page-header+.page-container {
    padding-top: 115px;
}

.header-logo {
    align-self: flex-end;
}

.page-title .header-logo {
    filter: brightness(0) invert(1);
}

/*- Title -*/

.page-title {
    align-items: center;
    background: url(../images/title.jpg) no-repeat center / cover;
    display: flex;
    flex-direction: column;
    /*height: 100vh;*/
    min-height: 100vh;
    justify-content: space-between;
    padding: 0 0 104px
}

.page-title__heading {
    background: rgba(95, 128, 183, .5);
    border: 1px solid rgba(95, 128, 183, .7);
    border-radius: 93px;
    color: #fff;
    font: 600 121px Gabarito;
    line-height: .9;
    margin: 20px 0;
    max-width: 1124px;
    padding: 110px 140px;
    text-transform: uppercase
}

.page-subtitle {
    min-height: 100vh;
    overflow: hidden;
}

.page-subtitle--underline {
    border-bottom: 3px solid #5F80B7;
}

.page-subtitle--green {
    background: #C5D2C5;
}

.page-subtitle>.page-container {
    height: 100%;
    padding-top: 0;
}

.page-subtitle>.page-container>.row {
    margin: 0 -42px;
    min-height: 100vh;
}

.page-subtitle>.page-container.page-container--subtitle.page-container--theme-green.page-container--no-bspacing>.row {
    min-height: 50vh;
}

.page-subtitle>.page-container>.row>* {
    padding: 0 42px
}

.page-subtitle__info {
    display: flex;
    flex-direction: column;
    font: 1.2em Gabarito;
    justify-content: center;
    position: relative;
}

.page-subtitle__info--underline::after {
    border-bottom: 3px solid #5F80B7;
    content: '';
    margin-top: 20%;
}

.page-subtitle__info-secondary {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 50px;
    position: relative;
}

.page-subtitle__pic {
    height: 100%;
    margin-right: calc(50% - 50vw);
    width: 50vw;
}

.page-content__pic img {
    width: 100%;
}

.page-content__pic {
    height: 100%;
    margin-left: -176px;
    position: relative;
}

.intro-text {
    font: 27px Gabarito;
    font-size: 27px;
}

.intro-text h2 {
    font-weight: 500;
}

.intro-text-secondary {
    font-size: 33px;
}

.intro-text-tertiary {
    font-size: 30px;
}

.intro-text-md {
    font-size: 24px;
}

.intro-text-sm {
    font-size: 23px;
}

.intro-text-xs {
    font-size: 21px;
}

.contact-phone {
    font-size: 57px;
    margin-bottom: 50px;
}

/* - Slider - */

.carousel-slider {
    margin: 0 -30px;
}

.carousel-slider .swiper-slide img {
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    align-items: center;
    background: rgba(40, 65, 107, .3);
    border-radius: 39px;
    cursor: pointer;
    display: flex;
    height: 78px;
    justify-content: center;
    left: 0;
    margin-top: -39px;
    position: absolute;
    top: 50%;
    width: 140px;
    z-index: 10;
}

.swiper-button-next {
    left: auto;
    right: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    background: url(../images/ico-next.svg) no-repeat center / contain;
    content: '';
    display: block;
    height: 34px;
    width: 84px;
}

.swiper-button-prev::after {
    transform: rotate(180deg);
}

/* .swiper-slide-duplicate-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-active {
    opacity: .8
} */

.swiper-player,
.swiper-audio-player {
    margin-top: 80px;
    overflow: hidden;
}

/*- Navigation -*/

.nav-primary {
    align-self: flex-end;
    margin-bottom: 42px;
}

.nav-main {
    display: flex;
    flex-wrap: wrap;
    font: 600 21px Raleway;
    gap: 14px;
    justify-content: flex-end;
    margin-left: 50px;
    margin-right: -100px;
}

.nav-main>li {
    position: relative;
}

.nav-main>li>a {
    background: rgba(95, 128, 183, .3);
    border-radius: 22px;
    color: #5F80B7;
    display: block;
    line-height: 44px;
    padding: 0 22px;
    text-decoration: none;
    white-space: nowrap
}

.nav-main>li>a:hover,
.nav-main>li.active>a {
    background: #5F80B7;
    color: #fff;
}

.page-title .nav-main>li>a {
    background: rgba(255, 255, 255, .5);
    color: #fff;
}

.nav-is-open {
    overflow-y: hidden;
}

.page-title .nav-main>li>a:hover,
.page-title .nav-main>li.active>a {
    background: #5F80B7;
    color: #fff;
}

.nav-secondary {
    margin: 0 0 1em;
}

.nav-secondary li {
    margin: 0 0 10px;
}

.nav-secondary a {
    background: #efefef;
    color: #000000;
    display: block;
    padding: 5px 0 5px 10px;
    text-decoration: none;
}

.nav-secondary a:hover,
.nav-secondary .active a {
    background: #999999;
    color: #ffffff;
}

/*- Layout Grid -*/

.row p:last-child {
    margin-bottom: 0;
}

.row-md {
    margin-left: -47px;
    margin-right: -47px;
}

.row-md>* {
    padding-left: 47px;
    padding-right: 47px;
}

.row-sm {
    margin-left: -20px;
    margin-right: -20px;
}

.row-sm>* {
    padding-left: 20px;
    padding-right: 20px;
}

/*- Components -*/

.list-logos {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.list-logos img {
    flex: 0 1 auto;
}

.list-features {
    border-top: 3px solid #5F80B7;
    margin-bottom: 80px;
}

.list-features dl {
    align-items: center;
    border-bottom: 3px solid #5F80B7;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.list-features dt {
    flex: 1 1 auto;
    font: 63px/.9 Gabarito;
}

.list-features dd {
    align-items: center;
    display: flex;
    flex: 0 0;
}

.list-unordered {
    margin: 0 0 1.5em;
}

.list-unordered li {
    margin: 0 0 .1em;
    padding: 0 0 0 20px;
    position: relative;
}

.list-unordered li::before {
    background: #518E6B;
    border-radius: 50%;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: .5em;
    width: 5px;
}

.box-container {
    background: #fff;
    border-radius: 35px;
    color: #518E6B;
    font-weight: 400;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 76px;
}

.box-container p {
    line-height: 1.3;
    margin-bottom: 1em;
}

.box-container hr {
    border-width: 3px;
    margin: 30px 0
}

.box-container__heading {
    text-align: center;
}

.box-container__heading h3 {
    font: 400 41px Raleway;
    margin: 0;
}

.box-container__price {
    font-size: 83px;
    margin-bottom: .2em;
}

.box-container-button {
    display: flex;
    justify-content: center;
    margin: 0 0 70px;
}

.box-container__price-info {
    font-size: 29px;
    margin: 0 0 70px;
}

.box-container__price-details {
    font-size: 29px;
}

.testimonial-item {
    font-size: 21px;
    padding: 20px 0;
    text-align: left;
}

.list-rating {
    display: flex;
    gap: 10px;
    margin: 28px 0 22px;
}

/*- Buttons -*/

.btn-start {
    align-items: center;
    background: #5F80B7;
    border-radius: 44px;
    color: #fff;
    display: flex;
    font: 500 33px/88px Raleway;
    justify-content: space-between;
    max-width: 570px;
    padding: 0 20px 0 50px;
}

.btn-start::after {
    background: url(../images/ico-arrow.svg) rgba(197, 210, 197, .5) no-repeat center;
    border-radius: 32px;
    content: '';
    height: 64px;
    margin-left: 20px;
    width: 118px;
}

.btn-start:hover {
    color: #fff;
    opacity: .8
}

.btn-more {
    align-items: center;
    border: 3px solid #5F80B7;
    border-radius: 36px;
    display: inline-flex;
    font: 500 32px/70px Gabarito;
    padding: 0 28px;
}

.btn-more--sm {
    font: 700 28px/70px Raleway;
    text-decoration: underline;
}

.btn-more::after {
    background: url(../images/ico-arrow-blue.svg) no-repeat center;
    content: '';
    height: 64px;
    margin-left: 30px;
    width: 62px;
}

.btn-more--sm::after {
    background: url(../images/ico-arrow-blue-sm.svg) no-repeat center;
    content: '';
    height: 64px;
    margin-left: 20px;
    width: 40px;
}

.btn-more:hover {
    opacity: .7
}

.btn-info {
    align-items: center;
    background: #518E6B;
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    font: 700 24px/60px Raleway;
    padding: 0 28px;
    white-space: nowrap;
}

.btn-info--lg {
    border-radius: 42px;
    display: flex;
    flex: 0 1 410px;
    font: 500 30px/84px Gabarito;
    justify-content: center;
    text-align: center;
}

.btn-info:hover {
    color: #fff;
    opacity: .8
}

.btn-link__group {
    display: flex;
    flex-wrap: wrap;
    gap: 25px
}

.btn-link {
    align-items: center;
    border: 2px solid #5F80B7;
    border-radius: 54px;
    color: #5F80B7;
    display: inline-flex;
    font: 600 22px/54px Raleway;
    margin-bottom: 10px;
    padding: 0 27px;
    text-decoration: underline;
    white-space: nowrap;
}

.btn-link:hover {
    opacity: .8
}

.btn-scroll-top {
    bottom: 290px;
    opacity: 0;
    position: fixed;
    right: 65px;
    transition: .2s all;
    visibility: hidden;
}

.is-scrolling .btn-scroll-top {
    opacity: 1;
    visibility: visible;
}

/* - Audio Video Player - */

.player-card {
    background: #8BBCA0;
    border-radius: 20px;
    color: #fff;
    max-width: 515px;
    padding: 46px 40px 48px;
    width: 100%;
}

.video-wrap,
.audio-wrap {
    aspect-ratio: 430 / 438;
    background: #71997b;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.audio-player {
    display: none;
}

.video-player {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.play-btn {
    background: url(../images/ico-play.svg) #fff no-repeat center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    cursor: pointer;
    display: grid;
    height: clamp(64px, 17vw, 88px);
    inset: 0;
    margin: auto;
    place-items: center;
    position: absolute;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: clamp(64px, 17vw, 88px);
    z-index: 10;
}

.play-btn {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.play-btn:hover {
    transform: scale(1.05);
}

.play-btn:hover {
    transform: scale(1.05);
}

.audio-wrap.is-playing .play-btn {
    background: url(../images/ico-pause.svg) #fff no-repeat center;
    opacity: 0.75
}

.play-btn img {
    display: block;
    height: 38%;
    width: 38%;
}

.video-wrap.is-playing .play-btn {
    opacity: 0;
    pointer-events: none;
}

.player-profile {
    align-items: center;
    display: flex;
    gap: 18px;
    margin-top: 50px;
}

.player-avatar {
    background: #FFF;
    border-radius: 50%;
    flex: 0 0 auto;
    height: clamp(64px, 16vw, 82px);
    object-fit: cover;
    width: clamp(64px, 16vw, 82px);
}

.player-name {
    font-size: clamp(20px, 5vw, 26px);
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

/*- Page Footer -*/

.page-footer {
    font-weight: 500;
    padding-bottom: 120px;
    padding-top: 135px;
}

.page-footer h4 {
    font-family: Raleway;
    margin-bottom: 1.3em;
}

.page-footer p {
    margin: 0 0 1em
}

.page-footer__logo {
    margin-bottom: 20px;
    max-width: 204px;
}

.page-footer__logo img {
    width: 100%;
}

.page-footer__copyright {
    font-size: 22px;
    margin-top: 200px;
    opacity: .5;
}

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 2px solid #518E6B;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic-responsive img {
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}

.spacing-xl {
    margin-bottom: 100px;
}

.text-center {
    text-align: center;
}

.datenschutz ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
    line-height: 1.4em;
}
.datenschutz ul {
    margin-bottom: 20px;
}

.hamburger {
    background: rgba(255, 255, 255, .5);
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
    height: 43px;
    outline: none;
    overflow: visible;
    padding: 10px;
    position: fixed;
    right: 30px;
    top: 30px;
    transition: .15s All;
}

.hamburger.is-active {
    background: none
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-label {
    color: #000;
    font-size: 14px;
    margin: 0 10px 0 0;
    position: absolute;
    right: 100%;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

.hamburger-box {
    display: block;
    height: 43px;
    position: relative;
    width: 50px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #5F80B7;
    border-radius: 0;
    display: block;
    height: 3px;
    position: absolute;
    transition: .15s All;
    width: 50px;
}

.hamburger-inner::before {
    content: "";
    top: 10px;
    transition: .15s All;
}

.hamburger-inner::after {
    content: "";
    top: 20px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}