@font-face { font-family: Caveat; src: url('caveat.ttf'); } 

@media only screen and (max-width: 768px) { 
    html,
    body {
    position: relative;
    height: 100%;
    }

    body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    color: #000;
    margin: 0;
    padding: 0;
    }

    h1{
        font-size: 2em;
    }

    h2{
        font-size: 1.5em;
        color:#7cbeb0;
    }


    hr{
        border: 5px solid #7cbeb0;
        border-radius: 5px;
    }

    a{
        color:#000 !important;
    }

    .button.is-danger{
        background-color: #df1067 !important;
    }

        .button.is-warning{
        background-color: orangered !important;
    }
    
    .hero{
        height: 80px;
        background-color: #7cbeb0;
        z-index: 2;
    }

    .slogan{
        display: none;
    }

    .teaser{
        background-color: bisque;
        margin-bottom: 30px;
        font-size: 1.3em;
    }

    .logo{
        position: absolute;
        top: 5%;
        left: 5%;
        z-index: 100;
        width: 250px;
        font-weight: bold;
    }

    .button{
        color: #fff;
        font-size: 0.8em;
        background: #7cbeb0;
    }

    .speisekarte{
        padding: 0px 10px;
    }

    .allergene{
        font-size: 0.7em;
        margin: 20px;
    }

    .footer{
        margin-top: 20px;
        background-color: #7cbeb0;
        height: 220px;
        font-size: 0.8em;
    }

    .swiper {
        width: 100%;
        height: 100%;
        z-index: -2;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #7cbeb0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    details > summary {
    list-style: none;
    padding: 10px 0px;
    }
    details > summary::-webkit-details-marker {
    display: none;
    }

}



@media only screen and (min-width: 768px) {
    html,
    body {
      position: relative;
      height: 100%;
    }
    
    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 1.2em;
      color: #000;
      margin: 0;
      padding: 0;
    }
    
    h1{
        font-size: 2em;
    }
    
    h2{
        font-size: 1.5em;
        color:#7cbeb0;
    }
    
    
    hr{
        border: 5px solid #7cbeb0;
        border-radius: 5px;
    }
    
    a{
        color:#000 !important;
    }

    .button.is-danger{
        background-color: #df1067 !important;
    }
    
    
    .hero{
        height: 80px;
        background-color: #7cbeb0;
        z-index: 2;
    }
    
    .slogan{
        position: absolute;
        color: #7cbeb0;
        top: 5%;
        left: 45%;
        z-index: 100;
        color:#7cbeb0;
        font-family: Caveat, sans-serif; 
        font-size: 2.5em;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .teaser{
        background-color: bisque;
        margin-bottom: 30px;
        font-size: 1.5em;
    }
    
    .logo{
        position: absolute;
        top: 5%;
        left: 5%;
        z-index: 100;
        width: 250px;
        font-weight: bold;
    }
    
    .button{
        color: #fff;
        font-size: 1em;
        background: #7cbeb0;
    }
    
    .speisekarte{
        padding: 0px 10px;
    }
    
    .allergene{
        font-size: 0.7em;
        margin: 20px;
    }
    
    .footer{
        margin-top: 20px;
        background-color: #7cbeb0;
        height: 220px;
        font-size: 0.8em;
    }
    
    .swiper {
        width: 100%;
        height: 100%;
        z-index: -2;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #7cbeb0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    details > summary {
    list-style: none;
    padding: 10px 0px;
    }
    details > summary::-webkit-details-marker {
    display: none;
    }
}
