HTML {
    position:relative; 
    min-height: 100%;
}

BODY {
    background:rgba(250, 245, 240, .1);
    background-image:url(https://www.osteria-emilia.de/gfx/top_foto_3.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
    background-position:right;
    margin: 0 0 30px;
    width:100%;
    display: flex;
    flex-direction: column;
    
 }

.main {
    position:relative;
    margin:0px auto;
    z-index:0;
    min-height: 100%;
    height: auto !important;
    flex:1;
}

.top {
    background-color:#e4c194;    
    background-size:100%;
    background-repeat:no-repeat;
    width:100%;
    height:30px;
    max-height: 30px;
    opacity:90%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:2;
}

.top-wrapper {
    width:90%;
    max-width: 1000px;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
    
.top-text {
    color:#FAF5F0;
    padding-left:0%;
    font-weight:bold;
    font-size: 90%;
    vertical-align: middle;
    word-spacing: 5px;
    position:relative;
    top:5px;
    left:5px;
}

#top-text-right {
    color:#FAF5F0;
    padding-right:0%;
    font-weight:bold;
    font-size: 90%;
    vertical-align: middle;
    word-spacing: 5px;
    position:absolute;
    top:5px;
    right:3px;
    text-align: right;
}

#top-text-right-2 {
    color:#FAF5F0;
    padding-right:0%;
    font-weight:bold;
    font-size: 90%;
    vertical-align: middle;
    word-spacing: 5px;
    position:absolute;
    top:5px;
    right:30px;
    text-align: right;
}

.top-right-img {
    height: 20px;
}

.top-menu {
    background:rgba(250, 245, 240, .96);    
    background-size:100%;
    background-repeat:no-repeat;
    width:100%;
/*
    width:90%;
    max-width:1000px;
    left: 50%;
    transform: translate(-50%);
*/
    height:300px;
    opacity:100%;
    position:fixed;
    top:30px;
    z-index:1;
    filter:drop-shadow(0px 0px 10px rgba(70, 30, 0, 0.1));
    transition: all linear .4s;
}

.top-menu.fixed-header {
    height:80px;
    opacity:100%;
}

.logo-wrapper {
    width:90%;
    max-width: 1000px;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.logo {
    position:relative;
    top:0px;
    left: 50%;
    transform: translate(-50%);
    height:200px;
    max-width:1000px;
    margin-top:20px;
    transition: all linear .4s;
    opacity:100%;
  }

.logo.fixed-header {
    top:0px;
    left:-3px;
    transform: translate(0%);
    height:60px;
    margin:10px;
  }

.content {
    padding-top:360px;
    width:90%;
    max-width:1000px;
    margin-bottom:60px;
    transition: all linear .4s;
}

.box {
    background:rgba(250, 245, 240, .94); 
    opacity:100%;
    padding:2%;
    filter:drop-shadow(0px 0px 20px rgba(70, 30, 0, 0.2));
}

IMG
{
    opacity:100%;
    filter:drop-shadow(0px 0px 20px rgba(70, 30, 0, 0.08));
}

.spacer {
  height: 3%;
 }

.content-wrapper {
    width:100%;
    position:relative;
    top:0px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content-wrapper-2 {
    width:100%;
    position:relative;
    top:0px;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.content-wrapper-3 {
    width:100%;
    position:relative;
    top:0px;
    display:flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.flex-1 {
    flex:1 1 400px;
    text-align: justify;
    margin:3%;
}

.flex-2 { 
    flex:1 1 400px;
    margin:3%;
}

.flex-3 {    
    flex:1 1 400px;
    text-align: justify;
    margin:3%;
}

.flex-4 {
    flex:1 1 300px;
    margin-left:30px;
    margin-bottom:10px;
}

.flex-5 { 
    flex:1 1 400px;
    margin:3%;
}

.flex-6 {
    flex:1 1 600px;
    margin:3%;
}

.foto {
    max-width:100%;
}
 
.restd1
{
    width:80px;
}

.restd2
{
    width:250px;
}

.spacer2 {
  height: 10%;
 }
 
.spacer3 {
  height: 5%;
 }

.img-wrap {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  background-color:#ffffff;
  }

.img-wrap-2 {
  height: 6%;
  position: relative;
  margin: 0;
  }

input[type=submit] {
    padding:5px 15px; 
    background:#ca9e66; 
    width: 150px;
    border:1px solid;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

.oeffnungszeiten {
/*    opacity: .4;*/
}

footer {
    background-color:#FAF5F0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    overflow: hidden;
    filter:drop-shadow(0px 0px 10px rgba(70, 30, 0, 0.2));
    opacity:96%;
}

.disclaimer {
    font-size:80%;
    text-align:center;
    position:relative;
    bottom:6px;
    } 

/* Stil für deaktivierte Felder */
.disabled-field {
    background-color: #f0f0f0; /* Grauer Hintergrund */
    text-decoration: line-through; /* Durchgestrichenes Textfeld */
    cursor: not-allowed;
}

 
a:link {
  font-family: Arial;
  color:#ca9e66;
  text-decoration: none;
  font-weight:bold;
  opacity: 0.9;
  } 

a:visited {
  font-family: Arial;
  color:#ca9e66;
  text-decoration: none;
  font-weight:bold;
} 

a:active {
  font-family: Arial;
  color:#ca9e66;
  text-decoration: underline;
  font-weight:bold;
}
 a:hover {
  font-family: Arial;
  color:#624014;
  text-decoration: none;
  font-weight:bold;
  transition: color 0.3s ease-in-out;
}

/*
br {
  content: "";
  display: block;
  height:1.5em;
}
*/

BODY, TABLE, TR, TD, DIV {
  font-family: Arial;
  color: #1d1d1b;
  text-decoration:none;
  font-size: 15px;
  line-height: 160%;
  font-weight: 100;
}

b {
  font-family: Arial;
/*  color:#ca9e66;*/
  text-decoration: none;
  font-weight:bold;
  opacity: 0.9;
  }
  
h1 {    
  font-family: Arial;   
  font-size: 200%;
  line-height: 150%;
  font-weight: bold;
  color:#624014;
  position:relative;
  top:-10px;   
  
  }  

h2 {    
  font-family: Arial;   
  font-size: 150%;
  line-height: 150%;
  font-weight: bold;
  color:#624014;
  position:relative;
  top:-10px;    
  }  
  
SMALL {
  font-family: Arial;
  color: #000000;
  font-size: 10px;
}


BIG {
  font-family: Arial;
  color: #093453;
  font-size: 14px;
}

BBIG {
  font-family: Arial;
  color: #093453;
  font-size: 14px;
  font-weight : bold;
}


/* ............/navbar/............ *

/* desktop mode............/// */


.menu-items {
    position:relative;
/*    background-color:red;*/
    top:0px;
    left: 50%;
    transform: translate(-50%);
    height:80px;
    width:100%;
    min-width:600px;
    max-width:1000px;
    transition: all linear .4s;
    text-align: center;
    opacity:96%;
    margin:0px auto;
    
  }

.menu-items.fixed-header {
    position:relative;
/*    background-color:red;*/ 
    top:-80px;
    right:0px;
    transform: translate(-50%);
    height:80px;
    width:82%;
    max-width:800px;
    transition: all linear .4s;
    opacity:96%;
    text-align: right;
  }

#menu {
    position:relative;
    display:inline;
/*
    top:35px;
    right: 8px;
    padding-left:4%;
*/
    font-size:200%;
    font-weight:normal;
    font-family: Garamond;
   
}


.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

/*
.navbar {
  box-shadow: 0px 5px 10px 0px #aaa;
  position: fixed;
  width: 100%;
  background: #fff;
  color: #000;
  opacity: 0.85;
  height: 50px;
  z-index: 12;
}
*/

.navbar-container {
  display: flex;

/*
  justify-content: space-between;
  height: 64px;
  align-items: center;
*/
}

.menu-items {
  order: 2;
/*  display: flex;*/
}

.menu-items li {
  list-style: none;
  display:inline;
  margin-left:15px;   
  margin-right:5px;   
  line-height: 80px;
/*
  margin-left: 1.5rem;
  margin-bottom: 0rem;
*/
}

.menu-items a {
  text-decoration: none;
}

.menu-items a:hover {
}

/* ............/navbar end/............ */

/* ......../ media query /.......... */

@media (max-width: 935px) {
    
    .top-menu {
    height:80px;
    opacity:100%;
    }    
    
    .logo {
    top:0px;
    left:-3px;
    transform: translate(0%);
    height:60px;
    margin:10px;
    }
    
    .content {
    padding-top:150px;
    transition: all linear .4s;    
    }
    
    .menu-items {
    position:relative;
/*    background-color:red;*/
    top:0px;
    left: 50%;
    transform: translate(-50%);
    height:80px;
    width:100%;
    min-width:600px;
    max-width:1000px;
    transition: all linear .4s;
    text-align: left;
    opacity:96%;
    margin:0px auto;
    }
    
    .menu-items.fixed-header {
    position:relative;
/*    background-color:red;*/
    top:0px;
    left: 50%;
    transform: translate(-50%);
    height:80px;
    width:100%;
    min-width:600px;
    max-width:1000px;
    transition: all linear .4s;
    text-align: left;
    opacity:96%;
    margin:0px auto;
    
  }
    

  .navbar {
/*    opacity: 0.95;*/
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: -57px;
    right: 2px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: -52px;
    right: 2px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    background-color:#FAF5F0; 
    height: 100vh;
    max-width: 500px;
    transform: translate(150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 10px;
    padding-top: 10px;
    transition: transform 0.4s ease-in-out;    
    opacity:98%;
    filter:drop-shadow(0px 20px 20px rgba(70, 30, 0, 0.2));
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 150%;
    font-weight: 400;
  }



  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(-15%);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }

}


/* ......../ media query end /.......... */



