/* roboto-condensed-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-condensed-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-800 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/roboto-condensed-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




:root {
	--schwarz: #535556;
	--weiss: #FFFFFF;
	--grau: #666666;
	--bgcolor: #A8B0B9;
	
	--maincolor: #535556;
	--actioncolor: #A7936B;
	
	--blau: #6A7983;
	--gelb: #EBB000;
	
	--basefont: 'Roboto Condensed', Arial, Helvetica;
	--bold: 700;
	--regular: 400;
	--fontsize: 125%;
	--lineheight: 135%;
	
	--abstand1: 1vh;
	--abstand2: 2vh;
	--abstand3: 3vh;
	--abstand5: 5vh;
	--abstand7: 7vh;
	--abstand10: 10vh;
	
	--headerheight: 90px;
	--logoheight: calc(var(--headerheight) - 20px);
	--seitenrand: 7vw;
	--socialmediaicons: 30px;
	--adminspace: 73px;
	--dekowidth: 8%;
	
	--maxwidthcontent: 1280px;
}






/* !ADMIN */

ul.tabs {
	border-bottom: solid 1px #CCCCCC;
	margin-top: 50px !important;
}

ul.tabs a,
ul.tabs a:visited {
	color: var(--schwarz);
}

ul.tabs a:hover,
ul.tabs a:active {
	color: var(--maincolor);
}


label.js-form-required:after {
	content: "*";
}

.views-field-edit-node a:link,
.views-field-edit-node a:visited {
	color: red;
	padding: 3px 10px;
	border: solid 1px red;
	background-color: var(--weiss);
}

.views-field-edit-node a:hover,
.views-field-edit-node a:active {
	color: var(--weiss) !important;
	background: red;
	padding: 3px 10px;
	border: solid 1px red;
}


div.tabs {
	margin: 1em 0;
}
ul.tabs {
	list-style: none;
	margin: 0 0 0.5em;
	padding: 0;
}
.tabs > li {
	display: inline-block;
	margin-right: 0.3em; /* LTR */
}
[dir="rtl"] .tabs > li {
	margin-left: 0.3em;
	margin-right: 0;
}
.tabs a {
	display: block;
	padding: 0.2em 1em;
	text-decoration: none;
}
.tabs a.is-active {
	background-color: #eee;
}
.tabs a:focus,
.tabs a:hover {
	background-color: #f5f5f5;
}


/* !COLORBOX */

#cboxPrevious,
#cboxPrevious:hover {
	background-image:url('../images/galprev.png') !important;
	width:33px !important;
	height:33px !important;
	background-position: left top !important;
	background-size: 100% 100% !important;
	margin-top: 0px !important;
	-webkit-transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}

#cboxNext,
#cboxNext:hover {
	background-image:url('../images/galnext.png') !important;
	width:33px !important;
	height:33px !important;
	background-position: left top !important;
	background-size: 100% 100% !important;
	margin-top: 0px !important;
	-webkit-transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}

#cboxClose,
#cboxClose:hover {
	background-image:url('../images/galclose.png') !important;
	background-size: 100% 100% !important;
	background-position: left top !important;
	width:33px !important;
	height:33px !important;
	top:-7px !important;
	right:-7px !important;
}
#cboxOverlay {
	background:var(--weiss) !important;
}

#cboxContent {
	background:var(--weiss) !important;
	overflow: visible !important;
}

#cboxLoadedContent {
	border: 12px solid var(--weiss) !important;
	background: var(--weiss) !important;
}

#cboxWrapper {
	background:transparent !important;
	padding-top:0px !important;
	overflow: visible !important;
}

#cboxTitle {
	left:12px !important;
	top:-18px !important;
	color: var(--schwarz) !important;
	display: none !important;
}

#cboxCurrent {
	right:12px !important;
	top:-18px !important;
	color:var(--schwarz) !important;
	display: none !important;
}


#cboxLoadedContent {
	border: 0px !important;
	overflow: visible !important;
}

#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible !important;
}


/* !Login und Pass-Form */

.user-login-form {
	display: table;
	width: 100%;
}

.user-login-form .form-type-textfield,
.user-login-form .form-type-password  {
	width: calc(50% - 20px);
	float: left;
	margin-right: 20px;
}

.user-login-form .js-form-type-checkbox {
	clear: both;
	padding-top: 20px;
	display: table;
}


.user-login-form .js-form-item input[type="text"],
.user-pass .js-form-item input[type="text"],
.user-login-form .js-form-item input[type="password"],
.user-pass .js-form-item input[type="password"]  {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 0px;
	border: solid 1px var(--grau);
}


/* !ALLGEMEIN */

body {
	font-size: var(--fontsize);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: var(--lineheight);
	
	padding: 0px;
	margin: 0px;
	background: var(--weiss);
	color: var(--schwarz);
}


html,
button,
input,
select,
textarea {
	font-family: var(--basefont);
	font-style: normal;
	font-weight: var(--regular);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
}

.node--type-error-page .field--name-body {
	font-size: 500%;
	line-height: 100%;
}


a,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
}

.node__content a,
.node__content a:visited {
	text-decoration: none;
	color: var(--grau);
}

.node__content a:hover,
.node__content a:active {
	text-decoration: none;
	color: var(--actioncolor);
}



h1 {
	font-style: normal;
	font-size: 290%;
	line-height: 125%;
	font-weight: var(--bold);
	text-transform: uppercase;
}

h1.page-slogan {
	font-size: 210%;
	line-height: 125%;
	margin: 0px;
	padding: 0px;
	max-width: 400px;
}


h2 {
	font-size: 290%;
	line-height: 125%;
	text-transform: uppercase;
	font-weight: var(--bold);
}


h3 {
	font-size: 180%;
	line-height: 125%;
	margin: 30px 0px 10px 0px;
	text-transform: uppercase;
	
}

h4 {
	font-size: 140%;
	line-height: 115%;
	margin: 30px 0px 10px 0px;
	
}

h5 {
	margin: 0px;
	padding: 0px;
	font-size: 105%;
	line-height: 115%;
}

p {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.text-s {
	font-size: 80%;
	line-height: var(--lineheight);
}

/* !LAYOUT */

.layout-container {
	background: var(--weiss);
	padding-top: calc(var(--headerheight) + 20px);
}


body.page-node-type-homepage .layout-container {
	padding-top: 0px;
}

.maxwidth {
	margin-left: var(--seitenrand);
	margin-right: var(--seitenrand);
}


.maxwidthcontent,
.user-login-form,
.user-pass,
.profile {
	max-width: var(--maxwidthcontent);
	margin-left: auto;
	margin-right: auto;
}


/*  !HEADER */ 

header {
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: var(--headerheight);
	background: rgba(255, 255, 255, 0.9);
	border-bottom: solid 1px var(--bgcolor);
}

body.user-logged-in header {
	top: var(--adminspace) !important;
}

body.page-node-type-homepage header {
	display: none;
}


.region-header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: var(--headerheight);
}


.block-system-branding-block {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-47%);
	-moz-transform: translateX(-50%) translateY(-47%);
	transform: translateX(-50%) translateY(-47%);
}

.block-system-branding-block img {
	width: auto;
	height: var(--logoheight);
}

.languageswitcher {
	position: absolute;
	top: 50%;
	right: var(--seitenrand);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.languageswitcher ul.links {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	list-style: none;
	text-transform: uppercase;
}

.languageswitcher ul.links li {
	
}

.languageswitcher ul.links li a,
.languageswitcher ul.links li a:visited {
	display: block;
	color: var(--schwarz);
	padding: 10px 5px;
	box-sizing: border-box;
}

.languageswitcher ul.links li a:hover,
.languageswitcher ul.links li a:active {
	display: block;
	color: var(--actioncolor);
}

.languageswitcher ul.links li a.is-active {
	font-weight: var(--bold);
	color: var(--actioncolor);
}

/* !COLORS */

.actioncolor {
	color: var(--actioncolor);
}

.bgcolor {
	color: var(--bgcolor);
}

.bierbg.blau {
	background: var(--blau);
}

.bierbg.gelb {
	background: var(--gelb);
}

/* !BUTTONS */

.button {
	display: table;
	margin-top: 3vh;
	text-align: center;
	text-transform: uppercase;
}

.button a,
.button a:visited {
	display: block;
	color: var(--weiss);
	background-color: var(--actioncolor);

	padding: 13px 30px;
	box-sizing: border-box;
	white-space: nowrap;
	
	-webkit-transition: all .35s ease;
	 transition: all .35s ease;
}

.button a:hover,
.button a:active {
	display: block;
	color: var(--weiss);
	background-color: var(--maincolor);
	cursor: pointer;
	
	-webkit-transition: all .35s ease;
	 transition: all .35s ease;
}



/* Suche im Content */

.region-content .search-form input.js-form-submit {
	margin-top: 1em;
	background-color: var(--actioncolor);
	color: var(--weiss);
	border-style: none;
	padding: 10px 25px;
}

.region-content .search-form input.js-form-submit:hover {
	background-color: var(--grau);
}

.region-content .search-form input.form-search {
	padding: 8px 25px;
	box-sizing: border-box;
}

.region-content .search-form label {
	clear: both;
	display: block;
}

.region-content .search-form .search-help-link {
	font-size: 80%;
}


/* !FORM-ELEMENTE */

*:focus {
	outline: none;
}

input[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 1px solid var(--schwarz);
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	
	display: grid;
	float: left;
	margin-right: 7px;
	margin-top: 3px;
	place-content: center;
}

input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--maincolor);
	
	/* Windows High Contrast Mode */
	background-color: CanvasText;
	
	transform-origin: bottom left;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked::before {
	transform: scale(1);
}

input[type="checkbox"]:focus {
	outline: max(2px, 0.15em) solid currentColor;
	outline-offset: max(2px, 0.15em);
}


.form-type-radio {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

input[type="radio"] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	appearance: none;
	/* For iOS < 15 to remove gradient background */
	background-color: #fff;
	/* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: var(--actioncolor);
	width: 22px;
	height: 22px;
	border: 1px solid var(--actioncolor);
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	margin-right: 7px;
	top: 2px;
	position: relative
}

input[type="radio"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--actioncolor);
}

input[type="radio"]:checked::before {
	transform: scale(1);
}


input.js-form-submit {
	display: table;
	margin-top: 3vh;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	border: 0px;
	background-color: var(--actioncolor);
	color: var(--weiss);
	border-radius: 30px;
	padding: 13px 30px 13px 30px;
	box-sizing: border-box;
	white-space: nowrap;
	font-weight: var(--medium);
	
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

input.js-form-submit:hover {
	background-color: var(--schwarz);
	color: var(--weiss);
	
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: red;
}
::-moz-placeholder { /* Firefox 19+ */
	color: red;
}
:-ms-input-placeholder { /* IE 10+ */
	color: red;
}
:-moz-placeholder { /* Firefox 18- */
	color: red;
}

/* BREADCRUMB */

.breadcrumb {
	padding-bottom: 0.5em;
	text-transform: uppercase;
	color: var(--grau);
}
.breadcrumb ol {
	margin: 0;
	padding: 0;
}
[dir="rtl"] .breadcrumb ol {
	/* This is required to win over specificity of [dir="rtl"] ol */
	margin-right: 0;
}
.breadcrumb li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* IE8 does not support :not() and :last-child. */
.breadcrumb li:before {
	content: ' \203A ';
}
.breadcrumb li:first-child:before {
	content: none;
}

.breadcrumb a,
.breadcrumb a:visited {
	color: var(--grau);
}

.breadcrumb a:hover,
.breadcrumb a:active {
	color: var(--actioncolor);
}



/* !PARAGRAPH */

.bausteinecontainer > .paragraph {
	margin-top: var(--abstand10);
}

.p-volle-breite {
	position: relative;
	overflow: hidden;
	line-height: 0px;
}

.p-volle-breite img {
	width: 100%;
	height: auto;
}

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

.paragraph-deko {
	position: absolute;
	bottom: -2px;
	width: var(--dekowidth);
	z-index: 30;
	line-height: 0px;
}

.align-deko-right .paragraph-deko {
	right: calc(var(--seitenrand) * 2);
}

.align-deko-left .paragraph-deko {
	left: calc(var(--seitenrand) * 2);
}

.p-titel-text {
	text-align: center;
}

.p-titel-text h2 {
	margin-top: 0px;
	padding-top: 0px;
}


/* !CONTENT */

.startblock {
	position: relative;
	overflow: hidden;
}


.startblock-video {
	height: 80vh;
	width: 100%;
	position: relative;
	z-index: 20;
}


.startblock-video video {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.startblock .startblock-bild {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.startblock .startblock-bild img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	position: relative;
}

.startblock .startblock-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 30;
	width: 30%;
}

.startblock .startblock-logo img,
.startblock .startblock-deko img {
	width: 100%;
	height: auto;
}

.startblock .startblock-deko {
	position: absolute;
	right: calc(var(--seitenrand) * 2);
	bottom: -2px;
	width: var(--dekowidth);
	z-index: 30;
	line-height: 0px;
}


main {
	margin-top: var(--abstand7);
}


.page-node-type-homepage .node__content {
	text-align: center;
}

.sloganblock {
	background: var(--maincolor);
	color: var(--weiss);
	padding: var(--abstand3) var(--seitenrand);
	position: relative;
	margin-top: -1px;
	box-sizing: border-box;
}


.node-bier {
	position: relative;
}

.node-bier-container {
	position: relative;
	z-index: 20;
}

.node-bier-container > .node-bier-image {
	width: 60%;
}

.node-bier-container > .node-bier-content{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	padding-top: var(--abstand3);
}

.node-bier-container > .node-bier-image img {
	width: 100%;
	height: auto;
}

.node-bier .bier-farbstreifen {
	width: 100%;
	min-height: 120px;
	max-height: 200px;
	height: 11vw;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 10;
}

.node-bier h2 {
	margin: 0px;
	padding: 0px;
}

.node-bier h3 {
	margin: 0px;
	padding: 0px;
}

.node-bier .field--name-body {
	margin-top: var(--abstand3);
	margin-bottom: calc(var(--abstand3) - 20px);
}

.node-bier .werte {
	font-weight: var(--bold);
}

.bier-liste > .view-content > .views-row:not(:last-child) {
	margin-bottom: var(--abstand7);
}

.field--label-inline {
	display: flex;
	flex-direction: row;
}

.field--label-inline > .field__label {
	margin-right: 5px;
}


.views-field-operations .dropbutton-widget {
	display: table !important;
}

.views-field-operations .dropbutton-widget a,
.views-field-operations .dropbutton-widget a:visited {
	color: var(--actioncolor);
	text-transform: uppercase;
}

.views-field-operations .dropbutton-widget a:hover,
.views-field-operations .dropbutton-widget a:active {
	color: var(--schwarz);
}


/* !FOOTER */


footer {
	padding: var(--abstand7) 0px;
	box-sizing: border-box;
	margin-top: var(--abstand7);
}

body:not(.path-frontpage) .pagefooter {
	background: var(--bgcolor);
}

.contact-footer {
	text-align: center;
}

.contact-footer-deco {
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--abstand3);
}

.contact-footer-deco img {
	width: 100%;
	height: auto;
}

.contact-footer-top {
	font-weight: var(--bold);
	margin-bottom: var(--abstand2);
}

.contact-footer-top a,
.contact-footer-top a:visited {
	color: var(--schwarz);
}

.contact-footer-top a:hover,
.contact-footer-top a:active {
	color: var(--actioncolor);
}

.contact-footer-bottom {
	
}

.region-regionbottom {
	margin-top: var(--abstand10);
}

.usermenu ul.menu {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
}

.usermenu ul.menu li {
	
}

.usermenu ul.menu li:not(:last-child) a:after {

}

.usermenu ul.menu li a,
.usermenu ul.menu li a:visited {
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	color: var(--grau);
}


.usermenu ul.menu li a:hover,
.usermenu ul.menu li a:active {
	color: var(--actioncolor);
}

.usermenu ul.menu li a.is-active {
	color: var(--schwarz);
	font-weight: var(--bold);
}

/* !WEBFORM */

.webformflex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.webformflex > div {
	flex-basis: calc(50% - 20px);
}

.webform label {
	margin-bottom: 5px;
	display: table;
}

.webform input[type=text],
.webform input[type=tel],
.webform input[type=email] {
	border: solid 1px var(--linecolor);
	padding: 10px 20px;
	box-sizing: border-box;
	height: 50px;
	width: 100%;
	color: var(--schwarz);
	border-radius: 0px;
} 

.webform select {
	height: 50px;
	border: solid 1px var(--lineheight);
	width: 100%;
	background-color: var(--weiss);
	padding: 0px 15px;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: var(--schwarz);
	border-radius: 0px;
	
	background-image: url("../images/select-arrow.svg");
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
}

.webform textarea {
	border: solid 1px var(--linecolor);
	padding: 10px 20px;
	box-sizing: border-box;
	color: var(--schwarz);
	border-radius: 0px;
	width: 100%;
}

.webform .js-form-wrapper {
	margin: 0px 0px 0px 0px;
}

.webform .form-item {
	margin: 20px 0px 20px 0px;
}

.webform .wfleft {
	width: 50%;
	float: left;
}

.webform .wfleft input {
	width: calc(100% - 10px);
	float: left;
}

.webform .wfright {
	width: 50%;
	float: right;
}

.webform .form-item-datenschutz {
	margin-top: var(--abstand5);
	margin-bottom: var(--abstand5);
}


.webform .form-item-datenschutz a,
.webform .form-item-datenschutz a:visited {
	color: var(--grau);
}

.webform .form-item-datenschutz a:hover,
.webform .form-item-datenschutz a:active {
	color: var(--actioncolor);
}



.webform .messages--error {
	margin-bottom: 20px;
}
.webform .wfcont {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}


.webform .wfcont > div {
	flex-basis: 45%;
}

.webform .webform-actions input {

}
.webform-confirmation {
	background: red;
	padding: 20px;
	box-sizing: border-box;
}


/* UNPUBLISHED */
.node--unpublished {
	background-color: rgba(255, 0, 0, 0.2);
	padding: 60px 20px 20px 20px;
	position: relative;
}
.node--unpublished:before {
	content: "unpublished";
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 200%;
	color: rgba(255, 0, 0, 0.7);
	line-height: 100%;
}


/* !GMAP */

.wh-gmap iframe {
	border: 0px;
	width: 100%;
	height: 10vh;
	min-height: 400px;
}


/* !SOCIAL MEDIA LINKS */

header .socialmedialinks {
	position: absolute;
	left: var(--seitenrand);
	top: 50%;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

footer .socialmedialinks {
	text-align: center;
	margin-top: var(--abstand3);
}

footer .socialmedialinks a,
footer .socialmedialinks a:visited {
	color: var(--schwarz);
}

footer .socialmedialinks a:hover,
footer .socialmedialinks a:active {
	color: var(--actioncolor);
}

.socialmedialinks .view-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
}

header .socialmedialinks .view-content {
	justify-content: flex-start;
}

footer .socialmedialinks .view-content {
	justify-content: center;
}


.socialmedialinks .views-row {
	align-self: center;
}

.socialmedialinks .views-row:not(:last-child) {
	margin-right: 20px;
}

.socialmedialinks a,
.socialmedialinks a:visited {
	display: flex;
	width: var(--socialmediaicons);
	height: var(--socialmediaicons);
	justify-content: center;
	align-items: center;
	align-content: center;
	color: var(--actioncolor);
	font-size:var(--socialmediaicons);
	
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.socialmedialinks a:hover,
.socialmedialinks a:active {
	color: var(--maincolor);
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

/* !WEIGHTTABLE */

.weighttable {
	border: solid 1px var(--linecolor);
	padding: 20px;
	box-sizing: border-box;
	margin-top: var(--abstand5);
	background: #F8F8F8;
}

.weighttable .tabledrag-toggle-weight-wrapper {
	display: none;
}

.weighttable table  {
	width: 100%;
}

.weighttable table td {
	border-top: solid 1px var(--bgcolor);
	padding: 10px 0px;
	box-sizing: border-box;
	align-self: center;
}

.views-row .dropbutton-wrapper {
	display: table !important;
	text-transform: uppercase;
	font-size: 80%;
	border: 0px !important;
}

.views-row .dropbutton-wrapper a,
.views-row .dropbutton-wrapper a:visited {
	color: var(--schwarz);
}

.views-row .dropbutton-wrapper a:hover,
.views-row .dropbutton-wrapper a:active {
	color: var(--actioncolor);
}



/*
	
	
	
	
*/

@media all and (max-width: 1360px) {

	.maxwidthcontent,
	.user-login-form,
	.user-pass,
	.profile {
		max-width: auto;
		margin-left: var(--seitenrand);
		margin-right: var(--seitenrand);
	}
	
	
	.node-bier-container > .node-bier-image {
		width: 70%;
	}
	
}


@media all and (max-width: 1024px) {
	
	:root {
		--fontsize: 115%;
		--lineheight: 135%;
	}
	
	.node-bier-container > .node-bier-image {
		width: 80%;
	}

}


@media all and (max-width: 980px) {

	:root {
		--dekowidth: 10%;
	}
	
	.startblock .startblock-logo {
		width: 40%;
	}
	
	.node-bier-container > .node-bier-image {
		width: 90%;
	}
	
	.node-bier-container > .node-bier-image img {
		margin-left: -15%;
	}
	
	.node-bier-container > .node-bier-content {
		width: 60%;
	}
	

}

@media all and (max-width: 834px) {
	
	:root {
		--headerheight: 80px;
	}
	
	h1 {
		font-size: 260%;
		line-height: 125%;
	}
	
	h1.page-slogan {
		font-size: 190%;
		line-height: 125%;
	}

	
	h2 {
		font-size: 260%;
		line-height: 125%;
	}
	
	
	h3 {
		font-size: 160%;
		line-height: 125%;
	}
	
	h4 {
		font-size: 120%;
		line-height: 115%;
	}


	.node-bier-container {
	
	}
	
	.node-bier-container > .node-bier-image {
		width: 100%;
	}

	
	.node-bier-container > .node-bier-content {
		width: 50%;
		padding-top: 0px;
	}
	
}




@media all and (max-width: 768px) {
	
	.node-bier-container > .node-bier-image {
		width: 110%;
	}
	
	
	.node-bier-container > .node-bier-content {
		width: 50%;
		padding-top: 0px;
	}
	
	.user-login-form .form-item-name,
	.user-login-form .form-item-pass {
		width: 100%;
		float: none;
	}
	
	.node--type-legal .node__content {
		overflow-x: hidden;
	}
	
	.page-node-type-legal .node__content a {
	
		/* These are technically the same, but use both */
		overflow-wrap: break-word;
		word-wrap: break-word;
	
		-ms-word-break: break-all;
		/* This is the dangerous one in WebKit, as it breaks things wherever */
		word-break: break-all;
		/* Instead use this non-standard one: */
		word-break: break-word;
	
		/* Adds a hyphen where the word breaks, if supported (No Blink) */
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	
	}
	
}




@media all and (max-width: 667px) {
	
	:root {
		--fontsize: 125%;
		--lineheight: 135%;
		--dekowidth: 13%;
	}
	
	
	.sloganblock .maxwidthcontent {
		margin-left: 0px !important;
		margin-right: 0px;
	}
	
	.startblock .startblock-logo {
		width: 60%;
	}
	
	.node-bier-container > .node-bier-content {
		position: relative;
		left: 0px;
		right: auto;
		width: 100%;
	}
	
	.node-bier .bier-farbstreifen {
		bottom: auto;
		top: 10%;
		min-height: 200px;
	}
	
	.node-bier-container > .node-bier-image {
		overflow: hidden;
	}
	
	.node-bier-container > .node-bier-image img {
		margin-left: 7%;
	}
	
	
}



@media all and (max-width: 414px) {
	
	h1 {
		font-size: 220%;
		line-height: 125%;
	}
	
	h1.page-slogan {
		font-size: 170%;
		line-height: 125%;
	}
	
	
	h2 {
		font-size: 220%;
		line-height: 125%;
	}
	
	
	h3 {
		font-size: 150%;
		line-height: 125%;
	}
	
	h4 {
		font-size: 120%;
		line-height: 115%;
	}


	.node-bier-container > .node-bier-image img {
		margin-left: -4%;
		width: 130%;
		height: auto;
	}
	
	.node-bier .bier-farbstreifen {
		min-height: 120px;
		top: 5%;
	}

}

@media all and (max-width: 375px) {


}

@media all and (max-width: 320px) {


}







@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation:landscape) {
	


	
	
	
}


@media only screen and (max-width: 736px) and (orientation:landscape)  {
	

	
}

