@charset "utf-8";

#begruessung,
#ueber,
#ausschank {
	font-family: bureau-grot, sans-serif;
	color: #111111;
	text-align: center;
	width: 100%;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


#begruessung h1 {
	text-transform: uppercase;
	font-size: 30pt;
	line-height: .9;
	margin-bottom: 15px;
	color: #1a1a1a;
}

#begruessung h2 {
	font-size: 15pt;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1;
}

#begruessung span {
	display: block;
	width: 15%;
	height: 3px;
	background-color: #222222;

}

#begruessung p {
	width: 50%;
	font-size: 12pt;
	color: #0A0A0A;
}

#info {
	width: 100%;
	height: 500px;
	background: url("/src/img/gerste.jpg");
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
}

#info_container {
	width: 70%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #DFDFDF;
}

.info_box {
	background-size: cover;
	background-position: center;
	height: 400px;
	width: 30%;
	font-family: bureau-grot, sans-serif;
	display: flex;
	font-size: 12pt;
	font-weight: 200;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.info_box img {
	height: 50px;
}

.info_box p {
	text-align: center;
	margin: 25px;
	line-height: 1.7;
}

.info_box a {
	display: block;
	font-size: 12pt;
	padding: 8px 16px;
	background: none;
	font-family: bureau-grot, sans-serif;
	border: 2px solid #DFDFDF;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 200;
	color: #DFDFDF;
	outline: none;

	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.info_box a {
	text-decoration: none;
}

.info_box a:hover {
	background: #DFDFDF;
	color: #111;
}

.info_box a:active {
	background: #444;
	border-color: #444;
	color: #DFDFDF;
}

#ueber,
#ausschank {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
}

#ueber_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;
}

#ausschank_text {
	width: 35%;
	height: 100%;
	padding: 0 9% 0 6%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#ueber_text h2,
#ausschank_text h2 {
	text-transform: uppercase;
	font-size: 45pt;
	line-height: .9;
	margin-bottom: 15px;
	color: #1a1a1a;
}

#ueber_text p,
#ausschank_text p {
	font-size: 12pt;
	line-height: 1.8;
	color: #0A0A0A;
}

#ueber_img {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#ausschank_img {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#ausschank a,
#ueber a {
	margin-top: 20px;
	display: block;
	font-size: 12pt;
	padding: 8px 16px;
	background: none;
	font-family: bebas-neue, sans-serif;
	border: 2px solid #111;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	color: #0A0A0A;
	outline: none;

	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

#ausschank a:hover,
#ueber a:hover {
	background: #111;
	color: #555555;
}

#ausschank a:active,
#ueber a:active {
	background: #444;
	border-color: #444;
	color: #0A0A0A;
}

#ueber_img img,
#ausschank_img img {
	width: 70%;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
}

#ueber_img_portrait,
#ausschank_img_portrait {
	width: 100%;
	margin: 30px auto;
	display: none;
	height: auto;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
}

#video {
	width: 1080px;
	max-width: 50%;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
}

#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;
}


@media all and (max-width:1200px) and (orientation:landscape) {
	#info_container {
		width: 90%;
	}

	#ueber_text,
	#ausschank_text {
		width: 40%;
		padding: 0 3% 0 7%;
	}

	#ueber_text h2,
	#ausschank_text h2 {
		font-size: 40pt;
	}

	#ueber_img img,
	#ausschank_img img {
		width: 90%;
	}
}

@media all and (max-width:1000px) and (orientation:landscape) {
	#info_container {
		width: 90%;
	}

	#ueber_text h2,
	#ausschank_text h2 {
		font-size: 35pt;
	}
}

@media all and (max-width:800px) and (orientation:landscape) {
	#info_container {
		width: 100%;
	}

	#ueber_text h2,
	#ausschank_text h2 {
		font-size: 30pt;
	}
}

@media all and (max-width:700px) {
	#begruessung h1 {
		font-size: 9vw;
		letter-spacing: 1vw;
	}
}

@media all and (orientation:portrait) {

	#ueber_img,
	#ausschank_img {
		display: none;
	}

	#ueber_img_portrait,
	#ausschank_img_portrait {
		display: block;
	}

	#ueber_text,
	#ausschank_text {
		width: 50%;
		padding: 0;
	}

	#ueber_text h2,
	#ausschank_text h2 {
		margin-bottom: 0;
	}
}

@media all and (max-width:1200px) and (orientation:portrait) {
	#info_container {
		width: 90%;
	}
}

@media all and (max-width:1000px) and (orientation:portrait) {

	#ueber_text,
	#ausschank_text {
		width: 60%;
		padding: 0;
	}

	#info_container {
		width: 95%;
	}
}

@media all and (max-width:800px) and (orientation:portrait) {

	#ueber_text,
	#ausschank_text {
		width: 70%;
		padding: 0;
	}

	#info_container {
		width: 100%;
	}
}

@media all and (max-width:700px) {
	#info {
		height: auto;
		padding: 25px 0;
	}

	#info_container {
		flex-direction: column;
		width: 100%;
	}

	.info_box {
		width: 100%;
		height: auto;
		padding: 25px 0;
	}

	#begruessung h2 {
		width: 80%;
	}

	#begruessung p {
		width: 80%;
		text-align: left;
	}
}

@media all and (max-width:600px) and (orientation:portrait) {

	#ueber_text,
	#ausschank_text {
		width: 80%;
		padding: 0;
	}

	#ueber_text h2,
	#ausschank_text h2 {
		font-size: 10vw;
	}
}

@media all and (max-width:300px) {
	#begruessung h1 {
		font-family: kepler-std-display, serif;
		font-weight: 600;
	}
}