/* TABLET PORTRAIT */
html {
    height: 100%;
}

body {
    background: #060606;
    color: #dcdcdc;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;

    background-position: -16vh bottom;
    background-size: 62vh;
}


.imprint a {
    color: #dcdcdc;
}

.imprint .footer .event-info-container {
    width: 100%;
}

.imprint .footer a {
    font-size: 16px;
}

body.home {
    background-image: url(/images/madonna.jpg);
}


body.imprint {
    font-size: 20px;
}

.imprint .title {
    text-transform: uppercase;
    font-size: 22px;
}

.small-text {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 28px;
    text-transform: uppercase;
}

.large-text {
    font-size: 38px;
    text-transform: uppercase;
    line-height: 40px;
    white-space: nowrap;
}

.has-bottom-border {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.second-border  {
    padding-bottom: 15px;   
}

.event-info-container {
    margin-top: 20vh;
    width: 27vw;
    margin-right: 8vw;
}

.top-logo-image {
    margin-top: 6.8vh;
}

.top-logo-text {
    margin-top: -20px;
}

.footer {
    position: absolute;
    bottom: 2.5vh;
    width: 100%;
}

.footer a {
    color: #dcdcdc;
    font-size: 16px;
    text-transform: uppercase;
}

.impress .title {
    margin-top: 20vh;
}

.impress .row {
    margin-bottom: 20px;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

/* TABLET LANDSCAPE */
@media (min-width: 800px) {
    body.home {
        background-position: -14vh bottom;
        background-size: 70vh;
        font-size: 16px;
    }
    
    .home .top-logo-image img {
        width: 24vw;
    }
    
    .top-logo-text {
        margin-top: -14px;
    }
    
    .small-text {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 16px;
    }
    
    .event-info-container {
        margin-top: 20vh;
        width: 16vw;
        margin-right: 24vw;
    }
    
    .event-info-container img {
        width: 10.3vw;
    }
    
    .large-text {
        font-size: 30px;
        line-height: 32px;
    }
    
    .has-bottom-border {
        margin-bottom: 10px;
    }
    
    .second-border {
        padding-bottom: 12px;
    }
    
    .footer a {
        font-size: 13px;
    }
    
    .footer {
        bottom: 2vh;
    }
}

/* DESKTOP */
@media (min-width: 1000px) {
    body {
        background-position: left bottom;
    }
    
    .event-info-container {
        margin-top: 10vh;
    }
}

/* MOBILE PORTRAIT */
@media (max-width: 520px) {
    body {
        font-size: 12px;
        background-position: -20.5vh bottom;
        background-size: 58vh;
    }
    
    .top-logo-text {
        margin-top: -11px;
    }
    
    .top-logo-image img {
        width: 62vw;
    }
    
    .small-text {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 10px;
    }
    
    .large-text {
        font-size: 20px;
        line-height: 21px;
    }
    
    .event-info-container {
        margin-top: 13.5vh;
        width: 34vw;
        margin-right: 7vw;
    }
    
    .event-info-container img {
        width: 21.3vw;
    }
    
    .has-bottom-border {
        padding-bottom: 12px;
        margin-bottom: 7px;
    }
    
    .second-border {
        padding-bottom: 7px;
        
    }
    
    .footer a {
        font-size: 10px;
    }
}



/* MOBILE LANDSCAPE */
@media (max-height: 520px), (max-height: 700px) and (min-width: 1000px) {
    body {
        font-size: 12px;
        background-position: -20.5vh bottom;
        background-size: 58vh;
    }
    
    .top-logo-text {
        margin-top: -11px;
    }
    
    .top-logo-image img {
        width: 40vw;
    }
    
    .small-text {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 10px;
    }
    
    .large-text {
        font-size: 20px;
        line-height: 21px;
    }
    
    .event-info-container {
        margin-top: 2vh;
        width: 34vw;
        margin-right: 7vw;
    }
    
    .event-info-container img {
        width: 10.3vw;
    }
    
    .has-bottom-border {
        padding-bottom: 12px;
        margin-bottom: 7px;
    }
    
    .second-border {
        padding-bottom: 7px;
    }
    
    .footer a {
        font-size: 10px;
    }
}


/* Other responsive */
@media (max-height: 700px) and (min-width: 1000px) {
    
}