body {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: normal;
    font-style: normal;
}
a {
    color: #0aa1d9;
    text-decoration: none;
}
p {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
}
h1 {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 5rem;
}
h3 {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
}
img {
    vertical-align: unset;
    display: initial;
    max-width: 100%;
    height: auto;
}
.bg-dark {
    background-color: #151516!important;
}
.bg-black {
    background: #050505;
}
.bg-white {
    background: white;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 1rem;
}
.nav-item {
    padding: 0 0.75rem 0 0.75rem;
}
.opener-txt {
    text-align: center;
    background: black;
    color: white;
}
.carousel-txt {
    text-align: center;
    background: white;
    color: black;
}
.opener-img {
    width: 62%;
}
.dimmed {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #a1a1a7;
}
.bigger {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}
.carousel-indicators {
    bottom: -3rem;
}
.info-box {
    border-radius: 12px;
    background: #111314;
    margin: 18px 9px 18px 9px;
}
.better-box {
    border-radius: 12px;
}
.dot {
    width: 8px;
    margin: 0 4px 1px 4px;
}
.teaser {
    padding: 0;
    background-image: url('../img/mainteaser.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 1155px;
    flex: 0 0 834px;
}
.teaser-bg {
    padding: 0;
    background-image: url('../img/mt-bg.jpg');
    background-repeat: repeat-x;
    background-size: contain;
}
.icon-size {
    width: 100%;
}
.icon-container {
    margin: 1.5rem 1.5rem 1.5rem 0.65rem;
}
.navigation-max {
    max-width: 1200px;
}
.container-max {
    max-width: 1200px;
    margin: 0 auto 1.5rem;
}
.container-max-2 {
    max-width: 1220px;
    margin: 0 auto 1.5rem;
}
img.swing {
    width: 15%;
    left: 42%;
    position: absolute;
    display: block;
    margin: auto;
    transform: rotate(-28deg);
    animation:spin 2s ease-in-out infinite;
    -webkit-animation: spin 2s ease-in-out infinite;
    -moz-animation: spin 2s ease-in-out infinite;
}
@keyframes spin {
    50% {
        transform:rotate(28deg);
        -webkit-transform: rotate(28deg);
    }
}
@-webkit-keyframes spin {
    50% {
        -webkit-transform: rotate(28deg);
    }
}
@-moz-keyframes spin {
    50% {
        -moz-transform: rotate(28deg);
    }
}
.immerse-box {
    position: relative;
    padding-top: 35%;
    overflow: hidden;
}
.immerse-text, .immerse-logo, .immerse-appstore, .immerse-pendulum, .immerse-soundswitch {
    position: absolute;
}
.immerse-text {
    top: 10%;
    left: 5%;
    right: 50%;
}
.immerse-logo {
    bottom: 10%;
    left: 5%;
    right: 85%;
}
.immerse-appstore {
    bottom: 10%;
    left: 18%;
    right: 60%;
}
.immerse-pendulum {
    top: 8%;
    right: 0;
    left: 40%;
}
.immerse-soundswitch {
    right: 5%;
    bottom: 10%;
}
@media (max-width: 1400px) {
    .teaser {
        min-height: 1001px;
        flex: 0 0 723px;
    }
}
@media (max-width: 1200px) {
    .teaser {
        min-height: 829px;
        flex: 0 0 599px;
    }
}
@media (max-width: 992px) {
    .teaser {
        min-height: 770px;
        flex: 0 0 556px;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 4rem;
    }
    .teaser {
        min-height: 577px;
        flex: 0 0 417px;
    }
}
@media (max-width: 576px) {
    h1 {
        font-size: 3rem;
    }
    .teaser {
        min-height: 385px;
        flex: 0 0 278px;
    }
    .immerse-box {
        padding-top: 50%;
    }
    .immerse-logo, .immerse-appstore {
        bottom: 30%;
    }
    .immerse-soundswitch {
        bottom: 2%;
    }
}
@media (max-height: 1332px) {
    .teaser {
        min-height: 829px;
        flex: 0 0 599px;
    }
}
@media (max-height: 956px) {
    .teaser {
        min-height: 577px;
        flex: 0 0 417px;
    }
}
@media (max-height: 768px) {
    h1 {
        font-size: 4rem;
    }
    .teaser {
        min-height: 385px;
        flex: 0 0 278px;
    }
}
@media (max-height: 640px) {
    h1 {
        font-size: 3rem;
    }
    .teaser {
        min-height: 337px;
        flex: 0 0 243px;
    }
}
@media(max-height: 380px) {
    .icon-size {
        width: 64%;
    }
}