/*Cebit*/
#cebit-region {
    background-image: url(../imgs/nachtforschung.png);
    background-color: rgb(252,244, 200);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#cebit-title-box {
background-color: #d12b24;
}

#cebit-title-box h1 {
font-size: 4.8vw;
padding-left: 2rem;
padding-right: 2rem;
}

#cebit-location-box {
background-color: #d12b24;
}

#cebit-location-box h2 {
font-size: 2.4vw;
padding-left: 3rem;
padding-right: 3rem;
}

#cebit-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

#cebit-text h1 {
    font-size: 5.5vw;
    margin: 0;
    transform: translateY(1.5em);
}

#cebit-text p {
    font-size: 1.8vw;
    transform: translateY(3em);
}

#cebit-details {
    text-align: right;
}

@media (min-width: 992px) {
    #cebit-region {
        height: 100vh;
    }
}

@media (max-width: 991px) {

    #cebit-title-box h1 {
        font-size: 3em;
        padding-left: 3rem;
        padding-right: 3rem;
    }


    #cebit-location-box h2 {
        font-size: 1.5em;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #cebit-text h1 {
        font-size: 4em;
        margin: 0;
    }

    #cebit-text p {
        font-size: 1.5em;
    }
}