/* CSS Document */
*{
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}

h1, h2, h3, h4 {
	color:#7E8386;
}

h4 {
	margin-bottom:-10px;	
}

body {
	background-color:#e2e2e2 !important;
}

p, lable, ul, ol, table {
	color:#848D92;
}

ul {
	list-style-type: circle;
	margin-left: -16px;
}

input {
	color:#686C6E;
}

.logo {
	max-height:200px;
	margin-top:-140px;
	margin-bottom:-60px;
}

.logosmall {
	max-height: 80px;
	margin: 0 5px -60px;
	border:1px solid #ccc!important;
}

.w3-hover-light-green:hover {
	color:#000 !important;
	background-color:light-green !important;
}

.section {
	background: url("../Bilder/rebe.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
	padding: 8px 16px 32px;
	word-wrap: break-word
}

.newsletter {
	margin-right: auto;
	margin-left: auto;
}

.footercontact {
	margin:16px auto 16px auto;
}

.image-full-page {
	max-width:90%;
	max-height:90%;
	margin: auto;
}

@media screen and (max-width:450px) {
	#Mobile Small
	body {
		font-size: 1.0em;
	}
	
	.section {
		background-size: 100%;
		max-width: 96%;
	}
	
	.newsletter {
		max-width: 96%;
	}
	
	.footercontact {
		max-width: 98%;
		height:15rem;
	}
	
	footer .left {
		width:62%;
	}

	footer .right {
		width:38%;
	}
	
	.imagehalfleft {
		width:49%;
	}
	
	.imagehalfleftnonfloat {
		width:49%;
	}

	.imagehalfright {
		width:49%;
	}

	.imagehalffull {
		width:49%;
	}

	.imagefull {
		width:100%;
	}

	.imagefullmin {
		display:block;
		width:70%;
		margin-right: auto;
		margin-left: auto;
	}

	.imagefull2 {
		display:block;
		width:80%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.weinpopup {
		height:130px;
		margin-top: 30px;
		clear:both;
	}
	
	.privacy-map {
		width:100%;
		height: 300px;
	}
	
	.portraeit {
		width:120px;
	}
	
	.primediv {
		height: 90px;
		display: flex;
		margin-top: 16px;
		align-items: center;
		justify-content: center;
	}
	
	.erfolg {
		width:60%;
	}
	
	.erfolgmodalcont {
		max-width:90%;
		max-height: 100%;
	}
	
	.erfolgmodal {
		padding-top:5%;
	}

	#banner {
		height:160px;
	}
	
	.bannerleft {
		padding: 60px 30px 60px 10px;
		cursor: pointer;
		font-size: 1.5em;
	}

	.bannerright {
		padding: 60px 10px 60px 30px;
		cursor: pointer;
		font-size: 1.5em;
	}

	.bannerdot {
		padding:8px;
		cursor:pointer;
		margin:0 5px;
	}
	
	.thumbclick {
		width:30% !important;
	}

	.textimageleft {
		float:none;
		width: 30%;
		margin-right: 16px;
		margin-bottom: 5px;
	}
}
@media screen and (min-width:450px) and (max-width:992px) {
	#Mobile
	body {
		font-size: 1.0em;
	}
	
	.section {
		background-size: 100%;
		max-width: 96%;
	}
	
	.newsletter {
		max-width: 96%;
	}
	
	.footercontact {
		max-width: 98%;
		height:15rem;
	}
	
	footer .left {
		width:62%;
	}

	footer .right {
		width:38%;
	}
	
	.imagehalfleft {
		width:49%;
	}
	
	.imagehalfleftnonfloat {
		width:49%;
	}

	.imagehalfright {
		width:49%;
	}

	.imagehalffull {
		width:49%;
	}

	.imagefull {
		width:100%;
	}

	.imagefullmin {
		display:block;
		width:70%;
		margin-right: auto;
		margin-left: auto;
	}

	.imagefull2 {
		display:block;
		width:80%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.weinpopup {
		height:130px;
		margin-top: 30px;
		clear:both;
	}
	
	.privacy-map {
		width:100%;
		height: 300px;
	}
	
	.portraeit {
		width:120px;
	}
	
	.primediv {
		height: 90px;
		display: flex;
		margin-top: 16px;
		align-items: center;
		justify-content: center;
	}
	
	.erfolg {
		width:60%;
	}
	
	.erfolgmodalcont {
		max-width:90%;
		max-height: 100%;
	}
	
	.erfolgmodal {
		padding-top:5%;
	}

	#banner {
		height:160px;
	}
	
	.bannerleft {
		padding: 60px 30px 60px 10px;
		cursor: pointer;
		font-size: 1.5em;
	}

	.bannerright {
		padding: 60px 10px 60px 30px;
		cursor: pointer;
		font-size: 1.5em;
	}

	.bannerdot {
		padding:8px;
		cursor:pointer;
		margin:0 5px;
	}
	
	.thumbclick {
		width:30% !important;
	}
	
	.textimageleft {
		float:left;
		width: 30%;
		margin-right: 16px;
		margin-bottom: 5px;
	}
}

@media screen and (min-width:992px) {
	#Desktop
	body {
		font-size: 1.2em;
	}
	
	.hidenav {
		display:none !important;
	}
	
	.section {
		background-size: 50%;
		max-width: 80%;
	}
	
	.newsletter {
		max-width: 80%;
	}
	
	.footercontact {
		max-width: 80%;
		height:14rem;
	}
	
	footer .left {
		width:50%;
	}

	footer .right {
		width:50%;
	}
	
	.imagehalfleft {
		width:35%;
		margin-left:10%;
	}
	
	.imagehalfleftnonfloat {
		width:35%;
		margin-left:10%;
	}

	.imagehalfright {
		width:35%;
		margin-right:10%;
	}

	.imagefull {
		display:block;
		width:80%;
		margin-left: auto;
		margin-right: auto;
	}

	.imagefullmin {
		width:35%;
		margin-left:10%;
	}

	.imagefull2 {
		display:block;
		width:50%;
		margin-left: auto;
		margin-right: auto;
	}

	.imagehalffull {
		display:block;
		width:35%;
		margin-left: auto;
		margin-right: auto;
	}

	.link-oewm {
		margin-left: 10.2%;
	}
	
	.weinpopup {
		height:170px;
		margin: 30px 10px 64px;
		float:left;
	}
	
	.privacy-map {
		width:700px;
		height: 500px;
	}
	
	.portraeit {
		width:180px;
	}
	
	.primediv {
		height: 90px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.erfolg {
		width:60%;
	}
	
	.erfolgmodalcont {
		height:98%;
	}

	.erfolgmodal {
		padding-top:1%;
	}

	#banner {
		height:400px;
	}
	
	.bannerleft {
		padding: 60px 30px 60px 10px;
		cursor: pointer;
		font-size: 2em;
	}

	.bannerright {
		padding: 60px 10px 60px 30px;
		cursor: pointer;
		font-size: 2em;
	}

	.bannerdot {
		padding:10px;
		cursor:pointer;
		margin:0 10px;
	}

	.lowBreak {
		display:none;
	}

	.textleft {
		width:49.5%;
		float:left;
	}

	.imageright {
		width:49.5%;
	}

	.imagerightsize {
		margin-left:auto;
		margin-right:auto;
		width:70%;
	}
	
	.imagerighttext {
		margin-left:auto;
		margin-right:auto;
		width:70%;
	}
	
	.thumbclick {
		width:15% !important;
	}

	.textimageleft {
		float:left;
		width: 30%;
		margin-right: 16px;
		margin-bottom: 5px;
	}
}

#navbig {
	margin-top:130px;
	z-index:10;
}

#navsmall {
	z-index:10;
	animation-name: opac;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

.anima {
	animation: drop 500ms forwards ease-out;
}

@keyframes drop {
	from {top: -250px;}
	to {
		top:0px;
		background-color: red !important;}
}

.calendar-out {
	animation: cookieAway 2s forwards ease-out;
}

.cookieOut {
	animation: cookieAway 2s forwards ease-out;
}

@keyframes cookieAway {
	from {opacity: 1;}
	to {
		opacity: 0;
		display: none;
	}
}
	
.bannerSlides {
	width: 100%;
}

.erfolgmodalcont {
	background-color:unset;
	width:auto;
}

.erfolgmodal {
	z-index:100;
}

.w3-animate-opacity{animation:opac 3s}@keyframes opac{from{opacity:0.2} to{opacity:1}}
.w3-hover-opacity:hover{opacity:0.80}

button {
	background-color:transparent !important;
	color:inherit !important;
}

.portraeit {
	float:left;
	margin: 0 16px 6px 0;
}

.closeModal, .closeModal:hover {
	background-color:unset !important;
}
.privacy-map {
	border:none; 
}
.slideshowborder {
	border:2px solid #fff!important;
}

.resicon {
	width:50px;
}

.resinput {
	padding:8px;
}

div.w3-col {
	width:50px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

hr {
	border-top:1px solid #dadada;
	clear:both;
}

.textimageright {
	float:right;
	width: 30%;
	margin-left: 16px;
	margin-bottom: 5px;
}

.imagehalfleft {
	clear:both;
	margin-top:16px;
	margin-bottom: 16px;
	float:left;
}

.imagehalfleftnonfloat {
	clear:both;
	margin-top:8px;
	margin-bottom: 8px;
}

.imagehalfright {
	margin-top:16px;
	margin-bottom: 16px;
	float:right;
}

footer .left {
	border-right: 1px solid #7E8386;
	text-align: right;
	float:left;
	padding-right: 1.5%;
}

footer .right {
	padding-left: 1.5%;
	float:right;
}

.linklogo {
	margin-right: 4px;
	width:30px;
	height:30px;
}

.link {
	text-decoration: none;
}

.weinpopupcolor {
	color:#FFFFFF !important;
}

.padding-icon {
	padding:4px 0;
}

.padding-check {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.padding-input {
	padding:4px;
}

.hline {
	clear:both;
	margin: 20px 0;
}

.primeyear {
	margin-bottom: -16px;
}

.navcard {
	z-index: 100;
	margin-top: 42px;
	background-color: hsla(0,0%,100%,0.50);
}

.navpoints {
	padding-left: 30px;
	display: inline-block;
	cursor: pointer;
}

.navpoints:hover > .bars {
	background-color: #757575;
}

.bar1, .bar2, .bar3 {
	width: 22px;
	height: 2px;
	background-color: #fff;
	margin: 5px 0;
	transition: 0.5s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-5px, -5px);
}
.navdrop {
	width: 100%;
	text-align: left;
}

#banner {
  position: relative;
  overflow: hidden;
}

#banner img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%,-50%);
}

#banner img.bannerSlides {
  width: 100%;
  height: auto;
}


#imageModal, .imageModal {
	z-index:1000;
	background-color: rgba(0,0,0,0.8);
}

.imageSlides {
	max-height: 100%;
	max-width:95%;
	width: auto;
	display: block;
	margin: auto;
}

#imageModal .w3-modal-content {
	height:95%;
	background-color: unset;
}

.imagedemo {
	margin-top: 60px;
}

div.privacy-msg p{
	margin:auto;
	width:250px;
	border: 1px solid rgba(203,203,203,0.5);
	border-radius: 5px;
	padding: 5px;
	text-align:center;
	background-color:rgba(203,203,203,0.5);
}

.privacy-map-msg {
	height: 240px;
}

.msg {
	background-color: grey;
}

.notVis {
	display:none;
}

.w3-green, .w3-hover-green:hover {
	background-color: #79B424 !important;
}

.w3-text-green {
	color: #79B424 !important;
}

#cookie-popup { 
	text-align: center; 
	background: rgb(226, 226, 226);
	position: fixed;
	bottom: 0px; 
	left: 0;
	right: 0;
	z-index: 9999;
	font-size:14px; 
	line-height:20px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
   
#cookie-popup.hidden {
	display: none;
}

#calendar-popup {
	display:flex;
	align-items: center;
	justify-content: center;
	background: rgba(226, 226, 226, 0.8);
	width:100%;
	height:100%;
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 9998;
}
   
#calendar-popup.hidden {
	display: none;
}

.close-div {
	position:absolute;
	top: 0;
	right: 0;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
}

.close-button {
	border:none;
	font-size: 2rem;
	color:#454749 !important;
}

input[type="checkbox"] {
	accent-color: #79B424;
	transform:scale(1.5);
}

.dac-text-color {
	color: #FF6600;
}