/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Quattrocento:400,700');
@import url('https://fonts.googleapis.com/css?family=Caveat:400,700&display=swap');

:root{
	--brightwhite : #ffffff;
   --white: #FAFAFA; 
   --lightgrey: #b9c2cc; 
	--brightgrey: #d8dde4;
   --grey: #8a8680; 
   --darkgrey: #494747;/*#4a4844*/
   --black: #1d1d1b;
   --red: #e35454;
   --rosa: #e295b2;
	--darkrosa:#d86f97;
   --blue: #549EE3;
   --darkblue: #134b73;
   --iceblue: #7ab2bd;
   --icebluedark: #3c717c;
   --yellow: #FFC95E;
	--gelb:#e0b257;
	--darkgelb:#da9a1b;
   --lemon: #f9f07e;
	--orange: #ea9f86;
	--darkorange: #dc8e74;	
   --lightgreen: #94b396;
   --green:#5b805d;
   --darkgreen: #425C41; 
	--blattgruen:#63827b;
	--blattgruendark:#48605a;
   --mint: #c1d2cc;
   --sand: #D5D0C8;
   --wood: #948c80;
	
	--transyellow : #ffc95e8c;
	--transorange : #ffac91bf;
	--transblue : #87b9dc99;
	--transbluedark : #134b7359;
	--transbluegrey : #00274a1f;
	--transblack : #1a2b3799;
	--transsilver: #e0e0e0ab;
	--transgrey: #808e9875;
	--transtuerkis: #607d8bdb;
   --fullwidth: 100%;
	
  --hover-width: 75%;
  --other-width: 25%;
  --speed: 1000ms;

}

body{
	display:block;
	position: relative;
	width:100vw;
	height: auto;
	overflow-x: hidden;
	zoom:1;
	margin: 0px;
	list-style: none;
	font-family: 'Nunito', sans-serif;
	text-rendering:optimizeLegibility;
	scroll-behavior: smooth;
	}
* {
    box-sizing: border-box;
}
*, *:after,*:before{
	box-sizing: border-box;
}

h1 {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 50px 0 30px 0;
  color: var(--darkgrey);
  text-transform: uppercase; 
  font-family: 'Quattrocento', serif;
  letter-spacing: 0.3rem;
  font-weight: 200;
  font-size: 3rem;
}

h2{
	display: block;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
	text-align: left;
	color: var(--brightwhite);
    line-height: 38px;
	font-weight: 400;
	font-size: 1.5em;
}

h3{
	
}
h4{
	text-transform: uppercase; 
  	font-family: 'Quattrocento', serif;
    font-weight: 700;
	text-align: right;
	font-size: 1rem;
	letter-spacing: 0.1rem;
	color: var(--brightwhite)
}
h5{
	color:var(--darkgrey) !important;
	line-height: 1.3em;
	font-size: 1rem;
}

h6{
	font-weight: 700;
	text-transform:uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.1rem;
	color: var(--brightwhite);
}

p, dd, dt, th{
	color: var(--brightwhite);
	font-size: 1rem;
	font-weight: 400;
	display: block;
/*	float: left;
*/	line-height: 28px;
	letter-spacing: 1px;
	text-align: center;
}
	.zitat{

	}
	.bildunterschrift{

	}



a{
	font-size: 18px;
	display: block;
	float: left;
	letter-spacing: 2px;
	font-weight: 600;
	color: var(--brightwhite);
	text-decoration: none;
}
	.link{
	text-transform: uppercase;
	font-weight: 500;
	}
	.linkbox{
	text-transform: uppercase;
	}
	.btnlink{

	}

.schmuckschriftl{
	font-family: 'Caveat', cursive;
    font-weight: 400;
	text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: unset;
	color: var(-brightwhite)
}

.schmuckschriftb{
	font-family: 'Caveat', cursive;
    font-weight: 700;
    text-align: center ;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-transform: unset;
	color: var(-brightwhite)

}

#MyText {
  color: var(--blue);
  width: var(--fullwidth);
}

#Trauben, .cls-1 {
	fill:#fff;
}


/*|||||||||||||||||||||||||||||||||||||||||||||||BUTTON||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.cta {
	width: auto;
	height: auto;
	display: block;
	position: relative;
    background-color: var(--lemon);
	cursor: pointer;
    padding: 14px 20px 15px;
    text-align: center;
    text-decoration: none;
	font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    color: var(--darkblue);
	margin: 60px auto 0 auto;
	right: 0px;
	outline:none;
	border: none;
	border-radius: 4px !important;
	}

.cta p{
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 200;
    color: var(--brightwhite);
    text-decoration: none;
	
	}

.cta:hover{
    background-color: #f9df7e;
    border: none;
	color: var(--darkblue);

	}


hr{
	display: block;
	position: relative;
	background-image: linear-gradient(90deg, transparent, white, white, white, transparent);
	height: 2px;
	margin: 0 auto;
	border: unset;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||INDEX||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.section{
	width:100vw;
	overflow: hidden;
	zoom:1;
}
.xo{
	height:0px;	
}

.xa{
	height: auto;
	padding: 40px;

}
.s{
	height:300px;	
	background-color: var(--grey);
}
.m{
	height:500px;	
}
.l{
	background-color: var(--white);
	height: 100vh !important;

}
.xl{
	height:120vh;	
	background-color: var(--black);
}

.platzhalter{
	padding: 115px;
}

.dark{
	color: var(--black);
}

/*|||||||||||||||||||||||||||||||||||||||||||||||NAVI-R||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#navir{
	position: fixed;
	top: 28px;
	right: 28px;
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
	transition: opacity 0.2s linear;
	overflow: visible;
	z-index:9999;
	}
.burgerr{
		display: block;
		float: left;
		clear: both;
		height: 3px;
		width: 36px;
		left: 12px;
	/*		border-radius: 40px;
*/		background-color: var(--white);
		position: absolute;
		right: 3px;
		top: 3px;
		overflow: hidden;
		transition: all 0.4s ease;
		}
		.burgerr:nth-child(1){
			margin-top: 13px;
			z-index: 9;
		}
		.burgerr:nth-child(2){
			margin-top: 26px;
		}
		.burgerr:nth-child(3){
			margin-top: 39px;
		}
	
.scroll .burgerr{
		background-color: var(--darkgrey);
		}

.subnavi{
		transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		height: 760px;
		width: 460px;
		right: 0;
	    left: -60px;
		top: 0;
		position: absolute;
/*		border-radius: 50%;
*/		z-index: 18;
		}
		.subnavi li{
			display: block;
			float: right;
			clear: both;
			height: auto;
			margin-right: -160px;
			transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
			white-space: nowrap;
			}			
			.subnavi li:first-child{
				margin-top: 250px;
			}
			.subnavi li:nth-child(1){
				-webkit-transition-delay: 0.05s;
			}
			.subnavi li:nth-child(2){
				-webkit-transition-delay: 0.10s;
			}
			.subnavi li:nth-child(3){
				-webkit-transition-delay: 0.15s;
			}
			.subnavi li:nth-child(4){
				-webkit-transition-delay: 0.20s;
			}
			.subnavi li:nth-child(5){
				-webkit-transition-delay: 0.25s;
			}
			.subnavi li:nth-child(6){
				-webkit-transition-delay: 0.30s;
			}
			.subnavi li:nth-child(7){
				-webkit-transition-delay: 0.35s;
			}

			.subnavi li a{
				width: 100%;
				transition: font-size 0.2s linear;
				line-height: 60px;
				}
				.subnavi li a:hover{
					font-weight: 400;
					font-size:24px;
					transition: font-size 0.2s linear;
					}
	
	.open{
			opacity: 1;
			height: 800px;
			width: 800px;
			}
			.open .burgerr:nth-child(2){
				overflow: visible;
				}
			.open .burgerr{
				background-color: var(--white);
				}

			.open .burgerr:nth-child(1), .open .burgerr:nth-child(3){
				z-index: 100;
				transform: rotate(45deg);
				}
			.open .burgerr:nth-child(1){
				transform: rotate(45deg) translateY(9px) translateX(9px);
				}
			.open .burgerr:nth-child(2){
				height: 800px;
				width: 400px;
				right: -40px;
				top: -160px;
				left: -300px;
/*				border-radius: 50%;
*/				background-color: var(--transyellow);
			}
			.open .burgerr:nth-child(3){			
				transform: rotate(-45deg) translateY(-10px) translateX(10px);
			}
			.open li{
				margin-right: 50px;
			}
	  		.open .subnavi {
				background-color: rgba(255, 172, 145, 0.6);
				transition: all 0s cubic-bezier(0.68, -0.55, 0.265, 1.55);
				}
			

/*|||||||||||||||||||||||||||||||||||||||||||||||NAVI-L||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#navil{
	position: fixed;
	top: 28px;
	left: 28px;
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
	transition: opacity 0.2s linear;
	overflow: visible;
	z-index:9999;
	}


	.burgerl{
		display: block;
		float: left;
		clear: both;
		height: 4px;
		width: 40px;
		left: 10px;
/*		border-radius: 40px;
*/		background-color: var(--brightwhite);
		position: absolute;
		top: 3px;
		overflow: hidden;
		transition: all 0.4s ease;
		opacity: 0;
		}
		.burgerl:nth-child(1){
			margin-top: 10px;
			z-index: 9;
		}
		.burgerl:nth-child(2){
			margin-top: 25px;
		}
		.burgerl:nth-child(3){
			margin-top: 40px;
		}
	
#reservation-icon{
	display: block;
	position: absolute;
    width: 40px;
    height: 40px;
    padding: 10px;
	opacity: 1;
}

#kalender{
	stroke: var(--white);
	display: block;
	position: absolute;
    width: 40px;
    height: 40px;
    margin: 10px;
	opacity: 1;
}

.scroll #kalender{
	stroke: var(--darkgrey);
}

.description{    
	display: block;
    position: relative;
    width: 60px;
    top: 20px;
    left: 65px;
	margin: 0;
	}
.scroll .description{
	    color: var(--darkgrey) !important;
		}

.reservnavi{
		transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		height: 940px;
		width: 780px;
		left: 0;
		top: 0;
		position: absolute;
		background-color: var(--brightwhite);
		z-index: 18;
		}
		.reservnavi h1{
			display: block;
			clear: both;
			height: auto;
			transition: all 0.5s cubic-bezier( 0.68, -0.55, 0.265, 1.55);
			white-space: nowrap;
			margin-left: -160px;
			color:var(--white)
			}		
		.reservnavi p{
			max-width: 440px;
			transition: all 0.5s cubic-bezier( 0.68, -0.55, 0.265, 1.55);
			margin-left: -460px;
			}

		.reservnavi #ot-widget-container1{
			transition: all 0.5s cubic-bezier( 0.68, -0.55, 0.265, 1.55);
/*			margin-left: -160px;
*/			}
		.openl p{
			margin-left:170px;
		}
		.openl .hide {
			display:none !important;
			}

		.openl #ot-widget-container1{
/*			margin-left:299px;
*/		}
		.openl h1{
			margin-left: 0px;
		    padding: 80px 0 0px 0;
		}
		.reservnavi a{
			white-space: nowrap;
			color:#726c8a;
			}
		.reservnavi h1{
				margin-top: 250px;
			}
		.reservnavi h1{
				-webkit-transition-delay: 0.05s;
			}
		.reservnavi #ot-widget-container1{
				-webkit-transition-delay: 0.15s;
			}
		.reservnavi p{
				-webkit-transition-delay: 0.10s;
			}


.ot-button {
	background-color: var(--lemon) !important;
    border: none !important;
	border-radius: 4px !important;
	}
.ot-dtp-picker {
	background-color: var(--lemon) !important;
    border: none !important;
}

.ot-button:hover, .ot-dtp-picker:hover {
	
	background-color: #f9df7e !important;
    border: none !important;
}


	.openl{
			opacity: 1;
			height: 800px;
			width: 800px;
			}

			.openl .burgerl{
				opacity: 1;
			}
			.openl .burgerl:nth-child(2){
				overflow: visible;
				}
			.openl .burgerl:nth-child(1), .openl .burgerl:nth-child(3){
				z-index: 100;
				transform: rotate(45deg);
				}
			.openl .burgerl:nth-child(1){
				transform: rotate(45deg) translateY(12px) translateX(12px);
				}
			.openl .burgerl:nth-child(2){
				height: 780px;
				width: 840px;
				left: -40px;
				top: -160px;
/*				border-radius: 50%;
*/				background-color:#8f82c563;
			}
			.openl .burgerl:nth-child(3){			
				transform: rotate(-45deg) translateY(-10px) translateX(10px);
			}
			.openl li{
				margin-left: 0px;
			}
		.openl .reservnavi{
			background-color: #8296c5a6;
			transition: all 0s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		}
.openl #kalender{
opacity: 0;
}



/*|||||||||||||||||||||||||||||||||||||||||||||||OT||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.ot-dtp-picker{
	font-family: 'Nunito', sans-serif !important;
	text-rendering: geometricPrecision;
	background-color: #da3743;
    border: none;
    border-radius: 4px;
	}

.ot-powered-by{
	display: none;
}
#ot-widget-container1{
	clear:both;
}
.openl #ot-reservation-widget{
    left: -91px;
	-webkit-transition-delay: 0.15s;

}

#ot-reservation-widget {
    padding: 0px !important;
    position: relative;
    display: block;
    width: 182px;
	height: 50px;
    overflow: hidden;
    zoom: 1;
    margin-left: 50%;
    left: -291px;
	border-radius: 4px;
	transition: all 0.5s cubic-bezier( 0.68, -0.55, 0.265, 1.55);
}

/*|||||||||||||||||||||||||||||||||||||||||||||||Home||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#header{
	background-color: var(--black);
}


#header img{
	width:100vw;
	height: 100vh;
	overflow: hidden;
	zoom:1;
	z-index: 0;
}


#pix1 {
	width:100vw;
	height: auto;
	background-image: url("../img/jpg/home/Vinetum_web.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.8;
}
#logobox{
	display:block;
	position: absolute;
	width:100vw;
	height: 115px;
	top:100px;
	transition: all 0.5s ;
	-webkit-transition-delay: 0s;
	}

#logobox::before{
	content: "";
	display:block;
	position: fixed;
	width:100vw;
	height: 115px;
	top:-100px;
	background-color:var(--white);
	opacity: 0;
	transition: all 0.3s ;
	-webkit-transition-delay: 0.05s;
	background-image:url("../img/jpg/bg/BG_bright.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}



#logo, #logorw{
	display: block;
	position: relative;
	height: auto;
	left:50vw;
	z-index: 1;
	}
#logo{
	width: 700px;
	margin: 0px 0 0 -350px ;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition-delay: 0.05s;
	-webkit-animation: fadeinLoad 0.7s 0.2s forwards;
	animation: fadeinLoad 0.7s 0.2s forwards;
}
#logorw{
	width: 905px;
	margin: -45px 0 0 -452.5px ;
	opacity: 0;
	transition: all 1.1s ;
	-webkit-transition-delay: 0.05s;
	-webkit-animation: fadeinLoad 0.7s 0.3s forwards;
	animation: fadeinLoad 0.7s 0.3s forwards;
}

@-webkit-keyframes fadeinLoad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinLoad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.scroll#logobox::before{
	

	background-color: var(--white);
	position: fixed !important;
	top: 0px !important; 
	opacity: 1;
	transition: all 0.9s ;
	-webkit-transition-delay: 0.55s;
	}

.scroll#logobox{
	position: fixed !important;
	top: 0px !important; 
	z-index: 9998;
	-webkit-transition-delay: 0.55s;
	box-shadow: 0px 0px 5px 0px hsla(0,0%,0%,0.25);
	}


.scroll #logo {
	padding-top: 0;
	width: 200px;
	margin: 0px 0 0 -100px ;	
}

.scroll #Trauben, .scroll .cls-1{
	fill: var(--black);
	transition: all 0.5s ;
	-webkit-transition-delay: 0.55s;
}

.scroll #logorw {	
	padding-top: 0;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0px 0 0 0px ;	
}

/*|||||||||||||||||||||||||||||||||||||||||||||||SCROLLIFY||||||||||||||||||||||||||||||||||||||||||||||||||||*/

ol, ul {
    list-style: none;
}

ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    /* font: inherit; */
    text-transform: uppercase;
    line-height: 16px;
    vertical-align: baseline;
}

.pagination {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    z-index: 10;
}

.pagination a {
    display: block;
    height: 28px;
	width: 28px;
    margin-bottom: 5px;
    color: white;
    position: relative;
}

.pagination a.active:after {
    box-shadow: inset 0 0 0 5px;
}

.pagination a:after {
    -webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    width: 12px;
    height: 12px;
    display: block;
    border: 1px solid;
    border-radius: 50%;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    right: 4px;
    bottom: 0;
}


.pagination a .hover-text {
    position: absolute;
    right: 15px;
    top: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    padding-right: 15px;
}

.pagination a:hover .hover-text {
    opacity: 1;
}


/*|||||||||||||||||||||||||||||||||||||||||||||||WELCOME||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#welcome{
	/*	background-image:url("../img/jpg/home/BG_white.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
    padding: 40px 0;
    background-image: url(../img/jpg/bg/BG_leinen_01.jpg);
    background-repeat:no-repeat;
    background-size: 120vh;
    background-position: left;
    padding-top: 40px;
	background-color: unset;

}
#welcome::after{
    clear: both;
    display: block;
    position: absolute;
    content: "";
    width: 200px;
    height: 100vh;
     padding: 40px;
    background-image: url(../img/jpg/bg/BG_leinen_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left; 
    top: 100vh;
    left: 120vh;
	}

#welcome::before{
    clear: both;
    display: block;
    position: absolute;
    content: "";
    width: 100vw;
    height: 100vh;
     padding: 40px; 
    background-image: url(../img/jpg/bg/BG_rustikal.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right; 
    top: 100vh;
	z-index: -1;
	}

#bgschrift p {
    display: block;
    position: relative;
    width: fit-content;
    margin: 0;
    height: auto;
    color: var(--brightgrey);
	text-transform: uppercase;
	text-align: left;
	line-height: inherit;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 145px;
    font-family: 'Quattrocento', serif;
    text-rendering: geometricPrecision;
    padding: 0 0 0 0;
    opacity: 0.9;
	margin-top: calc( 50vh - 36vh);
	z-index: 2;
	left: 85px;
}

.animate-in span, .animate-in-reverse span, .animate-out span, .animate-out-reverse span {
	display: inline-block;
}

.animate-in span:nth-of-type(2), .animate-in-reverse span:nth-of-type(18), .animate-out span:nth-of-type(2), .animate-out-reverse span:nth-of-type(2) {
	animation-delay: .05s;
}
.animate-in span:nth-of-type(3), .animate-in-reverse span:nth-of-type(17), .animate-out span:nth-of-type(3), .animate-out-reverse span:nth-of-type(3) {
	animation-delay: .1s;
}
.animate-in span:nth-of-type(4), .animate-in-reverse span:nth-of-type(16), .animate-out span:nth-of-type(4), .animate-out-reverse span:nth-of-type(4) {
	animation-delay: .15s;
}
.animate-in span:nth-of-type(5), .animate-in-reverse span:nth-of-type(15), .animate-out span:nth-of-type(5), .animate-out-reverse span:nth-of-type(5) {
	animation-delay: .2s;
}
.animate-in span:nth-of-type(6), .animate-in-reverse span:nth-of-type(14), .animate-out span:nth-of-type(6), .animate-out-reverse span:nth-of-type(6) {
	animation-delay: .25s;
}
.animate-in span:nth-of-type(7), .animate-in-reverse span:nth-of-type(13), .animate-out span:nth-of-type(7), .animate-out-reverse span:nth-of-type(7) {
	animation-delay: .3s;
}
.animate-in span:nth-of-type(8), .animate-in-reverse span:nth-of-type(12), .animate-out span:nth-of-type(8), .animate-out-reverse span:nth-of-type(8) {
	animation-delay: .35s;
}
.animate-in span:nth-of-type(9), .animate-in-reverse span:nth-of-type(11), .animate-out span:nth-of-type(9), .animate-out-reverse span:nth-of-type(9) {
	animation-delay: .4s;
}
.animate-in span:nth-of-type(10), .animate-in-reverse span:nth-of-type(10), .animate-out span:nth-of-type(10), .animate-out-reverse span:nth-of-type(10) {
	animation-delay: .45s;
}
.animate-in span:nth-of-type(11), .animate-in-reverse span:nth-of-type(9), .animate-out span:nth-of-type(11), .animate-out-reverse span:nth-of-type(11) {
	animation-delay: .5s;
}
.animate-in span:nth-of-type(12), .animate-in-reverse span:nth-of-type(8), .animate-out span:nth-of-type(12), .animate-out-reverse span:nth-of-type(12) {
	animation-delay: .55s;
}
.animate-in span:nth-of-type(13), .animate-in-reverse span:nth-of-type(7), .animate-out span:nth-of-type(13), .animate-out-reverse span:nth-of-type(13) {
	animation-delay: .6s;
}
.animate-in span:nth-of-type(14), .animate-in-reverse span:nth-of-type(6), .animate-out span:nth-of-type(14), .animate-out-reverse span:nth-of-type(14) {
	animation-delay: .65s;
}
.animate-in span:nth-of-type(15), .animate-in-reverse span:nth-of-type(5), .animate-out span:nth-of-type(15), .animate-out-reverse span:nth-of-type(15) {
	animation-delay: .7s;
}
.animate-in span:nth-of-type(16), .animate-in-reverse span:nth-of-type(4), .animate-out span:nth-of-type(16), .animate-out-reverse span:nth-of-type(16) {
	animation-delay: .75s;
}
.animate-in span:nth-of-type(17), .animate-in-reverse span:nth-of-type(3), .animate-out span:nth-of-type(17), .animate-out-reverse span:nth-of-type(17) {
	animation-delay: .8s;
}
.animate-in span:nth-of-type(18), .animate-in-reverse span:nth-of-type(2), .animate-out span:nth-of-type(18), .animate-out-reverse span:nth-of-type(18) {
	animation-delay: .85s;
}
.animate-in span:nth-of-type(19), .animate-in-reverse span:nth-of-type(1), .animate-out span:nth-of-type(19), .animate-out-reverse span:nth-of-type(19) {
	animation-delay: .9s;
}




.animate-in span {
	opacity: 0;
	transform: translate(0, -100px) scale(0);
	animation: smoothdropin 2s forwards;
}

@keyframes smoothdropoutreverse {
	
	0% {
		transform: translate(0, -100px) scale(.1);
		opacity: 0;
	}
	
	30% {
		transform: translate(0, -100px) scale(.1);
		opacity: 0.2;
	}

	70% {
		transform: translate(0, 5px) scale(.9);
		opacity: 0.8;
	}

	100% {
		transform: translate(0, -0px) scale(1);
		opacity: 1;
	}
}

.animate-in-reverse span {
	opacity: 1;
/*	transform: translate(0, -100px) scale(0);
*/	animation: smoothdropinreverse 2s forwards;
}

@keyframes smoothdropout {
	30% {
		transform: translate(0, 5px) scale(.9);
		opacity: 0.8;
	}

	70% {
		transform: translate(0, -100px) scale(.1);
		opacity: 0.2;
	}

	100% {
		transform: translate(0, -100px) scale(0);
		opacity: 0;
	}
}

.animate-out span {
	opacity: 1;
/*	transform: translate(0, 100px) scale(0);
*/	animation: smoothdropout 2s forwards;
}

@keyframes smoothdropinreverse {
	30% {
		transform: translate(0, -5px) scale(.9);
		opacity: 0.8;
		}

	70% {
		transform: translate(0, 100px) scale(.1);
		opacity: 0.2;
	}

	100% {
		transform: translate(0, 100px) scale(0);
		opacity: 0;
	}
}

.animate-out-reverse span {
	opacity: 0;
/*	transform: translate(0, 100px) scale(0);
*/	animation: smoothdropoutreverse 2s forwards;
}

@keyframes smoothdropin{
	
	0% {
		transform: translate(0, 100px) scale(.1);
		opacity: 0;		
	}

	30% {
		transform: translate(0, 100px) scale(.1);
		opacity: 0.2;		
	}

	70% {
		transform: translate(0, -5px) scale(.9);
		opacity: 0.8;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}


/*|||||||||||||||||||||||||||||||||||||||||||||||newsbox||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#newsbox{
	display: block;
	position: relative;
	width:80vw;
	height: auto;
    margin: 0 auto;
	}
#newsbox .news{
	display:block;
}

/*#newsboxpic::before {
	content: '';
    display: block;
    position: absolute;
    width: 800px;
	height: 600px;
    right: 40px;
    top: 40px;
    padding: 0;
	z-index: -2;
	background-color: var(--mint);
}*/
#newsboxpic{
    display: block;
    position: absolute;
    width: 800px;
    height: 600px;
    left: 50vw;
    top: 0;
    margin-top: calc( 150vh - 240px);
    padding: 0;
    z-index: 1;
	border: 25px solid #fff;
    box-shadow: 3px 3px 5px #0000004a;
}

#newsboxh{
	display: block;
	width: 600px;
}
#newsboxbtn{
	display: block;
	width: fit-content;
    margin: 0px auto 0 170px;
	}
#b0{
	float: left;
}
#newsboxh h2 {
    display: block;
    position: relative;
    width: auto;
	max-width: 600px;
    height: auto;
	margin: 0;
	top: 20px;
    left: 170px;
    z-index: 3;
	color:var(--darkgrey);
	vertical-align: top;
}

#newsboxp a{
		color:var(--darkgrey);

}

#newsboxp p{
	clear: both;
    display: block;
    position: relative;
    width: 600px;
    height: fit-content;
    opacity: 1;
    font-family: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    text-align: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    padding: inherit;
    margin: inherit;
	color:var(--darkgrey);
    text-rendering: inherit;
    top: 40px;
	left: 170px;
	z-index: 3;
	vertical-align: top;
}

.animate-in span#newsboxh, .animate-in span#newsboxp{
/*	     display: contents; 
*/} 


/*|||||||||||||||||||||||||||||||||||||||||||||||FOOD||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#food{
	background-color: var(--transblue);
	position: relative;
    display: block;
}
#pix2{
    width: 100vw;
    height: auto;
    background-image: url(../img/jpg/bg/BG_Food.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.5;
	z-index: 0;
}

#monatsmenu{
	position: absolute;
	display: block;
	height: auto;
	width: 100vw;
	top: 20px;
}

#pix3{
	display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../img/jpg/home/Vinteum_Speisekarte_Pfifferling_01.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    z-index: 2;
    top: -100vh;
	}

#monatspic::before{
	display: block;
	position: relative;
	content: "";
    width: auto;
	height: 100vh;
	background-image: url(../img/jpg/home/Vinteum_Speisekarte_Pfifferling_02.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
	z-index: 1;
	mix-blend-mode: multiply;
	}

#monatstext{
	display: block;
	position: absolute;
	width: 50vw;
    top: 115px;
    padding: 0 150px;
	z-index: 3;
	}

#monatstext h1{
/*	color: var(--darkblue);
*/	padding: 50px 0 50px 0;
	background-color: var(--darkblue);
    color: transparent;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.3);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
#monatstext h2{
/*	color: var(--darkblue);
*/}
#monatstext p{
	margin: 0 auto;
    text-shadow: 1px 1px 55px #398bc6;
}

#monatstext span{
	padding: 6px 0;
    display: block;
    width: 25px;
    height: 40px;
    margin: 0 auto;
	}

#monatstext span svg{
	
}

#b1{
    left: calc(50% - 120px);
}


/*|||||||||||||||||||||||||||||||||||||||||||||||SOCIAL||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#socialmedia{
	width:100vw;
	position: relative;
	background-color: var(--blue);
}

#socialmedia h2{
    width: auto;
    padding: 0px 0 20px 0;
    margin: 0 auto;
	text-align: center;
}

#social-links{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100px;
    margin: 0 auto;
	}

#facebook, #instagram{
    margin: 0 auto 0 auto;
	cursor: pointer;
}

#facebook img{
    width: 30px;
    height: 30px;
}

#instagram img{
    width: 31px;
    height: 31px;
}
/*|||||||||||||||||||||||||||||||||||||||||||||||FOOTER||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#footer{
	
}

.footer{
	position: relative;
	background-color: var(--black);
	color: var(--white);

}
.footer h6{
    padding: 0px 0 20px 0;
    margin: 0 auto;
	text-align: center;
}

#footer-links{
    width: auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;	
	justify-content: center;
	}

.footer a{
    width: auto;
	cursor: pointer;
	color: var(--white);
	padding: 0 20px;
	font-weight: 200;
}


/*|||||||||||||||||||||||||||||||||||||||||||||||MULTISECTION|||||||||||||||||||||||||||||||||||||||||||||||||||*/


#multisection{
	padding: unset !important;
	overflow-x: scroll;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||TEST||||||||||||||||||||||||||||||||||||||||||||||||||||*/


#test{
	background-color: var(--red);

}






/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||||||||||NEWSSITE||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#newssite{
	margin-left: 0.5%; 
	background-color: var(--white);

	}

.newsheader{
	display:block;
	position: fixed;
	background-color: var(--white);
    width: 100vw;
	left: 0px;
	z-index: 1;
/*	background-image:url("../img/jpg/home/BG_bright.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	}

#newssite h1{
	}

#myBtnContainer{
	padding: 0px 0 10px 115px;
	margin-left: 0.5%;
	}


.newscontainer {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: flex-start;
    overflow: scroll;
    margin-top: 180px;
    padding: 10px;
    left: -10px;
	z-index: 0;
}

.filterDiv {
	display: none; 
	background-color: var(--white);
	color: var(--black);
	height: 400px;
	margin:1% 1% 0 0;
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.35);
	overflow: hidden;
}

.flexm{
	  width: 24%;
}
.flexl{
	  width: 49%;
}

.show {
	display: flex;
}

.btn {
	border: none;
	outline: none;
	padding: 12px 16px;
	cursor: pointer;
	color: var(--darkgrey);	
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid var(--yellow);
}

.btn:hover {
  background-color: var(--transyellow);
}

.btn.active {
  background-color: var(--yellow);
  color: var(--brightwhite);
}



/*******************************************************/

.newspic {
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	overflow: hidden;
}
.newspic img {
	display: block;
	height: 100%;
	width: auto;
	right:100%;
    position: relative;
	transition: all 0.6s ease 0s;
    -webkit-transition-delay: 0.1s;
    -webkit-animation: fadeinLoad 0s 0s forwards;
    animation: fadeinLoad 0s 0s forwards;
	}
#n1 .newspic img {
	right: 48%;
}
#n3 .newspic img {
	right: 58%;
}
#welcome .newspic img {
	right:25%;
}
.allnews .newspic img {
	height: 100%;
	width: auto;
	right: 0% !important;
	transition: all 0.4s ease 0s;
    -webkit-transition-delay: 0.0s;
    -webkit-animation: fadeinLoad 0s 0s forwards;
    animation: fadeinLoad 0s 0s forwards;
	}

.post-date {
	position: absolute;
	display: block;
	height: 40px;
	width: auto;
    padding: 0 10px;
	top: 10px; 
	left: 10px;
	background:#ffffffbb;
    -webkit-transition-delay: 0.05s;
	-webkit-transition: height .5s !important; /* Safari */
   	transition: height .5s !important;
	z-index: 1;
	
	}
.post-date h5 {
	margin-top: 12px !important;
}

.news {
	position: relative;
	overflow: hidden;
	zoom:1;
	max-width: 400px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition-delay: 0.05s;
    -webkit-animation: fadeinLoad 0.7s 0.2s forwards;
    animation: fadeinLoad 0.7s 0.2s forwards;
	}

.news figcaption::before {
	content: "";
	display: block;
	position: absolute;
	left: -10px;
    top: 10px;
    width: 100%;
    height: 100%;
	background-color: #ffac91bf;
	z-index: -1;
	}
.news figcaption {
	position: absolute;
	top:230px;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 30px);
	height: auto;
	background-color: #ffc95e8c;
	transition: all 0.5s;
	-webkit-transition-delay: 0.05s;
    -webkit-animation: fadeinLoad 0.7s 0.2s forwards;
    animation: fadeinLoad 0.7s 0.2s forwards;
	}

.slidedetail{
	display: block;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.news figcaption h4{
	padding: 0px 20px 0 0px;
}

.news figcaption h2 {
    width: 100%;
    margin: 20px 0 0px 0;
    padding: 0 30px 15px 15px;
	transition: all 0.5s;
    -webkit-transition-delay: 0.05s;
    -webkit-animation: fadeinLoad 0.7s 0.2s forwards;
    animation: fadeinLoad 0.7s 0.2s forwards;
}

.ndetail {
	display:none;
	position: relative;
	width: 90%;
	height:0px;
	overflow: hidden;
}
.ndetail p {
	text-align: left;
	margin: 0 0 0 15px;
}

.ndetail a, #newsboxp a{
	font-size: 1rem;
    font-weight: 600;
    line-height: 28px;
	float: unset;
    white-space: nowrap;
    display: initial;
}


.slidenews {
	display: block;
	position: relative;  
	z-index: 1;	
	}

.shownews {
	display: block;
	position: relative;  
	height: auto;
	  }

.allnews{
	width: 49%;
	max-width:800px;
}
 
.showdate{
	-webkit-transition-delay: 0.05s;
}

 
.nspeisekarte {
	background-color: var(--transblue)!important;
}
.nspeisekarte::before {
	background-color:  var(--transbluedark)!important;
}
.njobs {
	background-color: var(--transsilver)!important;
}
.njobs::before {
	background-color:  var(--transgrey)!important;
}



.newsfeed a {
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  position: absolute;
	  z-index: 1;
	  }
#newsa, #newsa2, #newsa1 {
	position:relative;
	text-transform: uppercase;
	font-size: 1rem;
	text-decoration: none;
	color:#d9b49c;
}


/*|||||||||||||||||||||||||||||||||||||||||||||||FORM||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#kontakt {
	background-color: var(--lightgrey);
	background-image: url("../img/jpg/bg/BG_kontakt.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: soft-light;
}
#kontakt h1 {
    margin-top: 115px;
/*    color: var(--brightwhite);
*/	background-color: var(--darkblue);
    color: transparent;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.3);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

#kontakt p {
	max-width: 1000px;
	margin: auto auto 20px auto;
	text-align: left;
}

#kontakt a {
	font-size: 1rem;
	float: none;
	white-space: nowrap;
	display: inline;
}


#kform {
    position: relative;
    display: block;
    margin: auto;
    width: 70%;
    min-width: 300px;
    max-width: 1000px;
}
#kform h1{
    color: var(--brightwhite);
    text-align: left;
}



#kform hr, #hrframe1, #hrframe2 {
	width: 800px;
}

#kform .vhr {
	display: block;
	position: relative;
	width: 2px;
	height: 100px;
    margin-top: 16px;
	background-image: linear-gradient(transparent, white, white, white, transparent);
	border: unset;
	float: left;
}

#kform #tm2 .vhr {
    margin-top: calc(84px - 70px);
    height: 140px;

}

#kform p{
    display: block;
    position: relative;
    width: 100px;
    margin: unset;
    text-align: left;
}
.kformdetail{
	float: left;
}


input, select, textarea {
    padding: 30px 0 30px 30px;
    width: calc(50% - 21px);
	height: 80px;
    font-size: 17px;
    margin: 25px 0; 
    border: unset;
    background:  var(--transbluegrey) !important;
	float: left;
	color: var(--brightwhite) !important;
	letter-spacing: 0.05rem;
    font-family: 'Nunito', sans-serif !important;
    text-rendering: geometricPrecision;
    text-transform: uppercase;	
	-webkit-appearance: none;
    -moz-appearance: none;
    -webkit-text-fill-color: var(--brightwhite);
	-moz-text-fill-color: var(--brightwhite);
	transition: all 0.5s;
	-webkit-transition-delay: none;
    -webkit-animation: none;
    animation: none;
}

input p, textarea {
	color: var(--brightwhite);
}

#kdmrow2 p{
	float: left;
    width: auto;
}

#nname, #tel, #kformdetail3, #kformdetail5{
    margin: 25px 0px 25px 20px; 
}

#vname, #fname, #email, #kformdetail1 {
    margin: 25px 20px 25px 0px; 
}

#kformdetail2{
	margin: 25px 20px 25px 20px; 
}
#kformdetail4{
    margin: 25px 0px 25px 0px; 
}

#date, #time, #number, #anlass, select{
	margin: 10px 0px 0 0; 
}
#radiobtn{
    display: block;
    position: relative;
    height: 30px;
    margin: 10px 0;
}

#radiobtn p{
    display: block;
    position: relative;
    margin: 0px 40px 0 0px;
	padding: unset;
}

#essensart{
    display: block;
    position: relative;
    width: 400px !important;
    padding: unset !important;
    text-align: left;
    white-space: normal;
    float: unset !important;
	
}
.speiseart{
    /* -webkit-appearance: radio; */
    display: block;
    position: relative;
    padding: unset;
    width: 20px !important;
    height: 20px;
    margin: 3px 10px 0px 0px;
    background-color: var(--transbluegrey) !important;
}
.speiseart:checked {
    display: block;
    position: relative;
    padding: unset;
    margin: 3px 10px 0px 0px;

}
.speiseart::before{
    /* -webkit-appearance: radio; */
    display: block;
    position: relative;
    content: "";
	    margin: 8px 14px 6px 5px;
    padding: unset;
    width: 10px !important;
    height: 10px;
    background-color: unset !important;
}

.speiseart:checked::before{
    display: block;
    position: relative;
    background-color: var(--brightwhite)!important;
    width: 10px !important;
    height: 10px !important;
    margin: 5px 0px 5px 5px;

}

 #kdmrow2 select {
    width: auto;
    padding: 30px 30px 30px 30px;
}

#kdmrow2 #anlass {
    margin: unset; 
	float: none;
	padding: unset;
	height: unset;
}

#kdmrow1, #kdmrow2 {
	display: block;
	position: relative;
	width: fit-content;
	max-width: 600px;
	height: 170px;
	margin: 0 auto;
}
#kdmrow2 {
	max-width: 100%;
}

#message{
	width: 100%;
	min-width: 400px;
	min-height: 200px;
	height: 340px;
	magrin: 0 auto; 
}



input:-internal-autofill-selected {
    background-color: blue !important;
}

#cname{
    width: calc(100% - 1px);
}


/* Mark input boxes that gets an error on validation: */
input.invalid, textarea.invalid {
  background-color: var(--transyellow) !important;
}

/* Hide all steps by default: */
.tabmenu {
  display: none;
  min-height: 400px;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: var(--darkblue);
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: var(--darkgreen);
}

.kbutton {
    overflow: hidden;
    float: right;
    width: calc(100% - 0px);
    margin: 25px 0px;
	}
.kstep {
	display: block;
	position: relative;
	width: 100%;
	margin:0;
	text-align: center;
	margin-top: 0px;
	top: -75px;
	overflow: hidden;
	zoom: 1;
}

.kbutton .cta{
	margin: 0px;
	margin-top:20px;
}
#prevBtn{
    display: inline;
    float: left;
    left: 0px;
    margin: unset;
    right: unset;
	}
#nextBtn{
    float: right;
    top: unset;
    left: unset;
    margin-top: unset;
}

select, option {
  -webkit-appearance: none; /* WebKit/Chromium */
  -moz-appearance: none; /* Gecko */
}

/* Internet Explorer 10–11 and Edge */
select::-ms-expand {
  display: none;
}


input:focus, textarea:focus {
    outline: none !important;
	font-size: 21px;
	background: #00274a1f;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px #abb8c5 inset;
	
	box-shadow: #00274a1f;
	transition: background-color 5000s ease-in-out 0s;
	
	transition: all 0.5s;
/*	-webkit-transition-delay: 0.05s;
	-webkit-animation: fadeinLoad 0.7s 0.2s forwards;
	animation: fadeinLoad 0.7s 0.2s forwards; */
}


#tm2 input{
	width:auto;
}

#contact-message {
    position: relative;
    display: none;
	width: 40vw;
    min-width: 400px;
    height: 400px;
    margin: 25px auto;
    z-index: 1;
    border: none;
    top: 0px;
    background-color:  var(--transbluegrey);
    padding: 50px;
}
#contact-message p{
    color: var(--brightwhite);
	text-align: left !important;
}

p.aleft {
    text-align: left;
}

#hrframe1, #hrframe2{
	display:none;
}

.contact-message-display{
	display: block !important;
}

.invisible{
	display: none !important;
}

.visible{
	display:block !important;
}

.grecaptcha-badge{
	display: none !important;
}

/**||||||||||||||||||||||||||||||||||||||||||||||ESSENTRINKEN|||||||||||||||||||||||||||||||||||||||||||||||||||||**/

.split h1 {
 
  position: absolute;
  left: 50%;
  top: 40vh;
  transform: translateX(-50%);
  white-space: nowrap;
	color: var(--brightwhite);
}

.split .cta {
    display: block;
    position: absolute;
    left: 50%;
    top: 55vh;
    transform: translateX(-50%);
    width: fit-content;
    margin: 0;
}


.essentrinken {
  position: relative;
  width: 100%;
  height: 100%;
}

.split {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.split.sleft {
  left:0;
  background: url("../img/jpg/speisekarte/Vinetum_speisen_01.jpg") center center no-repeat;
  background-position-y: 115px;
  background-size: cover;
}

.split.sleft:before {
  position:absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.split.sright {
  right:0;
  background: url("../img/jpg/speisekarte/Vinetum_getraenke_01.jpg") center center no-repeat;
  background-size: cover;
}

.split.sright:before {
  position:absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.split.sleft, .split.sright, .split.sright:before, .split.sleft:before {
  transition: var(--speed) all ease-in-out;
}

.hover-left .sleft {
  width: var(--hover-width);
}

.hover-left .sright {
  width: var(--other-width);
}

.hover-left .sright:before {
  z-index: 2;
}


.hover-right .sright {
  width: var(--hover-width);
}

.hover-right .sleft {
  width: var(--other-width);
}

.hover-right .sleft:before {
  z-index: 2;
}



@media(max-width: 800px) {
  h1 {
    font-size: 2rem;
  }

  .button {
    width: 12rem;
  }
}

@media(max-height: 700px) {
  .button {
    top: 70%;
  }
}

/**||||||||||||||||||||||||||||||||||||||||||||||Speisekarte|||||||||||||||||||||||||||||||||||||||||||||||||||||**/


#speisekarte {
	display: block;
	position: relative;
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	top:115px;
	background-color: var(--darkgrey);
    background-image: url(../img/jpg/bg/BG_kontakt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: soft-light;
	}
#speisekarte-wrapper{
	display: block;
	position: relative;
	width: auto;
	height: 84vh;
    margin: 40px 0px 0 0px;
	overflow-y: scroll;
	}
#speisekarte table {
	display: block;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	top: -0px;
	}
.gang{
	margin: 40px 0 0 40px
}
#gangv{
	margin: 0px 0 0 40px
}
.gang::before{
	content: "";
    display: block;
    position: fixed;
    height: 130px;
    width: 100vw;
    z-index: 1;
    background-color: var(--mint);
    left: 0;
    top: 115px;
	}
.tableheader{
	width: fit-content;
	position: sticky !important;
	top: 4px !important;
	text-align: left;
	padding: 0;
	margin: -50px auto 0px auto !important;
	z-index: 2;
	}
#fingerfood .tableheader{
/*	margin: -128px auto 0px auto !important;
*/	}
.tableheader tr{
	z-index: inherit;
	}
.tableheader th{
	z-index: inherit;
	padding: 0;
	}
.gerichte {
	position: relative;
	overflow-x: auto;
    margin: 0px 0 0px 0;
	z-index: 0;
	}
#fingerfood .gerichte{
	margin: 0px 0 40px 0;
	}
#gangv .gangsorte {
	padding-bottom: 40px;
	}
#fingerfood{
	padding-bottom: 0px !important;
	}
.gangsorte {
	padding-bottom: 80px;
	}
#speisekarte h1 {
	color: var(--brightwhite);
	position: sticky;
	text-align: left;
	top: 0px;
	padding: 0;
	z-index: 2;
}
#speisekarte h2 {
	width: fit-content;
	position: sticky;
	top: 17px;
	text-align: left;
	padding: 0;
	margin: 0px 0 0px 340px;
	z-index: 2;
	}
#fingerfood h2 {
	margin: -40px 0 0px 340px;
}
#gangh h2{
	margin: -40px 0 0px 380px;
}
#gangd h2{
	margin: -40px 0 0px 390px;
}
#speisekarte tr {
	display: block;
    width: auto;
	padding: 15px 0 15px 0;
	}
#speisekarte th{
	display: table-cell;
	text-transform: uppercase;
	width: fit-content;
	min-width: 100px;
	text-align: right;
	padding: 0;
	vertical-align: top;
	line-height: 28px;
	color: var(--brightwhite)
	}
#salate th {
	display: block;
    text-transform: uppercase;
    width: 500px;
    margin: 0 auto;
    margin-left: -260px;
    white-space: nowrap;
    min-width: 100px;
    text-align: left;
    overflow: initial;
    padding: 0;
    vertical-align: top;
    line-height: 28px;
    color: var(--brightwhite);
}
#speisekarte td{
	width: fit-content;
	min-width: 100px;
	text-align: right;
	padding: 0;
	vertical-align: top;
	line-height: 28px;
	color: var(--brightwhite)
	}
#speisekarte td:nth-child(1), #speisekarte th:nth-child(1) {
    min-width: 500px;
	line-height: 40px;
	}
#speisekarte td:nth-child(4), #speisekarte th:nth-child(4) {
	min-width: 50px;
	}
#fleischgerichte th:nth-child(1){
    padding-left: 200px;
}

.gericht-icon{
	content: "";
    position: relative;
    width: 40px!important;
    height: 40px !important;
    left: 15px;
	top: 10px;
    background-color: var(--white);
    border-radius: 20px;
	cursor: pointer;
	}
.vegi-icon{
	background-image: url("../img/svg/Vinetum_vegetarisch.svg");
	background-color: var(--blattgruen);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}
.fisch-icon{
	background-image: url("../img/svg/Vinetum_fisch.svg");
	background-color: var(--iceblue);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}
.fleisch-icon{
	background-image: url("../img/svg/Vinetum_fleisch.svg");
	background-color: var(--lightgreen);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}
.teilen-icon{
	background-image: url("../img/svg/Vinetum_teilen.svg");
	background-color: var(--orange);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}
.dessert-icon{
	background-image: url("../img/svg/Vinetum_dessert.svg");
	background-color: var(--rosa);
	background-size: 24px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: 7px;
}
.vegi-icon:hover{
	background-color: var(--blattgruendark);
}
.fisch-icon:hover{
	background-color: var(--icebluedark);
}
.fleisch-icon:hover{
	background-color: var(--green);
}
.teilen-icon:hover{
	background-color: var(--darkorange);
}
.dessert-icon:hover{
	background-color: var(--darkrosa);
}
.vegi-icon:hover::before{
	content:"Vegetarisch";
}
.fisch-icon:hover::before{
	content:"Mit Fisch";
}
.fleisch-icon:hover::before{
	content:"Mit Fleisch";
}
.teilen-icon:hover::before{
	content:"Für 2 Personen";
}
.dessert-icon:hover::before{
	content:"Dessert";
}.vegi-icon:hover::before, .fisch-icon:hover::before, .fleisch-icon:hover::before, .teilen-icon:hover::before, .dessert-icon:hover::before {
	display: block;
	position: absolute;
	width: 100px;
	height: 60px;
	margin: 6px 0 0 50px;
    text-align: left;
}
#speisekarte dl {
	margin: 0;
	}
#speisekarte dt {
	text-align: left;
	line-height: 28px;
	font-weight: 700;
	}
#speisekarte dd {
	text-align: left;
	margin: 0; 
	}
#speisekarte hr {
	margin: 10px 0px 0px 0px;
	width: auto;
	right: 0px;
	}
.trenner {
    background-image: linear-gradient(90deg, transparent, white, white, white, transparent);
    height: 2px;
	padding: 0 !important;
	}




/**|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||**/



.generalsection{
	display:block;
	position: relative;
	width:100vw;
	height: auto;
	zoom:1;
	background-color: #F8E4A2;
	padding: 20px 40px;
	margin: 0px;
	}

#custommenu{
	float: left;
	}


#wunschmenu {
	display: block;
	position: relative;
	overflow: hidden;
	zoom:1;
    min-width: 400px;
	width:auto;
    min-height: 400px;
	height: auto;
    margin: 0px 20px 0 0 ;
    padding: 20px;
	background-color: #C657E2;
	float: left;
	}
	#wunschmenu .menubaustein{
		width: fit-content;
		}
#bausteinebox{
	display: block;
	position: relative;
	min-width: 400px;
	width: 60vw;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	zoom:1;
	background-color: #435087;
	padding: 20px;
	}
	.menubaustein{
		display: block;
		position: relative;
		background-color: #DEDFFF;
		width: auto;
		height: auto;
		overflow: hidden;
		zoom:1;
		margin:10px; 
		padding: 20px 20px ;	
		}
	#bausteinebox .menubaustein{
		float: left;
	}




.food-pic{
	display: block;
	position: relative;
	width: 100vw;
	margin-top: 27px;
	margin-bottom: 30px;
	left: -40px;
}

.container-fluid {
	padding: 0;
}
.carousel-item {
	margin-right: auto !important;
	padding: 0px;
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	height: 400px;
}
.active {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	height: 400px;
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        display: block;
        visibility: visible;
    }

}

 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}



/*|||||||||||||||||||||||||||||||||||||||||||||||LOCATION||||||||||||||||||||||||||||||||||||||||||||||||||||*/








/*|||||||||||||||||||||||||||||||||||||||||||||||LOCATION||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#one{
	display: block; 
	position: relative;
	background-color: var(--green);
	width:100vw;
	height: 100vh;
	z-index: 2;
	
}
#two{
	display: block;
	background-color: var(--blue);
	width:100vw;
	height: 100vh;
	position: relative;
	z-index:1;

}
#three{	
	display: block;
	position: relative;
	background-color: var(--red);
	width:100vw;
	height: 100vh;
	z-index: 2;

}



