/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weightht: 400;
    src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: swap;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.start-animation {
    transition: opacity 1s, background 3s;
    width: 100vw;
    height: 100vh;
    background: #575757;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.white-dot {
    width: 2.8vh;
    height: 2.8vh;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    top: 17.6vh;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    animation: pound 1.2s infinite;
}
@keyframes pulseDot {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
  }

  @keyframes pound {
	from { transform: none; }
	50% { transform: scale(1.4); }
	to { transform: none; }
}

.container {
    width: 100%;
    height: 100%;
    background-color: white;
    overflow-y: hidden;
}

.responsive-container {
    min-width: 460px;
    width: 33%;
    height: 100%;
    margin: 0 auto;
    padding-top: 10.5vh;
    background-color: white;
}
.logo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#logo img {
    width: 16vh;
}
.main-navigation {
    margin-top: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dots {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 1s;
    margin-top: 2.1vh;
}
.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #565656;
    margin-right: 5px;
}
.leftNavigation {
    z-index: 3;
    margin-right: 1vw;
    display: none;
    height: 3vh;
    width: 3vh;
    cursor: pointer;
    background-image: url('../images/Arrow_Red_Left.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(180deg);
    /* animation: slideFromLeft 1s; */
}
@keyframes slideFromLeft {
    0% {
        transform: translate(-10vw,0) rotate(180deg) ;
        opacity: 0;
    }
    100% {
        transform: translate(0,0) rotate(180deg) ;
        opacity: 1;
    }
}
@keyframes slideOnLeft {
    0% {
        transform: translate(0,0) rotate(180deg);
        display: unset;
        opacity: 1;
    }
    100% {
        transform: translate(-10vw,0) rotate(180deg);
        opacity: 0;
        display: none;
    }
}
.rightNavigation {
    z-index: 3;
    margin-left: 1vw;
    display: none;
    height: 3vh;
    width: 3vh;
    cursor: pointer;
    background-image: url('../images/Arrow_Red_Right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* animation: slideFromRight 1s; */
}
@keyframes slideFromRight {
    0% {
        transform: translate(10vw,0);
        opacity: 0;
    }
    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}
@keyframes slideOnRight {
    0% {
        transform: translate(0,0);
        opacity: 1;
    }
    100% {
        transform: translate(10vw,0);
        opacity: 0;
    }
}

.button {
    width: 16vh;
    z-index: 1;
    height: 4.9vh;
    cursor: pointer;
    background: linear-gradient(to right, #B51700, #B51700);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.5s 0s, opacity 1s;
    font-size: 2vh;
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.main-button {
    z-index: 3;
    box-sizing: border-box;
}
.menu-container {
    min-width: 460px;
    width: 33%; /* ON MOBILE 100% */
    position: absolute;
    margin-top: 7vh;
    transition: opacity 1s;
}
.menu-button {
    position: absolute;
    width: 16vh;
    z-index: 1;
    height: 4.9vh;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    background: linear-gradient(to right, #B51700, #B51700);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0 100%;
    font-size: 2vh;
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; 
    transition: transform 1s, opacity 1s, background-size 1s;
}
#chambers {
    top: 5vh;
    opacity: 0;
}
#system {
    top: 12vh;
    opacity: 0;
}
#beats {
    top: 19vh;
    opacity: 0;
}
.section-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 36vh;
    margin-left: -10vw;
    width: 120vw;
    height: 5%;
    background: #F1F1F1;
    color: #B51700;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    font-size: 19px;
    transition: transform 1s, opacity 1s;
}
.gray-line {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 36vh;
    font-size: 2vh;
    margin-left: -10vw;
    width: 120vw;
    height: 5%;
    color: #B51700;
    background: linear-gradient(to right, #F1F1F1, #F1F1F1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0 100%;
    opacity: 0;
    transition: background-size 1.6s ease-in-out, opacity 1s;
}
.gray-line-landscape-mode {
    color: #B51700; 
    background: #F1F1F1;
    transition: opacity 6s ease-in-out;
    opacity: 0.3;
    font-weight: 400;
}

.section-info-on-left {
    transform: translate(100vw,0);
}

.section-info-on-right {
    transform: translate(-100vw,0);
}
#section-body {
    position: absolute;
    top: 42vh;
    height: auto;
    min-width: 460px;
    width: 33%; 
    z-index: 0;
    padding-top: 3vh;
    transition: opacity 1s, transform 1s;
    /* ON MOBILE 100%  */
}
.section-body-on-left {
    transform: translate(100vw,0);
}
.section-body-on-right {
    transform: translate(-100vw,0);
}
#beat-header {
    margin: auto;
    right: 0;
    height: 30vh;
    width: 99vw;
    z-index: 2;
    position: absolute;
    display: inline-flex;
    justify-content: space-between;
    background: white;
    top: 1vh;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
}
.heart-mini-logo {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 8vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 4.1vh;
    width: 4.1vh;
    padding-right: 1vh;
    background-image: url('../images/TheHeart_Logo_grey.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.beat {  
    height: 9vh;
    width: 9vh;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.beat-logo {
    position: absolute;
    /* background-image: url(./images/P7S1.png); */
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 8vh;
    height: 15vh;
    width: 15vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: opacity 0.5s;
}
.beat-close {
    position: absolute;
    top: 5vh;
    right: 5vh;
    height: 4vh;
    width: 4vh;
    padding-left: 1vh;
    background-image: url('../images/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(45deg);
    cursor: pointer;
}
.beat-nav-left {
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    cursor: pointer;
    top: 37vh;
    left: 40vw;
    margin-right: 2vw;
    height: 3vh;
    width: 3vh;
    background-image: url('../images/Arrow_Red_Left.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: opacity 1s;
    transform: rotate(180deg);
}
.beat-nav-right {
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    cursor: pointer;
    top: 37vh;
    right: 40vw;
    margin-left: 2vw;   
    height: 3vh;
    width: 3vh;
    background-image: url('../images/Arrow_Red_Right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: opacity 1s;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: white;
    text-align: center;
    transition: opacity 1s;
}
.footer-container {
    width: 33%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 1vh;
    background-color: white;
}
.footer-container a {
    text-decoration: none;
}
.contact {
    margin-bottom: 5vh !important;
}
.footer-button {
    width: 16vh;
    height: 4.9vh;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 2%;
    margin-bottom: 2%;
    background: white;
    font-size: 2vh;
    color: #5E5E5E;
    border: 1px solid #5E5E5E;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    transition: opacity 1s;
}
.section-paragraph {
    width: auto;
    max-width: 80%;
    margin: 0 auto;
    font-size: 19px;
    text-align: center;
    text-align-last: center;
    margin-bottom: 2vh;
}
.section-primary {
    text-align: center; 
    font-size: 19px; 
    color: #B51700; 
    font-weight: 400;
    margin-bottom: 2vh;
}
.system-table {
    width: 80%;
    margin: 0 auto;
}
.close {
    position: absolute;
    top: 4vh;
    right: 4vh;
    width: 4vh;
    height: 4vh;
    cursor: pointer;
    background-image: url('../images/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: opacity 1s;
    transform: rotate(45deg);
}
.impressum {
    padding-left: 0.5vh;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    cursor: pointer;
}
.legal {
    font-size: 1.1vh;
}
.datenschutz {
    padding-right: 0.5vh;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    cursor: pointer;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
* {
    font-family: raleway;
    color: #5E5E5E;
}
.landscape-container {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40vh;
    display: none;
}
#logo-landscape {
    animation: logo-beating 1s infinite;
}

@keyframes logo-beating {
    0%   { opacity: 0.3; }
    50% { opacity: 1;}
    100% { opacity: 0.3; }
  }

#logo-landscape img {
    width: 16vh;
}
.legalContainer {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

@media (hover: none) { 
    #responsiveContainer{
        min-width: unset !important;
        width: 100vw;
        position: fixed;
        padding-top: 6.5vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .menu-container {
        min-width: unset !important;
        width: 100vw;
        margin-top: 7.5vh;
    }
    .footer-container {
        width: 100vw;
        padding-bottom: 2vh;

    }
    #section-body {
        min-width: unset !important;
        width: 100vw;
        top: 36vh;
    }
    .section-paragraph {
        font-size: 12px;
        max-width: unset !important;
        min-width: unset !important;
    }
    .section-primary {
        font-size: 12px;
    }
    .system-table {
        font-size: 10px;
        width: auto;
        max-width: unset !important;
        min-width: unset !important;
    }
    .beat-nav-left {
        left: 25vw;
    }
    .beat-nav-right {
        right: 25vw;
    }
    #beat-header {
        height: 28vh;
    }
    .dot {
        height: 1vh;
        width: 1vh;
    }
    .white-dot {
        top: 14.8vh;
    }
    .gray-line {
        top: 32vh;
    }
    .section-info {
        top: 32vh;
        font-size: 12px;
    }
    .beat-nav-right {
        right: 27vw;
        top: 33vh;
    }
    .beat-nav-left {
        left: 27vw;
        top: 33vh;
    }
    .cc-window.cc-floating {
        max-width: none !important;
    }
    .beat-logo {
        top: 3vh;
    }
    .menu-button {
        font-size: 12px;
    }
    .button {
        font-size: 12px;
    }
    .gray-line {
        font-size: 12px;
    }
    .cc-window {
        font-size: 12px !important;
    }
    .contact {
        margin-bottom: 3vh !important;
    }
    .legalContainer {
        font-size: 10px;
    }
    .heart-mini-logo {
        bottom: 12vh;
    }
}


@media only screen and (min-width: 375px) and (orientation: portrait) { 
    
    #responsiveContainer{
        min-width: unset;
        width: 100vw;
        position: fixed;
        padding-top: 6.5vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .menu-container {
        min-width: unset !important;
        width: 100vw;
        margin-top: 7.5vh;
    }
    .footer-container {
        width: 100vw;
    }
    #section-body {
        min-width: unset !important;
        width: 100vw;
        top: 36vh;
    }
    .section-paragraph {
        font-size: 12px;
        max-width: unset !important;
        min-width: unset !important;
    }
    .section-primary {
        font-size: 12px;
    }
    .system-table {
        font-size: 10px;
        width: auto;
        max-width: unset !important;
        min-width: unset !important;
    }
    .beat-nav-left {
        left: 27vw;
    }
    .beat-nav-right {
        right: 27vw;
    }
    #beat-header {
        height: 28vh;
    }
    .dot {
        height: 1vh;
        width: 1vh;
    }
    .white-dot {
        top: 14.8vh;
    }

    .gray-line {
        top: 32vh;
    }
    .section-info {
        top: 32vh;
        font-size: 12px;
    }
    .beat-nav-right {
        top: 33vh;
    }
    .beat-nav-left {
        top: 33vh;
    }
    .cc-window.cc-floating {
        max-width: none !important;
    }
    .beat-logo {
        top: 3vh;
    }
    .menu-button {
        font-size: 12px;
    }
    .button {
        font-size: 12px;
    }
    .gray-line {
        font-size: 12px;
    }
    .cc-window {
        font-size: 12px;
    }
    .legalContainer {
        font-size: 10px;
    }
    .heart-mini-logo {
        bottom: 12vh;
    }
    .system-table th {
        font-weight: 400;
    }
}
