* {
    margin: 0 auto;
    padding: 0;
    font-family: Calibri, 'Roboto Condensed', sans-serif;
}

.ueberschrift {
    color: #fabe78;
    text-shadow: 1px 1px 1px black;
    margin: 1em 10px 0.2em 10px;
}

#inhalt a, #werbung a {
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 1px black;
}

#inhalt a:hover, #werbung a:hover {
    text-decoration: underline;
}

.wichtig {
    color: #fabe78;
}

.unterstrich {
    text-decoration: underline;
}

.kleiner {
    font-size: 0.8em; 
}

#zahlung {
    background-color: silver;
    background-repeat: no-repeat;
    width: 210px;
    height: 135px;
    border-radius: 20px 20px 20px 20px;
    border: 4px #fabe78 solid;
    
}

#zahlungsarten {
    text-align: center;
    list-style-type: none;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-size: 1.2em;
}

#zahlung img {
    margin-top: 5px;
    margin-left: 5px;
}

#wrapper p {
    color: white;
    line-height: 1.4em;
    margin: 0 10px;
    padding-bottom: 1em;
}

#wrapper hr {
    width: 95%;
}

#trenner {
    display: none;
}

#untertitel {
    background-color: grey;
    color: white;
}

.aufzaelung {
    margin-left: 30px;
    color: white;
    list-style-type: disc;
    
}

.aufzaelung li {
    line-height: 1.5em;
    
}

#zweite-aufzaenlung {
    float: left;
    margin-right: 20px
}

#dritte-aufzaenlung {
    float: right;
    margin-bottom: 20px
}

#untertitel ul {
    list-style-type: none;
    display: inline-flex;
    height: 1.5em;
    width: 58.125em;
}

#untertitel li{
    line-height: 1.5em;
    text-shadow: 1px 1px 1px black;
}

#shop {
    float: right;
    background-color: #fabe78;
    width: 100px;
    margin: 50px 25px 0 0;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    line-height: 1.5em;
    border: 1px solid #fabe78;
    font-weight: bold;
}

#shop:hover {
    cursor: pointer;
    background-color: #054187;
    border: 1px solid #fabe78;
}

#shoplink:hover {
    text-decoration: none;
}

#limitiert {
    float: right;
    background-color: #fabe78;
    border-radius: 10px;
    border: 3px red solid;
    width: 150px;
    height: 60px;
    transform: rotate(-10deg);
    margin: 0 15px 0 0;
}

#limitiert p {
    color: red;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

#werbung h3 {
    margin-bottom: 20px
}

#wrapper table {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    line-height: 1.5em;
    color: white;
}

#wrapper th {
    text-align: left;
}

#wrapper td {
    padding-left: 0.75em
}

#werbung img {
    border-radius: 20px 20px 0px 0px;   
}

#wrapper{
    width: 930px;
    height: 100%;
    text-align: left;
}

#position-liste {
    margin-left: 8px;
    list-style-type: decimal
}

.tabellenbreite {
    width: 40%;
    text-align: left;
}

#kopfbereich {
    background-image: url(bilder/banner.png);
    background-repeat: no-repeat;
    height: 200px;
    border-radius: 100px 100px 0px 0px;
}

#inhalt {
    background-color: steelblue;
    float: left;
    padding: 1em 0;
    width: 75%;
    height: 85em;
}

#werbung {
    background-color: hsla(212, 91%, 29%, 0.5);
    float: right;
    padding: 1em 0;
    width: 25%;
    height: 85em;
    box-shadow: -5px 1px 5px black;
}

.bilder {
    background-color: #fabe78;
    display: inline-block;
    margin-left: 16.25px;
    margin-bottom: 20px;
    width: 200px;
    border-radius: 20px 20px 0px 0px; 
}

.bilder figcaption {
    color: white;
    text-shadow: 1px 1px 1px black;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 0.5em;
    width: 200px;
}

#fussbereich {
    background-color: grey;
    color: white;
    clear: both;
    text-align: center;
    height: 1.5em;
    line-height: 1.5em;
    text-shadow: 1px 1px 1px black;
}

@media only screen and (max-width: 58.125em){
    
    #untertitel ul {
        width: 100%;
    }
    
    #wrapper {
        width: 100%;
    }
    
    #kopfbereich {
        width: 100%;
        border-radius: 0 0 0 0;
    }
    
    #inhalt {
        float: none;
        width: 100%;
        height: auto;
    }
    
    #werbung {
        float: none;
        width: 100%;
        height: auto;
        box-shadow: none;
    }
    
    #werbung h3 {
        text-align: center;
    }
    
}

@media only screen and (max-width: 40em){
  
    #kopfbereich {
    background-color: skyblue;
    background-image: url(bilder/banner-121.png), url(bilder/banner-121-erw.png);
    background-repeat:no-repeat, repeat-x;
    height: 121px;
}
    
    #untertitel li {
        display: none;
    }
    
    #untertitel li:first-child {
        display: inline-flex;
    }
    
    #oeffnungszeit {
        font-size: 68%;
    }
    
    #bilder {
        position: relative;
        margin-left: 22%
    }
        
} 

@media only screen and (max-width: 20em) {
    
    #zweite-aufzaenlung {
    float: none;
    }

    #dritte-aufzaenlung {
    float: none;
    margin-top: 1em; 
    }
    
    #bilder {
        position: relative;
        margin-left: 20%
    }
}

    