@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body {
    font-size: 20px;
    font-weight: 300;
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

.poster {
    z-index: 0;
}

.poster:before {
    background-image: url(media/neck-1211231_1920.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}

.poster.posteranfahrt:before {
    background-image: url(media/praxis-sw.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}

body.poster:before {
    position: fixed;
}



@media (min-width: 1440px), (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi) {
    .poster:before {
        background-image: url(media/neck-1211231_1920.jpg) !important;
    }



}

body,
html {
    min-height: 100vh;
}

.navbar,
.card {
    box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, 0);
}

.primary-color {
    color: #D82B2B;
}

.bg-doctolib {
    background-color: #0596DE;
}
