*{
    font-family: 'Crimson Text', serif;
        box-sizing: border-box;
}
html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}

#home{
    min-height: 100%;
}

a{
    text-decoration: none;

}
li{
    list-style-type: none;
}
h2, h3, a{
    font-weight: 600;
    color:black;

}
h3 {
    font-size: 22px;
    padding-top: 8%;
    margin-bottom: 5px;
    margin: 0;
}
p{
    font-weight: 400;
    font-size: 20px;
    width: 700px;
    margin: 0 auto 0 auto;
}
hr{
    width: 30px;
    height: 3px;
    background:#494949;
    border: 0;
    margin: 0 auto 40px auto;
}
#logo, li,li a, img, a, .button,.open, .fa-bars, p a {transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;}

.fa-bars {
    display: none;
}
.row{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
.column {
    flex: 25%;
    max-width: 40%;
    padding: 0 4px;
}
.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}
/* HEADER *****************************/
.prefarbe{
    background-color: rgba(203,164,90,1);
}
header{
    width: 100%;
    height: 65px;
    position: fixed;
    top:0;
    left:0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1;  
}
#logo{
    width: 90px;
    float: left;
    margin: 10px 0 0 50px;
    margin-top: -2px
}
#logo:hover{
    opacity: 0.5;
}

#logo img{
    width: 100%;   
}
header nav{
    float:right;
    margin: 10px 50px 0 0;    
}
header nav ul li{
    float: left;
    margin-left: 25px;
    margin-top: -5px
}
header nav ul li a{
    font-size: 16px;
    font-weight: 20px;
}
header nav ul li:hover{
    padding-top: 5px;
}
/* HOME******************************/*
#home{
    background: url(../img/IMG_9331.jpeg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    border-bottom: 2px solid;
    border-color: rgba(203,164,90,1);
}
.reshome{
    background-image:url(../img/IMG_9331.jpeg);
    background-position:center center;
    background-size: cover;
    min-height: 85%;
    border-bottom: 2px solid;
    border-color: rgba(203,164,90,1);
}
/*#home h1 {
    margin: 240px auto 0 auto;
    font-size: 110px;
}
#home h2 {
    margin: 0 auto 0 auto;
    font-size: 25px;
}
*/
#welcome h1{
    font-size: 35px;
    font-weight: 600
}
.appetit{
    font-size: 17px;
    padding-top: 10px;
    font-weight: 800;
    font-style: italic;
}
p a:hover{
    opacity: 0.5;
}
#home img{
    width: 32px;
    margin-top: 550px;
    opacity: 0.7;
}
#home img:hover {
    opacity: 1;
}
/*
*/
#welcome p {
    width: 700px;
    margin: 0 auto 0 auto;
}
/*KONTAKT*/

form input, textarea {
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 2px solid;
    border-color: #494949;
    outline: none;
}
form input:first-child{
    margin-top: 10px;
}
form input:not([type='checkbox']){
    width: 552px;
    height: 30px;
}
form textarea{
    width: 550px;
    height: 200px;
    resize: none;
}
#datene{
    margin: 0 auto;
    width: 552px;
}
.datentext{
    font-size: 15px;
    text-align: justify;
}
.input_text {
    color: #494949;
    padding-left: 10px;
}
.button {
    background-color: rgba(203,164,90,1);;
    color: #fff;
    width: 566px;
    height: 50px;
    border: none;
}
.button:hover {
    background-color: #494949;
    color: #f0f0f0;
}
/*footer*/
footer{
    width: 100%;
    display: block;
    background-color: #6e6e6e;
}
footer li a{
    color: #fff;
    float: left;
    margin: auto auto 0 auto;
    padding: 5px;
    font-size: 20px;
}
footer li a:hover{
    color: rgba(203,164,90,1);
}
footer li{
    display: inline-block;
}
footer h2{
    color: #fff;
    margin: 8px;
    padding-top: 10px;
}
footer p{
    color: #fff;
    font-size: 16px;
    font-family:serif;
    letter-spacing: 1px;
}
.datenimp{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 13px;
}
.datenimp a{
    color: white;
}
.datenimp a:hover{
    color: rgba(203,164,90,1);
}

.copy{
    font-size: 12px;
    color: #f0f0f0;
    padding-top: 30px;
}
.speiselink{
    color: rgba(203,164,90,1);
}
.speiselink2{
    color: rgba(203,164,90,1);
    font-size: 40px;
}
.eins img{
    width: 430px;
    height: 330px;
    margin: 15px;
    border: 3px solid rgba(203,164,90,1);
}
.zwei img{
    width: 430px;
    height: 330px;
    margin: 15px;
    border: 3px solid rgba(203,164,90,1);
}
/*color: rgba(203,164,90,1);*/
@media screen and (max-width: 1024px) {
    header{
        height: auto;
    }
    #logo {
        width: 60px;
        margin-top: 5px;
    }
      header nav{
        margin-top: 0;
    }
    header nav ul li {
        margin-top: 2px;
        font-size: 13px;
    }
    h3{
        padding-top: 12%;
    }
    p{
        width: 80%;
        font-size: 19px
    }
    #welcome p {
    width: 80%;
    margin: 0 auto 0 auto;
    }
    .bilderreihe{
        width: 20px;
    }
    form input:not([type='checkbox']), form textarea{
        width: 60%;
    }
    .button {
        width: 62%;
    }
    .column {
        flex: 30%;
        max-width: 50%;
    }
    figure{
        margin: 0px 15px 0px 15px;
    }
    .colo{
        width: 80%;
    }
    #welcome h1{
        font-size: 24px;
    }
    .reshome{
        min-height: 75%;
    }
    #home img{
        margin-top: 500px;
    }
    #datene{
    margin: 0 auto;
    width: 60%;
    }
    .eins img{
        width: 50%;
        height: 70%;

    }
    .zwei img{
        width: 46%;
        height: 70%;

    }
}
@media screen and (max-width: 794px){
    .eins img{
        width: 70%;
        height: 70%;

    }
    .zwei img{
        width: 70%;
        height: 70%;

    }
}

@media screen and (max-width: 580px) {
    #logo {
        margin-left: 30px;
    }
    header nav {
        margin: 0;
        float: none;
    }
    .fa-bars {
        font-size: 20px;
        display: inline-block;
        width: 100%;
        cursor: pointer;
        text-align: right;
        float: right;
        margin: -25px 30px 0 0;
        margin-top: -35px; /*meins*/

    }
    .fa-bars:hover{
        opacity: 0.5;
    }
    header nav ul{
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    header nav ul.open{
        height: auto;
        overflow: visible
    }
    header nav ul li{
        width: 100%;
        padding: 10px 0;
        margin: 0;
        font-size: 17px;
        border-top: 1px solid #dddddd;
    }
    header nav ul li:hover{
        background-color: #eeeeee;
    }
    form input:not([type='checkbox']), form textarea {
        width: 70%;
    }
    .button{
        width: 72%;
    }
    .column{
        flex: 100%;
        max-width: 100%;
    }
    #galley{
        display: inline-block;
    }
    #gallery img{
        width: 100%;
        height: 50px;
    }
    .reshome{
        min-height: 70%;
    }
    #datene{
    margin: 0 auto;
    width: 70%;
    }
    .eins img{
    width: 80%;
    height: 300px
    }
    .zwei img{
    width: 80%;
    height: 300px
    }
    #home{
    background: url(../img/IMG_9331.jpeg);
    background-position: center center;
    background-size:cover;
    background-size: 239%;
    background-attachment:inherit;
    }
    h1{
        margin: 0 30px 0 30px;
    }

}
.buon{
    font-weight: 00
}
#gallery img{
    height: 100%;
    width: 100%;
    max-width: 550px;
    max-height: 250px;
    object-fit: cover;
    border: 1px solid rgba(203,164,90,1);
}
#gallery img:hover{
    filter: brightness(60%);
    cursor: pointer;
}
.container{
    display: table;
    justify-content: center;
    margin: 0 auto;
}
figcaption{
    display: table-caption;
    caption-side: top;
    background-color: rgba(203,164,90,1);
    font-size: 25px;
    padding: 5px;

}
footer{
    margin-top: 100px
}
#gallery{
    display: inline-block;
}
.container {
  position: relative;
  max-width: 550px; /* Maximum width */
  margin: 15px; /* Center it */
}

.container .content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
    height: 10%;
    padding-bottom: 80px;
}
.colo{
    border: 3px solid rgba(203,164,90,1);
}
