@charset "utf-8";
body.open{
	overflow-y:hidden;
	overflow-x:hidden;
}

#content{
	padding-top:120px;
}
#braukurs_container{
	width:100%;
	height:600px;
	display:flex;
	justify-content: center;
	align-items: center;
}

#braukurs{
	margin:50px 0;
	height:600px;
	width:600px;
	position:relative;
}
#bottom_img, #top_img{
	height:75%;
	position:absolute;
	box-shadow: 0 0 10px rgba(0,0,0,.8),
    0 0 0 10px #555555;
}
#bottom_img{
	top:0;
	left:0;
}
#top_img{
	bottom:0;
	right:0;
}
#braukurs_text{
	width:30%;
	height:100%;
	padding-left:5%;
	text-align: left;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-family:bureau-grot, sans-serif;
}
#braukurs_text h1{
	text-transform: uppercase;
	font-size:45pt;
	line-height:.9;
	margin-bottom:15px;
	color:#1a1a1a;
}
#braukurs_text p{
	font-size:12pt;
	line-height: 1.8;
	color:#0A0A0A;
}

#info_text{
	margin-top:100px;
	width:100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#info_text h2{
	font-family:bureau-grot, sans-serif;
	text-transform: uppercase;
	font-size:30pt;
	line-height:1;
	color:#1a1a1a;
	text-align: center;
	margin:40px 0;
}
#info_text ul{
	list-style: none;
	padding:0;
}
#info_main{
	margin-bottom:50px;
}
#info_text li{
	margin-bottom:30px;
	text-align: center;
	font-family:bureau-grot, sans-serif;
	font-size:12pt;
	color:#1A1A1A;
	font-weight: 400;
}
#info_second li{
	margin-bottom: 10px;
}
#info_second li button{
	text-transform: uppercase;
	font-family: bebas-neue, sans-serif;
	font-size:15pt;
	background:none;
	border: 2px solid #1A1A1A;
	padding:7px 12px;
	cursor:pointer;
	color:#1A1A1A;
	outline: none;
	text-decoration: none;
	text-align: center;
	
	transition:all .1s ease;
	-o-transition:all .1s ease;
	-moz-transition:all .1s ease;
	-webkit-transition:all .1s ease;
}
#info_second li button:hover{
	background:#1A1A1A;
	color:#666666;
}

#info_text img{
	width:60px;
	margin:0;
	padding:0;
}
#info_text p{
	font-family:bureau-grot, sans-serif;
	font-size:15pt;
	color:#1A1A1A;
	font-weight: 400;
}
#info_text h3{
	font-family:bureau-grot, sans-serif;
	text-transform: uppercase;
	font-size:20pt;
	line-height:1;
	color:#1a1a1a;
	text-align: center;
}
#video{
	width:800px;
	max-width:100%;
}

#content_video{
	width:100%;
	display:flex;
	margin:50px auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	
}
#content_video h3{
	font-family:bureau-grot, sans-serif;
	font-size:30pt;
	line-height:.9;
	color:#1a1a1a;
	margin-bottom:15px;
}
#content_video p{
	text-transform: none;
	font-family:bureau-grot, sans-serif;
	font-size:10pt;
	color:#1a1a1a;
	margin:5px;
}

#termine{
	width:100%;
	display:flex;
	flex-direction: column;
	align-items: center;
	font-family:bureau-grot, sans-serif;
	color:#1a1a1a;
}
#termine h3{
	text-transform: uppercase;
	font-size:30pt;
	line-height:.9;
	margin-bottom:15px;
	
}
#termine p{
	max-width:90%;
}
#termine_container{
	display:flex;
	justify-content: center;
	width:800px;
	flex-wrap: wrap;
}
.monat{
	display:flex;
	margin:10px;
}
.tag{
	width:80px;
	height:80px;
	background:#666666;
	border:2px solid #333333;
	margin:2px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: upgrade, sans-serif;
	cursor:default;
}
.tag.available{
	cursor:pointer;
}
.tag.red{
	background:#755048;
}
.tag.yellow{
	background:#757348;
}
.tag.green{
	background:#4e7252;
}
.tag.done{
	background:#555555;
	opacity:.5;
}
.tag p:nth-child(1){
	font-size:50px;
	font-family: upgrade, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: .9;
	color:rgba(0,0,0,.6);
}
.tag p:nth-child(2){
	text-transform: uppercase;
	font-family: upgrade, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: .9;
	color:rgba(0,0,0,.8);
}
#gutschein{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	background:rgba(0,0,0,.8);
	z-index:9999;
	display:none;
	justify-content: center;
	align-items: center;
}
#gutschein.open{
	display:flex;
}
.gutschein_container{
	position:relative;
	margin:50px auto;
	border-radius: 10px;
	padding:50px;
	width:600px;
	min-height:400px;
	background:#DFDFDF;
	display:flex;
	flex-direction: column;
	justify-content: center;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#444444;
}
.gutschein_container button{
	position: absolute;
	width:30px;
	height:30px;
	top:20px;
	right:20px;
	margin:0;
	padding:0;
	background:none;
	cursor:pointer;
	border:none;
	outline:none;
}
.gutschein_container button img{
	width: 100%;
	opacity:.6;
	margin:0;
	padding:0;
}
#gutscheinRow{
	display:flex;
	align-items: center;
}
#gutscheinRow input{
	display:inline-block;
	margin:0 10px 0 0;
	width:15px;
	height:15px;
}
#gutscheinRow a{
	color:#444444;
}
.gutschein_container button:hover img{
	opacity:.8;
}
.gutschein_container button:active img{
	opacity:1;
}

.gutschein_container h2{
	border-bottom: 1px solid rgba(150,150,150,1.00);
	font-size:25pt;
	padding-bottom:25px;
	margin-top:0;
	padding-right:50px;
}
.gutschein_container h3{
	font-size:16pt;
	margin:20px 0 0 0;
	line-height: 1;
}
.gutschein_container p{
	border-top: 1px solid rgba(150,150,150,1.00);
	padding-top:25px;
	color:grey;
}
.gutschein_container img{
	width:180px;
	margin-top: 15px;
}
.gutschein_container input{
	display:block;
	margin:20px 0;
}
.gutschein_container input[type="number"]{
	line-height: 1.7;
	font-size:16px;
	width:90px;
}

.gutschein_container input[type="submit"]{
	background:rgba(211,211,211,1.00);
	padding:7px 12px;
	border: 2px solid grey;
	outline:none;
	font-size: 12pt;
	font-weight: 400;
	cursor:pointer;
	color:#444444;
}
.gutschein_container input[type="submit"]:hover{
	background:grey;
	color:white;
}
#reservation{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 9999;
	background:rgba(0,0,0,.8);
	display:none;
	justify-content: center;
	align-items: center;
	overflow-y: scroll;
}
#reservation.open{
	display:flex;
}
.braukurs_form_container{
	position:relative;
	margin:50px auto;
	border-radius: 10px;
	padding:100px 50px 50px 50px;
	width:700px;
	min-height:400px;
	background:#DFDFDF;
	flex-direction: column;
	justify-content: center;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";;
	color:#444444;
}
.braukurs_form_container button{
	position: absolute;
	width:30px;
	height:30px;
	top:20px;
	right:20px;
	margin:0;
	padding:0;
	background:none;
	cursor:pointer;
	border:none;
	outline:none;
}
.braukurs_form_container button img{
	width: 100%;
	opacity:.6;
	margin:0;
	padding:0;
}
#gutscheinRow{
	display:flex;
	align-items: center;
}
#gutscheinRow input{
	display:inline-block;
	margin:0 10px 0 0;
	width:15px;
	height:15px;
}
#gutscheinRow a{
	color:#444444;
}
.braukurs_form_container button:hover img{
	opacity:.8;
}
.braukurs_form_container button:active img{
	opacity:1;
}

#braukurs_form{
	width:600px;
	max-width: 100%;
}

.braukurs_form_container h2{
	font-size:25pt;
	margin-top:0;
	line-height: 1;
	padding-right: 50px;
}
.braukurs_form_container h3{
	border-bottom: 1px solid rgba(150,150,150,1.00);
	font-size:16pt;
	margin:20px 0 0 0;
	padding: 0 0 25px 0;
	line-height: 1;
}
.braukurs_form_container h3.green{
	color:#4e7252;
}
.braukurs_form_container h3.yellow{
	color:#757348;
}
.braukurs_form_container h3.red{
	color:#755048;;
}
.braukurs_form_container p{
	border-top: 1px solid rgba(150,150,150,1.00);
	padding-top:25px;
	font-size:12pt;
	color:#222222;
}
.braukurs_form_container img{
	width:180px;
	margin-top: 15px;
}
.braukursRow{
	display:flex;
}
.braukursCodeRow{
	display:flex;
}
.braukurs_form_container input{
	display:block;
	margin:25px 5px 0 0;
	font-size:16px;
	height:27px;
}
.braukurs_form_container input[name="nname"],.braukurs_form_container input[name="vname"]{
	width:190px;
}
.braukurs_form_container input[name="email"],.braukurs_form_container input[name="email2"]{
	width:225px;
	margin-top:10px;
}
.braukurs_form_container input[name="strasse"]{
	width:400px;
}
.braukurs_form_container input[name="plz"]{
	width:98px;
	margin-top:10px;
}
.braukurs_form_container input[name="ort"]{
	width:293px;
	margin-top:10px;
}
.braukurs_form_container input[type="number"]{
	line-height: 1.7;
	width:60px;
}

.braukurs_form_container input[type="submit"], .braukurs_form_container input[type="button"]{
	background:rgba(211,211,211,1.00);
	padding:7px 12px;
	border: 2px solid grey;
	outline:none;
	font-size: 12pt;
	font-weight: 400;
	cursor:pointer;
	color:#444444;
	margin: 20px 5px 20px 0;
	height:auto;
}
.braukurs_form_container input[type="submit"]:hover, .braukurs_form_container input[type="button"]:hover{
	background:grey;
	color:white;
}
input[name="prev"]{
	visibility: hidden;
}
.braukursRow input.invalid{
	background-color:#eebbbb;
}
.braukursCodeRow input.invalid{
	background-color:#eebbbb;
}
.braukursCodeRow button{
	position: static;
	height:33px;
	width:25px;
	margin:5px 0 0 10px;
	color:#222222;
	font-size:13pt;
	font-weight: 500;
	padding:0;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	display:flex;
	justify-content: center;
	align-items: center;
}
.inputCode{
	width:350px;
	margin-top:5px !important;
}
.braukursCodeRow:nth-child(1) .inputCode{
	margin-top:25px !important;
}
.braukursCodeRow:nth-child(1) button{
	margin-top:25px;
}
.tab{
	display:none;
}
.tab a{
	border:none;
	font-size:8pt;
	color:#222222;
}
.tab p{
	font-size:12pt;
	color:#222222;
	font-weight: 500;
	font-family:bureau-grot, sans-serif;
}
.braukurs_form_container input[type=radio] { 
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	margin:0;
	padding:0;
}

/* IMAGE STYLES */
[type=radio] + .radioImg {
	cursor: pointer;
	width:200px;
	height:70px;
	display:flex;
	justify-content: center;
	align-items: center;
	background:#DFDFDF;
	margin:10px 20px 10px 0;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	border: 2px solid #AAAAAA;
}
.radioImg img{
	width:90%;
	margin:0;
}

/* CHECKED STYLES */
[type=radio]:checked + .radioImg{
	outline: 2px solid #222222;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	border: 2px solid #DFDFDF;
}
#zahlung_row{
	display:flex;
}

#button-container{
	width:468px;
	max-width:100%;
	display:flex;
	justify-content: space-between;
}
#tasting{
	width:100%;
	height:auto;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-family: bureau-grot, sans-serif;
	margin: 100px 0;
}
#tasting_text{
	width:30%;
	height:100%;
	padding:0 7% 0 13%;
	text-align: left;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#tasting_text h2{
	text-transform: uppercase;
	font-size:45pt;
	line-height:.9;
	margin-bottom:15px;
	color:#1a1a1a;
}
#tasting_text p{
	font-size:12pt;
	line-height: 1.8;
	color:#0A0A0A;
}
#tasting_img{
	width:50%;
	height:100%;
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
#tasting_img img{
	width:70%;
	filter:drop-shadow(0 0 10px rgba(0,0,0,.3));
}
#tasting_img_portrait{
	width:100%;
	margin:30px auto;
	display:none;
	height:auto;
	filter:drop-shadow(0 0 10px rgba(0,0,0,.3));
}
#tasting_text a{
	font-size:12pt;
	padding:7px 12px;
	margin:15px 0;
	background:none;
	font-family:bureau-grot, sans-serif;
	border: 2px solid #101010;
	text-transform: uppercase;
	cursor:pointer;
	font-weight:300;
	color:#101010;
	outline: none;
	text-decoration: none;
	
	transition:all .2s ease;
	-o-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-webkit-transition:all .2s ease;
}

#buchungsDetails{
	width:650px;
	max-width:calc(95% - 50px);
	padding:50px 25px;
	margin:auto;
	background:#DFDFDF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	border-radius: 10px;
	color:#111111;
}
#buchungsDetails h1{
	font-size:24pt;
	font-weight: 600;
	color:#444444;
	padding-bottom:20px;
}
#buchungsDetails h2{
	font-size:18pt;
	font-weight: 600;
	color:#444444;
}
#buchungsDetails h3{
	font-size:15pt;
	font-weight: 600;
	color:#444444;
	padding-bottom:20px;
}
.bucherInfo{
	padding:20px 10px;
	border-bottom:1px solid #AAAAAA;
}
.bucherInfo table{
	color:#444444;
	font-size: 14pt;
	border-spacing: 10px 5px;
}
.bucherInfo form{
	width:100%;
	display:flex;
	justify-content: center;
}
.bucherInfo input[type="submit"]{
	background:rgba(211,211,211,1.00);
	padding:7px 12px;
	border: 2px solid grey;
	margin-bottom:15px;
	outline:none;
	font-size: 12pt;
	font-weight: 400;
	cursor:pointer;
	color:#444444;
}
.bucherInfo input[type="submit"]:hover{
	background: grey;
	color:white;
}
#braukurs_buchen_form{
	display:flex;
	flex-direction: column;
}
#braukurs_buchen_form a{
	text-decoration: underline;
	color:#444444;
}
#braukurs_buchen_form a:hover{
	color:#222222;
}
#braukurs_buchen_form a:visited{
	color:#444444;
}
#braukurs_buchen_button{
	display:flex;
	justify-content: center;
}
#braukurs_buchen_button span{
	display:block;
	flex-grow:1;
}
@media all and (max-width:1200px) and (orientation:landscape){
	#tasting_text{
		width:40%;
		padding:0 3% 0 7%;
	}
	#tasting_text h2{
		font-size:40pt;
	}
	#tasting_img img{
		width:90%;
	}
}
@media all and (max-width:1100px){
	#braukurs_container{
		flex-direction: column;
		height:auto;
	}
	#braukurs_text{
		padding:0;
		width:50%;
	}
}
@media all and (max-width:1000px) and (orientation:landscape){
	#tasting_text h2{
		font-size:35pt;
	}
}
@media all and (max-width:900px){
	.braukurs_form_container{
		width:85%;
		padding:5%;
	}
}
@media all and (max-width:800px){
	.row:nth-child(2), .row:nth-child(3){
		flex-direction: column;
		margin:0;
	}
	.gutschein_container{
		width:85%;
		padding:5%;
	}
	#termine_container{
		width:100%;
	}
	#tasting_text h2{
		font-size:30pt;
	}
	#content_video{
		width:95vw;
	}
}
@media all and (max-width:790px){
	#content{
		padding-top:0;
	}
	#buchungsDetails{
		margin-top: 20px;
	}
}
@media all and (max-width:700px){
	#bottom_img{
		display:none;
	}
	#braukurs{
		position:static;
		width:100%;
		height:auto;
	}
	#top_img{
		max-width:80%;
		height:auto;
		position:inherit;
		margin:0 10%;
	}
}
@media all and (max-width:600px){
	#braukurs_text{
		padding:0;
		width:80%;
	}
	#braukurs_form_container h3{
		font-size: 9vw;
	}
	.braukursRow{
		flex-direction: column;
	}
	.braukurs_form_container input[name="pers"]{
		max-widht:100%;
	}
	.braukurs_form_container input[name="nname"],.braukurs_form_container input[name="vname"],.braukurs_form_container input[name="email"],.braukurs_form_container input[name="email2"],.braukurs_form_container input[name="strasse"],.braukurs_form_container input[name="plz"],.braukurs_form_container input[name="ort"]{
		width:auto;
		flex-grow: 1;
		margin:5px 0 0 0;
	}
}
@media all and (max-width:500px){
	.row:nth-child(1){
		flex-direction: column;
		margin:0;
	}
	#pers{
		flex-grow:1;
		width:auto;
		margin:0 0 4px 0;
	}
	#date{
		margin:0 0 4px 0;
	}
	#braukurs_form_container{
		width:100%;
		height:calc(100% - 70px);
	}
	#buchungsDetails{
		padding: 25px 10px;
		margin:20px auto;
		max-width: calc(95% - 20px);
	}
	.bucherInfo{
		padding:20px 0px;
	}
}
@media all and (max-width:400px){
	#braukurs_text{
		padding:0;
		width:95%;
	}
	#top_img{
		max-width:90%;
		margin:0 5%;
	}
	#braukurs_text h1{
		font-size:15vw;
	}
	#braukurs_form input{
		font-size:16px;
	}
	.monat{
		margin:5px;
	}
	.tag{
		width:60px;
		height:60px;
	}
	.tag p:nth-child(1){
		font-size:30px;
	}
	.tag p:nth-child(2){
		font-size:14px;
	}
	#tasting_beschreibung h2{
		font-size:10vw;
	}
	#tasting_text{
		width:95%;
	}
}
@media all and (max-width:300px){
	.braukursCodeRow input{
		max-width: 100%;
	}
	.braukursCodeRow{
		flex-direction: column;
	}
	#buchungsDetails{
		overflow-x:scroll;
	}
}
@media all and (max-height:700px){
	#braukurs_form_container h3{
		margin-bottom:0;
	}
	#button-container{
		margin-top:4px;
	}
	#gutschein.open{
		display:block;
		overflow-y:scroll;
	}#reservation.open{
		display:block;
		overflow-y:scroll;
	}
	.gutschein_container{
		margin-top:5%;
	}
	.braukurs_form_container{
		margin-top:5%;
	}
}
@media all and (orientation:portrait){
	#tasting_img{
		display:none;
	}
	#tasting_img_portrait{
		display:block;
	}
	#tasting_text{
		width:50%;
		padding:0;
	}
	#tasting_text h2{
		margin-bottom:0;
	}
}
@media all and (max-width:1000px) and (orientation:portrait){
	#tasting_text{
		width:60%;
		padding:0;
	}
}

@media all and (max-width:800px) and (orientation:portrait){
	#tasting_text{
		width:70%;
	}
}
@media all and (max-width:600px) and (orientation:portrait){
	#tasting_text{
		width:80%;
	}
	#tasting_text h2{
		font-size:10vw;
	}
}
@media all and (max-width:400px) and (orientation:portrait){
	#tasting_text{
		width:95%;
	}
}