/*Under Construction Page*/

.underConstruction{
	width:100%;
	height:100vh;
	background-color:black;
	vertical-align:middle;
}

.constImg{
	position:relative;
	left:50%;
	transform: translateX(-50%);
	width:30vw;
	height: auto;
}
.constImg img{
	width:100%;
	height: auto;
}

.constTXT{
	position:relative;
	left:50%;
	transform: translateX(-50%);
	text-align:center;
}

.constTXT p{
	color:white;
}


/*MAP*/

.mapContent{
	top:5vw;
	width:100%;
	left:0;
	position: absolute;
	margin:0;
}

.map{
	width:100%;
	height:auto;
	position: relative;
}
.map img{
	position: relative;
	width:100%;
	height:auto;
	z-index:5;
}

.clear{
	clear: both;
}

.mapInfo{
	width: 20vw;
	position:absolute;
	opacity: 0;
	z-index: 7;
	transition: 0.5s;
	top:20%;
	left:100%;
	background-color: black;
	color: white;
	padding:10px;
	visibility: hidden;
}
.mapInfo h1, .mapInfo h2, .mapInfo p, .mapInfo span{
	color: white;
	line-height: 1;
}

.mapPart{
	clear:both;
	position: absolute;
	width:16%;
}

.mapPart img{
	width: 100%;
	height: auto;
	z-index:6;
	-webkit-filter: drop-shadow(3.5px 3.5px 0 white)
		drop-shadow(-3.5px -3.5px 0 white);
	filter: drop-shadow(3.5px 3.5px 0 white) 
		drop-shadow(-3.5px -3.5px 0 white);

	transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s;
}

.mapPart:hover .mapInfo, .mapPart.hover .mapInfo{
	visibility: visible;
	opacity: 1;
}

.mapPart img:hover{
	width:104%;
	cursor: pointer;
}

.P1{
	top:28.2%;
	left:4.85%;
	width:16%;
}

.P2{
	top:1.5%;
	left:32.29%;
	width:15.79%;

}

.P3{
	top:23%;
	left:52.45%;
	width:23.25%;
}

.P4{
	width:22.6%;
	top:46.75%;
	left:54.3%;
}


/*content*/

.menu, .footer, .content, .globalBox, .mainPageTitel{
	z-index:10;
}
.borderImageL img, .borderImageR img{
	width:100%;
	height: auto;
}

.borderImageL, .borderImageR{
	top:0;
	position: fixed;
	width:20%;
	height:100%;
}

.borderImageL{
	left:0;
}

.borderImageR{
	right:0;
}

.bg-img{
	position:fixed;
	width:100%;
	height:100%;
		background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;;
	left:0;
	top:0;
}

.bg-img img{
	width: 100%;
	height: auto;
}

.mainPageTitel{
	position:fixed;
	top: 50%;
	left:2%;
	width:60%;
	text-decoration: underline;
	white-space: wrap;
	line-height: 1;
	font: 5vw sans-serif;
	color:white;
}


/*BOX*/

.innerBox{
	padding:10px;
	background-color: black;
	position:relative;
	left:0%;
	width:100%;
}

table td{
	padding:10px;
	vertical-align: top;
}

.innerBox, .innerBox p, .innerBox span, .innerBox strong{
	color: white;
}

.globalBox{
	position: fixed;
	background: black;
	overflow: hidden;
	padding:1vw;
	height: auto;
	top: -100%;
	left: -100%;
}

.globalBox p{
	color: rgba(211, 211, 211, 0.9);
	line-height:1;
	font-size: 1vw;
	margin: 0;
	white-space:wrap;
}

.globalBox p strong{
	color: white;
}

.globalBox p a{
	color: white;
	text-decoration: underline;
}


.contentBox{
	width:49%;
}

.left{
	float: left;
}
.right{
	float: right;
}

.contentBox img{
	width: 100% !important;
	height: auto !important;
}

/*General*/
body{
	font: bold 16px sans-serif;
}

h1 {
	color: #1c1d1e;
	font: 700 30px/40px "Lato",sans-serif;
	font-size:2vw;
}

h2 {
	color: #414446;
	font: 700 20px/26px "Lato",sans-serif;
	font-size:1.9vw;
}

h3 {
	color: #414446;
	font: 700 16px/20px "Lato",sans-serif;
	font-size:1.3vw;
}

p{
	font-size:1.3vw;
	line-height:1.5;
	color: black;
}

.inBoxHeader{
	text-decoration: underline;
}

.inBoxContent{
	left:10%;
}

/*Over News Box*/
.mobilOnlyMobilView{
	display: none;
}

.newsBox {
	float: left;
	width: 100% !important;
	height: 45vw;
	left: 0%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#da-thumbs li {
	position: absolute;
	float: left;
	overflow: hidden;
}

.newsFields{
	height: 45vw;
}

.newsFields img{
	width:100%;
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*iFrame*/
.embed-container {
	position: relative; 
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0; 
	overflow: hidden; 
	width: 100%;
	height: auto;
}
.embed-container iframe {

	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
	padding-bottom: 75%;
}
/*overlay*/

.menuLogo{
	position: absolute;
	width: 7%;
	max-height:80%;
	z-index: 500;
	left: 1%;
	top: 50%;
	transform: translateY(-50%);
	transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s;
}
.menuLogo img{
	height: auto;
	width: 25%;
}

.slider .overlay{
	display: none;
}

/*Flying Box*/

.flyInBox{
	position:relative;
	left: -150%;
	width: 100%;
	transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s;
	display:flex;
}

/*accordion*/
.acc-container, .acc-content{
	overflow-x: visible;
	overflow-y:hidden;
}

.acc-container{
	width:100%;
	border-radius:0;
}

.acc-btn {
	background: none;
	border-top: 5px solid black;
	padding: 1% 3%;
	border-bottom: none;
}

.acc-content-inner, .acc-btn{
	padding-left:0;
	padding-right: 0;
}


.acc-content {
	background: white;
}

.selected {
	color: #494949;
}

/*Menu*/
.MenuBar {
	background: black;
	position: fixed;
	top: 0;
	z-index: 300;
	width: 100%;
	height: 10vw;
	transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s;
}
.MenuBar .wrapper{
	position: absolute;
	width: 100%;
	bottom:0;
	height:100%;
}

#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover {
	color:black;
}

.HeaderContent{
	left: 50%;
	position: absolute;
	top: 20%;
	transform: translateX(-50%);
	transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s;
}
.HeaderContent p{
	font-size:2vw;
	color:black;
}

#cssmenu{
	width:100%;
	position:absolute;
	bottom:0;
}

@media(min-width: 769px){
	#cssmenu > ul > li {
		width: 10vw;
		text-align: center;
		left:10%;
	}
}

#cssmenu.small-screen #menu-button {
	background: rgba(219, 220, 209, 1) none repeat scroll 0 0;
	color: #000000;
}

#cssmenu > ul, #cssmenu > ul > li > a {
	background: black;
	color: rgba(211, 211, 211, 0.8);
	font-size:0.7vw;
	transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s;
}


#cssmenu > ul > li> a:active {
	background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
	color: white;
}
#cssmenu > ul > li.active > a {
	background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
	color: white;
}

#cssmenu > ul > li:hover > a::before, #cssmenu > ul > li > a::before {
	background: white;
	color: black;
}

.Kontakt {
	width:7%;
	position: absolute;
	bottom:-3vw;
	right: 2%;
	transform: translateY(-50%);
}
.Kontakt img, .Kontakt a, .Kontakt span{
	float: right;
	width: 50%;
	height: auto;
	clear: both;
	margin-bottom:5%;
	font-size: 0.7vw;
	color: rgba(211,211,211,0.8);
	transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s;
}

.Kontankt span{
	color: rgba(211,211,211,0.8);
	}

/*Content Box*/

.content-box {
	width: 100%;
	position: relative;
}

/*Content*/
.content{
	width: 50%;
	left: 25%;
	position:relative;
	margin-bottom:5vw;
	margin-top:10vw;
}

/*header*/

.header .overlay{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	width: 30%;
	z-index:250;
	overflow: hidden;
	max-height:100%;
}


.slider{
	position:relative;
}


/* Border Right*/

.border-right{
	display:inline;
	width: 20%;
	position: absolute;
	right: 0;
}

/* Border & Menu Left*/

.border-left{
	display: inline;
	width: 20%;
	left: 0;
	position: absolute;
	height: 100%;
}

/*Menu Left*/

.containerMenuLeft{
	display:inline-block;
	max-width:80%;
	top: 100px;
	position: absolute;
	z-index:400;
	font-size:1.1vw;
	transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s;
	white-space:nowrap;
}

.menuLeft{
	list-style-type: none;
	padding-left:1%;
	background-color: rgba(255,255,255, 0.8);
}

.menuLeft li{
	border-bottom:1px solid black;
	padding-bottom: 5px;
	padding-top: 5px;
}

.menuLeft li:last-child{
	border-bottom: none;
}

.menuLeft li a{
	color: rgba(51, 56, 59, 1);
}

.menuLeft li:hover, .menuLeft li a:hover, .menuLeft li a:focus{
	color:rgba(200, 200, 200, 1);
	transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s;
	text-decoration: none;
}

/*footer*/

.footer .wrapper div.bgColor{
	background-color: rgba(249, 246, 244, 1);
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
}

.footer .wrapper {
	display: inline-block;
	position: relative;
	width:100%;
	height: auto;
	width:100%;
}

.footer{
	padding-top:1vw;
	position: fixed;
	width: 100%;
	bottom: 0;
	vertical-align: middle;
	background-color: black;
	text-align:center;
}

.footer p{
	font-size:90%;
	color: white;
	letter-spacing:1.5vw;
}


.footerElement{
	display: inline-block;
	vertical-align: middle;
	width: 32%;

}

/* Shop */

.navbar-fixed-top, #header, body.categories-open #header{
	top:7vw;
}

.weinshopContent{
	left:20%;
	width:60%;
}

.weinshopContent p{
	font-size:1vw;
	}

.weinshopContent h2{
	font-size: 1.5vw;
	}


/*swap mobil/desktop view*/
.desktopViewContent{
	display: block;
}
.mobilViewContent{
	display: none;
}

@media (max-width: 768px){

	/*header*/

	.header .rslides, .HeaderContent{
		display: none;
	}
	.header .overlay{
		z-index: 0;
		width:50%;
		position: relative;
		top:5vh;
		left:50%;
		transform: translate(-50%, 0);
		display: block;
	}

	/*Menu*/

	.MenuBar{
		background: none;
		border-bottom:none;
		height:auto;
	}

	.MenuBar .wrapper, #cssmenu{
		position:relative;
		top:0;
	}

	.menuLogo{
		display: none;
	}

	.MenuBar {
		position: fixed !important;
		top: 0;
		z-index: 200;
		width: 100%;
	}
	.header {
		margin-top: 46px !important;
	}

	#cssmenu.small-screen #menu-button:after {
		border-top:2px solid black;
		border-bottom:2px solid black;
	}

	#cssmenu.small-screen #menu-button:before {
		background: black;
	}

	#cssmenu.small-screen #menu-button.menu-opened:before {
		background: black;
	}

	#cssmenu.small-screen #menu-button.menu-opened:after {
		border-top:2px solid black;
		border-bottom:2px solid black;
	}

	#cssmenu.small-screen #menu-button {
		background: white;
		border-bottom:1px solid black;
		color: #000000;
	}

	#cssmenu ul, #cssmenu ul li, #cssmenu ul li a{
		left:0 !important;
		background:white;
	}
	#cssmenu.small-screen > ul > li:hover > a, #cssmenu.small-screen > ul > li > a:hover {
		background:rgba(0,0,0,1);
		color:white;
	}

	#cssmenu.small-screen > ul, #cssmenu > ul > li > a {
		font-size: 3vw;
	}
	#cssmenu > ul, #cssmenu > ul > li > a {
		color: black;
	}

	.Kontakt{
		display:none;
		height:20px;
		width:10%;
		top:22px;
		transform: translateY(-50%);
		right: 50px;
	}

	.Kontakt a{
		float: right;
	}

	/*footer*/
	.footerElement{
		position: relative;
		float: left;
		width: 100%;
	}

	/*border*/
	.border-left, .border-right{
		width:5%;
	}

	.content{
		width:90%;
		left:5%;
	}

	.inBoxContent{
		margin-left:0%;
	}

	/*Menu left */

	.containerMenuLeft{
		display: none;
	}

	/*swap mobil/desktop view*/
	.desktopViewContent{
		display: none;
	}
	.mobilViewContent{
		display: inline;
	}

	.h1, .h2, .h3, .h4, h1, h2, h3, h4{
		margin:0;
		font-size:6vw;
	}
	p{
		font-size: 5vw;
	}

	/*footer*/
	.footer-center{
		padding-top:30%;
	}
	.footer-left img{
		position:absolute;
		transform: translateX(-50%);
		left: 50%;
		width:50%;
	}

	/*content*/
	.contentBox{
		width:100%;
		float: inherit;
	}

	.acc-content-inner{
		display: block;
	}

	/*Hover*/
	.newsFields, .newsBox {
		height: auto;
		left: 0;
		width: auto;
		float: inherit;
	}
	#da-thumbs {
		height: auto;
	}
	.newsBox li a span {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		color: rgba(255, 255, 255, 0.9);
		display: block;
		font-weight: normal;
		top: 50%;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
		text-transform: uppercase;
		box-shadow: none;
		font-size: 7vw;
		hyphens: none;
		line-height: 1;
		text-align: center;
		position: absolute;
		width: 80%;
		left: 10%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.da-thumbs li{
		margin:0;
	}
	.newsBox li {
		position: relative !important;
		float: inherit !important;
		width: 100% !important;
		height: 85vw !important;
		left: 0 !important;
		top: 0 !important;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.mobilOnlyMobilView{
		display: block;
	}
	.onlyNormalView{
		display: none !important;
	}
}