@charset "UTF-8";
/* CSS Document */
	* {box-sizing: border-box;}
body, html {
	scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
  color: #777;
	
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
a.anchorPos {
    display: block;
    position: relative;
    top: -170px;  
    visibility: hidden;
}
.colimg {
  width: 100%;
}

.colimg:hover{
	opacity: 0.5;
  
}
.bg_zwiebel{
	background-image: url("../images/bg_blatt.png");
	color: #777;background-color:white;text-align:center;padding:50px 80px;
	
}

.container {
  position: relative;
  width: 100%;
}

.container:hover .overlay {
  opacity: 1;
}


.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: hsla(0,0%,49%,0.70);
}


.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
	
	#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: hsla(111,10%,61%,1.00);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: hsla(0,0%,54%,1.00);
}
	

	.header {
  overflow: hidden;
		background-color: hsla(0,0%,100%,0.80);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #f1f1f1;  
  padding: 20px 10px;
  z-index: 100;
}

.header a {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
  float: left;
  color: #1B1B1B;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  color:  hsla(287,44%,28%,0.90);
  font-weight: normal;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header-right {
  float: right;
}




	.column {
  float: left;
  width: 31.33%;
  padding: 15px;
  margin: 1%;
  box-shadow: 10px 10px 10px lightgrey ;
  color: whitesmoke;
  text-align: center;
  background-color:hsla(111,10%,61%,0.5)

}

.column2 {
  float: left;
  width: 48.00%;
  padding: 15px;
  margin: 1%;
  box-shadow: 10px 10px 10px lightgrey ;
  color: whitesmoke;
  text-align: center;
  background-color:hsla(111,10%,61%,0.5)
}
.column3 {
  float: left;
  width: 98%;
  padding: 5%;
  margin: 1%;
  box-shadow: 10px 10px 10px lightgrey ;
  color: whitesmoke;
  text-align: center;
  background-color:hsla(111,10%,61%,0.5)
}

	.column4 {
  float: left;
  width: 23%;
  padding: 15px;
  margin: 1%;
  box-shadow: 10px 10px 10px lightgrey ;
  color: whitesmoke;
  text-align: center;
  background-color:hsla(111,10%,61%,0.5)

}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.spaltentext{
	width: 100%; 
	columns: 5;
    column-gap: 3em;
	column-width: 300px; 
	color: hsla(0,1%,24%,1.00); 
	text-align: left;
	column-rule-color: red; 
	column-rule-width: 1px; 
	column-rule-style: dotted;}

.caption {
	
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

	
.caption span.border {
  background-color: hsla(287,44%,28%,0.90);
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  color: hsla(111,9%,40%,1.00);
	text-align: center;
	margin-top: 75px;
}

.gallerycontainer {
  position: relative;
  width: 100%;
}

.galleryoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: hsla(287,44%,28%,0.80);
}

.gallerycontainer:hover .galleryoverlay {
  opacity: 1;
}

.gallerytext {
		color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	
}
	

	.gallerycolimg {
  width: 100%;
		padding-bottom: 4px;
		background-color: hsla(108,9%,79%,0.1);
}

.gallerycolimg:hover{
	opacity: 0.5;
  
}


.galleryrow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallerycolumn {
  -ms-flex: 10%; /* IE10 */
  flex: 10%;
  max-width: 10%;
  padding: 0px 4px;
}

.gallerycolumn img {
  margin: 0px;
  vertical-align: middle;
  width: 100%;
}

.textmittiglinks{
	text-align: left;
	margin: auto;
	width: 75%;
}
.mobil{
			display: none;
		  
				}
		

.accordion {
  background-color:hsla(284,17%,56%,0.50) ;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}
.center {
	margin: auto;
	width: 75%;
	text-align: left;
  margin-bottom: 18px;
  border: 3px solid hsla(0,0%,74%,1.00) ;
  padding: 10px;
	background-color: white;
}
.panel {
  padding: 18px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 1%;
    font-size: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1);
    color: rgba(102,102,102,1);
    box-shadow: 0px 0px 5px 5px #888888;
    }
footer .break{
	display: none;
}
    
    footer a{
	color:rgba(102,102,102,1);
		padding: 1% 0.2%;
	}
footer a:hover{
	color:rgba(153,153,153,1);}

@media screen and (max-width: 1600px) {
		.gallerytext {
  font-size: 16px;
}
}
	
	@media screen and (max-width: 1250px) {
  .gallerycolumn {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
  }
		.gallerytext {
  font-size: 20px;
}
}


	@media screen and (max-width: 950px) {
		h2{
			font-size: 18px;
		}
		.text{
			font-size: 12pt;
			
		}
		.not{
			display: none;
			background-color: aqua;
			
		}
		.mobil{
			display: inherit;
			height: 365px; 
			position: relative; 
			color:hsla(0,0%,18%,0.70);
			text-align: left;
		  font-size: 17px;
			padding-left: 15px;
		  
				}
		
}
		
		
	@media screen and (max-width: 700px) {
		.phil{
			left: 50%;
			width: 90%;
		}
		.textmittiglinks{
	
	width: 100%;
}
		.header a{
			font-size: 15px;   	
		}
		.bestellung{
			width: 100%;
			
		}
		
}
@media screen and (max-width: 600px) {
	.center{
		width: 100%;
	}
  .gallerycolumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 500px) {
 
		h3{
		margin-top: 125px;
			
		}
  }
@media screen and (max-width: 500px) {
  .header a {
	  overflow:hidden;
    float: none;
	 /* display: block;*/
    display:inline-block;
    text-align: left;
	    padding: 5px;

  }
  
  .header-right {
    float: none;
  }
	footer .break{
	display: inherit;
}
	
	#myBtn {
  
  bottom: 20px;
  right: 10px;
  }
   
	
}
@media screen and (max-width: 600px) {
  .column, .column2, .column3, .column4 {
    width: 100%;
	  padding: 15px;
  }
	.bg_zwiebel{
	padding:50px 30px;
	
}
	.caption span.border {
  
 line-height: 80px;
}
	
	
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
	}}