/* BRANDING */
.branding-bg {
    background: url('../media/images/s24_start_branding-4.jpg') 50% 30% no-repeat;
    height: 600px;
    background-size: cover;
}

#konferenz {
    position: relative;
}

.konferenz-bg {
    background: url('../media/images/s24_wk_konferenz.jpg') 50% no-repeat;
    height: 40vh;
    background-size: cover;
    position: relative;
}

.konferenz-bg .box-white-rounded-transparent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 40px 20px 40px 40px;
}

#konferenz .hands {
    width: 200px;
    position: absolute;
    top: 20px;
    right: 20px;
}

@media all and (max-width: 768px) {
    #konferenz .hands {
        width: 150px;
    }
}

@media all and (max-width: 992px) {
    #leistungen .break {
        display: none;
    }
}

/*!* Large devices (desktops, 992px and up) *!*/
/*@media (max-width:992px) {*/
/*    #leistungen .break {display:none;}*/
/*}*/

/*!* Medium devices (tablets, 768px and up) *!*/
/*@media (max-width: 768px) {*/
/*    #konferenz .hands {width: 150px;}*/
/*}*/

/*!* Small devices (landscape phones, 576px and up) *!*/
/*@media (max-width: 576px) {*/
/*}*/

/*!* Smallest devices *!*/
/*@media (max-width: 400px) {*/
/*}*/
