.product-header {
    background-color: #004440;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.logo {
    max-width: 250px;
}

.product-header .btn-light {
    color: black !important;
}

.order-btn {
    background-color: #004440;
    border: 1px solid #004440;
    width: 100%;
}

.product-header .btn-outline-secondary {
    border: 1px solid white;
    background: #004440;
    color: white;
}
.product-header h1 {
    color: white;
}
.image-container {
    padding-left: 0px;
    padding-right: 0px;
}

#section1 {
    background: #004440;
}

h1, h2, h3, h4 {
    font-family: 'Josefin Sans', sans-serif;
    color: #004440;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

/* customizable snowflake styling */
.snowflake {
    color: #fff;
    font-size: 0.7em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 10px #558c67;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0%, 100% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(80px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s
}

.snowflake:nth-of-type(11) {
    left: 755%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s
}

.snowflake:nth-of-type(12) {
    left:55%;
    -webkit-animation-delay: 4.5s, 2.5s;
    animation-delay: 4s, 2.5s
}

.snowflake:nth-of-type(13) {
    left: 65%;
    -webkit-animation-delay: 6s, 2.5s;
    animation-delay: 4s, 2.5s
}

.snowflake:nth-of-type(14) {
    left: 25%;
    -webkit-animation-delay: 3.5s, 2.5s;
    animation-delay: 4s, 2.5s
}


.col-md-4 .active {
    box-shadow: 0px 0px 5px 1px #e7ffaf !important;
}

.hanna-soon {
    display: none;
}

.jumbotron h1 {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

footer p {
    margin-bottom: .25rem;
}

.bg-dark {
    background-color: #004440 !important;
}

.wp-block-embed__wrapper {
    max-width: 100vw;
}

.btn-primary {
    background-color: #004440;
    border-color: #004440;
}

.btn-primary:hover {
    background-color: #2ca478;;
    border-color: #2ca478;
}

.btn-secondary {
    background-color: #dde0ff;
    border-color: #dde0ff;
    color: #375545;
}

.btn-secondary:hover {
    background-color: #dde0ff;
    border-color: #dde0ff;
}

.bg-light {
    background-color: #dde0ff !important;
}

.pricing-container h4 {
    color: white;
}

.pricing-card-title {
    color: #004440;
    font-family: "Josefin Sans", Sans-serif;
    font-size: 22pt;
}

.hanna-greyed .hanna-composer {
    display: none;
}

.hanna-greyed .hanna-titel {
    display: none;
}

.hanna-greyed .hanna-soon {
    display: blocK;
    opacity: 1;
}

.hanna-greyed .btn {
    opacity: 0;
    pointer-events: none;
}


.lang-item a {
    color: white !important;
}


.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.second-week {
    background-color: #875875;
}


.shadow {
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.06)!important;
    border-radius: 15px;
    background: white;
}

.description-image {
    height: 100%;
    background: url(assets/image-hanna.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px 0px 0px 15px;
    background-size: cover;
    padding-top: 100%;
}

.description-image-2 {
    height: 100%;
    background: url(assets/image-hanna-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 15px 15px 0px;
    padding-top: 100%;
}
.video-container {
    position: relative;
    border-radius: 15px;
    padding-top: 0;
    min-height: 300px;
    margin-left: -15px;
    margin-right: -15px;
    border: 1.5rem solid white;
    overflow: hidden;
}
.single-video-container {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .shadow {
        border-radius: 0px;
    }
    
    .description-image {
        border-radius: 0px;
    }
    
    .description-image-2 {
        border-radius: 0px;
    }
}

@media (max-width: 575px) {

    .video-container {
        border: 0px solid white;
    }


    .arrow-down {
        display: none;
    }

    .ellis h2 {
        font-size: 1.3rem;
    }

    .ellis-name {
        font-size: 1.1rem
    }

    .circle__content {
        display: table-cell;
        padding: 1em;
        font-size: 0.9rem;
        vertical-align: middle;
    }

    .numbers {
        font-size: 2rem;
    ;
    }

    .description-text h1 {
        font-family: 'Playfair Display', serif;
        font-size: 2rem;
    }

    .description-text h2 {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 1.6rem;
    }

    body {
        font-size: 0.9rem;
    }

    .lead {
        font-size: 1rem;
    }

    #menu {
        top: 5px;
        letter-spacing: 0;
        font-size: .95em;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    }

    #menu {
        display: none;
    }
    #language {
        top: 0;
        right: 10px;
    }
    .switcher{
        height: 1.2rem;
        padding: 0.2rem;
        background:rgba(0, 0, 0, 0.3);
    }
    #fp-nav.fp-right {
        right: 0px;
    }
}

@media (max-width: 321px) {

    .description-text h1 {
        font-size: 1.5rem;
    }

    .description-text h2 {
        font-size: 1.4rem;
    }
    body{
        font-size: 0.8rem;
    }

    .px-5 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

}



.backDoor
{
    background-color: #ffffff;
    position:relative;
    width:100%;
    height:100%;
    padding-top: 100%;
    margin: 0 auto 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 1px rgb(0, 68, 64, 0.5) inset;
}

.door
{
    background-color: #004440;
    background-size: cover;
    cursor: pointer;
    background-position: center;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border-radius: 15px;
    transform-origin: left;
    /*Speed of the Door animation*/
    transition: all 0.8s ease-in-out;
}

.door-disabled
{
    background-color: #004440;
    background-size: cover;
    background-position: center;
    filter: brightness(3.1) grayscale(0.7);
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    transform-origin: left;
    border-radius: 15px;
    /*Speed of the Door animation*/
    transition: all 0.8s ease-in-out;
}

.door-today {
    border: 3px solid coral;
}

.door-number {
   position: absolute;
   bottom: -5px;
   right: 20px;
   font-size: 35pt;
   color: white;
   font-family: "Josefin Sans", sans-serif;
}

.door-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.door-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.opus-title {
    font-size: 16pt;
    font-family: "Josefin Sans", Sans-serif;
}
.opus-composer{
    font-size: 14pt;
}

.doorOpen
{
    transform: perspective(3000px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-93deg);
}
.disabledAttempt
{
    transform: perspective(3000px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-20deg);
}

footer a {
    color: #004440;
}