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


:root {
  --schwarz: #000000;
  --weiss: #FFFFFF;
	--grau: #666666;
  
  --maincolor: #7BD1C3;
  --actioncolor: #000000;
	--bgcolor: #F2F0EB;
	--bgcolor-main: #D7F1ED;
  
	--basefont: 'Tajawal', sans-serif;
  --bold: 700;
	--regular: 400;
	--medium: 500;
  --fontsize: 115%;
	--lineheight: 135%;
	
	--abstand1: 1vh;
	--abstand2: 2vh;
	--abstand3: 3vh;
	--abstand5: 5vh;
	--abstand7: 7vh;
	--abstand10: 10vh;
	
	--headerheight: 90px;
	--logowidth: 50px;
	--seitenrand: 7vw;
	--seitenrandsmall: 3vw;
	--socialmediaicons: 30px;
	--adminspace: 73px;
	--teasericon: 120px;
	--arrow-size: 50px;
	--article-with-icon-icon-size: 180px;
	--article-with-image-icon-size: 150px;
	--article-kachel-icon-size: 200px;
	
	--klickmenuwidth: 90px;
	
	--langdropdown: 48px;
	--langdroplangheight: 30px;
	
	--maxwidthcontent: 1024px;
}

*:focus {
	outline: none;
}





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 10px;
	box-sizing: border-box;
	border-radius: 0px;
	border: 0px;
	height: 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);
}



/* !ADMIN*/ 


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

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:not(.page-node-type-legal) {
	background: var(--maincolor);
}


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


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


h2,
.likeh2 {
	font-size: 200%;
	line-height: 115%;
	font-weight: var(--bold);
}

.titelblock h2.untertitel {
	font-size: 160%;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	font-weight: var(--regular);
}

h3 {
	font-size: 180%;
	line-height: 115%;
	font-weight: var(--bold);
	margin: 30px 0px 10px 0px;
}

h3.article-untertitle {
	font-size: 160%;
	line-height: 115%;
	font-weight: var(--regular);
	margin: 20px 0px 10px 0px;
}

h3.projektseite-title {
	font-size: 160%;
	line-height: 115%;
}

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

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

.likeh1,
.likeh2 {
	margin: 0px;
	padding: 0px;
}

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

ul {
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-left: 22px;
	list-style-type: square;
}

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


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

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


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

	
.mobile {
	display: none;
}


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

body.navactive {
	overflow: hidden;
}

.layout-container {
	padding-top: calc(var(--headerheight) + var(--abstand5));
	box-sizing: border-box;
}

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

.maxwidthcontent {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--maxwidthcontent);
}

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


main {
	padding: var(--abstand10) 0px var(--abstand10) 0px;
	box-sizing: border-box;
}


.page-node-type-homepage main {
	padding: 0px 0px var(--abstand10) 0px;
	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%;
}

/*  !HEADER */ 

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

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

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


.block-system-branding-block {
	font-size: var(--logowidth);
	line-height: 100%;
	font-weight: var(--bold);
	position: absolute;
	left: var(--seitenrand);
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

body.path-frontpage .block-system-branding-block {
	opacity: 0;
}

body.path-frontpage .block-system-branding-block.full,
body.path-frontpage.navactive .block-system-branding-block {
	opacity: 1;
}

.block-system-branding-block a,
.block-system-branding-block a:visited {
	color: var(--weiss);
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	transition:.8s;
}

.block-system-branding-block a:hover,
.block-system-branding-block a:active {
	color: var(--actioncolor);
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	transition:.8s;
}

.block-dropdown-language {
	float: right;
	width: var(--langdropdown);
	position: absolute;
	right: var(--seitenrand);
	top: calc(50% - (var(--langdroplangheight) / 2) + 3px);
}


.block-dropdown-language .contextual {
	display: none !important;
}

.layout-container > header .dropbutton-toggle {
	position: absolute;
	right: 0px;
	width: 100%;
	top: 0px;
	height: var(--langdroplangheight);
	z-index: 80;
	background-image: url("../images/dropdown-arrow.svg");
	background-repeat: no-repeat;
	background-position: right 5px;
	background-size: 10px 10px;

}

.layout-container > header .dropbutton-action {
	height: var(--langdroplangheight);
	color: var(--schwarz);
}


body.navactive .layout-container > header  .dropbutton-toggle {
	background-image: url("../images/dropdown-arrow.svg") !important;
}

.layout-container > header ul.dropdown-language-item {
	width: var(--langdropdown);
	padding: 0px;
	margin: 0px;
}

.layout-container > header .dropbutton-toggle .dropbutton-arrow {
	display: none;	
}

body .layout-container > header:not(.isfront) .dropdown-language-item.dropbutton {
	
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	transition:.8s;
	transition-delay: 1000ms;
}
.layout-container > header .dropdown-language-item.dropbutton > li {
	padding: 0px 10px !important;
	box-sizing: border-box;
}

body .layout-container > header ul.dropdown-language-item a,
body .layout-container > header ul.dropdown-language-item a:visited {
	color: var(--weiss);
}

body .layout-container > header ul.dropdown-language-item a:hover,
body .layout-container > header ul.dropdown-language-item a:active {
	color: var(--actioncolor);
}


/* !TOPMENU */

.mobilemenu {
	display: none;
}

.topmenu {
	position: absolute;
	top: 50%;
	right: calc(var(--seitenrand) + var(--langdropdown) + 40px);
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topmenu ul.level1 {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	list-style: none;
}

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

.topmenu ul.level1 li:not(:last-child) {
	margin-right: 30px;
}

.topmenu ul.level1 li.mlevel1 > a,
.topmenu ul.level1 li.mlevel1 > a:visited {
	padding: 20px 0px;
	box-sizing: border-box;
	color: var(--actioncolor);
	display: block;
	position: relative;
	text-transform: uppercase;
	z-index: 70;
}

.topmenu ul.level1 li.mlevel1 > a:hover,
.topmenu ul.level1 li.mlevel1 > a:active {
	color: var(--weiss);
}

.topmenu ul.level1 li.mlevel1 > a.is-active:after,
.topmenu ul.level1 li.mlevel1.menu-item--active-trail > a:after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 25px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: var(--actioncolor);
}

.topmenu ul.level2 {
	position: absolute;
	left: -20px;
	top: 0px;
	background: var(--maincolor);
	padding: 40px 20px 0px 20px;
	box-sizing: border-box;
	z-index: 60;
	list-style: none;
	height: 1px;
	overflow: hidden;
	opacity: 0px;
	-webkit-transition: all .8s ease;
	 transition: all .8s ease;
 }

.topmenu ul.level1 li.mlevel1:hover > ul.level2 {
	height: auto;
	opacity: 1;
	padding: 65px 20px 20px 20px;
	-webkit-transition: all .8s ease;
	 transition: all .8s ease;
}

.topmenu ul.level2 > li {
	position: relative;
	opacity: 0;
}

.topmenu ul.level1 li.mlevel1:hover > ul.level2 > li {
	opacity: 1;
	animation-delay: 0.8s;
	-webkit-transition: all .8s ease;
	 transition: all .8s ease;
}

.topmenu ul.level2 > li a,
.topmenu ul.level2 > li a:visited {
	display: table;
	white-space: nowrap;
	color: var(--schwarz);
	padding: 4px 0px;
	position: relative;
}

.topmenu ul.level2 > li a:hover,
.topmenu ul.level2 > li a:active {
	color: var(--weiss);
}

.topmenu ul.level1 li.mlevel2 > a.is-active:after,
.topmenu ul.level1 li.mlevel2.menu-item--active-trail > a:after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 7px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: var(--actioncolor);
}

/* !BACKGROUNDS */

.withbg {

}

.withbg.withspace {
	padding-top: var(--abstand10);
	padding-bottom: var(--abstand10);
}

.white {
	background: var(--weiss);
}

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

.bgcolormain {
	background: var(--bgcolor-main);
}

.maincolor {
	background: var(--maincolor);
}

/* !STARTSEITE */

.whmedia-home {
	font-size: 1200%;
	line-height: 100%;
	font-weight: var(--bold);
	padding: 10vh var(--seitenrand) 5vh var(--seitenrand);
	box-sizing: border-box;
}

.page-node-type-homepage .region-content {
	padding-left: 33vw;
	padding-right: 15vw;
	box-sizing: border-box;
}


.leistungen-sliderblock {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.leistungen-sliderblock > .view-header {
	flex-basis: 25vw;
	padding-left: var(--seitenrand);
	box-sizing: border-box;
}

.leistungen-sliderblock > .view-header h2 {
	margin-top: 0px;
	padding-top: 0px;
}


.leistungen-sliderblock > .view-content {
	flex-basis: calc(100vw - 25vw);
}


.sliderblock .teaser-icon {
	display: block;
	text-align: center;
	width: 100%;
}

.sliderblock .teaser-title {
	display: block;
	text-align: center;
	font-weight: var(--bold);
	width: 70%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.sliderblock .teaser-text {
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.sliderblock .teaser-icon img {
	width: var(--teasericon);
	height: auto;
}

.sliderblock .tns-inner {
	padding-right: calc(100% / 6) !important;
	box-sizing: border-box;
}

.sliderblock .tns-inner:before {
	content: " ";
	display: block;
	position: absolute;
	right: 0px;
	top: 12px;
	width: calc(100% / 6);
	height: 1px;
	background: var(--maincolor);
}

.sliderblock .tns-inner > div > .tns-item.tns-slide-active + .tns-item:not(.tns-slide-active) .teaser-icon,
.sliderblock .tns-inner > div > .tns-item.tns-slide-active + .tns-item:not(.tns-slide-active) .teaser-title  {
	opacity: 0.3;
}




.sliderblock .tns-inner .tns-item {
	position: relative;
	padding-top: 100px;
	box-sizing: border-box;
}

.sliderblock .tns-inner .tns-item:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	width: 100%;
	height: 1px;
	background: var(--maincolor);
}

.sliderblock .tns-inner .tns-item:nth-child(1):before {
	left: 50%;
	width: 50%;
}

.sliderblock.tns-inner .tns-item:nth-last-child(1):before {
	right: 50%;
	left: auto;
	width: 50%;
}

.sliderblock .tns-inner .tns-item:after {
	content: " ";
	display: block;
	position: absolute;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: var(--maincolor);
	left: 50%;
	top: 0px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.leistungen-sliderblock .tns-inner > div > .tns-item.tns-slide-active + .tns-item:not(.tns-slide-active):after {
	background: var(--bgcolor-main);
}

.leistungen-sliderblock .tns-inner .tns-item a,
.leistungen-sliderblock .tns-inner .tns-item a:visited {
	color: var(--actioncolor);
}

.leistungen-sliderblock .tns-inner .tns-item a:hover,
.leistungen-sliderblock .tns-inner .tns-item a:active {
	color: var(--maincolor);
}

.sliderblock .tns-outer .tns-controls {
	text-align: right;
	padding-right: var(--seitenrand);
	padding-top: var(--abstand5);
	margin-bottom: 0px;:
}

.tns-outer button {
	background: transparent !important;
	border: solid 0px red !important;
	color: var(--actioncolor);
	width: var(--arrow-size);
	height: var(--arrow-size);
	font-size: calc(var(--arrow-size) / 2);
	line-height: 100%;
}

.tns-outer button[disabled] {
	color: var(--bgcolor) !important;
}


/* !CONTENT */

a.ckeditor-readmore-toggler {
	font-weight: var(--bold);
	color: var(--schwarz);
}
a.ckeditor-readmore-toggler:after {
	content: "..."
}

a.ckeditor-readmore-toggler.open {
	display: none;
}


.titelblock {
	margin-bottom: var(--abstand3);
}

.titelblock h1 {
	margin: 0px;
	padding: 0px;
}



.region-after-content {
	background: var(--weiss);
}

.page-node-type-legal .node__content a.ext,
.page-node-type-legal .node__content a.ext:visited,
.page-node-type-legal .node__content a.spamspan,
.page-node-type-legal .node__content a.spamspan:visited {
	color: var(--actioncolor);
}

.page-node-type-legal .node__content a.ext:hover,
.page-node-type-legal .node__content a.ext:active,
.page-node-type-legal .node__content a.spamspan:hover,
.page-node-type-legal .node__content a.spamspan:active {
	color: var(--maincolor);
}

.page-node-type-legal .node__content table {
	border: solid 1px var(--bgcolor);
	font-size: 80%;
	line-height: var(--lineheight);
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.page-node-type-legal .node__content table th {
	border-bottom: solid 3px var(--bgcolor);
	white-space: nowrap;
}

.page-node-type-legal .node__content table th,
.page-node-type-legal .node__content table td {
	padding: 5px 10px;
	box-sizing: border-box;
	vertical-align: top;
}

ul.pager-show-more {
	padding: var(--abstand3) 0px 0px 0px !important;
}

/* !PROJEKTE */

.projektslider-container {
	margin-left: calc(var(--seitenrand) * 1.5);
}
.projektslider-container .tns-inner {
	padding-right: calc(100% / 8) !important;
	box-sizing: border-box;
}

.sliderblock .dropbutton-widget {
	margin-left: auto;
	margin-right: auto;
}

.sliderblock .projekt-icon {
	display: block;
	text-align: center;
	width: 70%;
	border-radius: 100%;
	overflow: hidden;
	line-height: 0px;
	margin-left: auto;
	margin-right: auto;
}

.sliderblock .projekt-title {
	display: block;
	text-align: center;
	font-weight: var(--bold);
	width: 100%;
	margin-top: var(--abstand3);
}
.projekte-sliderblock .projekt-icon img {
	filter: grayscale(0.5);
}


.sliderblock .projekt-icon img {
	width: 100%;
	height: auto;
}


.sliderblock .tns-inner > div > .tns-item.tns-slide-active + .tns-item:not(.tns-slide-active) .projekt-icon,
.sliderblock .tns-inner > div > .tns-item.tns-slide-active + .tns-item:not(.tns-slide-active) .projekt-title  {
	opacity: 0.3;
}

.projekte-sliderblock .tns-inner .tns-item a,
.projekte-sliderblock .tns-inner .tns-item a:visited {
	color: var(--actioncolor);
}

.projekte-sliderblock .tns-inner .tns-item a:hover,
.projekte-sliderblock .tns-inner .tns-item a:active {
	color: var(--maincolor);
}

.projekte-seite {
	padding: var(--abstand7) 0px;
}

.projekte-seite .view-content {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
}

.projekte-seite .view-content > .views-row {
	background: var(--weiss);
	padding: var(--abstand7) 50px var(--abstand7) 50px;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	flex-basis: calc((100% / 3) - 20px);
	text-align: center;
}

.projekte-seite .view-content > .views-row {
	position: relative;
	padding-bottom: 160px;
	box-sizing: border-box;
}

.projekte-seite .view-content > .views-row .button {
	position: absolute;
	left: 50%;
	bottom: var(--abstand7);
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.projekte-seite a,
.projekte-seite a:visited {
	color: var(--schwarz);
}

.projekte-seite a:hover,
.projekte-seite a:active {
	color: var(--maincolor);
}


.projektseite-icon {
	line-height: 0px;
	width: 50%;
	border-radius: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}


.projektseite-icon img {
	width: 100%;
	height: auto;
	filter: grayscale(0.5);
}

.projekte-seite .view-content > .views-row .dropbutton-widget {
	margin-left: auto;
	margin-right: auto;
}

.projektseite-services {
	font-weight: var(--bold);
	color: var(--grau);
}


.view-filters  {
	margin-bottom: var(--abstand5);
	text-align: center;
}

.bef-exposed-form .form--inline > .form-item, 
.bef-exposed-form .form--inline .js-form-wrapper > .form-item {
	float: initial !important;
}


.bef-exposed-form .form--inline > .form-item, 
.bef-exposed-form .form--inline .js-form-wrapper > .form-item {
	float: initial;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.view-filters label {
	margin-bottom: 20px;
	padding-bottom: 0px;
	display: block;
	/*
	font-weight: var(--bold);
	text-transform: uppercase;
	margin-bottom: var(--abstand2);
	display: block;
	*/
}
.view-filters select {
	height: 50px;
	border: 0px;
	border-bottom: solid 1px var(--schwarz);
	width: 100%;
	background-color: transparent;
	padding: 0px 0px;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: var(--schwarz);
	min-width: 280px;
	font-family: var(--basefont);
	
	background-image: url("../images/select-arrow.svg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 10px auto;
}

.view-id-experiences.view-display-id-block_4 .view-filters select {
	min-width: 350px;
}


/* !PARAGRAPH */

.bausteinecontainer {
}

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

.bausteinecontainer > .paragraph:nth-child(1).white {
	padding-top: var(--abstand10);
}


.bausteinecontainer .paragraph.article:not(.withspace) + .paragraph.article:not(.withspace),
.bausteinecontainer > .kachel-container + .zitat,
.bausteinecontainer > .article + .paragraph.withbg:nth-last-child(1),
.bausteinecontainer > .bild-volle-breite + .paragraph {
	margin-top: 0px;
}

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

.paragraph--type--webform.withbg {
	padding: var(--abstand10) 0px;
	box-sizing: border-box;
} 

.paragraph--type--icon-slider.withbg {
	padding: var(--abstand10) 0px var(--abstand7) 0px;
	box-sizing: border-box;
}

.article {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	box-sizing: border-box;
}

.article.withspace {
	display: block;
}

.article.image-right {
	flex-direction: row-reverse;
}

.article.image-left {
	flex-direction: row;
}

.article-image {
	flex-basis: 30%;
	box-sizing: border-box;
	line-height: 0px;
}

.article-content {
	flex-basis: 70%;
	box-sizing: border-box;
	box-sizing: border-box;
}

.article-content p {
	margin-bottom: 0px;
}

.article-content .button {
	margin-top: var(--abstand5);
}

.article.image-right .article-content {
	padding: var(--abstand7) var(--seitenrand) var(--abstand7) calc(var(--seitenrand) * 2);
	box-sizing: border-box;
}

.article.image-left .article-content {
	padding: var(--abstand7) calc(var(--seitenrand) * 2) var(--abstand7) var(--seitenrand);
	box-sizing: border-box;
}

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


.article-content .field--name-field-icon-media {
	background: var(--bgcolor);
	border-radius: 50%;
	box-sizing: border-box;
}

.with-icon .field--name-field-icon-media {
	padding: 50px;
	width: var(--article-with-icon-icon-size);
	height: var(--article-with-icon-icon-size);
}

.with-image .field--name-field-icon-media {
	padding: 30px;
	width: var(--article-with-image-icon-size);
	height: var(--article-with-image-icon-size);
}


.article.withbg .article-content .field--name-field-icon-media {
	background: var(--weiss);
}

.article-content .field--name-field-icon-media img {
	width: 100%;
	height: auto;
}

.article .button {
	margin-bottom: 20px;
}


.article h2 {
	margin: 0px;
	padding: 0px;
}

.article h3 {
	margin: 0px;
	padding: 0px;
}

.article .field--name-field-icon-media {
	margin-bottom: var(--abstand5);
}

.article h3 + .field--name-field-text,
.article h2 + .field--name-field-text {
	margin-top: var(--abstand3);
}

.article h2 + h3 {

}

.article p {
	margin-bottom: 0px;
}

.article .button {
	margin-top: var(--abstand5);
}

.article .article-textblock.with-icon {
	display: flex;
	justify-content: space-between;
}

.article.image-right .article-textblock.with-icon {
	flex-direction: row-reverse;
}

.article.image-left .article-textblock.with-icon {
	flex-direction: row;
}

.article .article-textblock.with-icon .article-icon {
	flex-basis: 20%;
}

.article .article-textblock.with-icon .textblock-with-icon {
	flex-basis: calc(80% - 5vw);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}


.article .article-textblock.with-icon .field--name-field-icon-media {
	background: var(--weiss);
	border-radius: 50%;
	box-sizing: border-box;
}

.article .article-textblock.with-icon .field--name-field-icon-media img {
	width: 100%;
	height: auto;
}

.article .article-textblock.with-icon .field--name-field-icon-media {
	background: var(--bgcolor);
}

.article.withbg .article-textblock.with-icon .field--name-field-icon-media {
	background: var(--weiss);
}

.aufzaehlungen {
	
}

.aufzaehlungen h3 {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: var(--abstand1);
}

.aufzaehlungen p {
	margin: 0px;
	padding: 12px 30px 6px 30px;
	display: block;
	box-sizing: border-box;
	background: var(--bgcolor);
	position: relative;
}

.aufzaehlungen p:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 100%;
	background: var(--maincolor);
}

.aufzaehlungen > .field__items > .field__item:not(:last-child) {
	margin-bottom: 15px;
}

.zitat {
	background: var(--maincolor);
	padding: var(--abstand10) 0px;
	font-size: 250%;
	line-height: 120%;
}

.zitat > div {
	padding-right: 10%;
	box-sizing: border-box;
}


.zitat img {
	width: auto;
	height: 110px;
	margin-right: 30px;
}

.kachel-container {
	background: var(--bgcolor);
	padding: var(--abstand10) 0px;
}


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

.kachel {
	flex-basis: calc(50% - 10px);
	margin-bottom: 20px;
	background: var(--weiss);
	padding: var(--abstand7) 50px;
	box-sizing: border-box;
	text-align: center;
}


.kachel .field--name-field-icon-media {
	width: var(--article-kachel-icon-size);
	height: var(--article-kachel-icon-size);
	background: var(--bgcolor);
	border-radius: 50%;
	padding: 50px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.kachel-text-container a,
.kachel-text-container a:visited {
	color: var(--schwarz);
}

.kachel-text-container a:hover,
.kachel-text-container a:active {
	color: var(--maincolor);
}

.iconslider-container {
	margin-left: calc(var(--seitenrand) * 2);
}


.bild-volle-breite {
	line-height: 0px;
}

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



/* !BUTTONS */

.buttonflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: var(--abstand2);
}

.buttonflex > .button:not(:last-child) {
	margin-right: 20px;
}

.button {
	display: table;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	min-width: 180px;
}



.button.center {
	margin-left: auto;
	margin-right: auto;
}

.button a,
.button a:visited {
	display: block;
	color: var(--weiss);
	background-color: var(--actioncolor);
	border-radius: 40px;
	text-transform: uppercase;
	font-weight: var(--bold);
	font-size: 90%;
	line-height: 120%;

	padding: 16px 30px 11px 30px;
	box-sizing: border-box;
	white-space: nowrap;
	
	-webkit-transition: all .55s ease;
	 transition: all .55s ease;
}

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

.button.showmore a,
.button.showmore a:visited {
	background-color: var(--maincolor);
}

.button.showmore {
	
}

.field--name-field-inhaltlinks .button a,
.field--name-field-inhaltlinks .button a:visited,
.button.withline a,
.button.withline a:visited {
	border: solid 1px var(--actioncolor);
}

.field--name-field-inhaltlinks .button a:hover,
.field--name-field-inhaltlinks .button a:active,
.button.withline a:hover,
.button.withline a:active {

}

/* !FOOTER */

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

footer .footer-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: stretch;
}

footer .footer-container > div {
	align-items: stretch;
	position: relative;
}

footer .footer-container > .footer-block-left {
	flex-basis: 20%;
}

footer .footer-container > .footer-block-middle {
	flex-basis: 33%;
	padding-top: 5px;
}

footer .footer-container > .footer-block-right {
	flex-basis: 33%;
	white-space: nowrap;
	padding-top: 5px;

}

footer .drupal-logo {
	line-height: 0px;
	padding-top: var(--abstand10);
}

footer .drupal-logo img {
	width: auto;
	height: 50px;
}

footer .footer-container .field--name-field-name-unternehmen {
	margin-bottom: var(--abstand2);
}

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

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


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

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

.region-regionbottom a:hover,
.region-regionbottom a:active,
.region-regionbottom a.is-active {
	color: var(--maincolor);
}

.bottomcontent {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
}

.bottomcontent .year {
	padding: 0px 0px 3px 0px;
}

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

.usermenu ul.menu li:not(:last-child):after {
	content: "|";
	margin: 0px 5px 0px 7px;
}

.bottomcontent .whmedia {
	font-weight: var(--bold);
	font-size: 170%;
	line-height: 100%;
	margin-right: 20px;
}


/* !SOCIAL MEDIA LINKS */


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

.socialmedialinks .view-content {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-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;
}


/* !REGION PAGER */

.region-next-pagepage {
	background: var(--schwarz);
	color: var(--weiss);
	padding: var(--abstand7) 0px calc(var(--abstand7) - 10px) 0px;
}

.page-node-type-legal .region-next-pagepage {
	height: 1px !important;
	overflow: hidden;
	padding: 0px !important;
}


.pager-container {
	box-sizing: border-box;
}

.pager-container {
	width: 40%;
	position: relative;
}

.pager-container a,
.pager-container a:visited {
	color: var(--weiss);
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-content: stretch;
	line-height: 100%;
	flex-wrap: wrap;
	
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

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


.pager-container a > span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	white-space: nowrap;
}

.pager-container a > span:not(:last-child) {
	margin-right: 20px;
}


.pager-container .icon-svg {
	padding-bottom: 10px;
	box-sizing: border-box;
}

.pager-container .icon-svg img {
	width: auto;
	height: 30px;
}


/* !KONTAKT */

.adresse-kontaktseite {
	margin-top: var(--abstand5);
}

.adresse-kontaktseite .field--name-field-email {
	margin-top: var(--abstand3);
}

.adresse-kontaktseite a,
.adresse-kontaktseite a:visited {
	color: var(--schwarz);
}
.adresse-kontaktseite a:hover,
.adresse-kontaktseite a:active {
	color: var(--weiss);
}

/* !GMAP */

.wh-gmap {
	line-height: 0px;
}

.wh-gmap iframe,
.cookies-fallback--google_maps,
.cookies-fallback--google_maps--wrap{
	border: 0px;
	width: 100%;
	height: 50vh;
	min-height: 400px;
}



/* !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: 16px 30px 11px 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(--maincolor);
	color: var(--schwarz);
	
	-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: var(--grau);
}
::-moz-placeholder { /* Firefox 19+ */
	color: var(--grau);
}
:-ms-input-placeholder { /* IE 10+ */
	color: var(--grau);
}
:-moz-placeholder { /* Firefox 18- */
	color: var(--grau);
}

/* !ICONBLOCK */

.iconblock {
	position: fixed;
	left: 0px;
	top: 50%;
	background-color: var(--schwarz);
	z-index: 99;
	padding: 20px 10px;
	box-sizing: border-box;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 100%;
	line-height: 100%;
}

.iconblock a,
.iconblock a:visited {
	color: var(--schwarz);
	background-color: var(--weiss);
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
}

.iconblock > a:not(:last-child) {
	margin-bottom: 15px;
}




/*
	
	
	
	
*/

@media all and (min-width: 1830px) {
	
	.sliderblock .tns-inner {
		padding-right: calc(100% / 8) !important;
	}
	
	.sliderblock .tns-inner:before {
		width: calc(100% / 8);
	}
	
}

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


	
}

@media all and (max-width: 1440px) {
	
	:root {
		--teasericon: 100px;
		--article-with-icon-icon-size: 160px;
		--article-kachel-icon-size: 180px;
		--maxwidthcontent: 890px;
	}
	
	.whmedia-home {
		font-size: 1000%;
		line-height: 100%;
	}
	
	h1,
	.likeh1 {
		font-size: 180%;
		line-height: 105%;
	}	
	
	h2,
	.likeh2 {
		font-size: 180%;
		line-height: 115%;
	}
	
	h3 {
		font-size: 160%;
		line-height: 115%;
	}
	
	.titelblock h2.untertitel,
	h2.article-untertitle,
	h3.article-untertitle {
		font-size: 140%;
		line-height: 115%;
	}
	
	h3.projektseite-title {
		font-size: 140%;
		line-height: 115%;
	}
	
	h4 {
		font-size: 120%;
		line-height: 115%;
	}
	
	.zitat {
		font-size: 230%;
		line-height: 120%;
	}
	
	.zitat img {
		height: 90px;
	}
	
	.text-xl {
		font-size: 130%;
		line-height: var(--lineheight);
	}

	.sliderblock .tns-inner {
		padding-right: calc(100% / 6) !important;
	}
	
	.sliderblock .tns-inner:before {
		width: calc(100% / 6);
	}
		
	.page-node-type-homepage .region-content {
		padding-left: 33vw;
		padding-right: var(--seitenrand);
		box-sizing: border-box;
	}
	
		
	.article.image-right .article-content {
		padding: var(--abstand7) var(--seitenrand) var(--abstand7) calc(var(--seitenrand) * 1);
	}
	
	.article.image-left .article-content {
		padding: var(--abstand7) calc(var(--seitenrand) * 1) var(--abstand7) var(--seitenrand);
	}
	
	.iconslider-container {
		margin-left: calc(var(--seitenrand) * 1);
	}
	
	.iconblock {
		font-size: 90%;
		line-height: 100%;
	}
	
	.iconblock a,
	.iconblock a:visited {
		padding: 4px;
	}
	
	.iconblock > a:not(:last-child) {
		margin-bottom: 12px;
	}

	
}


@media all and (max-width: 1280px) {
	
	:root {
		--article-with-icon-icon-size: 180px;
	}
	
	.maxwidthlargercontent {
		margin-left: var(--seitenrand);
		margin-right: var(--seitenrand);
	}
	
	.whmedia-home {
		font-size: 1000%;
		line-height: 100%;
	}
	
	h1 {
		font-size: 170%;
		line-height: 105%;
	}	
	
	.likeh1 {
		font-size: 200%;
			line-height: 105%;
		}	
	}
	
	h2,
	.likeh2 {
		font-size: 170%;
		line-height: 115%;
	}
	
	h3 {
		font-size: 150%;
		line-height: 115%;
	}
	
	.titelblock h2.untertitel,
	h2.article-untertitle,
	h3.article-untertitle {
		font-size: 130%;
		line-height: 115%;
	}
	
	h3.projektseite-title {
		font-size: 130%;
		line-height: 115%;
	}
	
	h4 {
		font-size: 120%;
		line-height: 115%;
	}
	
	.zitat {
		font-size: 210%;
		line-height: 120%;
	}
	
	.zitat img {
		height: 90px;
	}
	
	.text-xl {
		font-size: 130%;
		line-height: var(--lineheight);
	}
	
	
	.pager-container .icon-svg img {
		height: 20px;
	}
	
	.article-image {
		flex-basis: 40%;
	}
	
	.article-content {
		flex-basis: 60%;
	}
	
	.pager-container {
		width: 100%;
		text-align: left;
	}
	
	.pager-container a {
		justify-content: flex-start;
	}
	
	footer .drupal-logo img {
		height: 40px;
	}
	
}



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

	.page-node-type-homepage .region-content {
		padding-left: calc(var(--seitenrand) * 3);
	}
	
		
	.zitat {
		font-size: 200%;
		line-height: 120%;
	}
	
	.zitat img {
		height: 80px;
	}
	

}




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

	/* !MOBILEMENU */
	
	.mobile {
		display: block;
	}
	
	.desktop {
		display: none;
	}
	
	.topmenu {
		display: none;
	}
	
	.block-dropdown-language { 
		position: fixed;
		top: calc(var(--headerheight) + 20px);
		display: none;
	}
	
	body.navactive .block-dropdown-language {
		display: block;
		z-index: 98;
	}
	
	
	.block-system-branding-block {
		top: 57%;
	}
	
	.menuclick {
		position: absolute;
		top: 0%;
		right: var(--seitenrand);
		z-index: 99;
		height: var(--headerheight);
		width: calc(30px + var(--klickmenuwidth));
		display: block !important;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
	}
	
	.topmenutrigger {
		border: none;
		width: var(--klickmenuwidth);
		height: var(--headerheight);
		text-indent: -900em;
		overflow: hidden;
		cursor: pointer;
		outline: none;
		top: 50%;
		right: 0px;
		z-index: 94;
		position: absolute;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.topmenutrigger-container {
		position: relative;
		margin-left: 30px;
		margin-right: 0px;
		height: var(--headerheight);
	}
	
	body.navactive .topmenutrigger {
		
	}
		
		
	.topmenutrigger span {
		background: var(--schwarz);
		border: none;
		height: 2px;
		border-radius: 0px;
		width:100%;
		position: absolute;
		top: 50%;
		right: 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: 80%;
	}
	.topmenutrigger span:nth-of-type(3) {
		width: 100%;
		-webkit-transform: translateY(11px);
		-moz-transform: translateY(11px);
		transform: translateY(11px);
	}
	
	.topmenutrigger.active {
		
	}
		
	.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);
		
		background: var(--schwarz);
		width:50px;
		right: 0%;
		height: 2px;
	}
	.topmenutrigger.active .middle {
		display: none;
		background: var(--schwarz);
		right:40px;
	}
	.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);
		width:50px;
		background: var(--schwarz);
		right: 0%;
		height: 2px;
	}
	
	.region-primary-menu {
		position: fixed;
		/* width: calc((100% / 2) - (var(--logowidth) / 2)); */
		width: 100%;
		height: calc(100vh - var(--headerheight));
		overflow: auto;
		top: var(--headerheight);
		left: 0px;
		background-color: var(--maincolor);
		color: var(--weiss);
		z-index: 94;
		padding: calc(var(--headerheight) + 0vh) 0vw 100px 0vw;
		box-sizing: border-box;
		
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
		
		display: none;
	}
	
	body.user-logged-in .region-primary-menu {
		top: var(--loginspace);
		height: calc(100vh - var(--loginspace));
	}
	
	
	.mobilemenu {
		display: block;
		margin-left: var(--seitenrand);
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		width: 400px;
	}
	
	.mobilemenu ul.level1 {
		list-style: none;
		margin: 0px 0px 0px 0vw;
		padding: 0px 0px 60px 0px;
		font-family: var(--titlefont);
		width: 100%;
	}
	
	.mobilemenu ul.level1 li.hide {
		display: none !important;
	}
	
	.mobilemenu ul.level1 > li {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		position: relative;
		
	}
	
	.mobilemenu ul.level1 > li a,
	.mobilemenu ul.level1 > li a:visited {
		font-size: 300%;
		line-height: var(--lineheight);
		color: var(--schwarz);
		display: table;
		position: relative;
		z-index: 89;
	}
	
	.mobilemenu ul.level1 > li a:hover,
	.mobilemenu ul.level1 > li a:active {
		
	}
	
	.mobilemenu ul.level1 > li a:hover:after,
	.mobilemenu ul.level1 > li a:active:after,
	.mobilemenu ul.level2 > li.mlevel2 > a.is-active:after {
		content: " ";
		position: absolute;
		left: 0px;
		bottom: 15px;
		width: 100%;
		height: 2px;
		background: var(--schwarz);
	}
	
	.mobilemenu .expander:hover {
		cursor: pointer;
	}
	
	.mobilemenu ul.level1 > li.menu-item--expanded > .expander {
		position: absolute;
		right: 0px;
		top: 20px;
		color: var(--schwarz);
		font-size: 25px;
		line-height: 100%;
		z-index: 93;
	}
	
	.mobilemenu ul.level1 > li:not(.menu-item--expanded) > .expander {
		display: none !important;
	}
	
	.mobilemenu ul.level1 > li.open > .expander {
		transform: rotate(180deg);
		transform-origin: center center;
		top: 10px;
	}
	
	.mobilemenu ul.level2 {
		list-style: none;
		margin: 0px;
		padding: 0px 0px 30px 50px;
		box-sizing: border-box;
		list-style: none;
		position: relative;
	}
	
	.mobilemenu ul.level1 > li > ul.level2 {
		display: none;
	}
	.mobilemenu ul.level1 > li.menu-item--active-trail > ul.level2 {
		display: block;
	}
	
	.mobilemenu ul.level2 li.pfeil {
		position: absolute;
		left: 10px;
		top: 50%;
		display: none;
		
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.mobilemenu ul.level2 > li.mlevel2 {
		white-space: nowrap;
	}
	
	.mobilemenu ul.level2 > li.mlevel2 > a,
	.mobilemenu ul.level2 > li.mlevel2 > a:visited {
		color: var(--schwarz);
		padding: 5px 0px;
		box-sizing: border-box;
		display: block;
		font-size: 200%;
		line-height: var(--lineheight);
		display: table;
		position: relative;
	}
	
	.mobilemenu ul.level2 > li.mlevel2 > a:hover,
	.mobilemenu ul.level2 > li.mlevel2 > a:active {
		color: var(--actioncolor);
	}
	
	.mobilemenu ul.level2 > li.mlevel2 > a.is-active {
		color: var(--actioncolor);
	}


	.iconblock {
		display: none;
	}
	
	body.navactive .iconblock {
		display: block;
		left: auto;
		right: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		top: 50%;
	}


}



@media all and (max-width: 1040px) {
	
	.maxwidthcontent {
		margin-left: var(--seitenrand);
		margin-right: var(--seitenrand);
		max-width: auto;
	}


}


@media all and (max-width: 1024px) {
	
	:root {
		--article-with-icon-icon-size: 160px;
		--article-kachel-icon-size: 170px;
	}
	
	.whmedia-home {
		font-size: 900%;
		line-height: 100%;
	}
	
	h1,
	.likeh1 {
		font-size: 160%;
		line-height: 105%;
	}	
	
	h2,
	.likeh2 {
		font-size: 160%;
		line-height: 115%;
	}
	
	h3 {
		font-size: 140%;
		line-height: 115%;
	}
	
	.titelblock h2.untertitel,
	h2.article-untertitle,
	h3.article-untertitle {
		font-size: 120%;
		line-height: 115%;
	}
	
	h3.projektseite-title {
		font-size: 120%;
		line-height: 115%;
	}
	
	h4 {
		font-size: 110%;
		line-height: 115%;
	}
	
	.zitat {
		font-size: 180%;
		line-height: 120%;
	}
	
	.zitat img {
		height: 80px;
	}
	
	.text-xl {
		font-size: 120%;
		line-height: var(--lineheight);
	}
	
	
	.pager-container .icon-svg img {
		height: 20px;
	}

	
	.projektslider-container .tns-inner {
		padding-right: calc(100% / 7) !important;
		box-sizing: border-box;
	}
	
	.kachel .field--name-field-icon-media {
		padding: 40px;
	}
	
	.page-node-type-homepage .region-content {
		padding-right: 0px;
	}
	
	.sliderblock .teaser-title,
	.sliderblock .teaser-text {
		width: 85%;
	}
	
	.projekte-seite .view-content {
		justify-content: space-between;
	}
	
	.projekte-seite .view-content > .views-row {
		margin-right: 0px;
		flex-basis: calc((100% / 2) - 10px);
	}
	
}

	
@media all and (max-width: 834px) {
	
	:root {
		--article-with-image-icon-size: 150px;
	}
	
	
	.whmedia-home {
		font-size: 800%;
		line-height: 100%;
	}
	
	h1,
	.likeh1 {
		font-size: 160%;
		line-height: 105%;
	}	
	
	h2,
	.likeh2 {
		font-size: 160%;
		line-height: 115%;
	}
	
	h3 {
		font-size: 140%;
		line-height: 115%;
	}
	
	.titelblock h2.untertitel,
	h2.article-untertitle,
	h3.article-untertitle {
		font-size: 120%;
		line-height: 115%;
	}
	
	h3.projektseite-title {
		font-size: 120%;
		line-height: 115%;
	}
	
	h4 {
		font-size: 110%;
		line-height: 115%;
	}
	
	.zitat {
		font-size: 180%;
		line-height: 120%;
	}
	
	.zitat img {
		height: 80px;
	}
	
	.text-l {
		font-size: 110%;
		line-height: var(--lineheight);
	}
	
	.text-xl {
		font-size: 120%;
		line-height: var(--lineheight);
	}
	
	
	.pager-container .icon-svg img {
		height: 20px;
	}



	.article {
		flex-wrap: wrap;
	}
	
	.article-image {
		flex-basis: 100%;
	}
	
	.article-content {
		flex-basis: 100%;
	}
	
	footer .footer-container {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	footer .footer-container > .footer-block-left {
		flex-basis: 100%;
		margin-bottom: var(--abstand5);
	}
	
	footer .footer-container > .footer-block-middle {
		flex-basis: calc(50% - 20px);
	}
	
	footer .footer-container > .footer-block-right {
		flex-basis: calc(50% - 20px);
	}
	
	.leistungen-sliderblock,
	.article .article-textblock.with-icon {
		flex-wrap: wrap;
	}
	
	.leistungen-sliderblock > .view-header {
		flex-basis: 100%;
		margin-bottom: var(--abstand3);
	}
	
	.leistungen-sliderblock > .view-content {
		flex-basis: 100%;
		padding-left: var(--seitenrand);
	}
	
	.sliderblock .tns-inner .tns-item {
		padding-top: 60px;
	}
	
	.sliderblock .tns-inner .tns-item:after {
		width: 20px;
		height: 20px;
	}
	
	.article .article-textblock.with-icon .article-icon {
		
	}
	
	.article .article-textblock.with-icon .textblock-with-icon {
		flex-basis: 100%;
	}

	.article.image-right .article-textblock.with-icon{
		flex-direction: row;
	}
	
	.with-icon .field--name-field-icon-media {
		width: var(--article-with-image-icon-size);
		height: var(--article-with-image-icon-size);
	}
	
	.projektslider-container {
		margin-left: var(--seitenrand);
	}
	
	.sliderblock .projekt-title {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	
	.mobilemenu ul.level1 > li a,
	.mobilemenu ul.level1 > li a:visited {
		font-size: 260%;
		line-height: var(--lineheight);
	}
	
	.mobilemenu ul.level2 > li.mlevel2 > a,
	.mobilemenu ul.level2 > li.mlevel2 > a:visited {
		font-size: 170%;
		line-height: var(--lineheight);
	}
	
	.bottomcontent {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.bottomcontent .whmedia {
		flex-basis: 100%;
	}
	
	.pager-container .icon-svg img {
		height: 20px;
	}
	
}



@media all and (max-width: 768px) {
	
	:root {
		--headerheight: 70px;

	}
	
	.whmedia-home {
		font-size: 700%;
		line-height: 100%;
	}
	
	h1,
	.likeh1 {
		font-size: 160%;
		line-height: 105%;
	}	
	
	h2,
	.likeh2 {
		font-size: 160%;
		line-height: 115%;
	}
	
	h3 {
		font-size: 140%;
		line-height: 115%;
	}
	
	.titelblock h2.untertitel,
	h2.article-untertitle,
	h3.article-untertitle {
		font-size: 120%;
		line-height: 115%;
	}
	
	h3.projektseite-title {
		font-size: 120%;
		line-height: 115%;
	}
	
	h4 {
		font-size: 110%;
		line-height: 115%;
	}
	
	.zitat {
		font-size: 180%;
		line-height: 120%;
	}
	
	.zitat img {
		height: 80px;
	}
	
	.text-l {
		font-size: 110%;
		line-height: var(--lineheight);
	}
	
	.text-xl {
		font-size: 120%;
		line-height: var(--lineheight);
	}
	
	
	.pager-container .icon-svg img {
		height: 20px;
	}
	
	.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;
	
	}
	
	footer .footer-container > .footer-block-left {
		margin-bottom: var(--abstand1);
	}
	
	footer .footer-container > .footer-block-middle {
		flex-basis: 100%;
		font-size: 250%;
		line-height: var(--lineheight);
	}
	
	footer .footer-container > .footer-block-right {
		flex-basis: 100%;
	}
	
	
	footer .drupal-logo {
		position: relative;
		margin-top: var(--abstand3);
		margin-bottom: var(--abstand7);
	}
	
	.mobilemenu {
		width: 350px;
	}
	
	.mobilemenu ul.level1 > li.menu-item--expanded > .expander {
		font-size: 22px;
	}
	
	.with-icon .field--name-field-icon-media {
		padding: 40px;
	}
	
}


@media all and (max-width: 730px) {
	
	:root {
		--teasericon: 90px;
	}
	
	.sliderblock .teaser-title,
	.sliderblock .teaser-text {
		/* 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;

	}

	
	.sliderblock .tns-inner {
		padding-right: calc(100% / 4) !important;
	}
	
	.sliderblock .tns-inner:before {
		width: calc(100% / 4);
	}

}
	



@media all and (max-width: 667px) {
	
	:root {
		--article-with-image-icon-size: 140px;
	}
	
	.layout-container {
		padding-top: calc(var(--headerheight) + 0px);
		box-sizing: border-box;
	}

	
	.whmedia-home {
		font-size: 600%;
		line-height: 100%;
	}
	
	.zitat img {
		height: 60px;
	}
	
	.pager-container .icon-svg img {
		height: 15px;
	}

	
		
	.page-node-type-homepage .region-content {
		padding-left: 20px;
	}

	
	.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%;
	}
	
	
	.kachel,
	.projekte-seite .view-content > .views-row {
		flex-basis: 100%;
	}
	

	.sliderblock .projekt-icon {
		width: 70%;
	}
	
	.projektseite-icon {
		width: 35%;
	}
	

	
}


@media all and (max-width: 550px) {
	
	:root {
		--abstand1: 10px;
		--abstand2: 20px;
		--abstand3: 30px;
		--abstand5: 40px;
		--abstand7: 50px;
		--abstand10: 70px;
		--teasericon: 80px;
		
		--article-kachel-icon-size: 140px;

	}

	.whmedia-home {
		font-size: 480%;
		line-height: 100%;
	}

	.page-node-type-homepage .region-content {
		padding-left: 0px;
	}
	
	.mobilemenu ul.level1 > li a,
	.mobilemenu ul.level1 > li a:visited {
		font-size: 220%;
		line-height: var(--lineheight);
	}
	
	.mobilemenu ul.level2 > li.mlevel2 > a,
	.mobilemenu ul.level2 > li.mlevel2 > a:visited {
		font-size: 150%;
		line-height: var(--lineheight);
	}
	
	.mobilemenu {
		width: calc(100% - var(--seitenrand) - var(--seitenrand));
	}
	
	body.navactive .iconblock {
		display: none;
	}
	
	
	.mobilemenu ul.level1 > li a:hover:after,
	.mobilemenu ul.level1 > li a:active:after,
	.mobilemenu ul.level2 > li.mlevel2 > a.is-active:after {
		bottom: 8px;
	}
	
	.mobilemenu ul.level2 > li a:hover:after,
	.mobilemenu ul.level2 > li a:active:after,
	.mobilemenu ul.level2 > li.mlevel2 > a.is-active:after {
		height: 1px;
	}

}

@media all and (max-width: 414px) {
	
	
	:root {
		--logowidth: 45px;
		--article-kachel-icon-size: 120px;
		--seitenrand: 40px;
		--fontsize: 110%;
		--lineheight: 135%;
	}
	
	.whmedia-home {
		font-size: 450%;
		line-height: 100%;
		
		padding: 10vh var(--seitenrand) 2vh var(--seitenrand);
	}
	
	h1 {
		font-size: 130%;
		line-height: 105%;
	}	
	
	h2,
	.likeh2,
	.likeh1 {
		font-size: 160%;
		line-height: 115%;
	}
	
	h3 {
		font-size: 140%;
		line-height: 115%;
	}
	
	.titelblock h2.untertitel,
	h2.article-untertitle,
	h3.article-untertitle {
		font-size: 120%;
		line-height: 115%;
	}
	
	h3.projektseite-title {
		font-size: 120%;
		line-height: 115%;
	}
	
	h4 {
		font-size: 110%;
		line-height: 115%;
	}
	
	.zitat {
		font-size: 180%;
		line-height: 120%;
	}
	
	.zitat img {
		height: 80px;
	}
	
	.text-l {
		font-size: 110%;
		line-height: var(--lineheight);
	}
	
	.text-xl {
		font-size: 120%;
		line-height: var(--lineheight);
	}
	
	
	.page-node-type-homepage main {
		height: 65vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: flex-start;
	}
	
	.node--type-homepage .node__content .field--name-body {
		display: none;
	}
	
	
	.pager-container .icon-svg img {
		height: 20px;
	}
	
	.sliderblock .tns-inner {
		padding-right: calc(100% / 3) !important;
	}
	
	.sliderblock .tns-inner:before {
		width: calc(100% / 3);
	}
	
	.kachel .field--name-field-icon-media {
		padding: 30px;
	}
	
	footer .footer-container > .footer-block-middle {
		font-size: 220%;
		line-height: var(--lineheight);
	}


	
	.mobilemenu ul.level1 > li a,
	.mobilemenu ul.level1 > li a:visited {
		font-size: 200%;
		line-height: var(--lineheight);
	}
	
	.mobilemenu ul.level2 > li.mlevel2 > a,
	.mobilemenu ul.level2 > li.mlevel2 > a:visited {
		font-size: 120%;
		line-height: var(--lineheight);
	}
	
	.mobilemenu ul.level1 > li.menu-item--expanded > .expander {
		top: 10px;
		font-size: 20px;
	}

	.mobilemenu ul.level1 > li.open > .expander {
		top: 5px;
	}
	
		
	.projektseite-icon {
		width: 45%;
	}



}

@media all and (max-width: 375px) {
	
	:root {
		--logowidth: 45px;
		--article-kachel-icon-size: 80px;
	}

	h1 {
		font-size: 170%;
		line-height: 105%;
	}

	.whmedia-home {
		font-size: 380%;
		line-height: 100%;
	}
	
	h1 {
		font-size: 130%;
		line-height: 105%;
	}	
	
	h2,
	.likeh2,
	.likeh1 {
		font-size: 140%;
		line-height: 115%;
	}
	
	.page-node-type-homepage main {
		height: 90vh;

	}

	
	footer .footer-container > .footer-block-middle {
		font-size: 200%;
		line-height: var(--lineheight);
	}
	.text-xl {
		font-size: 110%;
		line-height: var(--lineheight);
	}
	
	.kachel .field--name-field-icon-media {
		padding: 20px;
	}
}

@media all and (max-width: 320px) {
	
	.whmedia-home {
		font-size: 350%;
		line-height: 100%;
	}

	.mobilemenu ul.level2 {
		padding: 0px 0px 0px 50px;
	}
	
}







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

	
}

