@media all and (max-width: 1199px) {

}

@media all and (max-width: 991px) {
    .navbar {
        padding: .5rem 1rem;
    }

    h1 {
        padding-top: 0.5rem;
        font-size: 2rem;
    }

    .slide-txt.slogan {
        font-size: 155%;
    }

    .slide-txt.slogan {
        padding: 0.7rem;
    }

    .slide-txt {
        font-size: unset;
    }

    .countdown-congres {
        zoom: 0.5;
        -moz-transform: scale(0.5)
    }

    .flip-clock-wrapper ul {
        width: 35px !important;
    }

    .card-deck {
        display: unset !important;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card {
        margin-bottom: 2rem !important;
        margin-left: 0.3rem;
        margin-right: 0.3rem;
        border-bottom: 5px solid #ddd;
    }

    .thema-moderator {
        display: contents !important;
    }

    .scroll-top {
        top: 90vh !important;
        padding: 0.5rem !important;
    }

    .spreker-img {
        margin-bottom: 0.5rem;
    }

    .modal-title {
        font-size: 165%;
    }

    .super-klein {
        font-size: 0.8rem;
        vertical-align: text-top;
    }

    .zilver-partners-block {
        padding: 0.5rem 0 0 0 !important;
        background-color: #d9d9d9;
        background-image: linear-gradient(315deg, #d9d9d9 0%, #f6f2f2 65%);
    }

    .zilver-logo {
        margin-bottom: 0.5rem !important;
    }

}

@media all and (max-width: 768px) {

}

@media all and (max-width: 575px) {

}