/*!
Theme Name: Brauwerk
Theme URI: goanix
Author: able2valence
Author URI: goanix
Description: echt nix jetzt...
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: brau_theme
Tags: all-custom

*/

button,
hr,
input {
	overflow: visible
}

progress,
sub,
sup {
	vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
	box-sizing: border-box;
	padding: 0
}

html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	box-sizing: border-box;
	font-family: 'BrutalType', serif;
	font-size: 30px;
	line-height: 45px;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

.site,
.page {
	height: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

.border-lines {
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 98;
	pointer-events: none;
	top: 0;
	left: 0;
	bottom: 0;
	border-bottom: 37px solid #fff;
	border-left: 34px solid #fff;
	border-top: solid #fff 40px;
	border-right: solid #fff 33px;
}

.header-svg-container svg {
	z-index: 99;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	pointer-events: none;
}

.header-svg-container-mobile svg {
	z-index: 99;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	pointer-events: none;
}

.left-top {
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	top: 0;
	left: 10px;
}

.middle-top {
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	top: 0;
	left: 50%;
}

.right-top {
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	top: 0;
	right: 50px;
}

.right-up {
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	top: 50px;
	right: 0;
}

.right-down {
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	bottom: 0;
	right: 0;
}

.left-bottom {
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	bottom: 0;
	left: 0;
}

hr {
	box-sizing: content-box;
	height: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

*:focus {
	outline: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

@font-face {
	font-family: 'BrutalType';
	src: url('fonts/BrutalType.woff2') format('woff2'),
		url('fonts/BrutalType.woff') format('woff'),
		url('fonts/BrutalType.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BrutalType';
	src: url('fonts/BrutalType-Bold.woff2') format('woff2'),
		url('fonts/BrutalType-Bold.woff') format('woff'),
		url('fonts/BrutalType-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

main {
	background-size: cover;
	background-position: center top;
	height: auto;
}

.mail-tel-wrapper {
	position: fixed;
	margin-top: 120px;
	max-width: 1280px;
	text-align: left;
	left: 50%;
	-webkit-transform: translateX(-50%) translateZ(0);
	transform: translateX(-50%) translateZ(0);
	width: 100%;
	z-index: 9;
	height: 400px;
	pointer-events: none;
	top: 0;
}

.mail-tel-wrapper .mail-field {
	display: block;
	display: inline-block;
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	-webkit-transform: rotate(-90deg) translate(-100%, 0);
	transform: rotate(-90deg) translate(-100%, 0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	left: 0;
	top: 0;
	margin: 0;
	pointer-events: all;
}

.mail-tel-wrapper .tel-field {
	/* display: block; */
	display: none;
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	-webkit-transform: rotate(-90deg) translate(-60%, 0);
	transform: rotate(-90deg) translate(-60%, 0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	left: 0;
	bottom: 0;
	margin: 0;
	pointer-events: all;
}

.social-permanent-wrapper {
	position: fixed;
	bottom: 50px;
	max-width: 1280px;
	text-align: left;
	left: 50%;
	-webkit-transform: translateX(-50%) translateZ(0);
	transform: translateX(-50%) translateZ(0);
	width: 100%;
	z-index: 9;
	pointer-events: none;
}

a.up-arr {
	display: block;
	text-decoration: none;
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 150px;
	pointer-events: all;
}

.social-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	width: 200px;
}

.social-permanent-wrapper a {
	display: inline-block;
	line-height: 0;
	pointer-events: all;
}

.social-permanent-wrapper a img {
	width: 30px;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.social-permanent-wrapper a:hover img {
	opacity: .7;
}

.social-permanent-wrapper span {
	display: inline-block;
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}

@media only screen and (min-width: 1150px) {
.attachment-full {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto 0 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #000;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
	-webkit-text-decoration-color: #EB3B3B;
	text-decoration-color: #EB3B3B;
}

a:focus {
	outline: none 0;
}

a:hover,
a:active {
	outline: none 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-header {
	max-width: 1280px;
	width: 100%;
	margin: 100px auto 0 100px;
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%) translateZ(0);
	transform: translateX(-50%) translateZ(0);
	z-index: 98;
	top: 0;
}

.main-logo {
	position: absolute;
	display: block;
	margin-top: -15px;
	margin-left: -20px;
}

.page-template-page-start .main-logo {
	position: absolute;
	display: block;
	margin-top: -15px;
	margin-left: -35px;
	opacity: 0;
}

.page-template-page-start .main-logo-opacity {
	opacity: 1;
	margin-left: -20px;
}

nav.main-navigation {
	text-align: right;
	margin-right: -10px;
}

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	display: inline-block;
	line-height: normal;
}

.menu li {
	display: inline-block;
	padding: 3px 0 2px 0;
	margin: 0;
	background: #fff;
}

.menu li a {
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 8px 2px 8px;
	color: #000;
}

.menu li a:hover {
	background: #000;
	color: #fff;
}

.menu li.current-menu-parent>a,
.menu li.current_page_item>a,
.menu li.current-menu-item>a,
.post-template-single-beer .menu li.menu-item-82 a {
	background: #000;
	color: #fff;
}

/*--------------------------------------------------------------
## STARTSEITE
--------------------------------------------------------------*/

.start-container {
	padding: 0 65px;
}

.start-inhalt {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto 0 100px;
	padding: 90px 0 90px 0;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.big-logo-start {
	position: absolute;
	max-width: 800px;
	left: 50%;
	top: 47%;
	-webkit-transform: translate(-50%, -47%);
	transform: translate(-50%, -47%);
}

.start-aufmacher {
	max-width: 1380px;
	width: 100%;
	height: 0;
	padding: 0 50px 68% 50px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.beer-trigger {
	position: absolute;
	bottom: 100px;
	width: 1px;
	height: 25px;
}

.seiten-info-wrapper {
	margin-top: 160px;
	overflow: hidden;
}

.seiten-info-text-wrapper {
	background: #fff;
	max-width: 860px;
	padding: 25px;
	float: right;
	margin-top: 150px;
}

.seiten-info-wrapper h2 {
	font-size: 45px;
	line-height: 54px;
	letter-spacing: 0.02em;
	margin-top: 10px;
}

.seiten-info-bild {
	max-width: 670px;
	width: 100%;
	height: 0;
	padding-bottom: 45%;
	background-position: center;
	background-size: cover;
}

.entry-content {
	padding: 0 60px;
}

.start-news-wrapper {
	max-width: 1380px;
	width: 100%;
}

.start-news-wrapper .heading {
	font-size: 135px;
	text-transform: uppercase;
	line-height: 151px;
	letter-spacing: 0.02em;
	font-weight: 700;
	text-align: right;
	margin: 50px 0 80px 0;
}

.start-news-wrapper-items {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.news-item {
	width: 31%;
}

.news-item h2 {
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.news-item p {
	font-size: 25px;
	line-height: 45px;
}

.news-item a {
	font-size: 25px;
	line-height: 45px;
	font-weight: 700;
}

.start-bier-wrapper .heading {
	font-size: 135px;
	text-transform: uppercase;
	line-height: 151px;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin: 130px 0 80px 0;
}

.start-bier-wrapper .two-columns {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.beer-content .heading {
	font-size: 45px;
	text-transform: uppercase;
	line-height: 55px;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.high-img,
.beer-content {
	width: 48%;
}

.beer-content>a {
	display: block;
	margin: 50px 0 110px 0;
	font-weight: 700;
}

.beer-bottle-wrapper {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.beer-bottle-wrapper .beer-bottle-item {
	-webkit-box-flex: 0;
	flex: 0 38%;
	text-align: center;
	margin-bottom: 95px;
}

.beer-bottle-wrapper .beer-bottle-item img {
	max-height: 420px;
}

.beer-bottle-wrapper .beer-bottle-item .beer-link {
	font-size: 23px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.beer-bottle-wrapper .beer-bottle-item span {
	font-size: 20px;
	font-weight: 700;
	display: block;
}

.start-events-wrapper {
	margin: 160px 0 80px 0;
	position: relative;
}

.start-events-wrapper>.heading {
	font-size: 135px;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0.02em;
	font-weight: 700;
	position: absolute;
	-webkit-transform: rotate(-90deg) translate(-100%, 0);
	transform: rotate(-90deg) translate(-100%, 0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	left: 0;
	top: 0;
	margin: 0 0 0 -30px;
}

.post-template-single-beer main.big-background {
	background-image: none !important;
}

.background-beer-bluetooth {
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
	top: 0;
}

.background-beer-bluetooth svg {
	fill: #ececec;
}

.beer-content-wrapper {
	display: -webkit-box;
	display: flex;
	margin-left: 180px;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.beer-content-wrapper>div {
	-webkit-box-flex: 0;
	flex: 0 47%;
}

.beer-content .heading {
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 700;
}

.beer-content .text {
	font-size: 20px;
	line-height: 35px;
}

.start-social-wrapper .heading {
	font-size: 135px;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin: 0 0 60px 0;
	display: inline-block;
}

.start-social-wrapper .name-id {
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 100px;
}

.beer-landing {
	padding: 0 60px;
	margin-top: 300px;
}

.beer-landing-wrapper {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0 auto 130px 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

.left-column {
	width: 50%;
}

.right-column {
	width: 41%;
}

.beer-art {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 0.02em;
	display: block;
}

.beer-landing-wrapper h1 {
	font-size: 79px;
	font-weight: bold;
	line-height: 79px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 10px 0 2px -5px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.beer-wert {
	font-size: 27px;
	line-height: 33px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	display: block;
}

.beer-landing p {
	margin: 35px 0;
	line-height: 35px;
}

.beer-landing-wrapper .balken {
	width: 75px;
	height: 13px;
	background: #000;
}

.buy-me-btn {
	background: #000;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 30px;
	display: inline-block;
}

a.buy-me-btn {
	text-decoration: none
}

a.buy-me-btn:hover {
	text-decoration: none;
	color: #EB3B3B;
}

a.buy-me-btn:visited {
	color: #fff;
}

a.start-mehr-btn {
	margin: 0 auto 120px auto;
	background: #000;
	color: #fff;
	display: inline-block;
	position: relative;
	padding: 10px 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
## ARCHIVE
--------------------------------------------------------------*/

.archive-article-wrapper {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto 0 100px;
	padding: 90px 50px 90px 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

.archive .seiten-info-wrapper {
	margin-top: 210px;
}

.archive .seiten-info-wrapper h2 {
	font-size: 45px;
	line-height: 54px;
	letter-spacing: 0.02em;
	margin-top: 10px;
}

.second-archive-text-wrapper {
	max-width: 800px;
	width: 100%;
}

.second-archive-text-wrapper h1 {
	margin: 290px auto 0 auto;
	font-size: 135px;
	text-transform: uppercase;
	line-height: 151px;
	letter-spacing: 0.02em;
}

.grid-items {
	display: block !important;
}

/*--------------------------------------------------------------
## BEER BASE
--------------------------------------------------------------*/

.beerbase-artikel {
	padding-top: 320px;
	padding-bottom: 100px;
}

.beerbase-info-wrapper {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto 0 100px;
	padding: 140px 0 90px 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

.beerbase-info-wrapper h2 {
	line-height: 55px;
}

.beerbase-info-wrapper .seiten-info-wrapper-v2 {
	margin-top: 110px;
	overflow: hidden;
}

.team-container {
	max-width: 1280px;
	width: 100%;
	left: 50%;
	margin: 240px auto 160px 100px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

.team-container h2 {
	font-size: 135px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.team-container .team-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}

.team-container .team-wrapper::after {
	content: '';
	-webkit-box-flex: 0;
	flex: 0 0 30%;
}

.team-container .team-wrapper>div {
	-webkit-box-flex: 0;
	flex: 0 0 30%;
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 55px;
	margin-bottom: 100px;
}

.team-container .team-wrapper .team-name {
	margin-top: -50px;
}

.plan-wrapper {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto 0 100px;
	padding: 90px 0 0 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
}

.plan-wrapper a {
	display: block;
	margin-right: 80px;
}

.plan-wrapper>div {
	width: 100px;
	position: relative;
}

.plan-wrapper>div h2 {
	font-size: 135px;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0.02em;
	font-weight: 700;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	left: 0;
	top: 0;
	margin: 0 0 0 -30px;
	white-space: nowrap;
}

/*--------------------------------------------------------------
## INFO SEITE
--------------------------------------------------------------*/

.info-content-wrapper {
	max-width: 1280px;
	width: 100%;
	display: -webkit-box;
	display: flex;
	position: relative;
	left: 50%;
	margin: 315px auto 90px 100px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.info-content-wrapper>div {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
}

.info-content-wrapper>.info-right-column {
	padding-left: 100px;
}

.info-content-wrapper>.info-right-column p {
	margin-top: 0;
}

.info-img-left {
	background-position: center;
	background-size: cover;
	height: 0;
	padding-bottom: 50%;
}

.above-content {
	display: -webkit-box;
	display: flex;
	font-size: 20px;
	line-height: 35px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}

.info-sub-right-column,
.info-sub-left-column {
	-webkit-box-flex: 0;
	flex: 0 0 48%;
}

.below-content input,
textarea {
	font-size: 15px;
	text-transform: uppercase;
	opacity: 1;
	color: #000;
	border: 2px solid #000;
	padding: 10px 10px 7px 10px;
	margin-bottom: 20px;
	-webkit-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.below-content input:hover,
textarea:hover {
	border: 2px solid #999;
}

.below-content input:focus,
textarea:focus {
	border: 2px solid #3711D9;
	outline: 0 none;
}

span.wpcf7-not-valid-tip {
	color: #EB3B3B;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: normal;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 0 none;
	margin: 0;
	padding: 0;
	color: #EB3B3B;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: normal;
}

form.wpcf7-form {
	margin-bottom: 40px;
}

div.wpcf7-mail-sent-ok {
	margin: 0;
	font-size: 17px;
}

.below-content textarea {
	margin-top: 10px;
	margin-bottom: 0;
}

.below-content input[type=submit] {
	background: #000;
	color: #fff;
	width: 190px;
	border: 0 none;
	cursor: pointer;
}

.below-content input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	text-transform: uppercase;
	opacity: 1;
	color: #000;
}

.below-content input::-moz-placeholder {
	/* Firefox 19+ */
	text-transform: uppercase;
	opacity: 1;
	color: #000;
}

.below-content input:-ms-input-placeholder {
	/* IE 10+ */
	text-transform: uppercase;
	opacity: 1;
	color: #000;
}

.below-content input:-moz-placeholder {
	/* Firefox 18- */
	text-transform: uppercase;
	opacity: 1;
	color: #000;
}

.below-content textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	text-transform: uppercase;
	opacity: 1;
	color: #000;
}

.below-content textarea::-moz-placeholder {
	/* Firefox 19+ */
	text-transform: uppercase;
	opacity: 1;
	color: #000;
}

.below-content textarea:-ms-input-placeholder {
	/* IE 10+ */
	text-transform: uppercase;
	opacity: 1;
	color: #000;
}

.below-content textarea:-moz-placeholder {
	/* Firefox 18- */
	text-transform: uppercase;
	opacity: 1;
	color: #000;
}

.below-content input {
	width: 55%;
}

.below-content textarea {
	width: 90%;
}

/*--------------------------------------------------------------
## CUSTOMIZED
--------------------------------------------------------------*/

.custom-content-wrapper {
	max-width: 1280px;
	width: 100%;
	position: relative;
	left: 50%;
	margin: 15px auto 90px 100px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
	gap: 65px;
}

.page-template-page-customized h1 {
	text-align: center;
	margin-bottom: 180px;
	margin: 190px auto 0 auto;
	font-size: 135px;
	text-transform: uppercase;
	line-height: 151px;
	letter-spacing: 0.02em;
	position: relative;
}

.page-template-page-customized h1::after {
	content: '';
	position: absolute;
	width: 80px;
	height: 11px;
	background: #000;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -40px;
}

.second-customized-text-wrapper {
	margin-bottom: 180px;
}

.massive-navigation {
	display: grid;
}

.massive-navigation ul {
	display: grid;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px;
}

.massive-navigation ul li {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.massive-navigation ul li a {
	display: block;
	background: #D1D1D1;
	text-align: center;
	text-decoration: none;
	font-size: 55px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	width: 100%;
	height: 100%;
}

.massive-navigation ul li a::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.massive-navigation ul li a:hover::after,
.massive-navigation ul li a.custom-current::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #000;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.massive-navigation ul li:last-of-type a:hover::after,
.massive-navigation ul li:last-of-type a::after {
	width: 0;
	height: 0;
	border: 0 none;
}

.massive-navigation ul li a:hover,
.massive-navigation ul li a.custom-current {
	display: block;
	background: #000;
	cursor: pointer;
}

.massive-navigation ul li a:hover span,
.massive-navigation ul li a.custom-current span {
	color: #fff;
	cursor: pointer;
}

.massive-navigation ul li a span {
	display: block;
	width: 100%;
    padding: 0 25px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.headline-wrapper {
	max-width: 1280px;
	width: 100%;
	position: relative;
	left: 50%;
	margin: 15px auto 90px 100px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.headline-wrapper h2 {
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.headline-wrapper p {
	margin-top: 0;
}

.custom-right-column {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 3px;
}

.version-main-content {
	position: relative;
	display: none;
}

.version-main-content {
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/*--------------------------------------------------------------
## NEWS ARTIKEL
--------------------------------------------------------------*/

.grid-post-item .hover-inner .title,
.grid-post-item .hover-inner .title a {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.grid-post-item .hover-inner .title:hover,
.grid-post-item .hover-inner .title a:hover {
	color: #EB3B3B;
}

.post-template-single-news .entry-content {
	padding: 0;
}

.news-artikel {
	padding-top: 320px;
	padding-bottom: 10px;
}

.news-artikel h1 {
	margin: 350px auto 0 100px;
	max-width: 1280px;
	width: 100%;
	font-size: 135px;
	text-transform: uppercase;
	line-height: 151px;
	letter-spacing: 0.02em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

.artikel-aufmacher {
	max-width: 1280px;
	width: 100%;
	height: 0;
	padding-bottom: 34%;
	margin: 0 auto 0 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

.content-column-first-wrapper {
	max-width: 1280px;
	width: 100%;
	display: -webkit-box;
	display: flex;
	position: relative;
	left: 50%;
	margin: 0 auto 0 100px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.grid-post-item.thumbnail .title+.excerpt {
	margin-top: 15px;
	display: none;
}

.excerpt-wrapper p {
	font-size: 45px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}

.content-column-first-wrapper>div,
.content-column-first-wrapper>p {
	width: 48%;
}

.content-column-first-wrapper .date {
	display: inline-block;
	font-size: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: bold;
}

.content-column-first-wrapper>p {
	padding-right: 65px;
	padding-top: 14px;
}

.post-template-single-news .attachment-full {
	margin-top: 50px;
}

.zusatz-nach-content-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 1280px;
	width: 100%;
	margin: 50px auto 50px 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

.zusatz-nach-content-wrapper>div {
	width: 48%;
}

.zusatz-nach-content-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zusatz-nach-content-wrapper ul li span:first-child {
	font-weight: bold;
}

.zusatz-nach-content-wrapper ul li span:first-child::after {
	content: ':';
}

.zusatz-right-column {
	padding-top: 40px;
}

.zusatz-bild {
	width: 100%;
	height: 0;
	padding-bottom: 85%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
## EVENTS
--------------------------------------------------------------*/

.events-site-wrapper {
	max-width: 1280px;
	width: 100%;
	margin: 350px auto 80px 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

.events-site-wrapper h1 {
	margin: 350px auto 0 auto;
	max-width: 1280px;
	width: 100%;
	font-size: 135px;
	text-transform: uppercase;
	line-height: 151px;
	letter-spacing: 0.02em;
}

.top-events-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.top-events-header .heading {
	font-size: 45px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.top-events-content {
	width: 58%;
	padding: 25px 0;
}

.top-events-img {
	height: auto;
	background-size: cover;
	background-position: center;
	width: 40%;
}

.page-template-page-events .entry-title {
	margin: 280px 0 0 -9px;
}

.page-template-page-events .entry-content {
	padding: 0;
	max-width: 970px;
	width: 100%;
}

.event-content .heading {
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: bold;
}

/* EVENTHOCH */

.event-hoch-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
}

.event-hoch-wrapper .event-content {
	width: 40%;
}

.event-hoch-wrapper .event-content .text {
	font-size: 20px;
	line-height: 35px;
}

.event-hoch-wrapper .heading-wrapper {
	width: 10%;
	position: relative;
	overflow: hidden;
}

.event-hoch-wrapper h2 {
	font-size: 114px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transform: rotate(-90deg) translate(-100%, 0);
	transform: rotate(-90deg) translate(-100%, 0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	margin: 0;
	line-height: 130px;
	top: 0;
	left: 0;
	position: absolute;
}

.event-hoch-wrapper .bg-image {
	width: 45%;
	height: auto;
	background-position: center;
	background-size: cover;
}

/* EVENTQUER */

.right-heading {
	width: 100%;
	text-align: right;
	font-size: 114px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 141px;
	margin-top: 100px;
	margin-bottom: 60px;
}

.event-quer-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
}

.event-quer-wrapper .event-content {
	margin-left: 80px;
	max-width: 710px;
	width: 100%;
}

.event-quer-wrapper .event-content .text {
	font-size: 20px;
	line-height: 35px;
}

.event-quer-wrapper .heading-wrapper {
	width: 100%;
	text-align: right;
}

.event-quer-wrapper h2 {
	font-size: 114px;
	text-transform: uppercase;
	font-weight: bold;
}

.event-quer-wrapper .bg-image {
	padding-bottom: 58%;
	width: 100%;
	height: 0;
	background-position: center;
	background-size: cover;
	margin-bottom: 80px;
}

.event-quer-wrapper .heading,
.event-quer-wrapper .text {
	max-width: 540px;
	width: 100%;
}

.black-window-01 {
	width: 290px;
	background: #000;
	color: #fff;
	padding: 30px 50px 5px 50px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 40px;
}

.black-window-02 {
	max-width: 290px;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 30px 50px 5px 50px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 40px;
}

.black-window-01 span,
.black-window-02 span {
	display: block;
	font-weight: bold;
	font-size: 30px;
}

.black-window-01 a,
.black-window-02 a {
	font-size: 20px;
	color: #fff;
}

.black-window-01 p,
.black-window-02 p {
	margin-top: 5px;
}

.black-window-01 b,
.black-window-01 strong,
.black-window-02 b,
.black-window-02 strong {
	font-size: 30px;
}

.vorbehalt {
	margin-top: 55px;
	font-size: 20px;
	margin-bottom: -50px;
}

/* FEIERN */

.feiern-wrapper {
	max-width: 1280px;
	margin-bottom: 250px;
}

.feiern-wrapper h2 {
	font-size: 114px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 170px;
}

.feiern-wrapper .feiern-text {
	max-width: 970px;
}

.feiern-gallery-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
}

.feiern-gallery-wrapper>div {
	width: 30%;
	height: 0;
	padding-bottom: 30%;
	background-position: center;
	background-size: cover;
	position: relative;
}

.feiern-gallery-wrapper .gal-img span {
	display: block;
	bottom: 0;
	margin: 0 auto -60px auto;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}

/*--------------------------------------------------------------
## BEERS
--------------------------------------------------------------*/

.beers-uebersicht {
	padding-bottom: 90px;
}

.top-beers-content,
.between-beers-content {
	padding: 0 60px;
	width: 100%;
}

.beers-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 1280px;
	width: 100%;
	margin: 280px auto 50px 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

.beers-content .heading {
	font-size: 135px;
	text-transform: uppercase;
	line-height: 151px;
	letter-spacing: 0.02em;
	font-weight: bold;
	margin: 140px 0 45px -9px;
}

.beers-content .text {
	width: 43%;
}

.beers-content .top-beers-img {
	height: 500px;
	background-size: cover;
	background-position: center;
	width: 33%;
	margin-left: 50px;
}

.beers-content .text-hashtags {
	font-size: 20px;
	line-height: 25px;
	text-align: right;
	font-weight: bold;
}

.between-beers-content .beers-content {
	max-width: 1280px;
	width: 100%;
	margin: 280px auto 50px 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

.between-beers-content .beers-content .text {
	width: 70%;
}

.between-beers-content .beers-content .heading {
	font-size: 135px;
	text-transform: uppercase;
	line-height: 151px;
	letter-spacing: 0.02em;
	font-weight: bold;
	margin: -30px 0 30px -9px;
}

.flickity-viewport:focus {
	outline: none;
}

.beers-karussell {
	width: 100%;
	background: #000;
	padding: 0 60px 25px 60px;
}

.beers-karussell a {
	color: #fff;
	font-size: 30px;
	display: block;
	text-transform: uppercase;
	padding: 0 10px 25px 10px;
}

.beer-carousel-cell {
	width: 360px;
	text-align: center;
	margin: 50px 25px 0 25px;
}

.beer-carousel-cell .beer-bg {
	width: 360px;
	height: 540px;
	background-size: cover;
	background-position: center;
	border: solid 3px #707070;
	margin-bottom: 23px;
}

.page-template-default .site {
	padding: 0 60px;
}

.page-template-default .site article {
	max-width: 1280px;
	width: 100%;
	position: relative;
	margin: 350px auto 0 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-template-default .site article .entry-content {
	padding: 0;
}

.beer-next-prev-wrapper {
	max-width: 1280px;
	width: 100%;
	text-align: right;
	position: fixed;
	top: 0;
	margin: 144px auto 0 100px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateZ(0);
	transform: translateX(-50%) translateZ(0);
	z-index: 9;
}

.beer-next-prev-nav {
	display: -webkit-box;
	display: flex;
	float: right;
}

.beer-next-prev-nav a {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

.eng_text p {
	margin-top: -30px;
	font-size: 19px;
	color: #000;
	line-height: 33px;
}

.eng_zusatz p {
	margin-top: -30px;
	font-size: 19px;
	color: #000;
	line-height: 33px;
}

.kostnotiz-wrapper {
	margin-top: 50px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 25px;
	position: relative;
	min-height: 330px;
}

.kostnotiz-wrapper .headline {
	font-size: 30px;
	text-transform: uppercase;
	line-height: normal;
	position: absolute;
	letter-spacing: 0.02em;
	font-weight: 700;
	position: absolute;
	-webkit-transform: rotate(-90deg) translate(-100%, 0);
	transform: rotate(-90deg) translate(-100%, 0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	left: 0;
	top: 0;
	margin: 35px 0 0 20px;
}

.kostnotiz-wrapper .headline h2 {
	line-height: 0;
}

.kostnotiz-wrapper .text {
	margin-left: 80px;
}

.kostnotiz-wrapper .text p {
	margin-top: 6px;
}


/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/

.error-404 {
	width: 100%;
	height: 100vh;
	background-size: 49%;
	background-repeat: no-repeat;
	background-position: center;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

.site-footer {
	text-align: center;
	padding-bottom: 48px;
}

.site-footer .menu li {
	display: inline-block;
	padding: 3px 15px 2px 15px;
	margin: 0;
	background: transparent;
}

.site-footer .menu li a {
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## MEDIA QUERIES
--------------------------------------------------------------*/

.header-svg-container-mobile,
.mobile-beerimg,
.mobile-menu,
.overlay {
	display: none;
}

@media only screen and (max-width: 1680px) {

	.start-inhalt {
		margin: 0 auto 0 0;
		padding: 80px 0 90px 0;
	}

	.main-navigation {
		display: block;
	}

	.mail-tel-wrapper {
		display: none;
	}

	.social-permanent-wrapper {
		padding: 0 65px;
	}

	.site-header {
		max-width: none;
		margin: 100px auto 0 0;
	}

	.menu-main-container {
		padding: 0 67px;
	}

	.page-template-page-start .main-logo {
		margin-left: 30px;
		opacity: 0;
	}

	.page-template-page-start .main-logo-opacity {
		opacity: 1;
		margin-left: 50px;
	}

	.archive-article-wrapper {
		margin: 0 auto 0 0;
		padding: 90px 65px 90px 65px;
	}

	.news-artikel {
		padding: 320px 65px 10px 65px;
	}

	.news-artikel h1 {
		margin: 350px auto 0 0;
	}

	.content-column-first-wrapper {
		margin: 0 auto 0 0;
	}

	.zusatz-nach-content-wrapper {
		margin: 50px auto 50px 0;
	}

	.main-logo {
		margin-left: 50px;
		opacity: 1;
		position: fixed;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.beers-content {
		margin: 280px auto 50px 0;
	}

	.between-beers-content .beers-content {
		margin: 280px auto 50px 0;
	}

	.events-site-wrapper {
		margin: 350px auto 0 0;
		padding: 0 20px;
	}

	.artikel-aufmacher {
		margin: 0 auto 0 0;
	}

	.beerbase-info-wrapper {
		margin: 0 auto 0 0;
	}

	.plan-wrapper {
		margin: 0 auto 0 0;
	}

	.beerbase-artikel {
		padding: 320px 65px 100px 65px;
	}

	.beer-landing-wrapper {
		margin: 0 auto 130px 0;
	}

	.beer-next-prev-wrapper {
		margin: 144px auto 0 0;
	}

	.beer-next-prev-nav {
		padding-right: 20px;
	}

	.flickity-viewport {
		width: 100%;
		overflow: hidden;
	}

	.team-container {
		margin: 240px auto 160px 0;
	}

	.info-content-wrapper {
		margin: 315px auto 90px 0;
		padding: 0 20px;
	}

	/* Customized */

	.headline-wrapper {
		margin: 90px auto 0 0;
		padding: 0 65px 0 65px;
	}

	.custom-content-wrapper {
		margin: 0 auto 150px 0;
		padding: 0 65px 0 65px;
	}

}

@media only screen and (max-width: 1150px) {

	body {
		width: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		margin: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0;
		box-sizing: border-box;
		font-family: 'BrutalType', serif;
		font-size: 20px;
		line-height: 35px;
	}

	.background-beer-bluetooth svg {
		top: 0;
		width: 670px;
		margin-left: -93px;
		height: auto;
	}

	.header-svg-container {
		display: none;
	}

	.header-svg-container-mobile {
		display: block;
	}

	.border-lines {
		width: 100vw;
		border-bottom: 18px solid #fff;
		border-left: 18px solid #fff;
		border-top: solid #fff 20px;
		border-right: solid #fff 19px;
	}

	.left-top {
		left: 1px;
	}

	.mail-tel-wrapper,
	.social-permanent-wrapper,
	.main-navigation,
	.seiten-info-bild {
		display: none;
	}

	.site-header {
		margin: 0;
		position: fixed;
		left: 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	/*--------------------------------------------------------------
	## CUSTOMIZED
	--------------------------------------------------------------*/

	.page-template-page-customized .seiten-info-wrapper {
		margin-top: 100px;
	}

	.page-template-page-customized .seiten-info-bild {
		display: block;
	}

	.second-customized-text-wrapper {
		margin-bottom: 110px;
	}

	.page-template-page-customized h1 {
		margin: 90px auto;
		font-size: 45px;
		line-height: 53px;
		padding: 0 25px;
	}

	.massive-navigation ul {
		padding: 0 45px;
		margin: 0;
		gap: 25px;
	}

	.version-main-content .headline-wrapper h2 {
		line-height: 45px;
	}

	/*--------------------------------------------------------------
	## STARTSEITE MOBILE
	--------------------------------------------------------------*/

	.page-template-page-start .main-logo {
		margin-top: 0;
		margin-left: 15px;
		top: 35px;
		width: 70px;
	}

	.page-template-page-start .main-logo-opacity {
		opacity: 1;
		margin-left: 30px;
		margin-top: 0;
		width: 70px;
		top: 35px;
	}

	.start-container {
		padding: 0;
		position: relative;
		width: 100vw;
	}

	.start-aufmacher {
		width: 100vw;
		height: 100vh;
		margin-left: 0;
	}

	.start-inhalt {
		max-width: 1280px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}

	.big-logo-start {
		width: 70%;
		top: 40%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}

	.seiten-info-wrapper {
		margin-top: 0;
		padding: 0 35px;
	}

	.start-news-wrapper {
		padding: 0 35px;
	}

	.start-news-wrapper-items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.beer-content-wrapper {
		margin-left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.start-news-wrapper .heading {
		font-size: 45px;
		line-height: 45px;
		text-align: right;
		margin: 50px 0 20px 0;
	}

	.news-item {
		width: 100%;
		margin-bottom: 75px;
	}

	.news-item h2 {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.news-item p {
		font-size: 20px;
		line-height: 35px;
	}

	.high-img,
	.beer-content {
		width: 100%;
	}

	.high-img,
	.beer-content>img {
		display: none;
	}

	.beer-bottle-wrapper .beer-bottle-item {
		-webkit-box-flex: 0;
		flex: 0 100%;
		margin-bottom: 95px;
	}

	.seiten-info-text-wrapper {
		padding: 0;
		float: none;
		margin-top: 60px;
		background: none;
	}

	.seiten-info-wrapper h2 {
		font-size: 30px;
		line-height: 37px;
		margin-top: 10px;
	}

	.start-bier-wrapper {
		padding: 0 35px;
	}

	.beer-content-wrapper>div {
		-webkit-box-flex: 0;
		flex: 0 100%;
	}

	.start-events-wrapper {
		margin: 0;
		padding: 0 35px;
	}

	.start-events-wrapper>.heading {
		text-transform: uppercase;
		font-weight: 700;
		position: relative;
		-webkit-transform-origin: none;
		transform-origin: none;
		-webkit-transform: none;
		transform: none;
		left: 0;
		top: 0;
		margin: 0;
		font-size: 45px;
		line-height: 45px;
		text-align: right;
		margin: 50px 0 20px 0;
	}

	.start-social-wrapper .heading {
		font-size: 45px;
		text-transform: uppercase;
		line-height: normal;
		letter-spacing: 0.02em;
		font-weight: 700;
		margin: 0 0 0 0;
		display: inline-block;
	}

	.start-bier-wrapper .heading {
		font-size: 45px;
		line-height: 55px;
		margin: 0 0 0 0;
	}

	.start-bier-wrapper .two-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.start-social-wrapper {
		padding: 0 35px;
	}

	.start-social-wrapper .name-id {
		margin-left: 0;
	}

	a.start-mehr-btn {
		margin: 0px 0 120px 0;
		padding: 10px 25px;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}

	/*--------------------------------------------------------------
	## NEWS MOBILE
	--------------------------------------------------------------*/

	.main-logo {
		position: fixed;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		margin-left: 30px;
		margin-top: 0;
		width: 70px;
		top: 35px;
	}

	.archive-article-wrapper {
		margin: 0 auto;
		padding: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}

	.archive .seiten-info-wrapper {
		margin-top: 100px;
	}

	.archive .seiten-info-bild {
		display: block;
	}

	.second-archive-text-wrapper {
		padding: 0 35px;
	}

	.second-archive-text-wrapper h1 {
		margin: 90px 0 0 0;
		font-size: 45px;
		line-height: 45px;
	}

	.archive .seiten-info-wrapper h2 {
		font-size: 30px;
		line-height: 37px;
		margin-top: 10px;
	}

	.grid-stack-container.grid-plus-inner {
		padding: 0 35px;
	}

	/* Artikel */

	.news-artikel {
		padding: 140px 35px 0 35px;
	}

	.artikel-aufmacher {
		max-width: 1280px;
		margin: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
		position: relative;
		padding-bottom: 100%;
	}

	.news-artikel h1 {
		margin: 40px 0 20px 0;
		font-size: 45px;
		line-height: 45px;
		left: 0;
		-webkit-transform: none;
		transform: none;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.content-column-first-wrapper {
		left: 0;
		margin: 0;
		-webkit-transform: none;
		transform: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.content-column-first-wrapper>div,
	.content-column-first-wrapper>p {
		width: 100%;
	}

	.excerpt-wrapper p {
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 10px;
	}

	.zusatz-nach-content-wrapper {
		left: 0;
		margin: 0 0 90px 0;
		-webkit-transform: none;
		transform: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.zusatz-nach-content-wrapper>div {
		width: 100%;
	}


	/*--------------------------------------------------------------
	## BEERS MOBILE
	--------------------------------------------------------------*/

	.top-beers-content,
	.between-beers-content {
		padding: 0 35px;
		width: 100%;
		margin-top: 90px;
	}

	.beers-content {
		left: 0;
		margin: 0 0 90px 0;
		-webkit-transform: none;
		transform: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.beers-content .text {
		width: 100%;
	}

	.beers-content .heading {
		margin: 40px 0 20px 0;
		font-size: 45px;
		line-height: 45px;
		left: 0;
		-webkit-transform: none;
		transform: none;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.beers-content .top-beers-img {
		height: 500px;
		background-size: cover;
		background-position: center;
		width: 100%;
		margin-left: 0;
	}

	.between-beers-content {
		left: 0;
		margin: 0 0 90px 0;
		-webkit-transform: none;
		transform: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.beers-karussell {
		width: 100%;
		overflow: hidden;
		padding: 0 5px 25px 5px;
	}

	.flickity-slider {
		padding: 0 35px;
	}

	.flickity-viewport:active,
	.flickity-viewport:focus {
		outline: none !important;
	}

	.beer-carousel-cell {
		margin: 25px 25px 0 25px;
	}

	.beer-carousel-cell .beer-bg {
		width: auto;
		height: 470px;
	}

	.between-beers-content .beers-content {
		margin: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
		position: relative;
	}

	.between-beers-content .beers-content .text {
		width: 100%;
	}

	.between-beers-content .beers-content .heading {
		margin: 40px 0 20px 0;
		font-size: 45px;
		line-height: 45px;
		left: 0;
		-webkit-transform: none;
		transform: none;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.beer-landing {
		padding: 0 35px;
		margin-top: 180px;
	}

	.beer-next-prev-wrapper {
		text-align: center;
		position: absolute;
		top: 0;
		margin: 128px auto 0 auto;
		-webkit-transform: none;
		transform: none;
		padding: 0 35px;
		left: 0;
	}

	.beer-next-prev-nav {
		float: none;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
	}

	.beer-next-prev-nav a {
		font-size: 15px;
		line-height: 17px;
	}

	.beer-art {
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 24px;
		letter-spacing: 0.02em;
		display: block;
	}

	.beer-landing-wrapper h1 {
		font-size: 45px;
		line-height: 45px;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		margin: 10px 0 2px -1px;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.mobile-beerimg {
		display: block;
		margin: 25px 0 0 0;
	}

	.beer-landing p {
		margin: 10px 0 35px 0;
		line-height: 35px;
	}

	.beer-landing-wrapper {
		left: 0;
		margin: 0 0 90px 0;
		-webkit-transform: none;
		transform: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
	}

	.right-column {
		width: 100%;
	}

	.left-column {
		width: 100%;
		margin-top: 25px;
	}

	.left-column img:first-child {
		display: none;
	}

	/*--------------------------------------------------------------
	## BEER BASE MOBILE
	--------------------------------------------------------------*/

	.beerbase-artikel {
		padding: 130px 35px 100px 35px;
	}

	.beerbase-artikel h2 {
		font-size: 30px;
		line-height: 37px;
		margin-top: 10px;
		text-align: left;
	}

	.beerbase-artikel .artikel-aufmacher {
		padding: 0 0 100% 0;
	}

	.beerbase-info-wrapper {
		left: 0;
		margin: 0 0 90px 0;
		-webkit-transform: none;
		transform: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: 0;
	}

	.beerbase-artikel .seiten-info-wrapper {
		margin-top: 0;
		padding: 0;
	}

	.team-container {
		left: 0;
		margin: 0;
		-webkit-transform: none;
		transform: none;
		position: relative;
		padding: 0;
	}

	.team-container .team-wrapper {
		flex-wrap: wrap;
		align-content: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.team-container .team-wrapper .team-name {
		margin-top: 0px;
		font-size: 35px;
		line-height: normal;
	}

	.beerbase-info-wrapper .seiten-info-wrapper-v2 {
		margin-top: 0px;
		overflow: hidden;
		padding: 0;
	}

	.plan-wrapper {
		margin: 0;
		padding: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.plan-wrapper a {
		margin-right: 0;
	}

	.plan-wrapper>div h2 {
		font-size: 35px;
		position: relative;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: 0;
		transform-origin: 0;
		margin: 0;
	}

	/*--------------------------------------------------------------
	## EVENTS MOBILE
	--------------------------------------------------------------*/

	.events-site-wrapper {
		margin: 140px 0 0 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
		padding: 0 35px;
	}

	.top-events-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.top-events-content {
		width: 100%;
		padding: 0 0 25px 0;
	}

	.page-template-page-events .entry-title {
		font-size: 45px;
		line-height: 45px;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		margin: 10px 0 2px -1px;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.event-content .heading {
		margin-top: 25px;
	}

	.right-heading {
		font-size: 30px;
		line-height: 37px;
		margin-top: 10px;
		text-align: left;
		margin-bottom: 25px;
	}

	.event-hoch-wrapper {
		margin-top: 80px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.event-hoch-wrapper h2 {
		font-size: 35px;
		position: relative;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: 0;
		transform-origin: 0;
		margin: 0;
	}

	.event-quer-wrapper {
		margin-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
	}

	.event-hoch-wrapper .heading-wrapper {
		width: 100%;
	}

	.event-hoch-wrapper .bg-image {
		width: 100%;
		height: 150px;
	}

	.event-hoch-wrapper .event-content {
		width: 100%;
	}

	.event-quer-wrapper .event-content {
		margin-left: 0;
		width: 100%;
	}

	.event-quer-wrapper .bg-image {
		margin-bottom: 0;
	}

	.vorbehalt {
		margin-bottom: 60px;
	}

	.feiern-wrapper {
		margin-bottom: 90px;
	}

	.feiern-wrapper h2 {
		font-size: 35px;
		position: relative;
		margin: 0;
	}

	.feiern-gallery-wrapper {
		margin-top: 80px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.feiern-gallery-wrapper>div {
		width: 100%;
		padding-bottom: 100%;
		margin-bottom: 60px;
	}

	.feiern-gallery-wrapper .gal-img span {
		margin: 0 auto -40px auto;
	}

	/*--------------------------------------------------------------
	## INFO MOBILE
	--------------------------------------------------------------*/

	.info-content-wrapper {
		left: 0;
		margin: 140px 0 0 0;
		-webkit-transform: none;
		transform: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: 0 35px;
	}

	.info-content-wrapper>div {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
	}

	.info-content-wrapper>.info-right-column {
		padding-left: 0;
	}

	.above-content {
		margin-bottom: 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin-top: 25px;
	}

	div.wpcf7 {
		text-align: center;
	}

	.below-content input {
		width: 100%;
	}

	.below-content textarea {
		width: 100%;
	}

	/*--------------------------------------------------------------
	## DEFAULT PAGE
	--------------------------------------------------------------*/

	.page-template-default .site {
		padding: 0 35px;
	}

	.page-template-default .site article {
		max-width: 1280px;
		width: 100%;
		position: relative;
		margin: 140px auto 0 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}

	.page-template-default .site article p {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	/*--------------------------------------------------------------
	## MENU
	--------------------------------------------------------------*/

	.mobile-menu {
		font-size: 39px;
		display: block;
		position: fixed;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		right: 35px;
		top: 40px;
		width: 37px;
		z-index: 1;
		color: #000;
	}

	.mobile-menu>div {
		height: 4px;
		width: 100%;
		margin: 5px 0;
		background: #000;
	}

	.overlay {
		height: 0;
		display: block;
		width: 100%;
		position: fixed;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #222222;
		overflow-x: hidden;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	.overlay-content {
		position: relative;
		top: 25%;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}

	.overlay a {
		padding: 8px;
		text-decoration: none;
		font-size: 36px;
		color: #818181;
		display: block;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.overlay a:hover,
	.overlay a:focus {
		color: #f1f1f1;
	}

	.overlay .closebtn {
		position: absolute;
		top: 31px;
		right: 29px;
		font-size: 60px;
		color: #fff;
		z-index: 999999;
	}

	.overlay .menu {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 0;
		display: block;
		line-height: normal;
	}

	.overlay .menu li {
		display: block;
		padding: 3px 0 2px 0;
		margin: 0;
		background: none 0;
	}

	.overlay .menu li a {
		font-size: 30px;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		padding: 3px 8px 20px 8px;
		color: #fff;
		letter-spacing: 0.04em;
		background: none;
	}

	.overlay .menu li a:hover {
		color: #fff;
		background: none;
	}

	.overlay .menu li.current-menu-parent>a,
	.overlay .menu li.current_page_item>a,
	.overlay .menu li.current-menu-item>a,
	.post-template-single-beer .overlay .menu li.menu-item-82 a {
		text-decoration: underline;
		color: #fff;
		background: none;
	}

}

@media only screen and (max-width: 768px) {

	.massive-navigation ul li a {
		font-size: 32px;
		white-space: nowrap;
	}

}

@media only screen and (max-width: 767px) {

	.massive-navigation ul {
		padding: 0 30px;
		margin: 0;
		gap: 45px;
		grid-template-columns: 1fr;
	}

	.massive-navigation ul li {
		width: 100%;
		height: 0;
		padding-bottom: 30%;
		position: relative;
	}

	.massive-navigation ul li a {
		font-size: 32px;
	}

	.custom-content-wrapper {
		margin: 0;
		padding: 0 35px;
		grid-template-columns: 1fr;
	}

	.headline-wrapper {
		margin: 60px auto 0 0;
		padding: 0 25px;
	}

}

@media only screen and (max-width: 413px) {

	.beers-karussell a {
		padding: 0 30px 25px 30px;
	}

}