@media screen and (max-width: 1800px) {
    :root {
        --bs-gutter-x: 100px;
    }
    h5+h2 {
        font-size: 50px;
    }
    .page-container,
    .page-header,
    .page-footer {
        max-width: 1734px;
        padding-left: 100px;
        padding-right: 100px;
    }
    .nav-main {
        margin-right: 0;
    }
    .carousel-slider {
        margin: 0;
    }
    .page-content__pic {
        margin-left: -100px;
    }
}

@media screen and (max-width: 1400px) {
    .header-logo {
        align-self: center;
    }
    .row-md {
        margin-left: -20px;
        margin-right: -20px;
    }
    .row-md>* {
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn-scroll-top {
        right: 30px;
    }
    .swiper-button-prev,
    .swiper-button-prev,
    .swiper-button-next {
        height: 50px;
        margin-top: -25px;
        width: 80px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        height: 30px;
        width: 50px;
    }
    .swiper-player,
    .swiper-audio-player {
        margin-top: 40px;
    }
    .player-name {
        display: inline-flex;
        font-size: 18px;
        hyphens: auto;
        overflow-wrap: normal;
        word-break: normal;
    }
    .box-container {
        padding: 50px;
    }
    .btn-start,
    .btn-more,
    .btn-more--sm,
    .btn-info,
    .btn-link {
        font-size: 21px;
        line-height: 55px;
    }
    .btn-start::after,
    .btn-more::after,
    .btn-more--sm::after {
        background-position: right;
        height: 30px;
        width: 40px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        font-size: 22px;
    }
    h1,
    .homepage h2 {
        font-size: 60px;
    }
    h2,
    h5+h2 {
        font-size: 40px;
    }
    h3,
    h4 {
        font-size: 30px;
    }
    :root {
        --bs-gutter-x: 50px;
    }
    .page-container,
    .page-header,
    .page-footer {
        padding-left: 50px;
        padding-right: 50px;
    }
    .page-container {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .page-container--no-vspacing {
        padding-bottom: 0;
        padding-top: 0;
    }
    .nav-main {
        font-size: 19px;
        margin-left: 30px;
        margin-top: 50px;
    }
    .page-title__heading {
        font-size: 80px;
        margin: 0 30px;
        padding: 80px;
    }
    .intro-text-secondary,
    .intro-text-tertiary {
        font-size: 1.1em;
    }
    .intro-text-md,
    .intro-text-sm {
        font-size: 1em;
    }
    .list-features dt {
        font-size: 40px;
    }
    .page-content__pic {
        margin-left: -50px;
    }
    .box-container {
        padding: 30px;
    }
    .box-container__price {
        font-size: 60px;
    }
    .box-container__price-info,
    .box-container-button {
        margin-bottom: 40px;
    }
    .player-card {
        padding: 32px 24px 36px;
    }
    .player-profile {
        margin-top: 34px;
    }
    .page-footer {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .btn-scroll-top {
        bottom: 50px;
        right: 20px;
        width: 26px;
    }
    .page-footer__copyright {
        margin-top: 90px;
    }
}

@media screen and (max-width: 992px) {
    body {
        font-size: 20px;
    }
    h1,
    .homepage h2 {
        font-size: 50px;
    }
    .page-container,
    .page-footer,
    .page-container--spacing-md {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    .page-container--no-vspacing {
        padding-bottom: 0;
        padding-top: 0;
    }
    .page-title__heading {
        font-size: 60px;
        padding: 60px;
    }
    .list-features dt {
        font-size: 30px;
        margin-right: 10px;
    }
    .box-container__heading h3,
    .box-container__price-details {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 18px;
    }
    h1,
    .homepage h2 {
        font-size: 42px;
    }
    h2,
    h5+h2 {
        font-size: 30px;
    }
    h3,
    h4 {
        font-size: 22px;
    }
    :root {
        --bs-gutter-x: 50px;
    }
    .page-container,
    .page-header,
    .page-footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-header+.page-container {
        padding-top: 10px;
    }
    .spacing-xl {
        margin-bottom: 30px;
    }
    .hamburger {
        display: block
    }
    .page-header {
        height: 100px;
    }
    .header-logo {
        align-items: flex-start;
        width: 100px;
        z-index: 10;
    }
    .page-title {
        padding: 0 0 50px
    }
    .page-title__heading {
        font-size: 40px;
        padding: 40px;
        text-align: center;
    }
    .page-subtitle__pic {
        margin: 0 -30px;
        width: auto
    }
    .intro-text {
        font-size: 1.1em;
    }
    .contact-phone {
        font-size: 40px;
    }
    .nav-is-open .header-logo {
        filter: none;
        position: fixed;
    }
    .nav-is-open .page-title .header-logo {
        filter: none
    }
    .nav-primary {
        align-self: auto;
        background: #fff;
        bottom: 0;
        display: none;
        left: 0;
        margin: 0;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
    }
    .nav-main {
        display: block;
        font-size: 26px;
        margin: 0 30px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .nav-main>li {
        margin: 0 0 20px;
    }
    .nav-main>li>a,
    .page-title .nav-main>li>a {
        background: rgba(95, 128, 183, .3);
        border-radius: 22px;
        color: #5F80B7;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .list-features dt {
        font-size: 1.2em;
        margin: 0;
        text-align: center;
    }
    .btn-start,
    .btn-more,
    .btn-more--sm,
    .btn-info,
    .btn-link {
        font-size: 20px;
        line-height: 46px;
        padding: 0 20px;
    }
    .page-content__pic {
        margin: 0 -30px;
    }
    .player-card {
        max-width: inherit;
    }
    .btn-scroll-top {
        width: 20px;
    }
    .nav-is-open .btn-scroll-top {
        display: none;
    }
    .page-footer__logo {
        max-width: 160px;
    }
    .page-footer h4 {
        font-size: 1.6em;
    }
    .page-footer__copyright {
        font-size: 1em;
        margin-top: 30px;
    }
    .box-container__price {
        font-size: 50px;
    }
}

@media screen and (max-width: 550px) {
    .list-features dl {
        flex-direction: column;
    }
    .list-features dt {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 400px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .list-logos {
        flex-direction: column;
    }
    .list-logos li {
        width: 80%;
    }
}

/*/* Nur Smartphone-Landscape */
@media only screen  and (max-width: 930px)  and (orientation: landscape) {
.page-title {
  height: 125vh;
}
.page-subtitle {
  height: 180vh;
}
}*/

