#hero-slideshow {
    width: 100%;
    height: 60vh;
    max-height: 600px;
    position: relative;
}

.hero-overlay-rs {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.65);
    position:absolute;
    top:0;
    left:0;
}

#hero-slideshow .slide {
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
}

#hero-slideshow .hero-content-rs {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

#hero-slideshow .one {
    background-image: url("https://i.imgur.com/bARsJ86.jpeg"),
    url("/Golfklubben/Images/Restaurant-shop/restaurant.jpeg");
    animation: heroAnim 20s infinite 10s;
    background-size: cover;
}

#hero-slideshow .two {
    background-image: url("https://i.imgur.com/GIa39im.jpeg"), 
    url("/Golfklubben/Images/Restaurant-shop/shop4.jpg");
    opacity: 1;
    animation: heroAnim 20s infinite;
    background-size: cover;
}


@keyframes heroAnim {
    0%{opacity:0;}
    4%{opacity:1;}
    46%{opacity:1;}
    50%{opacity:1;}
    100%{opacity:0;}
}

/* -------------------------------- */



#restaurant article {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border: none;
}


#restaurant .pagehead {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

#restaurant .pagehead section {
    max-width: 300px;
    width: 24%;

}


#restaurant .menu-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}



#restaurant .heading {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #b6e0cea6;
}


#restaurant .daily-menu, .always-menu {
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    justify-content: space-around;
    width: 100%;
    gap: 0.4em;
    
}

#restaurant .food {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0.5em;
    
}


#restaurant .item {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    width: 15%;
    max-width: 180px;
    border-radius: 4px;
    margin-bottom: 4px;
    border: 0.1em solid #b6e0cea6;
    text-align: left;
    background-color: #fff;
    max-height: 300px;
}



#restaurant .item img {
    height: 100px;
    border: 2px solid white;
    border-radius: 5px;

}

#hero-slideshow p {
    margin: 1em 0;
    max-width: 600px;

}

#restaurant h2 {
    display: block;
    color: #34775a;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
}

#restaurant .pagehead h3 {
    font-size: 1em;
    text-align: left;
    margin: 0.2em auto;
}

#restaurant .pagehead p {
    line-height: 1.4em;
}

#restaurant .pagehead a {
    text-decoration: none;
    font-weight: 500;
    color: #34775a;
}

#restaurant .pagehead a:hover {
    text-decoration: underline;
}

#restaurant h3 {
    margin: 0.4em auto;
    width: 100%;
}

#restaurant h4  {
    color: #244034;
    font-size: 1em;
    text-align: center;
}

p, figcaption {
    font-size: 1rem;
}

#restaurant .info-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: start;
    justify-content: space-around;

}

#restaurant .reservation-and-chefs {
    display: flex;
    width: 100%;
}

#restaurant form {
    display: flex;
    flex-direction: column;
    min-width: 350px;
    width: 40%;
    padding: 1.2em;
    background: white;
    border-radius: 4px;

}

#restaurant fieldset {
    border: 1px solid #b6e0cea6;
    border-radius: 4px;
    padding: 0.5em;
    height: 100%;
    justify-content: space-between;
}

#restaurant .first {
    margin-bottom: 1em;
}

#restaurant legend {
    font-weight: bold;
    color: #444;
}

#restaurant label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#restaurant input, select, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #5f7069b2;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

#restaurant 
input:invalid, 
select:invalid, 
textarea:invalid {
    border-color: #ffdede;
    background-color: #fff8f8;
}



#restaurant .chefs-info {
    display: flex;
    flex-flow: column;
    padding: 1.2em;
    background: white;
    border-radius: 4px;
    align-items: center;
    min-width: 350px;
    width: 59%;
}



.imgbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #b6e0cea6;
    border-radius: 4px;
}

figure {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em;
    height: 100%;
}

#restaurant figure img {
    min-width: 100px;
    max-height: 200px;
    margin-bottom: 1em;
    border-radius: 4px;
    
}


@media only screen and (max-width: 980px) {

    #restaurant .daily-menu,
    #restaurant .always-menu {
        overflow-x: scroll;
    }

    #restaurant .daily-menu::-webkit-scrollbar,
    #restaurant .always-menu::-webkit-scrollbar {
        height: 8px;
    }

    #restaurant .daily-menu::-webkit-scrollbar-thumb:hover,
    #restaurant .always-menu::-webkit-scrollbar-thumb:hover {
        cursor: grab;
    }


    #restaurant .daily-menu::-webkit-scrollbar-thumb,
    #restaurant .always-menu::-webkit-scrollbar-thumb {
        background: #34775a;
        border-radius: 2px;

    }

    #restaurant .daily-menu::-webkit-scrollbar-track,
    #restaurant .always-menu::-webkit-scrollbar-track {
        background: #f3f3f3;
        box-shadow: inset 0 0 5px #aaaaaa;
        border-radius: 2px;
    }

    .reservation-and-chefs {
        flex-flow: row wrap;
    }

    #restaurant form {
        width: 100%;
        padding: 1.2em;
        margin-bottom: 1em;
        align-items: center;
    
    }

    fieldset {
        width: 60%;
        min-width: 400px;
    }

    #restaurant .chefs-info {
        width: 100%;
    }



}