/*
Theme Name: DIZG Deutsches Institut für Zell- und Gewebeersatz Gemeinnützige Gesellschaft mbH
Theme URI: https://www.dizg.de/
Author: INTO Branding
Author URI: http://www.intobranding.com/
Description: Dies ist das Haupttheme der DIZG Deutsches Institut für Zell- und Gewebeersatz Gemeinnützige Gesellschaft mbH.
Version: 1.0
Text Domain: dizg

This theme, is licensed to DIZG Deutsches Institut für Zell- und Gewebeersatz Gemeinnützige Gesellschaft mbH.
*/


.wp-video {
	width: auto !important;
	height: auto !important;
}
.mejs-container {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

.mejs-container video {
	width: 100% !important;
	height: auto !important;
}
div.wp-video-shortcode {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Ratio */
	height: 0;
}
video.wp-video-shortcode {
	height: auto;
}


.gallery  {
	margin: auto;
}
.gallery .gallery-item {
	
}
.gallery img {
	border: 0 none !important;
}
.gallery .gallery-caption {
	padding-top: 5px;
	font-size: .8333333rem;
}


:root {
	--plyr-color-main: #EEF47D;
	--plyr-video-control-color-hover: #000039;
	--plyr-control-radius: 0;
	--plyr-control-icon-size: 20px;
	--plyr-control-padding: 0;
	--plyr-control-spacing: 10px;
}
.video-block {
	position: relative;
}
.video-block video {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.video-block .plyr__poster {

}

.video-block .plyr__poster:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #C6EAF7;
	opacity: .5;
}
.video-block .plyr button.plyr__control--overlaid[data-plyr="play"] {
	background-color: #EEF47D;
	width: 140px;
	height: 140px;
	padding: 0;
	background-image: url("assets/graphics/icon-player.svg");
	background-repeat: no-repeat;
	background-position: calc(50% + 5px) 50%;
}
.video-block .plyr button.plyr__control--overlaid[data-plyr="play"] svg {
	display: none;
}
.plyr--video .plyr__controls {
	padding: 1px;
	background: #000039;
}


/**
 * Table of Contents
 *
 * 1.0 - Webfonts
 * 2.0 - Normalize
 * 3.0 - Grid (Toast Grid)
 * 4.0 - Typography
 * 5.0 - Globals
 * 6.0 - Forms
 * 7.0 - Navigation
 * 	  7.1 - Mainnavigation
 * 	  7.4 - Footernavigation
 * 	  7.5 - Mobile navigation
 * 8.0 - Elements
 * 9.0 - Widgets (Content)
 * 	  9.1 - Teaser 1
 * 10.0 - Content
 *    10.2 - Header
 * 	  10.3 - Top images
 * 	  10.4 - Posts and pages
 *    10.5 - Footer
 * 11.0 - Media Queries
 * 	  11.1 - <= 1100px
 * 	  11.2 - <= 900px
 * 	  11.3 - <= 700px
 * 	  11.4 - <= 480px
 * 12.0 - Print
 */


/**
 * 3.0 - Grid (Toast Grid)
 *
 * The Toast framework is a highly customisable grid.
 * More information: http://daneden.github.io/Toast/
 */
/*@import url("css/grid.css");*/
/** defines custom gutter for the grid */
.grid {  margin-left: -16px; }
.grid__col { padding-left: 16px; }
/** defines custom col--1-of-1 */
.grid__col--1-of-1 {
	width: 100%; }
.grid__col--push-1-of-1 {
	margin-left: 100%; }
.grid__col--pull-1-of-1 {
	margin-left: -100%; }
@media (max-width: 1100px) {
	.grid__col.grid__col--m-1-of-1 {
		width: 100%; }
	.grid__col.grid__col--m-del {
		display: none; }
}
@media (max-width: 700px) {
	.grid__col.grid__col--s-1-of-1 {
		width: 100%; }
	.grid__col.grid__col--s-del {
		display: none; }
}

/** defines extra custom gutter for the grid */
.grid.big-gutter { margin-left: -50px; }
.grid.big-gutter > .grid__col { padding-left: 50px; }
.grid.small-gutter { margin-left: -10px; }
.grid.small-gutter > .grid__col { padding-left: 10px; }
.grid.no-gutter { margin-left: 0; }
.grid.no-gutter > .grid__col { padding-left: 0; }









/**
 * 5.0 - Globals
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100%;
	font-size: 18px;
}

body {
	background-color: #fff;
	margin: 0;
	max-height: 100%;
}

body.no-scrolling {
	height: 100vh;
	overflow: hidden;
}

iframe {
	width: 100%;
}

.iframe-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img.alignleft {
	float:left;
	margin-right: 20px;
}
img.alignright {
	float:right;
	margin-left: 20px;
}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

br.clear {
	clear: both;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}



/**
 * 4.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #575651;
	font-family: "Lato", "Helvetica Neue", Arial, serif;
	font-weight: 300;
	line-height: 1.4;
}

:is(h1,h2,h3,h4,h5,h6) {
	clear: both;
	font-family: "Lato", sans-serif;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
	text-rendering: optimizeLegibility;
}
:is(.col-5,.col-4,.col-3,.col-2,.col-1) :is(h1,h2,h3,h4,h5,h6) {
	font-size: 2.25rem;
	word-break: break-word;
}
h1 {
	color: #CD142E;
	font-size: 3rem;
	line-height: 1.2;
}
h2.big-headline {
	position: relative;
	padding-bottom: 40px;
}
h2.big-headline:before {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #DEDEDE;
}
h3.medium-headline {
	color: #73A4BA;
	font-size: 1.75rem;
	font-weight: 700;
}
h5,
h6 {
	font-size: 1.375rem;
}
.headline {
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.2;
}
.title {
	display: block;
	font-weight: 700;
}
p {
	margin: 0 0 20px;
}
a, a:after {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	outline: none;
}
#mobile-navigation a, #mobile-navigation a:after {
	transition: none;
}
a {
	color: #575651;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
}
b, strong {
	font-weight: 700;
}
ul,
ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
blockquote {
	margin: 0;
	font-size: 1.75rem;
	font-weight: 400;
}
hr {
	margin: 0;
	border: 0;
	height: 1px;
	background: #D9D9D9;
}

.text-block h1,
.text-block h2 {
	margin-bottom: 50px;
}
.text-block h3,
.text-block h4 {
	margin-bottom: 30px;
}
.text-block h5,
.text-block h6 {
	margin-bottom: 20px;
}
.text-block .title {
	margin-bottom: 5px;
}
.text-block a {
	text-decoration: underline;
}
.link {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	text-transform: uppercase;
	text-decoration: none;
}
.link:hover,
.link.active {
	color: #CD142E !important;
}
.link.back:before {
	transform: translate(0, -50%) rotate(180deg);
}
.link:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 25px;
	height: 25px;
	background-image: url(assets/graphics/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
a.link.mail:before {
	background-image: url(assets/graphics/icon-mail.svg);
}
a.link.phone:before {
	background-image: url(assets/graphics/icon-phone.svg);
}
a.link.fax:before {
	background-image: url(assets/graphics/icon-fax.svg);
}
a.link.linkedin:before {
	background-image: url(assets/graphics/icon-linkedin.svg);
}
.text-block ul,
.text-block ol {
	list-style: none;
	margin: 0;
	margin-bottom: 30px;
}
.text-block ul li {
	position: relative;
	margin: 0 0 10px 0;
	padding-left: 30px;
}
.text-block ul li:before {
	content: '>';
	position: absolute;
	display: block;
	background-color: #44616E;
	top: .35rem;
	left: 0;
	width: 14px;
	height: 14px;
	color: #fff;
	font-size: 16px;
	line-height: 12px;
	text-align: center;
}
.text-block ul li:first-child {
	margin-top: 0;
}
.text-block ol li {
	position: relative;
	margin: 20px 0 0 0;
	padding-left: 30px;
	font-size: 16px;
}
.text-block ol li:before {
	position: absolute;
	content: "";
	display: block;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #666;
}
.text-block ol li:first-child {
	margin-top: 0;
}
.text-block .medium-text {
	font-size: 1.375rem;
}
.info-text {
	position: relative;
	display: block;
	background-color: #DDECF5;
	padding: 20px 20px 20px 60px;
}
.site-content:is(.dark-bg,.grey,.beige,.beige_2,.rose,.bg-img) .info-text {
	background-color: #fff;
}
.info-text:before {
	position: absolute;
	content: "";
	left: 10px;
	top: 16px;
	background-image: url("assets/graphics/icon-info.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	width: 35px;
	height: 30px;
}
.text-block span[style="text-decoration: underline;"],
.text-block u  {
	position: relative;
	text-decoration: none !important;
}
.text-block span[style="text-decoration: underline;"]:before,
.text-block u:before  {
	content: "";
	z-index: -1;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #88C1DC;
	transition: background-color .2s, opacity .2s;
}
.text-block h1 span[style="text-decoration: underline;"]:before,
.text-block h2 span[style="text-decoration: underline;"]:before,
.text-block h3 span[style="text-decoration: underline;"]:before,
.text-block h4 span[style="text-decoration: underline;"]:before,
.text-block h5 span[style="text-decoration: underline;"]:before,
.text-block h1 u:before,
.text-block h2 u:before,
.text-block h3 u:before,
.text-block h4 u:before,
.text-block h5 u:before  {
	bottom: 0;
	height: 6px;
}
.link.icon {
	position: relative;
}
.link.icon-arrow-back {
	padding-left: 40px;
}
.link.icon:before {
	content: '';
	position: absolute;
	width: 28px;
	height: 100%;
	background-image: url(assets/graphics/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right center;
}
.link.icon-arrow-back:before {
	transform: rotate(180deg);
}
.button,
.text-block a.button {
	position: relative;
	display: inline-block;
	height: 41px;
	min-width: 150px;
	background-color: transparent;
	border-color: #44616E;
	border-width: 1px;
	border-style: solid;
	border-left-width: 0;
	padding: 0 30px 0 70px;
	line-height: 41px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button:hover,
.text-block a.button:hover {
	color: #CD142E;
}
#site-top.slider .button,
.light-button-area .button {
	border-color: #fff;
	color: #fff;
}
.button.bold,
.text-block a.button.bold {
	border: 0 none;
	background-color: #44616E;
	color: #fff;
}
.light-button-area a.button.bold {
	background-color: #fff;
	color: #44616E;
}
.button.outline {
	background-color: transparent;
	border: 1px solid #000039;
	color: #000039;
}
.button:before,
.text-block a.button:before {
	content: '';
	position: absolute;
	left: 10px;
	width: 28px;
	height: 100%;
	background-image: url(assets/graphics/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right center;
}
.button:hover {

}
.button:hover:before {

}



/**
 * 6.0 - Reset Styles for old importet news content
 */

.post-content .text-block blockquote,
.post-content .text-block p {
	margin-bottom: 20px !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	text-align: left !important;
}
.post-content .text-block blockquote {
	margin-bottom: 20px !important;
	margin-left: 0 !important;
	background-color: #C6EAF7 !important;
	border: 0 none !important;
	padding: 20px 30px !important;
	font-size: 1.375rem !important;
	line-height: inherit !important;
}
.post-content .text-block .medium-text {
	margin-bottom: 40px !important;
	font-size: 1.375rem !important;
}



/**
 * 6.0 - Forms
 */

.required-legend {
	position: absolute;
	right: 0;
	top: -20px;
	color: #bbb;
	font-size: .74rem;
}

input {
	line-height: normal;
}

form button,
form button[disabled]:hover,
form button[disabled]:focus,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	height: 41px;
	min-width: 150px;
	background-color: transparent;
	border-color: #44616E;
	border-width: 1px;
	border-style: solid;
	border-left-width: 0;
	padding: 0 30px 0 70px;
	line-height: 41px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
form button:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before {
	content: '';
	position: absolute;
	left: 10px;
	width: 28px;
	height: 100%;
	background-image: url(assets/graphics/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right center;
}

form button:hover,
form button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
textarea {
	background-color: #fff;
	border: 1px solid #575651;
	box-shadow: 0px 3px 20px 0px rgba(66, 68, 90, 0.16);
	width: 100%;
	padding: 14px 12px;
	font-size: 1rem;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"] {
	max-height: 52px;
}
input.error,
textarea.error,
select.error {
	border-color: #CE162B;
}
textarea {
	background-color: #fff;
	border: 1px solid #575651;
	box-shadow: 0px 3px 20px 0px rgba(66, 68, 90, 0.16);
	width: 100%;
	padding: 14px 12px;
	font-size: 1rem;
}

textarea {
	border: 1px solid #000039 ;
	width: 100%;
	padding: 8px 13px;
	height: 100px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus {

	outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 0;
}
select,
input[type="date"] {
	position: relative;
	border: 1px solid #575651;
	box-shadow: 0px 3px 20px 0px rgba(66, 68, 90, 0.16);
	width: 100%;
	height: 52px;
	padding: 14px 12px;
	color: #333;
	font-size: 1rem;
	line-height: 1.2;
	box-sizing: border-box;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPgogPC9nPgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxyZWN0IGlkPSJzdmdfMSIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIiBmaWxsPSJub25lIi8+CiAgPHBvbHlnb24gZmlsbD0iIzI3MmY0NCIgaWQ9InN2Z18yIiBwb2ludHM9IjQ3LjI1LDE1IDQ1LjE2NCwxMi45MTQgMjUsMzMuMDc4IDQuODM2LDEyLjkxNCAyLjc1LDE1IDI1LDM3LjI1ICIvPgogPC9nPgo8L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: right 15px center;
}
select[multiple] {
	height: 60px;
}
select:focus {

	outline: 0;
}
form.wpcf7-form {
	font-weight: 400;
}
form.wpcf7-form h5 {
	margin-bottom: 40px;
	font-weight: bold;
}
form.wpcf7-form h6 {
	margin-bottom: 20px;
	font-weight: bold;
}
form.wpcf7-form a {
	text-decoration: underline;
}
form.wpcf7-form p {
	margin-bottom: 30px;
}
form.wpcf7-form .grid__col--1-of-13 {
	position: absolute;
	left: -1000px;
}
form.wpcf7-form label input,
form.wpcf7-form label textarea,
form.wpcf7-form label select {
	margin-top: 5px;
}
form.wpcf7-form label textarea {
	height: 180px;
}
form.wpcf7-form .grid {

}
form.wpcf7-form hr {
	margin-bottom: 40px;
}
form.wpcf7-form .acceptance {
	position: relative;
	display: block;
	padding-left: 30px;
}
form.wpcf7-form .acceptance .wpcf7-form-control-wrap {
	position: absolute;
	top: 0;
	left: 0;
}
form.wpcf7-form {

}
form.wpcf7-form .asterisk {
	color: #CE162B;
}
form.wpcf7-form .asterisk:before {
	content: " ";
}
button[disabled], html input[disabled] {
	opacity: .5;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #bbb;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #bbb;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #bbb;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color:    #bbb;
}

::placeholder { /* Most modern browsers support this now. */
	color:    #bbb;
}
.acceptance .wpcf7-not-valid-tip {
	display: none !important;
}
form.wpcf7-form .wpcf7-form-control-wrap.acceptance,
form.wpcf7-form .wpcf7-form-control-wrap.contract,
form.wpcf7-form .wpcf7-form-control-wrap.permission {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	min-height: 0;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-recaptcha {
	margin-bottom: 20px;
}
form.wpcf7-form .wpcf7-form-control {
}

form.wpcf7-form .ajax-loader {
	display: inline-block;
}
form.wpcf7-form .form-response-output {
	display: none;
}
form.wpcf7-form .form-response-output,
form.wpcf7-form .wpcf7-response-output {
	position: relative;
	margin: 0;
	margin-top: 30px;
	border: 0 none;
	background-color: #DDECF5;
	padding: 20px 20px 20px 60px;
}
form.wpcf7-form .form-response-output:before,
form.wpcf7-form .wpcf7-response-output:before {
	position: absolute;
	content: "";
	left: 10px;
	top: 16px;
	background-image: url(assets/graphics/icon-info.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	width: 35px;
	height: 30px;
}
form.wpcf7-form label.error {
	color: #CE162B;
	font-size: .8889rem;
}
.layer-form .wpforms-container label.wpforms-error {
	display: block;
	color: #990000;
	float: left;
	width: 100%;
	padding-left: 25%;
}
form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	color: #cc2222;
	border-color: #cc2222;
}
form.wpcf7-form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 5px;
	color: #cc2222;
	font-size: 14px;
}
form.wpcf7-form :is(.radio, .checkbox) {
	/*position: relative;*/
	float: left;
	margin: 0.2rem;
	margin-right: 30px;
}
form.wpcf7-form :is(.radio, .checkbox) label i {
	display: block;
	font-style: normal;
}
form.wpcf7-form :is(.radio, .checkbox) input {
	position: absolute;
	opacity: 0;
}
form.wpcf7-form :is(.radio, .checkbox) input + i:before {
	content: "";
	background: #fff;
	border: 1px solid #b4b4b4;
	box-shadow: 0px 3px 20px 0px rgba(66, 68, 90, 0.16);
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: -0.2em;
	margin-top: 3px;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
form.wpcf7-form :is(.radio, .checkbox) input[type='radio'] + i:before {
	border-radius: 100%;
}
form.wpcf7-form :is(.radio, .checkbox) input:checked + i:before {
	background-color: #88C1DC;
	box-shadow: inset 0 0 0 4px #fff;
}
form.wpcf7-form :is(.radio, .checkbox) input:focus + i:before {
	outline: none;
	border-color: #88C1DC;
}
form.wpcf7-form :is(.radio, .checkbox) input:disabled + i:before {
	box-shadow: inset 0 0 0 4px #fff;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
form.wpcf7-form :is(.radio, .checkbox) input + i:empty:before {
	margin-right: 0;
}
.wpcf7-form-control.wpcf7-radio {
	display: block;
	margin-left: -50px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	display: block;
	float: left;
	margin-bottom: 50px;
	padding-left: 50px;
	width: 50%;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
	position: relative;
	display: block;
	padding-left: 30px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type="radio"],
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
}
form.wpcf7-form .checkbox.min_required label .error_output {
	position: absolute;
	width: 100%;
}

.client-number-wrapper {
	display: none;
}
.client-number-wrapper.active {
	display: block;
}


.wpcf7-form button {
	cursor: pointer;
}

/* Reset */
.wpcf7-list-item {
	margin: 0;
}


form.form-transplantatanfrage {

}
form.form-transplantatanfrage .site-order-form {
	padding-bottom: 60px;
}
body.page-template-order-form .form-process-bar.show_verification:after,
form.form-transplantatanfrage .site-order-form.show_verification:after {
	content: "";
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(2px);
}
body.page-template-order-form .form-process-bar.show_verification:after {
	background: rgba(0, 0, 0, 0.23);
}
form.form-transplantatanfrage .site-order-form .message {
	content: "";
	display: none;
	position: absolute;
	z-index: 112;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	background: #fff;
}
form.form-transplantatanfrage .site-order-form.show_verification .message {
	display: block;
}
form.form-transplantatanfrage .site-order-form .message .message-inner {
	padding: 20px;
}
form.form-transplantatanfrage .site-order-form .message .message-inner .title {
	margin-bottom: 20px;
	font-size: 20px;
}
form.form-transplantatanfrage .site-order-form .message .message-inner ul.button_wrapper {
	display: flex;
	justify-content: right;
	column-gap: 20px;
}
form.form-transplantatanfrage .site-order-form .message .message-inner ul.button_wrapper li {

}
form.form-transplantatanfrage .site-order-form .message .message-inner ul.button_wrapper li a.button {
	cursor: pointer;
}
form.form-transplantatanfrage.loading .site-order-form:before {
	content: "";
	position: absolute;
	z-index: 444;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	background: rgba(244,244,244, 0.8);
}
form.form-transplantatanfrage.loading .site-order-form:after {
	content: "";
	position: absolute;
	z-index: 445;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	background-image: url("assets/graphics/loader.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
form.form-transplantatanfrage .fieldset-wrapper {
	position: relative;
}
body.page-template-order-form form.form-transplantatanfrage fieldset {
	border: 0 none;
	outline: 0;
	margin: 0;
	padding: 0;
}
body.page-template-order-form form.form-transplantatanfrage fieldset.fieldset-step-1,
body.page-template-order-form form.form-transplantatanfrage fieldset.fieldset-step-2,
body.page-template-order-form form.form-transplantatanfrage fieldset.fieldset-step-3 {
	display: none;
}
body.page-template-order-form.form-step-1 form.form-transplantatanfrage fieldset.fieldset-step-1 { display: block; }
body.page-template-order-form.form-step-2 form.form-transplantatanfrage fieldset.fieldset-step-2 { display: block; }
body.page-template-order-form.form-step-3 form.form-transplantatanfrage fieldset.fieldset-step-3 { display: block; }

ul.konfigurator-group {
	display: flex;
	column-gap: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
body.form_info ul.konfigurator-group {
	display: none;
}
body.form_info ul.konfigurator-group.active {
	display: flex;
}
ul.konfigurator-group > li {
	position: relative;
}
ul.konfigurator-group > li:not(.group-add) {
	width: calc(33.333% - 30px);
}
body.form_info ul.konfigurator-group > li:not(.group-add) {
	width: calc(50% - 45px);
}
ul.konfigurator-group > li.group-add {
	width: 90px;
}
ul.konfigurator-group > li label,
ul.konfigurator-group > li .label {
	font-weight: 600;
}
.produkt-dropdown-wrapper,
.groesse-dropdown-wrapper {
	visibility: hidden;
}
.produkt-dropdown-wrapper.active,
.groesse-dropdown-wrapper.active {
	visibility: visible;
}
form.disabled-mode .produkt-dropdown-wrapper {
	visibility: visible;
}
body.page-template-order-form .wpcf7-response-output {
	display: none;
}
body.page-template-order-form .button-line {
	padding-top: 50px;
	text-align: right;
}
body.page-template-order-form .button-line .button.prev-button {
	border: 0 none;
}
body.page-template-order-form .button-line .button.prev-button:before {
	transform: rotate(180deg);
}
body.page-template-order-form .button-line .button.send-button {
	margin-left: 30px;
	border: 0 none;
	background-color: #CD142E;
	color: #fff;
	cursor: pointer;
}
body.page-template-order-form .button-line .button.send-button:before {
	background-image: url(assets/graphics/icon-arrow-white.svg);
}

body.page-template-order-form fieldset.final-step {
	margin-bottom: 100px;
	border: 2px solid #575651;
	padding: 10px;
}



/**
 * 8.2 - Layer
 */

.fancybox-overlay {
	background: none;
	background-color: rgba(80,80,80,0.8);
}

.fancybox-wrap {
	background-color: #fff;
}

.fancybox-skin {
	height: 100% !important;
}

.fancybox-outer {
	height: 100% !important;
}

.fancybox-inner {
	overflow-y: auto !important;
}

.fancybox-title {
	font-size: 16px;
}

.fancybox-skin {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.fancybox-close {
	position: absolute;
	display: block;
	top: 30px;
	right: 20px;
	width: auto;
	height: auto;
	background: none;
}
.fancybox-desktop .fancybox-close {
	right: 30px;
}

.fancybox-close:after {
	display: block;
	font-size: 42px;
	color: #bbb;
	line-height: 1;
	content: '';
	font-family: "SS BlackTie-Light";
}

.fancybox-close:hover:after {
	color: #009cb3;
}

.layer {
	padding: 60px;
}
.layer .layer-title {
	display: block;
	margin-bottom: 30px;
	color: #0F3F3E;
	font-family: "MetronicProLight", "Helvetica Neue", Arial, serif;
	font-size: 48px;
	line-height: 1.3;
}
.layer .layer-content {
	margin-bottom: 40px;
}
.layer .layer-content p {
	font-size: 16px;
}


/**
 * 7.0 - Navigation
 */


/**
 * 7.1 - Hauptnavigation
 */

ul#main-navigation {
	display: block;
	height: 74px;
	list-style: none;
	margin: 0;
	float: right;
}
body.sticky ul#main-navigation {
	height: 100%;
}
body.home:not(.sticky, .blog) #main-navigation a,
body.invert_colors:not(.sticky) #main-navigation a {
	color: #fff;
}
ul#main-navigation .menu-item {
	display: block;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 30px;
}
body.sticky ul#main-navigation .menu-item {
	padding: 0 18px;
}
body:not(.sticky) ul#main-navigation li.menu-item:last-child {
	padding-right: 0;
}
ul#main-navigation .menu-item a  {
	position: relative;
	display: block;
	font-size: 1.1875rem;
	line-height: 74px;
}
body.sticky ul#main-navigation .menu-item a {
	font-size: 0.8125rem;
	line-height: 44px;
}
ul#main-navigation .menu-item a:before  {
	content: "";
	z-index: -1;
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000039;
	opacity: 0;
	transition: background-color .2s, opacity .2s;
}
body.sticky ul#main-navigation .menu-item a:before  {
	bottom: 12px;
}
body.home:not(.sticky) ul#main-navigation .menu-item a:before,
body.invert_colors ul#main-navigation .menu-item a:before {
	background-color: #EEF47D;
}
body.sticky ul#main-navigation .menu-item a  {

}
body.sticky ul#main-navigation .menu-item a:before  {
	height: 1px;
}
ul#main-navigation .menu-item a:hover  {

}
ul#main-navigation .current-menu-item a,
ul#main-navigation .current-page-ancestor a,
ul#main-navigation .current_page_parent a {
	font-weight: 600;
}
ul#main-navigation .menu-item a:hover:before,
ul#main-navigation .current-menu-item a:before,
ul#main-navigation .current-page-ancestor a:before,
ul#main-navigation .current_page_parent a:before {
	opacity: 1;
}


/**
 * 7.3 - Topnavigation
 */

.top-navigation-wrapper {
	display: flex;
	float: right;

}
.top-navigation-wrapper .wpml-ls-legacy-list-horizontal > ul {
	height: 100%;
}

#site-topbar ul.menu {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	transition: opacity .2s;
}
body.opensearch ul#top-navigation {
	opacity: 0;
}
#site-topbar ul.menu .menu-item {
	display: block;
	float: left;
	padding: 0 30px;
}
body.sticky #site-topbar ul.menu .menu-item {
	padding: 0 18px;
}
#site-topbar ul.menu .menu-item a  {
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 48px;
	text-transform: uppercase;
}
#site-topbar ul.menu .menu-item a:hover  {
	color: #CD142E;
}
#site-topbar ul.menu .current-menu-item a,
#site-topbar ul.menu .current-page-ancestor a,
#site-topbar ul.menu .current_page_parent a {
	color: #CD142E;
}

#site-topbar ul#social-icons  {
	
}
#site-topbar ul#social-icons .menu-item  {
	padding: 0 20px;
}
#site-topbar ul#social-icons .menu-item:first-child {
	padding-left: 0;
}
#site-topbar ul#social-icons .menu-item a  {
	position: relative;
	width: 30px;
	overflow: hidden;
	text-indent: 1000px;
}
#site-topbar ul#social-icons .menu-item a:after  {
	content: "";
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	background-image: url("assets/graphics/icon-linkedin.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px auto;
}

.social-icons {
	float: left;
}
body.sticky .social-icons {
	display: none;
}
.social-icons .social-icons-item {
	position: relative;
	display: block;
	float: left;
	margin: 0 30px;
	font-size: 0.8125rem;
	line-height: 48px;
}

.top-navigation-wrapper a.button {
	display: block;
	float: left;
	margin-left: 20px;
	height: 48px;
	padding: 0 10px 0 10px;
	line-height: 48px;
}
body.sticky .top-navigation-wrapper a.button {
	height: 44px;
	line-height: 44px;
}
.top-navigation-wrapper a.button.icon {
	padding: 0 10px 0 40px;
}
.top-navigation-wrapper a.button:before {
	display: none;
}
.top-navigation-wrapper a.button.icon img {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	width: 18px;
	height: auto;
}
.top-navigation-wrapper a.button:hover {

}

.wpml-ls-legacy-list-horizontal {
	border: 0 none;
	padding: 0;
	float: left;
	clear: none;
}
.wpml-ls {
	float: left;
	margin: 0 0 0 30px;
	padding: 0 !important;
	height: 48px;
}
body.sticky .wpml-ls {

}
.wpml-ls li.wpml-ls-item  {
	display: block;
	float: left;
	height: 100%;
}
.wpml-ls li.wpml-ls-item a  {
	float: left;
}
.wpml-ls li.wpml-ls-item:after  {
	display: block;
	float: left;
	margin: 0 3px 0 3px;
	content: "|";
	line-height: 48px;
}
.wpml-ls li.wpml-ls-item.wpml-ls-first-item  {

}
.wpml-ls li.wpml-ls-item.wpml-ls-last-item:after  {
	content: "";
	display: none;
}
.wpml-ls li.wpml-ls-item a  {
	display: block;
	padding: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 48px;
}
.wpml-ls li.wpml-ls-item.wpml-ls-current-language a  {
	color: #CE162B;
}
.wpml-ls-legacy-list-horizontal a span {
	vertical-align: inherit;
}


/**
* 7.0 - Header Search
*/

#header-search {
	position: relative;
	float: left;
	height: 48px;
	line-height: 48px;
}
#header-search form.search-form {
	display: block;
	float: left;
	height: 48px;
}
#header-search form.search-form input {
	position: absolute;
	display: block;
	top: 12px;
	right: calc(100%);
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	width: 50vw;
	max-width: 600px;
	height: auto;
	border-bottom: 1px solid #000;
	padding: 0 4px;
	line-height: 24px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .1s linear;
}
body.opensearch #header-search form.search-form input {
	opacity: 1;
	pointer-events: auto;
	transition: opacity .2s linear .2s;
}
#header-search form.search-form button {
	display: block;
	float: left;
	margin-top: 10px;
	border: 0 none;
	padding: 2px 4px 1px 6px !important;
	background: #CD142E;
	border-radius: 28px;
	width: 28px;
	min-width: auto;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
}
#header-search form.search-form button:before {
	display: none;
}
#header-search form.search-form button svg {
	display: block;
	margin: 0 auto;
	width: 16px;
}
#header-search form.search-form button svg g path {
	fill: #fff;
}
.searchwp-live-search-results {
	background: #fff;
	border-radius: 0;
	width: 315px;
	min-height: 175px;
	max-height: 300px;
	padding: 10px 20px;
	box-shadow: 0px 0px 16px -7px rgb(0 0 0 / 70%);
}
body.sticky .searchwp-live-search-results {
	position: fixed !important;
	top: 65px !important;
}
.searchwp-live-search-result {
	display: block;
}
.searchwp-live-search-result-item {
	border-bottom: 1px solid #bbb;
	padding: 10px 0;
}
.searchwp-live-search-result-item a {
	display: flex;
	column-gap: 10px;
}
.searchwp-live-search-result-item:last-child {
	margin-bottom: 0;
	border-bottom: 0 none;
}
body .searchwp-live-search-result-item a {
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	overflow: hidden;
}
.searchwp-live-search-result-item a .title {
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	letter-spacing: inherit;
}
.searchwp-live-search-result-item a img {
	display: block;
	width: 60px;
	height: 60px;
}


/**
 * 7.4 - Footernavigation
 */

footer .widget_nav_menu ul.menu,
footer .widget_nav_menu ul.sub-menu {
	list-style: none;
	margin-left: 0;
}


/**
 * 7.5 - Mobile navigation
 */

.mobile-menu-banner {
	display: flex;
	margin-top: -30px;
	min-height: 150px;
	background-color: #44616E;
	color: #fff;
}
.mobile-menu-banner > div {
	flex: 1 1 0;
}
.mobile-menu-banner .banner-left {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}
.mobile-menu-banner .banner-left:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 25%;
	background: #44616E00;
	background: linear-gradient(90deg, #44616E00, #74A5BA);
}
.mobile-menu-banner .banner-right {
	padding: 30px 30px 30px 10px;
	background: rgb(68,97,110);
	background: linear-gradient(255deg, rgba(68,97,110,1) 0%, rgba(115,164,186,1) 85%);
}
.mobile-menu-banner .banner-right .title {
	display: block;
	margin-bottom: 30px;
	font-size: 1.5rem;
	font-weight: 400;
}
.mobile-menu-banner .banner-right a.button {
	padding-left: 40px;
	border-color: #fff;
	color: #fff;
	font-size: .9rem;
	line-height: 40px;
}
.mobile-menu-banner .banner-right a.button:before {
	left: 0;
}


/**
 * 7.5 - Mobile navigation
 */

body #toggle-mobile-menu {
	display: block;
	position: absolute;
	z-index: 233;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 30px;
	height: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	cursor: pointer;
}
.btn11 {
	position: relative;
	width: 60px;
	height: 60px;
}
.btn11 .icon-left,
.btn11 .icon-right,
.btn11 .icon-left:before,
.btn11 .icon-left:after,
.btn11 .icon-right:before,
.btn11 .icon-right:after {
	position: absolute;
	height: 2px;
	width: 15px;
	background-color: #44616E;
	transition-duration: 300ms;
}
body.openmenu .btn11 .icon-left,
body.openmenu .btn11 .icon-right {
	background-color: rgba(255, 255, 255, 0);
}
.btn11 .icon-left {
	top: 30px;
}
.btn11 .icon-left:before,
.btn11 .icon-left:after,
.btn11 .icon-right:before,
.btn11 .icon-right:after {
	left: 0;
	content: "";
}
.btn11 .icon-left:before {
	top: -10px;
}
.btn11 .icon-left:after {
	top: 10px;
}
.btn11 .icon-right {
	top: 30px;
	left: 15px;
}
.btn11 .icon-right:before {
	top: -10px;
}
.btn11 .icon-right:after {
	top: 10px;
}
body.openmenu .btn11 .icon-left:before {
	transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
body.openmenu .btn11 .icon-left:after {
	transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
body.openmenu .btn11 .icon-right:before {
	transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
body.openmenu .btn11 .icon-right:after {
	transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

#mobile-navigation {
	position: fixed;
	z-index: 221;
	top: 0;
	left: 0;
	height: calc(100%);
	width: 100%;
	padding: 0 50px;
	font-weight: 400;
	text-align: center;

	opacity: 0;
	pointer-events: none;

	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
body.openmenu #mobile-navigation {
	opacity: 1;
	pointer-events: auto;
}
body.sticky #mobile-navigation {

}
body.openmenu #site-wrapper {
	position: absolute;
	height: 100%;
	overflow: hidden;
}
#mobile-navigation .background {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	background-image: url("assets/graphics/gradient-mega-menu.svg");
	background-repeat: no-repeat;
	background-size: 100% 100vh;
	background-position: top center;
	transform-origin: top left;
	transform: scale3d(1, 0, 1);
	transition: transform .6s cubic-bezier(.12,.47,.45,1);
	pointer-events: none;
}
#mobile-navigation .mobile-navigation-inner .content-aligning,
#mobile-navigation .mobile-navigation-inner .content-aligning .main-content {
	height: 100%;
}
body.openmenu #mobile-navigation .background {
	transform: scale3d(1, 1, 1);
}
#mobile-navigation .mobile-navigation-inner {
	position: absolute;
	z-index: 22;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
#mobile-navigation .mobile-navigation-inner .mobile-navigation-header {
	position: relative;
	z-index: 3;
	margin-top: 23vh;
	width: 100%;
}
#mobile-navigation .mobile-navigation-inner .mobile-navigation-footer {
	position: relative;
	z-index: 2;
	width: 100%;
	background-color: #fff;
	opacity: 0;
	transition: .2s linear;
}
body.openmenu #mobile-navigation .mobile-navigation-inner .mobile-navigation-footer {
	opacity: 1;
	transition: .3s linear .3s;
}
#mobile-navigation .mobile-navigation-inner .mobile-navigation-footer .main-content {
	padding: 30px 0 50px 0;
}
#mobile-navigation .mobile-navigation-inner .mobile-navigation-footer #menu-footer-1 {
	margin-left: 20%;
}
#mobile-navigation .mobile-navigation-inner .mobile-navigation-footer .menu > .menu-item > a {
	font-size: 1rem;
}
#mobile-navigation ul.menu-footer > .menu-item {
	width: auto;
	border-right: 0 none;
}


#mobile-navigation #extra-mobile-wrapper {
	display: none;
}

#mobile-navigation #mobile-menu-wrapper {
	position: relative;
	display: block;

	opacity: 0;
	pointer-events: none;
}
#mobile-navigation #mobile-menu-wrapper .menu_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 66.777%;
	height: 100%;
}
body.openmenu #mobile-navigation #mobile-menu-wrapper {

	opacity: 1;
	pointer-events: auto;
}
body.openmenu #mobile-navigation #mobile-menu-wrapper #menu-hauptmenue {
	position: relative;
}
body.openmenu #mobile-navigation ul#menu-mobile {
	position: relative;
}
body.openmenu #mobile-navigation ul#menu-mobile.menu:before {
	position: absolute;
	content: "";
	left: 33%;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	opacity: 0;
}
body.openmenu #mobile-navigation ul#menu-mobile.menu:hover:before {
	opacity: 1;
}
#mobile-navigation ul.menu,
#mobile-navigation ul.sub-menu {
	list-style: none;
	margin-left: 0;
}
#mobile-navigation ul.menu {
	padding: 0 0 0 30px;
}
#mobile-navigation ul.menu > .menu-item {

}
#mobile-navigation ul.menu > .menu-item > a {
	display: block;
	padding: 12px 30px 12px 0;
}
#mobile-navigation ul.menu:not(.menu-footer) > .menu-item {
	width: calc(33% - 30px);
	border-right: 2px solid #fff;
}
#mobile-navigation ul.menu .menu-item.menu-item-has-children a {
	position: relative;
	padding-right: 20px;
}
#mobile-navigation ul.menu .menu-item.menu-item-has-children > a:after {
	content: "";
	position: absolute;
	right: 10px;
	width: 10px;
	height: 15px;
	top: 50%;
	transform: translate(0, -50%);
	background-image: url("assets/graphics/icon-bread-crumb.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#mobile-navigation ul.menu .menu-item.current-menu-item > a,
#mobile-navigation ul.menu .menu-item.current-menu-ancestor > a {
	color: #CD142E;
}
#mobile-navigation #menu-hauptmenue > .menu-item > a:before {
	content: "";
	position: absolute;
	left: 0;
	background-image: url("assets/graphics/icon-arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	visibility: hidden;
}
#mobile-navigation #menu-hauptmenue > .menu-item > a:before,
#mobile-navigation #menu-hauptmenue > .menu-item > a:before {
	margin-top: 9px;
	margin-left: -25px;
	width: 15px;
	height: 25px;
}
/*
#mobile-navigation ul.sub-menu > .menu-item > a:before,
#mobile-navigation ul.sub-menu > .menu-item > a:before {
	margin-top: 5px;
	margin-left: 10px;
	width: 10px;
	height: 20px;
}
*/
#mobile-navigation #menu-hauptmenue > .menu-item:is(.current-menu-item, .current-menu-ancestor, .current-menu-parent) > a:before {
	visibility: visible;
}
#mobile-navigation #menu-hauptmenue > .menu-item:hover > a:before {
	visibility: visible;
}
#mobile-navigation .menu .menu-item a  {
	cursor: default;
}
#mobile-navigation .menu .menu-item a[href^="http"]  {
	cursor: pointer;
}
#mobile-navigation .menu > .menu-item > a,
#mobile-navigation .sub-menu > .menu-item > a  {
	display: block;

	font-size: 1.65rem;
	line-height: 1.4;
}
#mobile-navigation .sub-menu > .menu-item > a  {
	padding-left: 30px;
	line-height: 1.4;
	transition: color .2s;
}
#mobile-navigation .menu .menu-item a:hover  {
	color: #CD142E;
}
#mobile-navigation .menu-item.menu-item-has-children > .nav_desc {
	display: none;
}
#mobile-navigation ul.sub-menu,
#mobile-navigation .menu-item .nav_desc {
	position: absolute;
	top: 0;
	min-height: 100%;
	opacity: 0;
	pointer-events: none;
}
#mobile-navigation ul.sub-menu {
	left: calc(33% - 10px);
	width: 33%;
}
body.openmenu #mobile-navigation ul.menu > .menu-item > ul.sub-menu {
	border-right: 2px solid #fff;
}

#mobile-navigation ul.sub-menu ul.sub-menu,
#mobile-navigation .sub-menu .menu-item .nav_desc {
	left: 100%;
	width: 100%;
}
#mobile-navigation .sub-menu .menu-item .nav_desc > div {
	float: right;
	background-color: #fff;
}
#mobile-navigation .sub-menu .menu-item .nav_desc > div .thumbnail {
	padding-bottom: 40%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
#mobile-navigation .sub-menu .menu-item .nav_desc > div .excerpt {
	padding: 30px;
	font-size: .9rem;
}
#mobile-navigation .sub-menu .menu-item .nav_desc > div .excerpt .info-text {
	margin-top: 20px;
}
body.openmenu #mobile-navigation ul.menu .menu-item:hover > ul.sub-menu,
body.openmenu #mobile-navigation ul.menu .menu-item:hover > .nav_desc  {

}
#mobile-navigation ul.menu ul.sub-menu  {
	opacity: 0;
	pointer-events: none;
	transition-delay: .2s;
}
body.openmenu #mobile-navigation ul.menu li.menu-item:is(.current-menu-item, .current-menu-parent, .current-menu-ancestor) > :is(ul.sub-menu,div.nav_desc)  {
	opacity: 1;
	pointer-events: auto;
}
body.openmenu #mobile-navigation ul.menu .menu-item.current_hover > ul.sub-menu,
body.openmenu #mobile-navigation ul.menu .menu-item.current_hover > .nav_desc  {
	opacity: 1;
	pointer-events: auto;
}
body.openmenu #mobile-navigation ul.menu.hover_mode .menu-item:is(.menu-item-has-children,.menu-item-has-description):not(.current_hover) > :is(ul.sub-menu,div.nav_desc)  {
	opacity: 0;
	pointer-events: none;
}
#mobile-navigation .sub-menu > .menu-item  {
	display: block;
	width: 100%;
	font-size: 1.25rem;
	text-transform: none;
}
#mobile-navigation ul.menu > .menu-item:first-child,
#mobile-navigation .sub-menu > .menu-item:first-child  {
	padding-top: 0;
}
#mobile-navigation .sub-menu > .menu-item > a  {
	position: relative;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.25rem;
	text-transform: none;
}
#mobile-navigation .menu > .menu-item > a:hover {

}
#mobile-navigation .sub-menu > .menu-item .sub-menu > .menu-item > a {
	font-size: 1rem;
}
#mobile-navigation {
	display: block;
	background-color: transparent;
	pointer-events:none;
}



/**
 * 8.0 - Elements
 */


/**
 * 8.1 - Flex Tiles Wrapper
 */
.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.grid.flex .grid__col {
	margin-right: 0;
}


/**
 * 8.1 - Home Intro Kachel
 */
.home-intro-tiles {
	padding: 30px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}
.home-intro-tiles h4 {
	margin-bottom: 30px;
}
.home-intro-tiles .home-intro-tile h4.turquoise-headline {
	font-size: 1.675rem;
}
.home-intro-tiles .home-intro-tile {

}

/**
 * 8.2 - Breadcrumb
 */
nav.breadcrumb {
	margin-bottom: 5px;
	color: #3EC2CF;
}

/**
 * 8.3 - Gallery
 */
.gallery {
	margin-bottom: 80px;
}
.gallery h3 {
	margin-bottom: 30px;
}
.gallery dl.gallery-item {
	display: block;
	margin: 0 0 14px 0;
}
.gallery .gallery-fancybox {
	display: block;
	position: relative;
}
.gallery .gallery-fancybox .zoom {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.gallery .gallery-fancybox .zoom:hover {

	opacity: 0.8;
	filter: alpha(opacity=0.8);
}
.gallery .gallery-fancybox .zoom:after {
	display: block;
	position: absolute;
	content: '';
	font-family: "SS BlackTie-Light";
	font-size: 40px;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
}

.fancybox-wrap.fancybox-type-image .fancybox-prev span {
	background-image: none;
}

.fancybox-wrap.fancybox-type-image .fancybox-next span {
	background-image: none;
}

.fancybox-wrap.fancybox-type-image .fancybox-prev span,
.fancybox-wrap.fancybox-type-image .fancybox-next span {
	color: #fff;
}

.fancybox-wrap.fancybox-type-image .fancybox-prev span:after,
.fancybox-wrap.fancybox-type-image .fancybox-next span:after {
	display: block;
	font-family: "SS BlackTie-Light";
	font-size: 48px;
	text-align: center;
}
.fancybox-wrap.fancybox-type-image .fancybox-prev span:after {
	content: '◅';
}
.fancybox-wrap.fancybox-type-image .fancybox-next span:after {
	content: '▻';
}

.fancybox-wrap.fancybox-type-image .fancybox-prev:hover span {

}

/**
 * 8.3 - Linkliste
 */

ul.link-list {
	position: relative;
	padding: 3px 0;
}
ul.link-list li {
	margin-bottom: 30px;
}
ul.link-list li:last-child {
	margin-bottom: 0;
}
ul.link-list li a {
	font-size: .88889rem;
	font-weight: 400;
	text-transform: uppercase;
}

/**
 * 8.3 - Download list
 */

.download-list {

}
.download-list .download-item {
	margin-bottom: 30px;
}
.download-list .download-item:last-child {
	margin-bottom: 0;
}
.download-list .download-item .download-link {
	display: flex;
}
.download-list .download-item .download-link .thumbnail {
	display: block;
	width: 80px;
	height: auto;
	border: 1px solid #ddd;
}
.download-list .download-item .download-link .download-title {
	position: relative;
	margin: 10px 0 0 20px;
	border-top: 1px solid #707070;
	width: calc(100% - 100px);
	padding-top: 10px;
	font-size: .8333333rem;
}
.download-list .download-item .download-link .download-title .title {
	display: block;
	margin-bottom: 3px;
	word-break: break-word;
}
.download-list .download-item .download-link .download-title .details {
	display: block;
}
.download-list .download-item .download-link .download-title .link {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	font-size: .8333333rem;
	text-transform: uppercase;
}
#site-top .download-list .download-item .download-link .download-title .link {
	position: relative;
	bottom: auto;
	right: auto;
	margin-top: 10px;
}
.download-list .download-item .download-link:hover .download-title .title,
.download-list .download-item .download-link:hover .download-title .link {
	color: #CD142E;
}



/**
 * 9.0 - Widgets (Content)
 */

.widget {
	margin-bottom: 120px;
}
.widget.min-space {
	margin-bottom: 60px;
}
.widget.no-space {
	margin-bottom: 0;
}
.widget.neg-space {
	margin-bottom: -40px;
}
.widget .text-block {

}
.widget .white-block {
	position: relative;
	background-color: #fff;
	padding: 50px 11% 0 11%;
}
.site-content:not(.rose,.beige,.grey,.img) .widget .white-block {
	background-color: transparent;
	padding: 0 11% 0 0;
}
.site-content.negative_bottom_block_space:is(.rose,.beige,.grey,.img) + .site-content .widget .white-block {
	background-color: #fff;
	padding: 50px 11% 0 11%;
}
.widget .header-block {
	position: relative;
	padding-right: 0;
	padding-bottom: 40px;
}
.widget .header-block:before {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #DEDEDE;
}
.widget .bottom-block {
	position: relative;
	padding-right: 0;
	text-align: center;
}
.widget .bottom-block {
	padding-top: 70px;
}



/**
 * 8.0 Swiper Default Settings
 */

#site-top.slider .pagination-wrapper {
	position: absolute;
	bottom: 50px;
	width: 100%;
	height: 50px;
	pointer-events: none;
}
#site-top.slider .swiper-pagination {
	position: absolute;
	bottom: 30px;
	right: 0;
	width: auto;
	text-align: right;
	counter-reset: list-number;
}
.swiper-pagination .swiper-pagination-bullet {
	position: relative;
	background-color: transparent;
	opacity: 1;
	border-radius: 0;
	width: 35px;
	height: 50px;
	margin-left: 10px;
	pointer-events: auto;
}
:is(#site-top.slider, .widget-18) .swiper-pagination .swiper-pagination-bullet {
	counter-increment: list-number;
	background-color: #fff;
	line-height: 50px;
}
.swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
}
:is(#site-top.slider, .widget-18) .swiper-pagination .swiper-pagination-bullet:before {
	position: relative;
	display: block;
	content: counter(list-number);
	width: 100%;
	height: 100%;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}
:is(#site-top.slider, .widget-18) .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #CD142E;
	color: #fff;
}
.widget:not(.widget-18) .swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: calc(50% - 16px);
	width: 100%;
	height: 2px;
	background-color: #A09F9F;
}
.widget .swiper-pagination .swiper-pagination-bullet:first-child {
	margin-left: 0;
}
.widget .swiper-pagination .swiper-pagination-bullet-active {

}
.widget:not(.widget-18) .swiper-pagination .swiper-pagination-bullet-active:before {
	background-color: #CD142E;
	height: 4px;
}
.widget .swiper-button-prev,
.widget .swiper-button-next{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	left: auto;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.widget .swiper-button-prev:after,
.widget .swiper-button-next:after{
	display: none;
}
.widget .swiper-button-prev,
.widget .swiper-button-next {
	background-image: url("assets/graphics/icon-slide.svg");
}
.widget .swiper-button-prev {
	left: 0;
	transform: rotate(180deg);
}
.widget .swiper-button-next {
	right: 0;
}
.widget .swiper-pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.widget .slider-navigation-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.widget .slider-navigation-wrapper .swiper-button-prev,
.widget .slider-navigation-wrapper .swiper-button-next,
.widget .slider-navigation-wrapper .swiper-pagination {
	position: relative;
	display: inline-block;
	left: auto;
	right: auto;
	top: auto;
	margin: 0;
}
.widget .slider-navigation-wrapper .swiper-button-prev,
.widget .slider-navigation-wrapper .swiper-button-next {
	height: 50px;
	background-size: auto 40px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #44616E;
}
.swiper-pagination-progressbar {
	background: transparent;
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 5px;
}
.swiper-pagination-progressbar:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	height: 1px;
	width: 100%;
	background-color: #575651;
}


/**
 * 9.1 - Headline
 */

.widget-1 {
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.widget-1 .header-block {
	padding-right: 5%;
}
.widget-1.no-space .header-block {
	padding-bottom: 60px;
}
.widget-1 .text {
	margin-top: 30px;
	padding-right: 0;
}

/**
 * 9.2 - Text block
 */

.widget-2 {

}
.widget-2 {

}
.widget-2 .text-block span {

}


/**
 * 9.3 - Link Liste
 */

.widget-3 {

}
.widget-3.teaser {
	position: relative;
	display: flex;
	z-index: 2;
	padding: 300px 50px 0 50px;
	min-height: calc(100% - 100px);
}
.widget-3.teaser .bg_img {
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	left: 0;
	top: 0;
	padding-bottom: 100%;
	width: 100%;
}
.widget-3.teaser .widget-inner {
	position: relative;
	background-image: url("assets/graphics/gradient-navigation-teaser.svg");
	background-size: 100% 100%;
	min-height: 100%;
	padding: 60px 30px 30px 30px;
	color: #fff;
}
.widget-3.teaser .widget-inner {

}
.widget-3 ul.link-list {
	position: relative;
	padding: 3px 0;
}
.widget-3.teaser ul.link-list {
	margin-top: 40px;
}
.widget-3.list ul.link-list:before {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #DEDEDE;
}
.widget-3 ul.link-list li {
	margin-bottom: 30px;
}
.widget-3 ul.link-list li:last-child {
	margin-bottom: 0;
}
.widget-3 ul.link-list li a {
	text-transform: uppercase;
}
.widget-3.teaser ul.link-list li a {
	color: #fff;
}


/**
 * 9.4 - Big Teaser
 */

.widget-4 {
	background-color: #f9f9f9;
	padding: 8%;
}
.site-content:is(.rose,.beige,.beige_2,.img,.grey) .widget-4 {
	background-color: #fff;
}
.widget-4 .widget-inner {

}
.widget-4 .custom_grid {
	display: flex;
}
#site-top .widget-4 .custom_grid {
	display: block;
}
.widget-4 .custom_grid .custom_grid__col {
	width: 50%;
}
#site-top .widget-4 .custom_grid .custom_grid__col {
	width: 100%;
}
.widget-4 .custom_grid .custom_grid__col:first-child { width: 40%; }
.widget-4 .custom_grid .custom_grid__col:last-child { width: 60%; }
.widget-4 .custom_grid .custom_grid__col .text-block {
	padding-right: 10%;
}






/**
 * 9.5 - Cite Teaser
 */

.widget-5 {

}
.widget-5 .widget-inner {

}
.widget-5 .widget-inner .cite-wrapper {
	position: relative;
	padding-top: 90px;
}
.widget-5 .widget-inner .cite-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: -90px;
	width: 200px;
	height: 170px;
	background-image: url("assets/graphics/icon-cite.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
}
.widget-5 .widget-inner .cite-block {
	position: relative;
	margin: 0;
	background: rgb(136,193,220);
	background: linear-gradient(65deg, rgba(136,193,220,1) 0%, rgba(191,172,184,1) 50%, rgba(243,152,149,0.85) 100%);
	padding: 30px 40px;
	color: #fff;
}
.widget-5 .widget-inner .cite-block blockquote {

}
.widget-5 .widget-inner .cite-block figcaption {
	display: block;
	margin-top: 50px;
	font-size: 0.875rem;
}





/**
 * 9.50 - Contact Teaser
 */


.widget-50 {

}
.site-bottom .widget-50 {
	margin-top: -150px;
}
.widget-50 .widget-inner {

}
.widget-50 .widget-inner {
	position: relative;
	padding-top: 100px;
	padding-left: 100px;
}
.widget-50 .widget-inner {
	position: relative;
	background: rgb(136,193,220);
	background: linear-gradient(65deg, rgba(136,193,220,1) 0%, rgba(191,172,184,1) 50%, rgba(243,152,149,0.85) 100%);
	padding: 30px 40px;
	color: #fff;
	font-size: 1.375rem;
}
.widget-50 .widget-inner .title {
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-size: 1rem;
	font-weight: 400;
	overflow: hidden;
}
.widget-50 .widget-inner .title > span {
	position: relative;
	z-index: 3;
	display: inline-block;
	padding-right: 10px;
}
.widget-50 .widget-inner .title:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 5px;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
}
.widget-50 .widget-inner h3.medium-headline {
	margin-bottom: 20px;
	color: #fff;
}
.widget-50 .widget-inner .text-block {

}
.widget-50 .widget-inner .text-block a {
	color: #fff;
}
.widget-50 .widget-inner .text-block a.mail {
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
}


/**
 * 9.6 - Link Teaser
 */

.widget-6 {

}
.widget-6 .widget-inner {

}
.widget-6 .teaser-image {

}
.widget .teaser-image .img-wrapper {
	position: relative;
	padding-bottom: 70%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.widget .teaser {
	position: relative;
}
.widget .teaser-body {
	padding: 30px;
	font-size: 1.375rem;
}
.widget:not(.widget-6) .teaser-body {
	padding-bottom: 80px;
}
.widget.hero .col-12 .teaser-body {
	position: relative;
	padding-bottom: 100px;
}
.col:is(.col-4,.col-3,.col-2,.col-1) .teaser .teaser-body {
	padding: 20px 20px 80px 20px;
	font-size: 1rem;
}
.widget .teaser-body p {
	padding-right: 10%;
}
.widget:not(.widget-6) .teaser-body p {
	margin-bottom: 0;
}
.widget .teaser-body h3 {
	margin-bottom: 30px;
}
.col:is(.col-4,.col-3,.col-2,.col-1) .teaser .teaser-body h3 {
	font-size: 1.25rem;
}
.widget:not(.widget-6) .teaser-body .button {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.widget.hero .teaser-body .button {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: auto;
}
.col:is(.col-4,.col-3,.col-2,.col-1) .teaser .teaser-body .button {
	bottom: 20px;
	left: 20px;
	padding: 0 20px 0 40px;
	font-size: .9rem;
}
.col:is(.col-4,.col-3,.col-2,.col-1) .teaser a.button:before {
	left: 0;
	width: 28px;
}

.widget-22 .row {
	row-gap: 30px;
}
.widget-22 .teaser {
	background-color: #f4f4f4;
}
.widget-22 .col-12 .teaser .teaser-body {
	background: rgb(136, 193, 220);
	background: linear-gradient(50deg, rgba(136, 193, 220, 1) 0%, rgba(243, 152, 149, 0.68) 100%);
	color: #fff;
}
.widget-22 .col-12 .teaser .teaser-body h3 {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
}
.widget-22 .col-12 .teaser .teaser-body p {
	font-size: 1.8rem;
	font-weight: 700;
}
.widget-22 .col-12 .teaser .teaser-body .button {
	border-color: #fff;
	color: #fff;
}
.widget-22 .col-4 .teaser {
	min-height: 100%;
}
.widget-22 .teaser-body {
	/*padding: 30px;*/
}
.widget-22.hero .col-12 .teaser {
	display: flex;
	align-items: stretch;
}
.widget-22.hero .col-12 .teaser :is(.teaser-image, .teaser-body) {
	width: 50%;
}
.widget-22.hero .col-12 .teaser .teaser-image .img-wrapper {
	padding-bottom: 0;
	height: 100%;
}


/**
 * 9.7 - Partnerslider
 */

.widget-7 {
	background-color: #f9f9f9;
	padding: 30px 50px 60px 50px;
}
.site-content:is(.rose,.beige,.grey,.img) .widget-7 {
	background-color: #fff;
}
.widget-7 .tab-slider {
	overflow: hidden;
}
.widget-7 .tab-slider:not(._tab_slider) {
	padding-top: 30px;
}
.widget-7 .tab-slider .tab-navigation-wrapper {

}
.widget-7 .tab-slider .tab-navigation {
	display: flex;
}
.widget-7 .tab-slider .tab-navigation .tab-navigation-item {
	flex: 1 0 0;
	padding: 20px;
	font-size: 1.75rem;
	text-align: center;
	cursor: pointer;
}
.widget-7 .tab-slider .tab-navigation .tab-navigation-item.active {
	color: #44616E;
	font-weight: 700;
}
.widget-7 .swiper-pagination {
	position: relative;
	flex-grow: 3;
	bottom: auto;
	margin-bottom: 50px;
}
.widget-7 .tab-slider .logo-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 100px;
}
.widget-7 .tab-slider .logo-grid .logo-item {
	flex-basis: calc(33.3333% - 100px);
}
.widget-7 .tab-slider .logo-grid .logo-item .logo {
	margin-bottom: 15px;
	max-width: 250px;
	padding-bottom: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.widget-7 .tab-slider .logo-grid .logo-item.hide_title .logo {
	margin-bottom: 0;
}


/**
 * 9.8 - Milestone Slider
 */

.widget-8 {
	position: relative;
	margin-top: 0;
	margin-left: calc((100% - 100vw) / 2 - 10px );
	width: 100vw;
	overflow: hidden;
	padding-top: 20px;
}
.widget-8:before {
	content: "";
	position: absolute;
	top: 20px;
	width: 100vw;
	height: 2px;
	background-color: #DEDEDE;
}
.widget-8 .widget-inner {
	position: relative;
}
.widget-8 .widget-inner .milestone-slider {
	position: relative;
	padding-bottom: 100px;
}
.widget-8 .widget-inner .milestone-slider .swiper-slide {
	width: 330px;
}
.widget-8 .widget-inner .milestone-slider .swiper-slide {
	width: 330px;
}
.widget-8 .swiper-slide .timeline-item {
	position: relative;
	padding: 50px 60px 0 20px;
	border-left: 2px solid #DEDEDE;
}
.widget-8 .swiper-slide .timeline-item:before {
	content: "";
	position: absolute;
	left: -20px;
	top: -20px;
	width: 40px;
	height: 40px;
	border: 3px solid #88C1DC;
	border-radius: 100%;
	box-sizing: border-box;
	background-color: #fff;
}
.widget-8 .swiper-slide:last-child .timeline-item {
	padding: 50px 0 0 20px;
}
.widget-8 .timeline-item .year {
	position: relative;
	display: block;
	margin-bottom: 40px;
	height: 60px;
	line-height: 60px;
	font-size: 3.75rem;
	font-weight: 400;
	color: #73A4BA;
}
.widget .swiper-container-horizontal > .swiper-scrollbar {
	bottom: auto;
	top: 0;
}
.widget-8 .slider-navigation-wrapper .swiper-button-prev {
	margin-right: 30px;
}
.widget-8 .slider-navigation-wrapper .swiper-button-next {
	margin-left: 30px;
}


/**
 * 9.9 - Videoslider
 */

.widget-9 {

}
.widget-9 .news-list {
	
}
.widget-9 .news-list .news-item {

}



/**
 * 9.11 - News
 */

.widget-10 {

}
.widget-10 h3 {
	display: block;
	margin-bottom: 50px;
}
.news-list {
	position: relative;
}
.news-list .news-item {
	margin-bottom: 80px;
}
.news-list .news-item:last-child {
	margin-bottom: 0;
}
.news-list .news-item .news-link-wrapper {
	display: block;
}
.news-list .news-item .news-meta {
	position: relative;
	display: block;
	margin-bottom: 10px;
	color: #73A4BA;
	font-weight: 700;
}
.news-list .news-item .news-meta:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #DEDEDE;
}
.news-list .news-item .news-meta > span {
	position: relative;
	z-index: 3;
	display: inline-block;
	background-color: #fff;
	padding-right: 10px;
}
.site-content.beige .news-list .news-item .news-meta > span,
.site-content.grey .news-list .news-item .news-meta > span {
	background-color: #f4f4f4;
}
.news-list .news-item .news-location {
	display: block;
	margin-bottom: 15px;
}
.news-list .news-item .news-title {
	display: block;
	margin-bottom: 30px;
	font-size: 1.375rem;
	font-weight: 400;
}
.news-list .news-item .link {
	text-transform: uppercase;
}






.icon {
	position: relative;
	padding-left: 24px;
}
.icon.download,
.icon.mail {
	padding-left: 40px;
}
.icon:before,
.text-block .icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left center;
}
.icon.download:before,
.icon.mail:before {
	background-size: contain;
}
.icon.icon-link:before {
	background-image: url("assets/graphics/icon-link.svg");
}
.icon.download:before {
	background-image: url("assets/graphics/icon-download.svg");
}
.icon.mail:before {
	background-image: url("assets/graphics/icon-mail.svg");
}



/**
 * 9.11 - Team
 */

.widget-11 {

}
.widget-11 .widget-inner {

}
.widget-11 .team-slider {
	position: relative;
	overflow: hidden;
	padding: 0 60px;
	margin-left: -60px;
	width: calc(100% + 120px);
}
.widget-11 .team-slider:before,
.widget-11 .team-slider:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	background-color: #fff;
	width: 60px;
	height: 100%;
}
.widget-11 .team-slider:before {
	left: 0;
}
.widget-11 .team-slider:after {
	right: 0;
}
.widget-11 .team-slider .img_wrapper {
	margin: 0 !important;
	border-radius: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.widget-11.gallery .team-slider .swiper-wrapper {
	align-items: stretch;
}
.widget-11.gallery .team-slider .swiper-wrapper .swiper-slide {
	align-items: stretch;
}
.widget-11.gallery .team-slider .img_wrapper {
	border-radius: 0;
	border-right: 7px solid #f9f9f9;
	border-bottom: 5px solid #f9f9f9;
	background-color: #f9f9f9;
	min-height: 100%;
}
.widget-11.gallery .team-slider .img_wrapper figcaption {
	background-color: #f9f9f9;
	padding: 5px 10px 0 10px;
	font-size: 14px;
}


/**
 * 9.12 -
 */

.widget-12 {

}
.widget-12 .application-wrapper {
	position: relative;
}
.widget-12 .application-wrapper .application-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.widget-12 .application-wrapper .application-image:first-child {
	position: relative;
}
.widget-12 .application-wrapper .application-image.application-default.hide,
.widget-12 .application-wrapper .application-image.application-hover {
	opacity: 0;
	transition: opacity .2s;
}
.widget-12 .application-wrapper .application-image.application-hover.active {
	opacity: 1;
	transition: opacity .3s;
}
.widget-12 .link-wrapper {
	padding-top: 100px;
	max-width: 400px;
}
.widget-12 ul.link-list li {

}
.widget-12 ul.link-list li a.link {
	padding: 0 0 0 35px;
}
.widget-12 ul.link-list li span.link {
	padding: 0;
	cursor: default;
}
.widget-12 ul.link-list li span.link:before {
	display: none;
}
.widget-12 .bottom-block {
	padding-top: 0;
}




/**
 * 9.12 - Kachel
 */

.widget-13 {

}
.widget-13 .widget-inner {
	position: relative;
	background: rgb(136,193,220);
	background: linear-gradient(65deg, rgba(136,193,220,1) 0%, rgba(191,172,184,1) 50%, rgba(243,152,149,0.85) 100%);
	padding: 30px 40px;
	color: #fff;
	font-size: 1.375rem;
}
.widget-13 .widget-inner .title {
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-size: 1rem;
	font-weight: 400;
	overflow: hidden;
}
.widget-13 .widget-inner .title > span {
	position: relative;
	z-index: 3;
	display: inline-block;
	padding-right: 10px;
}
.widget-13 .widget-inner .title:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 5px;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
}
.widget-13 .widget-inner h3.medium-headline {
	margin-bottom: 20px;
	color: #fff;
}
.widget-13 .widget-inner .text-block h3 {
	margin-bottom: 40px;
}
.widget-13 .widget-inner .text-block a {
	color: #fff;
}
.widget-13 .widget-inner .text-block a.button {
	display: inline-block;
	margin-bottom: 30px;
	border-color: #fff;
	white-space: nowrap;
}


/**
 * 9.14 - Liste
 */

.widget-14 {

}


/**
 * 9.15 - Icon-Reihe
 */

.widget-15 {

}
.widget-15 .list-wrapper {
	position: relative;
}
.widget-15.rows .list-wrapper {

}
/*
.widget-15.rows .list-wrapper:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 20%;
	height: 100%;
	border-top: 1px solid #000039;
	border-right: 1px solid #000039;
}
*/
.site-content.dark-bg .widget-15.rows .list-wrapper:before {
	border-color: #fff;
}
.widget-15 .list-wrapper ul.list {
	margin: 0;
}
.widget-15.rows .list-wrapper ul.list {

}
.widget-15.columns .list-wrapper ul.list {
	display: flex;
	column-gap: 20px;
}
.widget-15 .list-wrapper ul.list li.list-item {
	position: relative;
	display: flex;
	column-gap: 40px;
	padding-bottom: 40px;
}
.widget-15.rows .list-wrapper ul.list li.list-item:first-child {
	padding-top: 50px;
}
.widget-15 .list-wrapper ul.list li.list-item:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: calc(25% - 40px);
	height: 100%;
	border-top: 2px solid #DEDEDE;
	border-left: 2px solid #DEDEDE;

	transform: translate(40px, 40px);
}
.widget-15 .list-wrapper ul.list li.list-item:last-child:before {
	border-left: 0 none;
}
.widget-15 .list-wrapper ul.list li.list-item:last-child {
	padding-bottom: 0;
}
.widget-15 .list-wrapper ul.list li.list-item span {
	display: block;
}
.widget-15 .list-wrapper ul.list li.list-item .list-icon-wrapper,
.widget-15 .list-wrapper ul.list li.list-item .list-number-wrapper {
	position: relative;
	width: 25%;
}
.widget-15.columns .list-wrapper ul.list li.list-item .list-icon-wrapper {
	margin-bottom: 30px;
}
.widget-15.rows .list-wrapper ul.list li.list-item .list-icon-wrapper {
	min-width: 165px;
	background-color: #fff;
}
.site-content.beige .widget-15.rows .list-wrapper ul.list li.list-item .list-icon-wrapper {
	background-color: #fff;
}
.widget-15 .list-wrapper ul.list li.list-item .list-number-wrapper {
	max-width: none;
	min-width: 165px;
	width: 25%;
}
.widget-15 .list-wrapper ul.list li.list-item .list-icon,
.widget-15 .list-wrapper ul.list li.list-item .list-number {
	position: relative;
	display: block;
	border: 3px solid #88C1DC;
	background-color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.site-content.dark-bg .widget-15 .list-wrapper ul.list li.list-item .list-icon,
.site-content.dark-bg .widget-15 .list-wrapper ul.list li.list-item .list-number {
	border-color: #fff;
}
.widget-15 .list-wrapper ul.list li.list-item .list-icon {
	background-repeat: no-repeat;
	background-size: 55% auto;
	background-position: center;
}
.widget-15 .list-wrapper ul.list li.list-item .list-number {
	background-color: #fff;
}
.site-content.beige .widget-15 .list-wrapper ul.list li.list-item .list-number {

}
.site-content.dark-bg .widget-15 .list-wrapper ul.list li.list-item .list-number {

}
.widget-15 .list-wrapper ul.list li.list-item .list-number span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);

	color: #73A4BA;
	font-size: 1.75rem;
	font-weight: 400;
	text-align: center;
}
.site-content.dark-bg .widget-15 .list-wrapper ul.list li.list-item .list-icon {
	border-color: #fff;
}
.widget-15 .list-wrapper ul.list li.list-item .text-block {
	padding-top: 20px;
	width: 75%;
}
.widget-15 .list-wrapper ul.list li.list-item .list-title {
	margin-bottom: 15px;
	min-height: 50px;
	font-size: 1.375rem;
	font-weight: 700;
}



/**
 * 9.4 - Akkordeon
 */

.widget-16 {

}
.widget-16 .accordion {
	position: relative;
	margin-bottom: 0;
	border-bottom: solid 2px #DEDEDE;
}
.accordion .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
}
.accordion .card .card-header {
	position: relative;
	padding: 40px 100px 40px 30px;
	margin-bottom: 0;
	border-top: solid 2px #DEDEDE;

	cursor: pointer;
}
.accordion .card.icon .card-header {
	padding-left: 100px;
}
.accordion .card.icon .card-header .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	padding: 0;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center;
}
.accordion .card .card-header .card-title {
	display: block;
	margin-bottom: 0;
	font-size: 1.375rem;
	font-weight: 600;
}
.accordion .card .card-header:after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	margin-top: -12px;
	right: 30px;
	width: 40px;
	height: 40px;
	background-image: url("assets/graphics/icon-arrow.svg");
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: center;
	transform: rotate(90deg);

	border: 2px solid #CD142E;
	border-radius: 100%;

	transition: all .2s;
}
.accordion .card.open .card-header:after {
	transform: rotate(-90deg);
}
.accordion .card .card-header h5 {
	margin: 0;
}
.accordion .card .card-header h6 {
	color: #fff;
}
.accordion .card:not(.open) .collapse {
	height: auto;
	max-height: 0 !important;

	transition: all .3s ease-in;

	overflow: hidden;
}
.accordion .card.open .collapse {
	height: auto;
	max-height: 2000px;

	transition: all .3s ease-in;

	overflow: hidden;
}
.accordion .card .card-body {
	flex: 1 1 auto;
	padding: 10px 30px 50px 30px;
}
.accordion .card.icon .card-body {
	padding-left: 100px;
}
.accordion .card .card-body .text-block {
	margin-bottom: 0;
	padding-right: 20%;
}
.accordion .card .card-body > .widget {
	margin-bottom: 60px;
}
.accordion .card .card-body > .widget:last-child {
	margin-bottom: 0;
}



.widget-17 .application-wrapper {
	position: relative;
}
.widget-17 .application-wrapper .anchor {
	position: absolute;
	top: -126px;
}
.widget-17 .application-wrapper .application-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.widget-17 .application-wrapper .application-image:first-child {
	position: relative;
}
.widget-17 .application-wrapper .application-image.application-default.hide,
.widget-17 .application-wrapper .application-image.application-hover {
	opacity: 0;
	transition: opacity .2s .2s;
}
.widget-17 .application-wrapper .application-image.application-hover.active {
	opacity: 1;
	transition: opacity .2s;
}


/**
 * 9.23 - Video Slider
 */

.widget-23 {
	padding: 50px 40px 70px 40px;
	background-color: #44616E;
	color: #fff;
	font-size: 1.375rem;
	text-align: center;
}
.widget-23.white {
	background-color: #fff;
	color: #44616E;
}
.widget-23.no_space {
	margin-bottom: 0;
}
.widget-23 .cta_2 {
	position: relative;
}
.widget-23 .cta_2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 1px;
	height: 100%;
}
.widget-23.white .cta_2:before {
	background-color: #44616E;
}
.widget-23 h4 {
	margin: 0 auto 50px auto;
	max-width: 550px;
	font-size: 1.75rem;
	font-weight: 700;
}
.widget-23.white h4 {
	color: #73a4ba;
}
.widget-23 p {
	margin-bottom: 40px;
	padding: 0 5%;
}
.widget-23 a.button {
	border-color: #fff;
	color: #fff;
}
.widget-23.white a.button {
	border-color: #44616E;
	color: #44616E;
}
.widget-23 a.button.bold {
	background-color: #fff;
	color: #44616E;
}
.widget-23.white a.button.bold {
	background-color: #44616E;
	color: #fff;
}

/**
 * 9.17 - Einsatzgebiete
 */

.widget-17 {

}
.widget-17 .application-wrapper {
	float: right;
	width: calc(100% + 50px);
}
.widget-17 .application-wrapper img {

}
.widget-17 .link-wrapper {
}
.widget-17 ul.link-list {
	position: relative;
	padding: 3px 0;
}
.widget-17 ul.link-list li {
	margin-bottom: 30px;
}
.widget-17 ul.link-list li:last-child {

}
.widget-17 ul.link-list li a {

}
.widget-17.disable_product_mode ul.link-list li span.link {
	padding-left: 0;
	cursor: default;
}
.widget-17.disable_product_mode ul.link-list li span.link:before {
	display: none;
}
.widget-17 .app-info-wrapper {

}
.widget-17 .app-info-wrapper .app-info-item {
	display: none;
}
.widget-17 .app-info-wrapper .app-info-item:is(.active, .default) {
	display: block;
}
.widget-17 .app-info-wrapper .app-info-item .text-block {

}
.widget-17 .app-info-wrapper .app-info-item .text-block .button {
	margin-top: 1.5rem;
}
.widget-17 .app-info-wrapper .app-info-item .download-teaser {
	margin-top: 50px;
	transform: translateX(-10px);
	width: calc(100% + 50px);
	padding: 30px 20px 30px 30px;
	box-sizing: border-box;
	background-color: #fff;
}
.widget-17 .app-info-wrapper .app-info-item .download-teaser .title {
	display: block;
	margin-bottom: 30px;
}
.widget-17 .app-info-wrapper .app-info-item .download-teaser .download-list {

}
.widget-17 .app-info-wrapper .app-info-item .download-teaser .download-list .download-item {

}
.widget-17 .app-info-wrapper .app-info-item .download-teaser .download-list .download-item {

}



/**
 * 9.18 - Bilder
 */

.widget-18 {
	overflow: hidden;
}
.widget-18 .image-slider {
	position: relative;
}
.widget-18 .image-slider img {
	position: relative;
	z-index: 2;
}
.widget-18 .image-slider figcaption {
	position: relative;
	z-index: 1;
	background-color: #F4F4F4;
	padding: 10px 20px;
	transform: translate(0, -100%);
	transition: transform .3s ease-in-out;
}
.widget-18 .image-slider .swiper-slide-active figcaption {
	transform: translate(0, 0);
}
.site-content.beige .widget-18 .image-slider figcaption {
	background-color: #fff;
	padding: 30px;
}
.site-content.beige .widget-18 .image-slider figcaption .title {
	display: block;
	margin-bottom: 20px;
	font-size: 1.375rem;
}
.site-content.beige .widget-18 .image-slider figcaption .link {
	margin-top: 30px;
	text-transform: uppercase;
}
.widget-18 .slider-navigation-wrapper {
	position: relative;
	margin-top: 50px;
	/*text-align: right;*/
}
.widget-18.small .slider-navigation-wrapper .swiper-button-prev,
.widget-18.small .slider-navigation-wrapper .swiper-button-next {
	/*display: inline-block;*/
	display: none;
}
.widget-18.large .slider-navigation-wrapper .swiper-button-prev,
.widget-18.large .slider-navigation-wrapper .swiper-button-next {
	position: absolute;
	top: 0;
}
.widget-18.large .slider-navigation-wrapper .swiper-button-prev {
	left: 0;
}
.widget-18.large .slider-navigation-wrapper .swiper-button-next {
	right: 0;
}
.widget-18.small .image-slider .slider-navigation-wrapper .swiper-pagination {
	display: inline-block;
	overflow: hidden;
	width: auto;
}
.widget-18.large .image-slider .slider-navigation-wrapper .swiper-pagination {
	display: table;
	margin-left: 50px;
	width: calc(100% - 100px);
	overflow: hidden;
}
.widget-18.small .image-slider .slider-navigation-wrapper .swiper-pagination .swiper-pagination-bullet {
	display: block;
	float: left;
}
.widget-18.large .image-slider .slider-navigation-wrapper .swiper-pagination .swiper-pagination-bullet {
	display: table-cell;
}
.widget-18.large .swiper-pagination .swiper-pagination-bullet:before {
	left: 2px;
	width: calc(100% - 4px);
}






/**
 * 9.19 - Stellenangebote
 */

.widget-19 {

}
.widget-19 .widget-inner {

}
.widget-19 ul.jobs {

}
.widget-19 ul.jobs li {
	background-color: #EAF1F6;
	padding: 15px 30px;
}
.widget-19 ul.jobs li:nth-child(odd) {
	background-color: #fff;
}
.widget-19 .job-item {
	display: block;
}
.widget-19 .job-item .job-header {
	position: relative;
	min-height: 100%;
	padding-right: 120px;
}
.widget-19 .job-item .job-header .excerpt {
	padding-right: 90px;
}
.widget-19 .job-item .job-header .job-title {
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
}
.widget-19 .job-item:hover .job-header .job-title {
	color: #CD142E;
}
.widget-19 .job-item .job-header .link {
	position: absolute;
	right: 0;
	bottom: 0;
}
.widget-19 .job-item:hover .job-header .link {
	color: #CD142E;
}


/**
 * 9.20 - LogoCloud
 */

.widget-20 {

}
.widget-20 .facts-wrapper {

}
.facts-list {
	display: flex;
	margin-left: 0;
}
.facts-list.wrap {
	flex-wrap: wrap;
	row-gap: 30px;
}
.facts-wrapper .facts-item {
	position: relative;
	padding: 0 20px 0 20px;
	/*border-left: 2px solid #DEDEDE;*/
}
.widget-20 .facts-wrapper .facts-item .fact {
	display: block;
	margin-bottom: 40px;
	color: #73A4BA;
	font-size: 3.25rem;
	line-height: 1.2;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
.widget-20 .facts-wrapper .facts-item .fact small {
	font-size: 2.1875rem;
}
.widget-20 .facts-wrapper .facts-item .icon {
	display: block;
	margin-bottom: 40px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
}
.widget-20 .facts-wrapper .facts-item h3.medium-headline {
	font-weight: 400;
}






/**
 * 9.21 - Medienslider / Zitatslider / Meilensteine slider
 */
.widget-21 {

}

/**
 * 9.24 - Bildbanner mit Button
 */

.widget-24 {

}


/**
 * 9.25 - 5 Stimmen Kreis
 */

.widget-25 {

}

/**
 * 9.26 - Big Teaser
 */

.widget-26 {

}
.widget-26 .download-nav {
	background-color: #DDECF5;
	padding: 40px 8%;
}
.widget-26 .download-nav .filter-title {
	display: inline-block;
	margin-right: 20px;
	font-weight: 700;
}
.widget-26 .download-nav .filter-drop-down {
	display: inline-block;
	width: 300px;
}
.widget-26 .download-list-wrapper {
	background-color: #fff;
	padding: 40px 8%;
}
.widget-26 .download-list .download-item .download-link {

}


/**
 * 9.31 - Abstand
 */

.widget.widget-30 {
	margin: 0 !important;
}
.widget-30 .v-space {
	display: block;
}





/**
 * 9.22 - Product Overview
 */

.widget-22 {

}
.widget-22 .link-wrapper {

}
.widget-22 .link-wrapper .link-list {

}
.site-content.disable_product_mode .widget-22 .link-wrapper .link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
	background-color: #f9f9f9;
	padding: 20px;
}
.site-content.disable_product_mode .widget-22 .link-wrapper ul.link-list li {
	position: relative;
	margin: 0;
	padding-left: 20px;
}
.site-content.disable_product_mode .widget-22 .link-wrapper ul.link-list li:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #CD142E;
}
.widget-22 .link-wrapper .link-list .link {
	text-transform: none;
}
.widget-22 .link-wrapper .link-list .link.active {
	color: #CD142E;
}
.widget-22 .product-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.site-content:is(.disable_product_mode, .hide_link_list) .widget-22 .product-grid {
	gap: 20px;
}
.widget-22 .product-grid .product-col {
	width: calc(33.333% - 20px);
	padding: 20px;
	background-color: #f9f9f9;
}
.site-content:is(.disable_product_mode, .hide_link_list) .widget-22 .product-grid .product-col {
	width: calc(25% - 15px);
}
.widget-22 .product-grid .product-col .product-item {
	display: block;
	position: relative;
	min-height: 100%;
	padding-top: calc(70% + 20px);
	padding-bottom: 35px;
}
.item-products.package .widget-22 .product-grid .product-col .product-item {
	padding-top: 100%;
}
.widget-22 .product-grid .product-col.package .product-item {

}
.widget-22 .product-grid .product-col .product-item .title {
	display: block;
	margin-bottom: 10px;
}
.widget-22 .product-grid .product-col .product-item:hover .title {
	color: #CD142E;
}
.widget-22 .product-grid .product-col .product-item img {
	position: absolute;
	display: block;
}
.site-content.disable_product_mode .widget-22 .product-grid .product-col .product-item img.product_package_img {
	top: 0;
}
.widget-22 .product-grid .product-col .product-item img:not(.product_package_img) {
	left: 0;
	top: 0;
	width: 100%;
}
.item-products.package .widget-22 .product-grid .product-col.package .product-item img:not(.product_package_img) {
	width: 85%;
}
.item-products.package .widget-22 .product-grid .product-col .product-item img.product_package_img {
	top: 100px;
	right: 0;
	width: 65%;
	box-shadow: 0px 3px 29px 0px rgba(0,0,0,0.16);
}
.widget-22 .product-grid .product-col .product-item .link {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	font-size: .88889rem;
}
.widget-22 .product-grid .product-col .product-item:hover .link {
	color: #CD142E;
}




/**
 * 10.0 - Content
 */

#site-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
}
body:not(.front-page) #site-wrapper {
	padding-top: 106px;
}
.site-content {
	position: relative;
	width: 100%;
	text-align: center;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	z-index: 12;
	/*overflow: hidden;*/
}
.site-content.overflow_hidden {
	overflow: hidden;
}
.site-content.dark-bg {
	background-color: #000039;
	padding-top: 80px;
	margin-bottom: 80px;
	color: #fff;
}
.site-content.grey {
	background: #f4f4f4;
	padding-top: 100px;
	margin-bottom: 100px;
}
.site-content.beige {
	background: rgb(244, 244, 244);
	background: linear-gradient(30deg, rgba(244, 244, 244, 1) 62%, rgba(204, 225, 235, 1) 100%);
	padding-top: 100px;
	margin-bottom: 100px;
}
.site-content.beige_2 {
	background: rgb(244, 244, 244);
	background: linear-gradient(30deg, rgba(244, 244, 244, 1) 80%, rgba(204, 225, 235, 1) 130%);
	padding-top: 100px;
	margin-bottom: 100px;
}
.site-content.rose {
	background: rgb(244,244,244);
	background: linear-gradient(10deg, rgba(244,212,211,1) 0%, rgba(244,244,244,1) 50%, rgba(244,244,244,1) 100%);
	padding-top: 100px;
	margin-bottom: 100px;
}
.site-content.img,
.site-content.video {
	padding-top: 100px;
	margin-bottom: 100px;
}
.site-content.remove_bottom_block_space {
	margin-bottom: 0 !important;
}
.site-content.remove_top_block_space {
	padding-top: 0 !important;
}
.site-content.negative_bottom_block_space {
	z-index: 7 !important;
	margin-bottom: -300px !important;
	padding-bottom: 300px;
}
.site-content.img .bg_image {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #44616E;
}
.site-content.img .bg_image .image,
.site-content.video .bg_video {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.site-content.img .image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.site-content.img.bg_img_half.bg_img_right .bg_image .image,
.site-content.video.bg_img_half.bg_img_right .bg_video {
	left: auto;
	right: 0;
}
.site-content.img.bg_img_half .bg_image .image,
.site-content.video.bg_img_half .bg_video {
	width: 50%;
}
.site-content.img.bg_img_half .bg_image .image:after,
.site-content.video.bg_img_half .bg_video:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	background: rgb(115,164,186);
	background: linear-gradient(90deg, rgba(115,164,186,0) 0%, rgba(115,164,186,1) 100%);
}
.site-content.img.bg_img_half.bg_img_right .bg_image .image:after,
.site-content.video.bg_img_half.bg_img_right .bg_video:after {
	right: auto;
	left: 0;
	background: linear-gradient(90deg, rgba(115,164,186,1) 0%, rgba(115,164,186,0) 100%);
}
.site-content.video.bg_img_half.bg_img_right .bg_video:after {
	background: linear-gradient(90deg, rgba(68,97,110,1) 0%, rgba(68,97,110,0) 100%);
}
.site-content.img.bg_img_half .bg_image .gradient,
.site-content.video.bg_img_half .gradient {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	background: rgb(115,164,186);
	background: linear-gradient(90deg, rgba(115,164,186,1) 20%, rgba(68,97,110,1) 100%);
}
.site-content.img.bg_img_half.bg_img_right .bg_image .gradient,
.site-content.video.bg_img_half.bg_img_right .gradient {
	left: 0;
	background: linear-gradient(90deg, rgba(68,97,110,1) 20%, rgba(115,164,186,1) 100%);
}
.site-content.video.bg_img_half.bg_img_right .gradient {
	background: linear-gradient(90deg, rgba(115,164,186,1) 20%, rgba(68,97,110,1) 100%);
}
.site-content.video .bg_video .back_ground_vid {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(0, -50%);
}
.site-content.item-1 {

}
.site-content.home,
.site-content.single,
.site-content.archive {

}
.site-content.single,
.site-content.archive {

}
.site-content.last-block {
	padding-bottom: 50px;
}
.content-aligning {
	position: relative;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 45px;
	text-align: left;
	box-sizing: border-box;
}
.site-content.full-width > .main-content-wrapper > .content-aligning {
	max-width: none;
	/*padding: 0;*/
	overflow: hidden;
}
.content-aligning:before,
.content-aligning:after {
	content: "";
	display: table;
}
.content-aligning:after {
	clear: both;
	zoom: 1; /* ie 6/7 */
}
.site-content.top .intro-text {
	margin-bottom: 20px;
}
.main-content {
	position: relative;
	width: 100%;
}






/**
 * 10.1 - Top bar
 */

#site-topbar {
	position: relative;
	z-index: 235;
	margin-top: 28px;
	height: 48px;
	margin-left: 100px;
	width: calc(100% - 160px);
	overflow: hidden;
	transition: margin-top .2s ease-in-out;
}
body.sticky #site-topbar {
	margin-top: 13px;
}
body.sticky.openmenu #site-topbar {
	margin-top: 28px;
}
#site-topbar-inner {
	height: 100%;
}


/**
 * 10.2 - Header
 */

#site-header {
	position: absolute;
	z-index: 222;
	top: 0;
	left: 0;
	width: 100%;
	height: 106px;

	transition: height 0.2s ease-in-out;
}
body.openmenu #site-header.sticky-nav {
	position: fixed;
}
body.openmenu #site-header.sticky-nav,
body.sticky #site-header.sticky-nav {
	position: fixed;
	background-color: #fff;
	background-image: url("assets/graphics/gradient-mega-menu.svg");
	background-repeat: no-repeat;
	background-size: 100vw 100vh;
	background-position: top center;
}
body.sticky #site-header.sticky-nav {
	height: 76px;
}
body.sticky.openmenu #site-header.sticky-nav {
	height: 106px;
}

body.scroll-down #site-header.sticky-nav {
	top: -76px;

	transition: top 0.3s linear;
}

#site-header .content-aligning,
#site-header .content-aligning .main-content {
	height: 100%;
	overflow: hidden;
}
#site-header a.logo-wrapper {
	position: absolute;
	z-index: 220;
	display: block;
	min-width: 100px;
	height: 72%;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
}
body.sticky #site-header a.logo-wrapper {
	bottom: auto;
	top: 50%;
	transform: translate(0, -50%);
}
#site-header a.logo-wrapper img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: auto;
	max-width: none;
}




/**
 * 10.0 - Site Top + Content Top
 */

#site-top {
	position: relative;
	z-index: 13;
	margin-bottom: 90px;
}
body.page-template-order-form #site-top {
	margin-bottom: 0;
}
body:not(.front-page) #site-top {
	margin-top: 60px;
}
#site-top.slider {
	margin-bottom: 100px;
	height: calc(100vh - 50px);
	min-height: 600px;
	padding-bottom: 50px;
	overflow: hidden;
}
#site-top.big-image {
	margin-top: -106px !important;
	height: 100vh;
	min-height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#site-top.big-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 106px;
	background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0) 100%);
}
#site-top.big-image :is(.content-aligning, .main-content) {
	height: 100%;
}
#site-top.big-image .top-teaser {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	padding: 60px 40px 80px 40px;
	width: 50%;
	max-width: 800px;
	background: rgb(136, 193, 220);
	background: linear-gradient(50deg, rgba(136, 193, 220, 1) 0%, rgba(243, 152, 149, 0.68) 100%);
	color: #fff;
}
#site-top.big-image .top-teaser h1 {
	color: #fff;
}
.affiliate-buttons {
	position: absolute;
	z-index: 12;
	display: flex;
	flex-direction: column;
	column-gap: 20px;
	right: 0;
	bottom: 60px;
	width: 180px;
}
.affiliate-buttons .affiliate-button {
	display: block;
}
.affiliate-buttons .affiliate-button > img {
	display: block;
	width: 100%;
	height: auto;
	height: auto;
}
#site-top.slider .content-aligning,
#site-top.slider .main-content {
	position: relative;
	height: 100%;
}
#site-top.slider .swiper-wrapper {

}
#site-top.slider .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#site-top.slider .swiper-slide:before {
	content: "";
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 365px;
	background: transparent;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
#site-top.slider .swiper-slide:after {
	content: "";
	z-index: 4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 365px;
	background-image: url("assets/graphics/top-gradient.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
#site-top.slider .swiper-slide .top-slide-teaser {
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: -50px;
	padding: 60px 40px 80px 40px;
	max-width: 800px;
	background: rgb(136,193,220);
	background: linear-gradient(50deg, rgba(136,193,220,1) 0%, rgba(243,152,149,0.68) 100%);
	color: #fff;
}
#site-top.slider .swiper-slide .top-slide-teaser .headline {
	display: block;
	margin-bottom: 40px;
}

#site-top:not(.slider) .top-intro.normal {
	padding: 0 10% 50px 0;
}
#site-top:not(.slider) .top-intro.minimal {
	padding: 0 10% 50px 0;
}
#site-top:not(.slider) .top-intro.normal h1 {
	margin-bottom: 40px;
}
body.single-produkt #site-top:not(.slider) .top-intro.normal h1 {
	margin-bottom: 0;
}
#site-top .excerpt {
	margin-top: 0;
	font-size: 1.375rem;
}




/**
 * 10.0 - Breadcrumb
 */

#breadcrumb {

}
#breadcrumb.sticky {
	position: absolute;
	z-index: 221;
	top: 106px;
	left: 0;
	width: 100%;
	height: 46px;
}
body.sticky #breadcrumb.sticky {
	position: fixed;
	top: 76px;
	background-color: #fff;
}
body.scroll-down #breadcrumb.sticky {
	top: -46px;
	transition: top 0.3s
}
#breadcrumb .bread-crumb {
	margin-bottom: 0;
	line-height: 46px;
}
#breadcrumb .bread-crumb > * {
	margin-top: 0;
	margin-bottom: 0;
}

.bread-crumb {
	display: block;
	margin-bottom: 30px;
	font-size: 0.875rem;
}
.bread-crumb > * {
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 3px;
}
.bread-crumb i {
	display: inline-block;
	font-style: normal;
	margin-left: 10px;
	margin-right: 10px;
	width: 4px;
	background-image: url("assets/graphics/icon-bread-crumb.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.bread-crumb a {
	color: #CD142E;
}




/**
 * 10.0 - Template - Single
 */

body.single .single-bottom {
	margin-bottom: 100px;
}
body.single .job-block {
	margin-bottom: 80px;
}
body.single .job-block .indent {
	padding-left: 8.33333%;
}
body.single .job-block.job-intro,
body.single .job-block.job-outro {

}
body.single .single-meta {
	position: relative;
	margin-bottom: 30px;
	color: #73A4BA;
	font-weight: 700;
}
body.single .single-meta > span {
	 position: relative;
	 z-index: 3;
	 display: inline-block;
	 background-color: #fff;
	 padding-right: 10px;
 }
body.single .single-meta:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #DEDEDE;
}




/**
 * 10.0 - Template - Produkt Single
 */

body.single-produkt #site-top {
	margin-bottom: 30px;
}
body.single-produkt #site-top .product-image {
	filter: brightness(95%);
}
body.single-produkt #site-top .package-image {
	filter: brightness(95%);
}
body.single-produkt #site-top .widget-4 {
	margin-bottom: 0;
	padding: 20px 0;
	background-color: transparent;
}
body.single-produkt #site-top .widget-4 ul.download-list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
}
body.single-produkt #site-top .widget-4 ul.download-list li.download-item {
	margin-bottom: 0 !important;
	width: 33.3333%;
}
body.single-produkt #site-top .widget-4 ul.download-list li.download-item .download-link {
	column-gap: 10px;
}
body.single-produkt #site-top .widget-4 ul.download-list li.download-item .download-link .thumbnail-wrapper {

}
body.single-produkt #site-top .widget-4 ul.download-list li.download-item .download-link img.thumbnail {
	display: block;
	width: 60px;
	height: 80px;
	object-fit: cover;
}
body.single-produkt #site-top .widget-4 ul.download-list li.download-item .download-link .download-title {
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	border-top: 0 none;
	padding-top: 0;
}
body.single-produkt #site-top .excerpt {
	margin-top: 20px;
	font-size: 1rem;
}
body.single-produkt .site-content.item-1 {
	margin-bottom: 100px;
}
body.single-produkt .site-content.item-2 {

}
body.single-produkt .site-content.item-2 .text-block {

}





/**
 * 10.0 - Custom Template - Bestellformular
 */

body.page-template-order-form .site-content:is(.rose,.beige,.grey,.img) {
	padding-top: 50px;
}
.extra-form-nav-wrapper {
	background-color: #fff;
}
body.page-template-order-form .extra-form-nav-wrapper {
	background-color: #f4f4f4;
	margin-bottom: 50px;
	padding-top: 20px;
}
.extra-form-nav-wrapper ul.extra-form-nav {
	display: flex;
	column-gap: 20px;
}
.extra-form-nav-wrapper ul.extra-form-nav li.extra-form-nav-item {
}
.extra-form-nav-wrapper ul.extra-form-nav li.extra-form-nav-item.active {

}
.extra-form-nav-wrapper ul.extra-form-nav li.extra-form-nav-item a.link {
	display: block;
	background-color: #e3e3e3;
	padding: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-weight: 500;
}
.extra-form-nav-wrapper ul.extra-form-nav li.extra-form-nav-item a.link:before {
	display: none;
}
.extra-form-nav-wrapper ul.extra-form-nav li.extra-form-nav-item.active a {
	background-color: #CD142E;
	color: #fff;
}

body.page-template-order-form .form-process-bar {
	background-color: #DEDEDE;
}
body.page-template-order-form .wpcf7-form {
	overflow: visible;
}
body.page-template-order-form .wpcf7-form .process_bar_horizontal {
	position: relative;
	display: flex;
	z-index: 2;
	margin: 0;
	background-color: #DEDEDE;
	height: 150px;
	width: 100%;
	padding: 20px 0;
}
body.page-template-order-form .wpcf7-form ul.process_bar_horizontal {
	counter-reset: list-number;
}
body.page-template-order-form .wpcf7-form ul.process_bar_horizontal li.cf7_mls_steps_item {
	width: 100%;
	overflow: visible;
	counter-increment: list-number;
}
body.page-template-order-form .wpcf7-form ul.process_bar_horizontal li.cf7_mls_steps_item:before {
	display: none;
}
body.page-template-order-form .wpcf7-form .process_bar_horizontal .cf7_mls_steps_item .cf7_mls_steps_item_container {
	position: relative;
	z-index: 2;
}
body.page-template-order-form .wpcf7-form .process_bar_horizontal .cf7_mls_steps_item .cf7_mls_steps_item_container:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 2px;
	background-color: #cecece;
}
body.page-template-order-form .wpcf7-form .process_bar_horizontal .cf7_mls_steps_item:last-child .cf7_mls_steps_item_container:before {
	display: none;
}
body.page-template-order-form .wpcf7-form .process_bar_horizontal .cf7_mls_steps_item .cf7_mls_steps_item_container .cf7_mls_steps_item_icon {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #fff;
	border: 3px solid #88C1DC;
}
body.page-template-order-form .wpcf7-form .process_bar_horizontal .cf7_mls_steps_item .cf7_mls_steps_item_container .cf7_mls_steps_item_icon .cf7_mls_count_step {
	text-indent: -1000px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border-radius: 100%;
	background-color: #fff;
}
body.page-template-order-form .wpcf7-form .process_bar_horizontal .cf7_mls_steps_item.current .cf7_mls_steps_item_container .cf7_mls_steps_item_icon .cf7_mls_count_step {
	background-color: #88C1DC;
}
body.page-template-order-form .wpcf7-form .process_bar_horizontal .cf7_mls_steps_item .cf7_mls_steps_item_container .cf7_mls_steps_item_content {
	border-left: 2px solid #cecece;
	margin-left: 19px;
	padding: 10px 0 0 20px;
	color: #44616E;
	font-size: 1rem;
	font-weight: 300;
	cursor: default;
}
body.page-template-order-form .wpcf7-form ul.process_bar_horizontal li.cf7_mls_steps_item .cf7_mls_steps_item_container .cf7_mls_steps_item_content:before {
	content: 'Schritt ' counter(list-number);
	display: block;
}
body.page-template-order-form .wpcf7-form .process_bar_horizontal .cf7_mls_steps_item .cf7_mls_steps_item_container .cf7_mls_steps_item_content .cf7mls_progress_bar_title {
	color: #44616E;
	font-size: 1rem;
	font-weight: 600;
}
body.page-template-order-form .wpcf7-form .process_bar_horizontal .cf7_mls_steps_item .cf7_mls_steps_item_container .cf7_mls_steps_item_content .cf7mls_progress_bar_title:after {
	display: none;
}

body.page-template-order-form .wpcf7-form .fieldset-cf7mls-wrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
body.page-template-order-form .wpcf7-form .fieldset-cf7mls-wrapper .fieldset-cf7mls {

}
body.page-template-order-form .wpcf7-form .fieldset-cf7mls-wrapper .cf7mls-btns button.cf7mls_next.action-button,
body.page-template-order-form .wpcf7-form .fieldset-cf7mls-wrapper .cf7mls-btns button.cf7mls_back.action-button {
	margin: 0 !important;
	background-color: transparent;
	border-color: #44616E;
	color: #44616E;
	border-width: 1px;
	border-style: solid;
	border-left-width: 0;
	border-radius: 0;
	padding: 0 30px 0 70px;
	line-height: 41px;
	font-size: 1rem;
	font-weight: 400;
}


body.page-template-order-form .wpcf7-form .fieldset-cf7mls-wrapper .fieldset-cf7mls .wpcf7-field-groups {

}
body.page-template-order-form .wpcf7-form .fieldset-cf7mls-wrapper .fieldset-cf7mls .wpcf7-field-groups .wpcf7-field-group {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DEDEDE;
}
body.page-template-order-form .wpcf7-form .fieldset-cf7mls-wrapper .fieldset-cf7mls .wpcf7-field-groups .cf7mls-btns {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 41px;
}
body.page-template-order-form .wpcf7-form .configurator-field-group-action {
	display: block;
	position: absolute;
	right: 16px;
	margin-top: 5px;
	border: 0 none;
	background-color: #44616E;
	width: 41px;
	min-width: 0;
	height: 41px;
	text-indent: -1000px;
	overflow: hidden;
	padding: 0;

	cursor: pointer;
}
body.page-template-order-form .wpcf7-form .konfigurator-group.clone .configurator-field-group-action {
	margin-top: 36px;
	background-color: #CD142EFF;
}
body.page-template-order-form .wpcf7-form .configurator-field-group-action:before {
	position: absolute;
	content: "+";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: none;
	color: #fff;
	font-size: 31px;
	text-indent: 0;
	text-align: center;
}
body.page-template-order-form .wpcf7-form .konfigurator-group.clone .configurator-field-group-action:before {
	content: "-";
}








table.table {
	border-collapse: collapse;
	width: 100%;
}
table.table caption {
	caption-side: top;
	padding-bottom: 10px;
	color: #CD142E;
}
table.table thead {

}
table.table thead tr {

}
table.table thead tr th {
	padding: 0 0 15px 10px;
}
table.table tbody {

}
table.table tbody tr {

}
table.table tbody tr td {
	background-color: #EAF1F6;
	padding: 5px 10px;
}
table.table tbody tr:nth-child(odd) td {
	background-color: #fff;
}




/**
 * 10.1 - Template - Blog Single
 */

body.single-post {

}




/**
 * 10.6 - Bottom
 */


.site-bottom {
	position: relative;
	z-index: 219;
}


/**
 * 10.6 - Footer
 */

#site-footer {
	position: relative;
	z-index: 18;
	font-size: 0.777777778rem;
}
#site-footer * {
	color: #fff;
}
#footer_1 {
	background: rgb(68,97,110);
	background: linear-gradient(58deg, rgba(68,97,110,1) 0%, rgba(115,164,186,1) 100%);
	padding: 80px 0;
}
#footer_2 {
	background: #575651;
	padding: 60px 0;
	font-size: 0.722222222rem;
}
#footer_2 b {
	font-size: 0.777777778rem;
}
#site-footer hr {
	margin: 40px 0 40px 0;
	border: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: .3;
}
#site-footer .menu-title {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}
#site-footer .menu {
	margin: 0;
}
#site-footer .menu .menu-item {
	margin-bottom: 5px;
}
#site-footer .menu .menu-item:hover a,
#site-footer .menu .menu-item.current-menu-item a {
	text-decoration: underline;
}
#site-footer .footer-logo-wrapper {
	height: 70px;
}
#site-footer .footer-logo-wrapper.word {
	height: 60px;
}
#site-footer .footer-logo-wrapper > img {
	height: 100%;
	width: auto;
}
#site-footer .copy-right {
	position: absolute;
	right: 0;
}

a.scroll-top {
	position: fixed;
	z-index: 198;
	bottom: -60px;
	right: 30px;
	width: 60px;
	height: 60px;
	background-image: url("assets/graphics/icon-scroll-top.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;

	transition: background-color .3s, bottom .3s;
}
body.sticky a.scroll-top {
	bottom: 30px;
}
a.scroll-top.hide {
	display: none !important;
}
a.scroll-top:hover {

}

#site-footer .footer-title {
	display: block;
	margin-bottom: 20px;
}
#site-footer .footer-logos img {
	opacity: 0.7;

	transition: opacity 0.2s;
}
#site-footer .footer-logo-link:hover img {
	opacity: 1;
}
#site-footer .footer-social-links {
	display: block;
	float: right;
}


/* Logo Grid */
ul.partner-logos {
	list-style: none;
	margin: 0 0 30px -30px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 30px 0;
}
ul.partner-logos li {
	width: 25%;
	padding-left: 30px;
}
ul.partner-logos li:last-child {

}
ul.partner-logos li a {

}
ul.partner-logos li img {
	display: block;
	width: 100%;
}
ul.partner-logos li.portrait img {
	width: auto;
	height: 100px;
}


/**
 * 8.1 - DropDown
 */

/* resets */
.dropdown-list,
ul.sub-dropdown-list {
	margin: 0;
}
.dropdown-list .sub-dropdown-label {
	display: none;
}



