body{
    font-family: 'Open Sans', sans-serif;
    background-color:rgb(255,0,0);
}
.image-container-red{
    background-color:white;
    float: right;
}

.button-container{
    background-color:white;
    max-width: 100%;            
    display: flex;
    justify-content: center;
    align-items: center; 
}

.weisse-box{
    background-color:white;
    color:rgb(136, 136, 136);
    font-size: x-large;
    font-weight:bold;
    padding-left: 24px;
    padding-right: 24px;
        }

.weisse-box-normal{
    background-color:white;
    color:black;
    font-size: normal;
    padding-left: 48px;
    padding-right: 48px;
}

.weiterleitung{
    color:#1122CC;
}

.hamschrift{
    color:black;
    font-size: 0,25em;
    font-family: 'Times New Roman', Times, serif;
}

.text-box{
    background-color:white;
    color:black;
    padding-left: 24px;
    padding-right: 24px;
}

.fussnote{
    color:bisque;
    padding: 8;
    display: flex;
    justify-content: center;
 }

 .fuss-text{
    margin-right: 16px;
    margin-left: 16px;
 }

.adresse{
    background-color:white;
    color:black;
    font-weight:bold;
    padding: 24px;
}        

.bewertungen{
    background-color:rgb(208, 183, 67);
    padding: 24px;
    color:white;
    font-weight:bold;
}

ul{
    font-size:18px;
    background-color:red;
    color: white;
    margin:0;
    display:none;
}
#click:checked ~ ul {display:block;}
#click {display: none;}

#click:checked ~ label .zweiham {opacity:0}
#click:checked ~ label .einsham {
    transform: rotate(-45deg); 
    top:20px;
    transition: transform 0.5s;
}
#click:checked ~ label .dreiham {
    transform: rotate(45deg); 
    top:20px; 
    transition: transform 0.5s;
}
    

.linie{
    width: 40px;
    height: 4px;
    background-color: white;
    color: black;
    border-radius: 2px;
    position: absolute;
}

.einsham{
    top:8px;
}

.zweiham{
    top:20px;
}

.dreiham{
    top:32px;
}

.rahmen{
    width: 40px;
    height: 44px;
    background-color: red;
    border-radius: 2px;
    margin: 4px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    cursor: pointer;

}



