/* montserrat-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: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mo
/* montserrat-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: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - 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: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - 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: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
  --schwarz: #010203;
  --weiss: #FFFFFF;
	--grau: #666666;
  
  --maincolor: #7B7A79;
  --actioncolor: #0A664C;
	--bgcolor: #DDE3DE;
  
	--basefont: 'Montserrat', Arial, Helvetica;
  --extrabold: 800;
	--bold: 700;
	--medium: 500;
	--regular: 400;
	--light: 300;
  --fontsize: 120%;
	--lineheight: 155%;
	
	--text-kleiner: 70%;
	--text-groeßer: 110%;
	--text-m: 138%;
	--text-l: 145%;
	--text-xl: 140%;
	
	--abstand1: 1vh;
	--abstand2: 2vh;
	--abstand3: 3vh;
	--abstand5: 5vh;
	--abstand7: 7vh;
	--abstand10: 10vh;
	
	--logowidth: 270px;
	--headerheight: 100px;
	--seitenrand: 5vw;
	--klickmenuwidth: 90px;
	--socialmediaicons: 25px;
	--adminspacer: 73px;
	--arrowsize: 50px;
	
	--maxwidthcontent: 1200px;
}

*:focus {
	outline: none;
}

.anonymous .views-field-operations {
	display: none !important;
}



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 Overrides*/

button:focus {outline:0;}


#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);
	height: 50px;
}


body.path-dplogin ul.tabs {
	margin-bottom: 50px;
}


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



/* 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%;
}




.flexslider {
  margin: 0 0 0px;
  border: 0px solid #ffffff;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}


.flex-control-nav {
	bottom: 40px;
	z-index: 99;
}

.flex-control-paging li a {
	border-radius: 0px;
	width: 16px;
	height: 16px;
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
	-moz-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
	-o-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.flex-control-paging li a {
	background-color: var(--maincolor);
}

.flex-control-paging li a.flex-active {
	background-color: var(--weiss);
}



/* !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);
}


input.js-form-submit {
	display: table;
	margin-top: 3vh;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	border: solid 1px var(--linecolor);
	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(--grau);
	color: var(--weiss);
	
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}


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


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


/* !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);
}


/* !ALLGEMEIN */

body {
  font-size: var(--fontsize);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: var(--lineheight);
}

body.navactive {
	overflow: hidden;
}


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

.region-content a,
.region-content a:visited {
	text-decoration: none;
	color: var(--actioncolor);
}

.region-content a:hover,
.region-content a:active {
	text-decoration: underline;
	color: var(--schwarz);
}

h1,
.likeh1 {
	font-style: normal;
	font-size: 340%;
	line-height: 125%;
	font-weight: var(--bold);
}

h1.page-title {
	padding: 0px;
	margin: 0px;
}


h2 {
	font-size: var(--text-l);
	line-height: 125%;
	font-weight: var(--extrabold);
}

body.page-node-type-legal h1,
body.page-node-type-legal h2 {
	font-weight: var(--bold);
}

body.page-node-type-legal h3,
body.page-node-type-legal h4 {
	font-weight: var(--medium);
}


h3 {
	font-size: 160%;
	line-height: 125%;
	margin: 30px 0px 10px 0px;
}

h3.blocktitel {
	font-weight: var(--medium) !important;
	margin-bottom: var(--abstand3) !important;
}

h4 {
	font-size: 120%;
	line-height: 130%;
	margin: 30px 0px 30px 0px;
	font-weight: var(--bold);
}

h5 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 115%;
	line-height: 115%;
	color: var(--actioncolor);
	font-weight: var(--extrabold);
}

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

.text-l p {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

b, strong, .bold {
	font-weight: var(--bold);
}

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

.text-m {
	font-size: var(--text-m);
	line-height: var(--lineheight);
	font-weight: var(--light);
}

.text-l {
	font-size: var(--text-l);
	line-height: var(--lineheight);
	font-weight: var(--light);
}

.text-xl {
	font-size: var(--text-xl);
	line-height: var(--lineheight);
}

.text-kleiner {
	font-size: var(--text-kleiner);
	line-height: var(--lineheight);
}
.text-groeßer {
	font-size: var(--text-groeßer);
	line-height: var(--lineheight);
}

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

.region-content ul {
	list-style: none;
	padding-left: 3%;
}

.region-content ul > li {
	position: relative;
}

.region-content ul > li:before {
	position: absolute;
	content: ">> ";
	font-weight: var(--bold);
	left: -3%;
	top: 1px;
}


.region-content .text-l ul {
	padding-left: 5%;
}

.region-content .text-l ul > li:before {
	left: -5%;
}

.center {
	text-align: center;
}

body {
	padding: 0px;
	margin: 0px;
	background: var(--weiss);
	color: var(--schwarz);
}

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

body.page-node-type-legal .layout-container,
body.path-dplogin .layout-container {
	padding-top: calc(var(--headerheight) * 2);
}

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


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



/* 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%;
}

/*  !HEADER */ 

header {
	background: var(--maincolor);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: var(--headerheight);
	z-index: 99;
}

body.user-logged-in header {
	top: var(--adminspacer);
}

.region-header {
	position: relative;
	height: var(--headerheight);
}


.block-system-branding-block {
	width: var(--logowidth);
	background: var(--weiss);
	padding: 10px 30px;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: calc((var(--seitenrand) / 2) + var(--seitenrand));
	
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	transition:.8s;
}

/*
.block-system-branding-block.ontop {
	height: var(--headerheight);
	border: solid 2px red;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	transition:.8s;
}
*/

body.page-node-type-homepage .block-system-branding-block.scrolled,
body.page-node-type-page .block-system-branding-block.scrolled,
body.page-node-type-contact .block-system-branding-block.scrolled {
	height: auto;
	top: calc(var(--headerheight) + 23px);
	padding: 20px 30px;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	transition:.8s;
}



.sprachwechsler {
	position: absolute;
	right: calc(var(--seitenrand) / 2);
	bottom: 10px;
	background: var(--weiss);
	padding: 4px 10px;
	box-sizing: border-box;
	font-size: 90%;
}

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

.sprachwechsler ul.links > li {
	margin: 0px;
	padding: 0px;
}

.sprachwechsler ul.links > li:not(:last-child):after {
	content: "|";
	margin: 0px 5px;
}

.sprachwechsler ul.links > li a,
.sprachwechsler ul.links > li a:visited {
	color: var(--actioncolor);
}

.sprachwechsler ul.links > li a:hover,
.sprachwechsler ul.links > li a:active {
	color: var(--schwarz);
}

.sprachwechsler ul.links > li a.is-active {
	font-weight: var(--bold);
	color: var(--schwarz);
}

/* !TOPMENU */

.topmenu {
	position: absolute;
	bottom: 10px;
	right: 300px;
}

.topmenu ul.level1 {
	display: flex;
	flex-direction: row;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: var(--regular);
}

.topmenu ul.level1 > .mlevel1 > a,
.topmenu ul.level1 > .mlevel1 > a:visited {
	color: var(--weiss);
	display: block;
	padding: 3px 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 20;
	white-space: nowrap;
}

.topmenu ul.level1 > .mlevel1 > a:hover,
.topmenu ul.level1 > .mlevel1 > a:active,
.topmenu ul.level1 > .mlevel1 > a.is-active,
.topmenu ul.level1 > .mlevel1:hover > a {
	background: var(--actioncolor);
}

.topmenu ul.level1 > .mlevel1 > a.is-active {
	font-weight: var(--bold);
}

.topmenu ul.level1 > li.navspacer:nth-last-child(1) {
	display: none;
}

.topmenu ul.level1 > li.navspacer {
	position: relative;
	width: 10px
}
.topmenu ul.level1 > li.navspacer:after {
	content: " ";
	display: block;
	background: var(--weiss);
	width: 1px;
	height: 80%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
}

.topmenu .level2 {
	display: none;
}


.topmenu ul.level1 > li {
	position: relative;
}



.topmenu ul.level1 > li:hover > ul.level2 {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.topmenu ul.level2 {
	padding: 35px 0px 0px 0px;
	box-sizing: border-box;
	margin: 0px;
	list-style: none;
	min-width: 160px;
}

.topmenu ul.level2 > li.mlevel2 {
	background: var(--bgcolor);
	padding: 3px 10px;
	box-sizing: border-box;
}
.topmenu ul.level2 > li:nth-child(1) {
	padding-top: 10px;
}
.topmenu ul.level2 > li:nth-last-child(1) {
	padding-bottom: 10px;
}

.topmenu ul.level2 > li.mlevel2 a,
.topmenu ul.level2 > li.mlevel2 a:visited {
	font-size: 80%;
	line-height: var(--lineheight);
	color: var(--schwarz);
	font-weight: var(--medium);
	white-space: nowrap;
	display: block;
}

.topmenu ul.level2 > li.mlevel2 a:hover,
.topmenu ul.level2 > li.mlevel2 a:active,
.topmenu ul.level2 > li.mlevel2 a.is-active {
	text-decoration: underline;
} 

/* !MOBILE MENU */

.menuclick {
	position: absolute;
	top: 0%;
	left: var(--seitenrand);
	z-index: 99;
	height: var(--headerheight);
	width: calc(30px + var(--klickmenuwidth));
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	display: none;
}

.topmenutrigger {
	border: none;
	width: var(--klickmenuwidth);
	height: var(--headerheight);
	text-indent: -900em;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	top: 50%;
	left: calc(var(--seitenrandsmall) - 20px);
	z-index: 94;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topmenutrigger-container {
	position: relative;
	margin-left: 0px;
	margin-right: 40px;
	height: var(--headerheight);
}

body.navactive .topmenutrigger {
	
}
	
	 
.topmenutrigger span {
	background: var(--weiss);
	border: none;
	height: 2px;
	border-radius: 0px;
	width:100%;
	position: absolute;
	top: 50%;
	left: 0%;
	cursor: pointer;
	 -webkit-transition: all .35s ease;
	transition: all .35s ease;
	display: block;
}


.topmenutrigger span:nth-of-type(1) {
	-webkit-transform: translateY(-11px);
	-moz-transform: translateY(-11px);
	transform: translateY(-11px);
}

.topmenutrigger span:nth-of-type(2) {

	width: 100%;
}
.topmenutrigger span:nth-of-type(3) {

	width: 100%;
	-webkit-transform: translateY(11px);
	-moz-transform: translateY(11px);
	transform: translateY(11px);
}

.topmenutrigger.active span {
		top: 50%;
}

.topmenutrigger.active .top {
	-moz-transform: translateY(0px) translateX(0%) rotate(-45deg);
	-webkit-transform: translateY(0px) translateX(0%) rotate(-45deg);
	transform: translateY(0px) translateX(0%) rotate(-45deg);
	transform-origin: left top;
	background: var(--weiss);
	width:50%;
	left: 0%;
}

.topmenutrigger.active .middle {
	background: var(--weiss);
	width:100%;
}
.topmenutrigger.active .bottom {
	-moz-transform: translateY(0px) translateX(0%) rotate(45deg);
	-webkit-transform: translateY(0px) translateX(0%) rotate(45deg);
	transform: translateY(0px) translateX(0%) rotate(45deg);
	transform-origin: left top;
	width:50%;
	background: var(--weiss);
	left: 0%;

}








/*  !STARTBLOCK / HEADERBLOCK */

.startblock {
	position: relative;
	margin-top: var(--abstand10);
} 

.startblock-container {
	position: relative;
}

.startblock .headerimage {
	position: relative;
}

.startblock .headerimage img {
	width: 100%;
	height: auto;
}

.startblock .berge {
	position: absolute;
	right: -5px;
	bottom: 0px;
	line-height: 0px;
	width: 40%;
}

.startblock .berge img {
	width: 100%;
	height: auto;
}

.startblock .page-title-wrapper {
	position: absolute;
	width: var(--maxwidthcontent);
	/* left: calc((100vw - var(--maxwidthcontent) - var(--seitenrand) - var(--seitenrand)) / 2); */
	left: calc((100vw - var(--maxwidthcontent)) / 2 - (var(--seitenrand) / 2));
	bottom: 17%;
	box-sizing: border-box;
	
}

.maxwidthcontent {

}

.startblock .page-title-wrapper h1,
.startblock .page-title-wrapper .likeh1 {
	color: var(--weiss);
}

.startblock .page-title-wrapper a,
.startblock .page-title-wrapper a:visited {
	color: var(--weiss);
}

.startblock .page-title-wrapper a:hover,
.startblock .page-title-wrapper a:active {
	color: var(--weiss);
}

.startblock .unterseiten-link {
	position: absolute;
	left: var(--seitenrand);
	top: 0px;
	z-index: 80;
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
	transform: translateY(-35%);
}

.startblock .unterseiten-link h2 {
	padding: 0px;
	margin: 0px;
	font-size: calc(var(--text-l) * 1.5);
	line-height: 125%;
}

.startblock .unterseiten-link a,
.startblock .unterseiten-link a:visited {
	background: var(--weiss);
	padding: 20px 30px;
	box-sizing: border-box;
	color: var(--actioncolor);
}

.node.node--type-homepage,
.node.node--type-contact {
	margin-top: var(--abstand5);
}

.startblock-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	margin-top: var(--abstand7);
	padding-bottom: var(--abstand10);
}

.startblock-projekte {
	margin-top: var(--abstand7);
	padding-bottom: var(--abstand5);
}

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

.startblock-content > .bodytext {
	background-image: url(../images/apfelbg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

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

.startblock-content > .navblock {
	background: var(--bgcolor);
	font-weight: var(--medium);
	padding: 0px 0px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 310px;
	margin-top: 10px;
}

.startblock-content > .navblock ul {
	margin: var(--abstand5) 0px var(--abstand5) 0px;
	padding: 0px 20px 0px 30%;
	box-sizing: border-box;
	list-style: none;
}

.startblock-content > .navblock ul > li:before {
	display: none !important;
}

.startblock-content > .navblock ul a,
.startblock-content > .navblock ul a:visited {
	color: var(--schwarz);
	font-weight: var(--medium);
}
.startblock-content > .navblock ul a:hover,
.startblock-content > .navblock ul a:active {
	color: var(--schwarz);
	text-decoration: underline;
	font-weight: var(--bold);
}

.startblock-content > .navblock .mehrerfahren {

	line-height: 0px;
}

.startblock-content > .navblock .mehrerfahren img {
	width: 100%;
	height: auto;
}

/* !GMAP */

.wh-gmap {
	margin-top: var(--abstand7);
}

.wh-gmap iframe {
	border: 0px;
	width: 100%;
	
}

.cookies-fallback--google_maps,
.wh-gmap iframe,
.cookies-fallback--wrap.disabled {
	min-height: 400px;
	height: 10vh;
}

/* !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;
}


/* !SOCIAL MEDIA LINKS */


.socialmedialinks {
	margin-top: var(--abstand2);
}

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


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

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

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

/* !HOMEPAGE */

.logos-startseite {
	
}

.field--name-field-logos-startseite {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: var(--abstand3);
	padding-bottom: var(--abstand2);
}

.field--name-field-logos-startseite img {
	width: auto;
	height: 80px;
}

.field--name-field-logos-startseite > .field__item:nth-child(1) {
	margin-right: 50px;
}
.field--name-field-logos-startseite > .field__item:nth-child(2) {
	margin-right: 25px;
}

.field--name-field-infotext  {
	border-top: solid 1px var(--schwarz);
	color: var(--actioncolor);
	padding-top: var(--abstand2);
	text-align: center;
}


/* !FOOTER */

footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: var(--abstand10);
	margin-bottom: var(--abstand7);
}

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

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

footer > div {
	flex-basis: calc(33.333333% - 20px);
}

footer .footerblock-1 {
		
}

footer .footerblock-1 img {
	width: 70%;
	height: auto;
}

footer .label {
	font-weight: var(--medium);
}

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

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

.field--label-inline > .field__label:after {
	content: ": ";
}


.region-regionbottom {
	background: var(--maincolor);
	color: var(--weiss);
	padding: var(--abstand3) 0px 100px 0px;
	box-sizing: border-box;
}

.bottomcontent a,
.bottomcontent a:visited {
	color: var(--weiss);
}

.bottomcontent a:hover,
.bottomcontent a:active {
	color: var(--schwarz);
}

.bottomcontent {
	position: relative;
	box-sizing: border-box;
}

.bottomcontent .infos,
.bottomcontent .infotitle,
.bottomcontent nav {
	padding-left: calc(33.333333% + 10px);
}

.bottomcontent .infotitle {
	font-weight: var(--bold);
	margin-bottom: 5px;
}

.bottomcontent .infos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.bottomcontent .infos > div:not(:last-child):after {
	content: "|";
	margin: 0px 6px 0px 3px
}
.usermenu {
	margin-top: 20px;
}

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

nav ul.menu > li:not(:last-child):after {
	content: "|";
	margin: 0px 6px 0px 3px;
}

nav ul.menu a,
nav ul.menu a:visited {
	color: var(--weiss);
}

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


/* !CONTENT */

.block-page-title-block {
	margin-bottom: var(--abstand5);
}

.medium {
	font-weight: var(--medium);
}

.contact-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.contact-content > div {
	flex-basis: calc(50% - 20px);
	font-weight: var(--medium);
}

.contact-content .text-m {
	font-weight: var(--medium);
}

.contact-content .company-info {
	margin-top: var(--abstand5);
}

.contact-content .field--name-field-contentimage {
	width: 60%;
	margin-top: var(--abstand5);
}

.contact-content .field--name-field-contentimage img {
	width: 100%;
	height: auto;
}

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

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

/* !PARAGRAPHS */

.bausteinecontainer > .paragraph:not(:first-child) {
	margin-top: var(--abstand7);
}

.p-text-spalten + .p-text-spalten,
.p-bilder-inline + .p-bilder-inline {
	margin-top: 30px !important;
}

.bausteinecontainer > .scroll-to-element:nth-child(1) + .paragraph {
	margin-top: 0px !important;
}


.paragraph h2 {
	font-size: calc(var(--text-l) + 10%);
	line-height: var(--lineheight);
	font-weight: var(--extrabold);
	margin: 0px;
	padding: 0px;
}
.paragraph h3 {
	font-size: var(--text-l);
	line-height: var(--lineheight);
	font-weight: var(--bold);
	margin: 0px;
	padding: 0px;
}

h3.blocktitel  {
	padding-bottom: var(--abstand3);
}

.p-titel-untertitel-text h3 + .bodytext,
.p-titel-untertitel-text h2 + .bodytext {
	margin-top: var(--abstand3);
}

.p-text-spalten {
	
}

.p-text-spalten p {
	font-weight: var(--medium);
}

.p-text-spalten .field__items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.p-text-spalten .field__items > div {
	flex-basis: 100%;
}

.p-text-spalten .field__items > div:not(:last-child) {
	margin-right: 30px;
}

.p-text-spalten .field__items.mitbild > div:nth-last-child(1) {
	padding: 0px !important;
	line-height: 0px;
}

.p-text-spalten.with_bgimage .field__items > div {
	background-image: url(../images/apfelbg-spalte.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	position: relative;
}

.p-text-spalten.with_bgcolor .field__items > div {
	background-color: var(--bgcolor);
	padding: 0px;
	box-sizing: border-box;
	text-align: center;
}

.p-text-spalten.with_bgcolor .padding {
	padding: 30px;
	box-sizing: border-box;
}

.p-text-spalten.with_bgcolor .padding .medium {
	font-weight: var(--bold);
}



.p-text-spalten h4 {
	color: var(--actioncolor);
	font-weight: var(--medium);
}

.p-text-spalten .field__items.mitbild > div img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	position: relative;
}

.p-bilderslider {
	position: relative;
}


.p-bilderslider .tns-item img {
	width: 100%;
	height: auto !important;
}

.p-bilderslider .tns-outer .tns-nav {
	display: none;
}

.p-bilderslider .tns-outer .tns-controls {
	position: absolute;
	top: 50%;
	bottom: auto;
	width: 100%;
	height: var(--arrowsize);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-bilderslider .tns-outer .tns-controls button {
	width: var(--arrowsize);
	height: var(--arrowsize);
	border: solid 0px red;
	background-color: transparent;
	border-radius: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.p-bilderslider .tns-outer .tns-controls button[data-controls='prev'] {
	left: 0px;
	top: 0px;
	-webkit-transform: translateX(-120%);
	-moz-transform: translateX(-120%);
	transform: translateX(-120%);
	background-image: url('../images/pfeil-prev.svg')
}

.p-bilderslider .tns-outer .tns-controls button[data-controls='next'] {
	right: 0px;
	top: 0px;
	-webkit-transform: translateX(120%);
	-moz-transform: translateX(120%);
	transform: translateX(120%);
	background-image: url('../images/pfeil-next.svg')
}

.p-bilderslider .tns-outer .tns-ovh {
	position: relative;
	z-index: 60 !important;
}

.p-bilderslider .tns-outer .tns-controls {
	z-index: 50 !important;
}

.p-bilder-inline {
	
}

.p-bilder-inline > .field__items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.p-bilder-inline > .field__items > div {
	flex-basis: 100%;
}

.p-bilder-inline > .field__items > div:not(:last-child) {
	margin-right: 20px;
}

.p-bilder-inline img {
	width: 100%;
	height: auto;
}

.p-bilder-inline .field--name-field-bildtext {
	margin-top: 5px;
	font-size: 80%;
	line-height: var(--lineheight);
	font-weight: var(--medium);
}

.p-teamblock {
	
}

.p-teamblock .field__items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* justify-content: flex-end; */
	flex-wrap: wrap;
}

.p-teamblock .field__items > div {
	flex-basis: calc(33.333333% - 15px);
	margin-right: 20px;
	position: relative;
	margin-bottom: 20px;
}

.p-teamblock .field__items > .field__item .field--type-email {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 80;
}

.p-teamblock .field__items > .field__item .field--type-email a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 0px;
	text-indent: 800px;
	white-space: nowrap;
}



.p-teamblock .field__items > div:nth-child(3n+3),
.p-teamblock .field__items > div:nth-last-child(1) {
	margin-right: 0px;
}

.p-teamblock .field__items > div img {
	width: 100%;
	height: auto;
}

.p-teamblock .field--name-field-name {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	background: var(--weiss);
	padding: 5px 10px;
	box-sizing: border-box;
	font-weight: var(--medium);
}

.partnerblock {
	position: relative;
}

.partnerblock a,
.partnerblock a:visited,
.partnerblock a:hover,
.partnerblock a:active {
	text-decoration: none !important;
}

.partnerblock img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 40;
}


.parnter-link {
	position: absolute;
	z-index: 60;
	width: 15.5%;
	aspect-ratio: 1 / 1;
}

.parnter-link a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.parnter-link.vip {
	left: 26.5%;
	top: 32%;
}

.parnter-link.vog {
	left: 42%;
	top: 32%;
}

.parnter-link.cmiapples {
	left: 0%;
	top: 40.5%;
}

.parnter-link.agricolasanclemente {
	left: 15.5%;
	top: 72%;
}

.parnter-link.fruitways {
	left: 39%;
	top: 71%;
}

.parnter-link.montague {
	left: 68.5%;
	top: 69%;
}

.parnter-link.luvyaapples {
	right: 0%;
	top: 69%;
}

.p-sortenslider {
	position: relative;
}

.p-sortenslider .views-field-field-sorten {
	text-align: center;
	position: relative;
	z-index: 70;
}

.p-sortenslider .views-field-field-sorten img {
	width: auto !important;
	height: 70vh !important;
	max-width: auto !important;
	max-height: 700px;
}

.p-sortenslider .bildtext {
	text-align: center;
	font-weight: var(--bold);
	text-align: center;
	color: var(--actioncolor);
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
	z-index: 80;
}

.p-sortenslider .tns-item {
	position: relative;
}

.p-text {
	font-weight: var(--medium);
}

.p-text .medium {
	font-weight: var(--bold);
}

/*
	
	
	
	
*/

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

	
}


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

	:root {
		--fontsize: 110%;
		--lineheight: 155%;
	}
	
	h1,
	.likeh1 {
		font-size: 360%;
		line-height: 125%;
	}
	
	h3 {
		font-size: 160%;
		line-height: 125%;
	}
	
	h4 {
		font-size: 120%;
		line-height: 130%;
	}
	
	.topmenu ul.level2 {
		padding: 33px 0px 0px 0px;
	}
	
}

@media all and (max-width: 1440px) { 
	
	:root {
		--headerheight: 80px;
		--logowidth: 230px;
		--text-m: 128%;
		--text-l: 160%;
		--text-xl: 130%;
	}
	
	.topmenu {
		right: 260px;
	}
	
	h1,
	.likeh1 {
		font-size: 340%;
		line-height: 125%;
	}
	
}


@media all and (max-width: 1330px) {
	
	.p-bilderslider .tns-outer .tns-nav {
		display: block;
	}
	
	.p-bilderslider .tns-outer .tns-controls {
		display: none;
	}
	
}

	


@media all and (max-width: 1280px) {
	
	:root {
		--text-m: 118%;
		--text-l: 150%;
		--text-xl: 120%;
	}
	
	h1,
	.likeh1 {
		font-size: 280%;
		line-height: 125%;
	}
	
	h3 {
		font-size: 160%;
		line-height: 125%;
	}
	
	h4 {
		font-size: 120%;
		line-height: 130%;
	}
	
	.menuclick {
		display: block;
	}
	
	.maxwidth,
	.maxwidthcontent {
		max-width: 100%;
		margin-left: var(--seitenrand);
		margin-right: var(--seitenrand);
	}
	
	.maxwidthcontent .maxwidthcontent,
	.maxwidth .maxwidthcontent {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.startblock .page-title-wrapper {
		width: 100%;
		left: 0px;
		margin-left: 0px;
		margin-right: 0px;		
		padding: 0px calc(var(--klickmenuwidth) + 30px);
		box-sizing: border-box;
	}
	
	.region-primary-menu {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		/* background: var(--actioncolor); */
		background: rgba(255, 255, 255, 0.95);
		z-index: 98;
		display: none;
		overflow: scroll;
		box-sizing: border-box;
	}
	
	
	
	.region-primary-menu.active {
		display: block;
	}
	
	.region-header {
		z-index: 99;
		background: var(--maincolor);
	}
	
	.block-system-branding-block {
		left: calc(var(--seitenrand) + var(--klickmenuwidth));
	}
	
	.startblock .unterseiten-link {
		left: var(--klickmenuwidth);
	}
	
	.block-system-branding-block.fixed {
		top: 0px !important;
	}
	
	.sprachwechsler {
		top: 50%;
		bottom: auto;
		
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.topmenu {
		bottom: auto;
		right: auto;
		top: calc(var(--headerheight) * 2);
		left: calc((var(--seitenrand) + var(--klickmenuwidth)) + 30px);
	}
	
	.topmenu ul.level1 {
		display: block;
		font-size: 260%;
		line-height: var(--lineheight);
		margin-bottom: 100px;

	}
	
	.topmenu ul.level1 li.mlevel1 > a,
	.topmenu ul.level1 li.mlevel1 > a:visited {
		color: var(--actioncolor);
		padding: 3px 0px
	}
	
	.topmenu ul.level1 li.mlevel1 > a:hover,
	.topmenu ul.level1 li.mlevel1 > a:active {
		color: var(--schwarz);
		background: transparent;
	}
	
	.topmenu ul.level1 li.mlevel1 > a.is-active {
		background: transparent;
		font-weight: var(--bold);
		color: var(--schwarz);
	}
	
	.topmenu ul.level2 {
		display: none !important;
	}
	
	.field--name-field-logos-startseite img {
		width: auto;
		height: 60px;
	}
	
}

@media all and (max-width: 1024px) {
	
	:root {
		--text-m: 118%;
		--text-l: 150%;
		--text-xl: 120%;
	}
	
	h1,
	.likeh1 {
		font-size: 210%;
		line-height: 125%;
	}
	
	h3 {
		font-size: 150%;
		line-height: 125%;
	}
	
	h4 {
		font-size: 120%;
		line-height: 130%;
	}

	
	.topmenu ul.level1 {
		font-size: 220%;
		line-height: var(--lineheight);
	}
	
	.startblock {
		margin-top: var(--abstand7);
	}

}


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

	footer {
		flex-wrap: wrap;
		
	}
	
	footer > .footerblock-1 {
		flex-basis: 100%;
		margin-bottom: var(--abstand3);
		
	}
	
	footer > .footerblock-1 img {
		max-width: calc(var(--logowidth) - 30px);
	}
	
	
	footer > .footerblock-2,
	footer > .footerblock-3 {
		flex-basis: calc(50% - 20px);
	}
	
	.bottomcontent .infos, 
	.bottomcontent .infotitle, 
	.bottomcontent nav {
		padding-left: 0px;
	}

}


@media all and (max-width: 834px) {
	
	.startblock-content {
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
	}
	
	.startblock-content > div {
		flex-basis: 100%;
	}
	
	.startblock-content > .bodytext {
		background-image: none;
	}
	
	.startblock-content > .navblock {
		min-height: auto;
	}
	
	
	.startblock-content > .navblock ul {
		padding: 0px 20px 0px 30px;
		margin: 30px 0px 60px 0px;
	}
	
	.p-text-spalten .field__items {
		flex-wrap: wrap;
	}
	
	.p-text-spalten + .p-text-spalten, 
	.p-bilder-inline + .p-bilder-inline {
		margin-top: 0px !important;
	}
	
	.p-text-spalten .field__items > div {
		margin-right: 0px !important;
		margin-bottom: 20px;
	}
	
	.p-text-spalten .field__items > div:not(:last-child) {
		margin-right: 10px;
	}
	
	.p-text-spalten.with_bgcolor .padding {
		padding: 35px 20px 20px 20px;
	}
	
	.p-teamblock .field__items {
		justify-content: space-between;
	}
	
	.p-teamblock .field__items > div {
		margin-right: 0px;
		flex-basis: calc(50% - 10px);
	}
	
	.p-teamblock .field__items > div:nth-child(1) {
		order: 1;
	}
	.p-teamblock .field__items > div:nth-child(2) {
		order: 3;
	}
	.p-teamblock .field__items > div:nth-child(3) {
		order: 4;
	}
	.p-teamblock .field__items > div:nth-child(4) {
		order: 2;
	}
	.p-teamblock .field__items > div:nth-child(5) {
		order: 5;
	}
	
	.contact-content {
		flex-wrap: wrap;
	}
	
	.contact-content > div {
		flex-basis: 100%;
	}
	
	h4 {
		margin: 40px 0px 15px 0px;
	}
	
	.contact-content-left > h4:nth-child(1) {
		margin-top: 0px;
	}
	
	.p-text-spalten.with_bgcolor .field__items > div {
		text-align: left;
	}
	
	
}



@media all and (max-width: 768px) {
	
	:root {
		--headerheight: 70px;
		--logowidth: 210px;
	}
	
	.startblock .page-title-wrapper {
		position: relative;
		padding: 0px;
		margin-top: var(--abstand7);
		width: auto;
	}
	
	.startblock .scontainer {
		position: relative;
	}
	
	.startblock-content {
		margin-top: var(--abstand3);
	}
	
	.startblock .page-title-wrapper h1, 
	.startblock .page-title-wrapper .likeh1,
	.startblock .page-title-wrapper a, 
	.startblock .page-title-wrapper a:visited {
		color: var(--actioncolor);
	}
	
	.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;
	
	}
	
	.p-sortenslider .views-field-field-sorten img {
		width: auto !important;
		height: 500px !important;
	}
	
		
}




@media all and (max-width: 667px) {
	
	:root {
		--abstand1: 10px;
		--abstand2: 20px;
		--abstand3: 30px;
		--abstand5: 40px;
		--abstand7: 50px;
		--abstand10: 50px;
	}
	
	body.page-node-type-homepage .block-system-branding-block.scrolled,
	body.page-node-type-page .block-system-branding-block.scrolled,
	body.page-node-type-contact .block-system-branding-block.scrolled {
		height: auto;
		top: 0px;
		padding: 10px 30px;
		-o-transition:.8s;
		-ms-transition:.8s;
		-moz-transition:.8s;
		-webkit-transition:.8s;
		transition:.8s;
	}
	
	.region-headerblock .startblock {
		margin-top: 0px;
	}
	
	.region-headerblock.maxwidth {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.region-headerblock.maxwidth .startblock .page-title-wrapper {
		margin-left: var(--seitenrand) !important;
		margin-right: var(--seitenrand) !important;
		
	}
	
	.startblock .unterseiten-link {
		left: var(--seitenrand);
	}
	
	
	.webform .wfleft {
		width: 100%;
		float: none;
		clear: both;
	}
	
	.webform .wfleft input {
		width: 100%;
		float: none;
		clear: both;
	}
	
	.webform .wfright {
		width: 100%;
		float: none;
		clear: both;
	
	}
	
	.webform .wfright input,
	.webform .wfright select {
		width: 100%;
		float: none;
		clear: both;
	}
	
	input.js-form-submit {
		width: 100%;
	}
	
	.region-content .text-l ul,
	.region-content ul {
		padding-left: 30px;
	}
	
	.region-content .text-l ul > li:before,
	.region-content ul > li:before {
		left: -30px;
	}
	
}


@media all and (max-width: 550px) {
	
	:root {
		--headerheight: 55px;
		--logowidth: 150px;
		--text-m: 118%;
		--text-l: 130%;
		--text-xl: 110%;
	}

	
	h1,
	.likeh1 {
		font-size: 170%;
		line-height: 125%;
	}
	
	h3 {
		font-size: 140%;
		line-height: 125%;
	}
	
	h4 {
		font-size: 130%;
		line-height: 130%;
	}
	
	h5 {
		font-size: 120%;
		line-height: 130%;
	}

	
		
	.topmenu ul.level1 {
		font-size: 180%;
		line-height: var(--lineheight);
	}
	
	body.page-node-type-homepage .block-system-branding-block.scrolled,
	body.page-node-type-page .block-system-branding-block.scrolled,
	body.page-node-type-contact .block-system-branding-block.scrolled,
	.block-system-branding-block {
		height: auto;
		top: 0px;
		padding: 5px 10px;
		left: 50%;
		
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.topmenu {
		left: calc(var(--seitenrand) + 20px);
	}
	
	.sprachwechsler {
		display: none;
	}
	
	body.navactive .sprachwechsler {
			display: block;
			position: fixed;
			top: calc(var(--headerheight) + 30px);
			right: var(--seitenrand);
			background: transparent;
	}


	
	footer > .footerblock-2,
	footer > .footerblock-3 {
		flex-basis: 100%;
	}
	
	.startblock-container {
		overflow: hidden;
	}
	
		
	footer > .footerblock-1 img {
		max-width: 200px;
	}
	
	.p-sortenslider .views-field-field-sorten img {
		width: auto !important;
		height: 400px !important;
	}
	
	.field--name-field-logos-startseite > .field__item:nth-child(1) {
		margin-right: 20px;
	}
	
	.field--name-field-logos-startseite > .field__item:nth-child(2) {
		margin-right: 10px;
	}
	
	.field--name-field-logos-startseite img {
		height: 50px;
	}
	
	.field--name-field-logos-startseite {

	}

	
}


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

	.p-teamblock .field__items > div {
		flex-basis: 100%;
	}
	
	.p-sortenslider .views-field-field-sorten img {
		width: auto !important;
		height: 300px !important;
	}
	
	.p-sortenslider .bildtext {
		bottom: 10px;
	}
	
}

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


}

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

	body.navactive .sprachwechsler {
			top: calc(var(--headerheight) + 40px);
	}

}







@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)  {
	

	
}

