html {
  overflow: hidden;
  font-family: 'Roboto2', sans-serif;
  background-color: rgba(230,230,230,0.9);  
 }

body {
  margin: 0;
}
   
#mainframe {
  position:relative;
  display:block;
  top: 0;
  bottom: 0;
  height:100%;
  width:100%;
  left:50%;
  transform: translate(-50%, 0%);  
  max-width: 1000px;
  overflow-y:hidden;
  overflow-x:hidden;
  background-color: rgba(255,255,255,1);  
  margin:auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
 }                              
 
#mainframe::-webkit-scrollbar { width: 0 !important } 
  
#waitframe {
  position:absolute;
  display:none;
  top: 0;
  bottom: 0;
  height:100%;
  width:100%;
  overflow-y:hidden;
  overflow-x:hidden;
  background-color: rgba(125,125,125,0.3);  
  z-index:10000;
  }

#loadingdiv {
  position:absolute;
  left:50%;
  top: 50%;
  width:250px;
  height:118px;  
  transform: translate(-50%, -50%);  
  overflow:hidden;
  background-image: url("../img/loading.gif");
  display:block;
 }  

input {
  background-color: rgba(242,237,229,1); 
  font-size:14pt;  
  text-align: center;  
  border-width:1px;  
}

#topmenu {
  top: 0px;
  right: 0%;
  width:100%;
  left:0%;
  height:125px;
  overflow:hidden;
  background-color: rgba(255,255,255,0.9);
  z-index:1000; 
  display:block;
  float:left;
  border-width:0px 0px 1px 0px;  
  border-color:#2E2E2E;
  border-style:solid;    
 }  
 
#toplogo, #toplogoKK, #toplogoGR  {
  position:absolute;
  left:30px;
  top: 25px;
  width:72px;
  height:75px;
  overflow:hidden;
  background-image: url("../img/logo.jpg");
  display:block;
  cursor:pointer;
 }  
 
 #toplogoKK {
  background-image: url("../img/logoKK.png");
  top: 20px;
  width:130px;  
  height:90px;  
 } 

#toplogoGR {
  background-image: url("../img/logoGR.png");
  top: 30px;
  width:183px;
  height:70px;  
 } 

#topmenueintraegespeisen {
  position:absolute;
  top:45px; 
  left:50%;
  width:70%;
  height:40px;
  min-width:250px;
  transform: translate(-50% , 0%); 
  margin-left:35px;
  overflow:hidden;
  display:flex; 
  justify-content: space-around;
  font-family: 'Voltaire', sans-serif;
  font-size:18pt;    
 }  
    
#topmenueintragspeisen {
  width:auto;
  height:30px;
  overflow:hidden;
  display:block;
  cursor:pointer;
  color:#2E2E2E;
  font-family: 'Voltaire', sans-serif;
  font-size:18pt;  
  text-align: center;  
 }  
 
#topmenueintragspeisenaktiv {
  width:auto;
  height:30px;
  overflow:hidden;
  display:block;
  color:#2E2E2E;
  cursor:pointer;
  border-width:0px 0px 2px 0px;
  border-color:var(--farbe-rot);
  border-style:solid;
  text-align: center;
  font-family: 'Voltaire', sans-serif;
  font-size:18pt;    
  margin-bottom: -2px;
 } 

.scrollboxSpeisen, .scrollboxSpeisenWein {
  display:block;
  float:left;
  width:100%;
  height:100%;
  overflow-y:scroll;
  overflow-x:hidden;  
  border: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
 }
  
.scrollboxSpeisen::-webkit-scrollbar { width: 0 !important } 
.scrollboxSpeisenWein::-webkit-scrollbar { width: 0 !important } 

.scrollboxSpeisenWein {
  width:calc(100% - 80px);
  height:calc(100% - 200px);       
  margin-left:50px;
  overflow-y:scroll;
  overflow-x:hidden;  
  border: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
 } 
 
.tab {
  border: none;
  background-color: #FFFFFF;
  display:block;
  float:left;  
  width:100%;  
  height:100%;
  overflow-y:hidden;
  overflow-x:hidden;  
  font-family: 'Roboto2', sans-serif;  
}

button {
  font-family: 'Roboto2', sans-serif;  
}

#tableiste {
  border: none;
  background-color: var(--farbe-gold);
  display:block;
  float:left;  
  width:100%;  
  overflow-y:hidden;
  overflow-x:hidden;  
}

.rubrikanzeige {
  border: none;
  display:block;
  float:left;  
  width:100%;  
  height:100%;
  overflow-y:hidden;
  overflow-x:hidden;  
}

.tabbutton {
  background-color:var(--farbe-gold);
  float: left;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-family: 'Voltaire', sans-serif;
  font-size: 18px;
  width:20%;
  color:#FFFFFF;
  border: none;  
  height:45px;
  overflow:hidden;
}

.tabbutton:hover {
  background-color: #FFFFFF;
  color:#2E2E2E; 
}

.tabbutton.active {
  background-color: #F3EDE4;
  color:#2E2E2E;  
}

.RubrikBox {
  display:block;
  float:left;
  width:100%;
  height:auto;
  overflow:hidden;
  border: none;
 }  
 
#tableiste2 {
  border: none;
  background-color: var(--farbe-rot);
  display:block;
  float:left;  
  width:100%;  
  margin-top:10px;
  overflow-y:hidden;
  overflow-x:hidden;  
}

.tab2 {
  border: none;
  background-color: #FFFFFF;
  display:block;
  float:left;  
  width:100%;  
  height:100%;
  overflow-y:hidden;
  overflow-x:hidden;  
}

.tab2button {
  background-color:var(--farbe-rot);
  float: left;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-family: 'Voltaire', sans-serif;
  font-size: 14px;
  width:16.5%;
  color:#FFFFFF;
  border: none;  
  height:33px;  
  overflow:hidden;
}

.tab2button:hover {
  background-color: #FFFFFF;
  color:#2E2E2E; 
}

.tab2button.active {
  background-color: #FFFFFF;
  color:#2E2E2E;  
}

.UnterRubrikBox {
  display:block;
  float:left;
  width:100%;
  height:auto;
  overflow:hidden;
  border: none;
 }   
 
.RubrikTitel {
  display:block;
  float:left;
  width:85%;
  height:auto;
  border: none;
  color:var(--farbe-rot);
  font-family: 'Voltaire', sans-serif;
  font-size:18pt;  
  text-align: left;  
  margin-left: calc(7.5%);
  margin-top:25px;      
  cursor:pointer;
 }  
 
.UnterRubrikTitel {
  display:block;
  float:left;
  width:80%;
  height:auto;
  border: none;
  color:var(--farbe-rot);
  font-family: 'Voltaire', sans-serif;
  font-size:22pt;  
  text-align: center;  
  margin-left: calc(10%);
  margin-top:50px;
 }  

.UnterRubrikTitelZweiteZeile {
  display:block;
  float:left;
  width:80%;
  height:auto;
  border: none;
  color:var(--farbe-rot);
  font-family: 'Voltaire', sans-serif;
  font-size:16pt;  
  text-align: center;  
  margin-left: calc(10%);
  margin-top:-20px;
 }  

.MenuUnten {
  display:block;
  float:left;
  width:80%;
  height:auto;
  border: none;
  color:var(--farbe-rot);
  font-size:16pt;  
  text-align: center;  
  margin-left: calc(10%);
  margin-top:20px;
}

.MenuUntenZweite {
  display:block;
  float:left;
  width:80%;
  height:auto;
  border: none;
  color:var(--farbe-rot);
  font-size:11pt;  
  text-align: center;  
  margin-left: calc(10%);
  margin-top:0px;
  margin-bottom:20px;
}
 
.MenuLinieUnten {
  display:block;
  float:left;
  width:80%;
  height:40px;
  margin-left:calc(10%);    
  background-image: url("../img/menulinie.svg");
  background-repeat:no-repeat;  
  background-position: center;   
  background-size: 100% 100%;
 }   
  
.ArtikelOhneInfo, .ArtikelMitInfo {
  display:block;
  float:left;
  width:85%;
  height:auto;
  border: none;
  color:#2E2E2E;
  font-size:16pt;  
  text-align: left;  
  margin-left:7.5%;
  margin-top:10px;
  margin-bottom:5px;
  position:relative;  
 }  
 
.ArtikelOhneInfo {
  margin-bottom:0px;
 }          

.WeingutRahmn {
  display:block;
  float:left;
  height:auto;
  border: none;
  color:#2E2E2E;
  font-size:16pt;  
  -webkit-box-shadow: 0 0 2px 1px #707070;
  -moz-box-shadow: 0 0 2px 1px #707070;
  box-shadow: 0 0 2px 1px #707070;
  text-align: left;  
  margin-top:18px;
  margin-bottom:18px;
  position:relative;   
  width: 95%;
  margin-left: 4%;  
 }   
  
.ArtikelTextMargin { 
  display:block;
  width:calc(100% - 130px);
  height:100%;
  margin-left:10px;
  margin-top:6px;
  margin-bottom:7px;
  position:relative;  	
}

.ArtikelDetail {
  display:block;
  float:left;
  width:100%;
  height:auto;
  border: none;
  color:#2E2E2E;
  font-size:12pt;  
  text-align: left;  
  margin:5px;
  font-style: italic;   
 }  
 
.SpeisekartenInfoTitel { 
  display:block;
  width:calc(100% - 130px);
  height:100%;
  margin-left:10px;
  margin-top:6px;
  margin-bottom:7px;
  position:relative;  
  font-family: 'Voltaire', sans-serif;
  font-size:13pt;
  font-style: italic;  
  font-weight: bold;  
}

.SpeisekartenInfoText {
  display:block;
  float:left;
  width:100%;
  height:auto;
  border: none;
  color:#2E2E2E;
  font-size:11pt;  
  text-align: left;  
  margin:5px;
  font-weight: normal;  
 }  
 
.MenuTable {
  display:table;
  float:left;
  width:90%;
  height:auto;
  border: none;
  color:#2E2E2E;
  font-size:16pt;  
  text-align: center;  
  margin-left: calc(5%);
  margin-top:0px;
  padding:5px;
  position:relative;  
 }     

.MenuTableGrau {
  display:table;
  float:left;
  width:90%;
  height:auto;
  border: none;
  color:#2E2E2E;
  font-size:16pt;  
  text-align: center;  
  margin-left: calc(5%);
  margin-top:-15px;
  padding:5px;
  position:relative;  
 }  

.MenuText {
  width:80%;  
  height:auto;
  color:#2E2E2E;
  font-size:16pt;  
  text-align: center;  
}
 
.MenuZeileDetail {
  width:auto;
  height:auto;
  border: none;
  color:#2E2E2E;
  font-size:12pt;  
  text-align: center;  
  margin:5px;
}                               
 
.MenuZeileDetailGrau {
  width:auto;
  height:auto;
  border: none;
  color:#868686;
  font-size:12pt;  
  text-align: center; 
  padding-top: -10px; 
}  
  
.ArtikelPreis {
  display:block;
  position:absolute;
  width:100px;
  height:auto;
  top:0;
  right:0;
  border: none;
  color:#2E2E2E;
  font-size:12pt;  
  text-align: right;
  margin:5px;
 }  
   
.MenuSpacerLinks {
  width:10%;
  height:10px;
 }  
  
.MenuPreis {
  width:10%;
  color:#2E2E2E;
  font-size:11pt;  
  text-align: center;  
 }   
 
.EKPreisLager {
  display:none;
  position:absolute;
  width:100px;
  height:auto;
  top:22px;
  right:0;
  border: none;
  color:#2E2E2E;
  font-size:10pt;  
  text-align: left;  
  margin-right:5px;
 }  
 
.infosymbol {
  display:block;
  position:absolute;
  width:25px;
  height:25px;
  bottom:-16px;
  right:50%;
  border: none;
  z-index:800;	 
  background-color:#FFFFFF;
  color:#2E2E2E;  
  border-radius: 25px 25px 25px 25px;  
  -webkit-box-shadow: 0 0 2px 1px #707070;
  -moz-box-shadow: 0 0 2px 1px #707070;
  box-shadow: 0 0 2px 1px #707070; 
 }
 
.infosymbolclip {
  display:block;
  position:absolute;
  width:27px;
  height:10px;
  top:-3px;
  left:-3px;
  border: none;
  z-index:801;	 
  background-color:#FFFFFF;
  color:#2E2E2E;  
  border-radius: 25px 25px 0px 0px;  
  padding: 6px 0px 0px 6px;
 }
	
.weinsorteinfo {
  display:block;
  color:#2E2E2E;
  font-size:12pt;  
  margin-left:25px;
}	 

.weinkellerpreis {
  display:block;
  color:#2E2E2E;
  font-size:12pt;  
  position:absolute;
  width:auto;
  height:auto;
  top:30px;
  right:0px;
  border: none;
  text-align: right;  
  color:var(--farbe-rot);  
  margin:5px;
}
 
.weinsorteinfo.active { display:block; }	 
.weinkellerpreis.active { display:block; }	 

.weinetikett {
  display:none;
  color:#2E2E2E;
  font-size:12pt;  
  width:400px;
  height:400px;
  transform: translate(-50%, 0%);   
  border: none;
  text-align: right;  
  margin:10px;
  margin-left:50%;
  float:left;
}   
 
.weinetikettklein {
  display:block;
  color:#2E2E2E;
  font-size:12pt;  
  width:40px;
  height:40px;
  border: none;
  text-align: right;  
  margin:10px;
  float:right;
}
 
.weinetikett.active { display:block; }

.filterleeranzeige {
  display:none;
  position:absolute;
  left:50%;
  width:75%;
  height:75%;
  overflow:hidden;
  border: none;
  transform: translate(-50%, 100px);   
  background-image: url("../img/filterleer.svg");
  background-repeat:no-repeat;
}  
 
#FilterScreenMaske {
  display:none;
  position:absolute;	 
  height:auto;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  z-index:999;
  width:100%;
} 
 
#FilterEingeklapt {
  display:block;
  position:absolute;	 
  height:auto;
  top: 270px;
  bottom:0;
  z-index:1000;
  width:50px;
  padding-top:50px;
  background-color:var(--farbe-rot);
  transition: all 0.5s ease-in;    
  cursor:pointer;
}

#FilterScroller {
  display:block;
  position:absolute;	 
  height:auto;
  right:0px;
  top: 0px;
  left:0px;
  bottom:80px;
  z-index:6000;
  margin-top:50px;
  cursor:pointer;
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;  
}

#FilterScroller::-webkit-scrollbar { width: 0 !important }
  
#FilterDisabler {
  display:none;
  position:absolute;	 
  height:100%;
  top: 0;
  bottom:0;
  z-index:5000;
  width:100%;	
  opacity:0;  
}
 
.FilterAusklaptStil {
  background-color:#FFFFFF !important;
  box-shadow: 5px 0px 3px 0px grey;
  width:250px !important;
  top:200px !important;
  transition: all 0.5s ease-in;
  cursor:default !important;
}
  
#FilterEingeklaptKreis {
  display:block;
  position:absolute;	 
  width:25px; 
  height:50px;
  top: 45%;
  z-index:1000;  
  border-radius: 0px 25px 25px 0px;  
  left:50px;
  background-color:var(--farbe-rot);
  transition: all 0.5s ease-in;      
  cursor:pointer;
}

.FilterAusklaptKreisStil {
  background-color:#FFFFFF !important;
  box-shadow: 5px 0px 3px 0px grey;
  left:250px !important;
  transition: all 0.5s ease-in;
}

#FilterIconPos {
  display:block;
  position:absolute;	 
  top:25px; 
  right:12px;	
  width:auto;
  height:25px;
  transition: all 0.5s ease-in; 
  cursor:pointer;  
}	 
 
#FilterIconPosRed {
  display:block;
  position:absolute;	 
  top:25px; 
  right:12px;	
  width:auto;
  height:25px;
  opacity:0;  
  transition: all 0.5s ease-in; 
  cursor:pointer;  
}	 

#FilterResetPosRed {
  display:block;
  position:absolute;	 
  bottom:25px; 
  margin-left:50%;	
  width:auto;
  height:auto;
  opacity:1;  
  transition: all 0.5s ease-in; 
  cursor:pointer;
  transform: translate(-50%,0);
}	 
 
#FilterKeyIconPos {
  display:block;
  position:absolute;	 
  bottom:20px; 
  left:20px;	
  width:30px;
  height:30px;
  opacity:1;  
  transition: all 0.5s ease-in; 
  cursor:pointer;
  background-image: url("../img/key.png");
}	 

#FilterPfeilIconPos {
  display:block;
  position:absolute;	 
  top:50%; 
  left:0;	
  width:auto;
  height:50px;
  cursor:pointer;
  transform: translate(0, -12px);
  transition: all 0.5s ease-in;   
}	 

#FilterPfeilIconPosRed {
  display:block;
  position:absolute;	 
  top:50%; 
  left:0;	
  width:auto;
  height:50px;
  transform: translate(0, -12px);
  opacity:0;
  transition: all 0.5s ease-in;   
}	   
 
.FilterBox {
  display:flex;
  justify-content:space-around;  
  flex-wrap: wrap;
  width:0%;
  height:auto;
  border: none;
  opacity:0;
  overflow:hidden;
  padding:1px;
  margin-top:20px;
  transition: all 0.5s ease-in;
}
 
.AuswahlDiv {
  display:flex;
  width:auto;
  height:auto;
  border: none;
  padding:8px 15px 8px;
  background-color:#FFFFFF; 	
  border-width:0px;
  border-color:#707070;
  border-style:solid;
  -webkit-box-shadow: 0 0 1px 1px #707070;
  -moz-box-shadow: 0 0 1px 1px #707070;
  box-shadow: 0 0 1px 1px #707070; 
  cursor:pointer;
  margin:5px;
  font-family: 'Roboto2', sans-serif;
}

.AuswahlDiv.active {
  background-color: var(--farbe-rot);
  color:#FFFFFF;  
} 

.AuswahlDiv.inactive {
  background-color: #707070;
  color:#000000;  
  cursor:default;  
} 

.FilterBoxAbsolute {
  display:block;
  position:absolute;
  width:0%;
  height:auto;
  border: none;
  opacity:0;
  overflow:hidden;
  padding:1px;
  margin-top:20px;
  transition: all 0.5s ease-in;    
}

.FilterTitel {
  width:0;
  opacity:0;
  height:auto; 
  color:#707070;
  font-size:16px;
  font-family: 'Voltaire', sans-serif;
  float:left;
  margin-left:5%;
  margin-top:15px;
  margin-bottom:10px;
}
  
.FilterTrennStrich {
  width:0;
  opacity:0;
  height:auto; 
  color:#707070;
  float:left;
  margin-left:5%;
  margin-top:10px;
  margin-bottom:10px;
  border-color: #707070;  
  border-width:0px 0px 1px 0px;  
  border-style:solid; 
}

#VonBisJahrBox {
  position:relative;
  display:none;
  top:0px;
  left:0px;
  width:90%;
  margin-top:-45px;
  opacity:1;
  height:auto; 
  color:#707070;
  font-size:14px;
  z-index:6000;
  overflow:hidden;
  background-color:#FFFFFF; 	
  border-color: #707070;  
  border-width:1px;  
  border-style:solid; 
}
 
#WeinlandBox {
  position:relative;
  display:none;
  top:0px;
  left:0px;
  width:90%;
  margin-top:-45px;
  opacity:1;
  height:auto; 
  color:#707070;
  font-size:14px;
  z-index:6000;
  overflow:hidden;
  background-color:#FFFFFF; 	
  border-color: #707070;  
  border-width:1px;  
  border-style:solid; 
}
  
#WeinsorteBox {
  position:relative;
  display:none;
  top:0px;
  left:0px;
  width:90%;
  margin-top:-45px;
  opacity:1;
  height:300px; 
  color:#707070;
  font-size:14px;
  z-index:6000;
  overflow:hidden;
  overflow-y:scroll;
  background-color:#FFFFFF; 	
  border-color: #707070;  
  border-width:1px;  
  border-style:solid; 
}

.weingutLogo  { 
  width:400px; 
  height:400px;
}
                  
.weingutLogoklein  { 
  width:50px; 
  height:50px;
}                 
                    
.Weingutbeschreibung {
  display:none;
  float:left;
  width:80%;
  height:auto;
  border: none;
  color:#2E2E2E;
  font-size:14pt;  
  text-align: left;  
  margin-left:10%;
  margin-top:10px;
  margin-bottom:18px;
  position:relative;  
}  
 
.dropdown, .dropdownall {
  display:inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;   
  font-style: normal; 
  transform:rotate(-90deg);   
}    
            
.expandAllContainer {
  position: relative;
  top: 40px;
  left: 30px;     
  width:80px;
  z-index: 1000;  
  border: 1px solid var(--farbe-rot);    
  background-color:#cccccc; 	  
  cursor: pointer;    
}

.expandAllToggle {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;     
  color:var(--farbe-rot);
}
