body {
    background-color: rgba(233, 236, 239, 1.0)
}



h1 {
    color: #800038;
    font-family: Italianno;
    font-size: 50pt;
    margin-bottom: -15px;
}

h2 {
    color: #800032;
    font-family: Italianno;
}

h3 {
    color: #800032;
    font-family: Italianno;
}

h4 {
    color: #800032;
}

p {
    color: #555555
}

div.txt h2 {
    background-color: rgba(248, 249, 250, 0.7);
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5%;
}

#footer {
    background-color: rgba(248, 249, 250, 1.0);
    padding-top: 10px;
}


div.txt {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    margin-top: 4%
}

#textimg {
    float: right;
    margin: 0px 0px 0px 5px;
}

/*Navigation*/

a.active {
    background-color: rgb(230, 230, 230)
}

/*rgb(230, 230, 230)*/

li.active {
    background-color: rgb(230, 230, 230)
}

#navimg {
    width: 60px;
}

.navbar-toggler {
    border: none
}




.award {
    margin: 10px 4vw 10px 4vw; 
    width: 90%;
}

#awards {
    padding: 0px
}





/*--------------------------------Responsive*--------------------------------/


/*Auszeichnungen*/

@media only screen and (max-width: 770px) {
     #awards{
    }
}

/*Texte*/

@media only screen and (max-width: 329px) {
    h3.display-3 {
        font-size: 40pt;
    }
}

@media only screen and (max-width: 525px) {
    h4.display-4#databr {
        font-size: 10vw;
    }
}

/*Img text - Auschecken absatz*/

@media only screen and (max-width: 767px) {
    #textimg {
        text-align: center;
        margin: 10px auto;
        float: none;
        width: 100%;
    }
    div.zeilenabstand{
        margin-bottom: 40px;
    }
}


/*Umbrüche für Logo*/
@media only screen and (max-width: 392px) {
    #navimg {
        width: 50px;
    }
}

@media only screen and (max-width: 372px) {
    #navimg {
        width: 40px;
    }
}

@media only screen and (max-width: 338px) {
    #navimg {
        width: 35px;
    }
}

@media only screen and (max-width: 282px) {
    #navimg {
        width: 30px;
    }
}

/*Umbrüche für Burger*/
@media only screen and (max-width: 392px) {
    .navbar-toggler-icon {
        margin-left: -7px
    }
}

@media only screen and (max-width: 288px) {
    .navbar-toggler-icon {
        width: 24px
    }
}

/*Umbrüche für Nav Text (Ferien bei Ottens)*/
@media only screen and (max-width: 868px) {
    h1 {
        font-size: 40pt;
    }
}

@media only screen and (max-width: 784px) {
    h1 {
        font-size: 36pt;
    }
}

@media only screen and (max-width: 362px) {
    h1 {
        font-size: 30pt;
    }
}

@media only screen and (max-width: 321px) {
    h1 {
        font-size: 25pt;
    }
}

/*Umbrüche für Text h2 (Herzlich Willkommen)*/

@media only screen and (max-width: 1140px) {
    div.txt h2 {
        font-size: 75px;
    }
}


@media only screen and (max-width: 973px) {
    div.txt h2 {
        font-size: 65px;
    }
}

@media only screen and (max-width: 846px) {
    div.txt h2 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 784px) {
    div.txt h2 {
        font-size: 40pt;
    }
}

@media only screen and (max-width: 682px) {
    div.txt h2 {
        font-size: 30pt;
    }
}