/*
Theme Name: Prospitalia
Theme URI: https://www.prospitalia.de
Author: INTO Branding
Author URI: http://www.intobranding.com/
Description: Dies ist das Haupttheme der Prospitalia GmbH.
Version: 2024.12.04
Text Domain: prospitalia

This theme, is licensed to Prospitalia GmbH.
*/


/**
 * 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
 */


/**
 * 1.0 - Webfont
 *
 * Embed the webfonts
 */
/*@import url("assets/webfonts/embed.css");*/


/**
 * 1.0 - Webicons
 *
 * Embed the webicons
 */
@import url("assets/icons/embed.css");


/**
 * 2.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
/*@import url("css/normalize.css");*/


/**
 * 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: -14px; }
.grid__col { padding-left: 14px; }
/** 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: 700px) {
	.grid__col.grid__col--m-1-of-1 {
		width: 100%; }
	.grid__col.grid__col--m-del {
		display: none; }
}
@media (max-width: 600px) {
	.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: -44px; }
.grid.big-gutter .grid__col { padding-left: 44px; }



body.cockpit_external-template #site-top {
	margin-top: 0;
}







.video-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.video-wrapper > * {
	position: absolute;
	width: 100%;
	height: 100%;
}
.video-wrapper > .BorlabsCookie {
	background-color: rgba(0,0,0,.5);
	-webkit-backdrop-filter: saturate(180%) blur(2px);
	backdrop-filter: saturate(180%) blur(2px);
}
.video-wrapper > .BorlabsCookie ._brlbs-content-blocker {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}
.video-wrapper > .BorlabsCookie ._brlbs-content-blocker ._brlbs-default {
	background-color: transparent;
	color: #fff;
}
.video-wrapper > .BorlabsCookie ._brlbs-content-blocker a._brlbs-btn {
	background-color: #3EC2CF;
	color: #fff;
	transition: all .3s;
}
.video-wrapper > .BorlabsCookie ._brlbs-content-blocker a._brlbs-btn:hover {
	background-color: #fff;
	color: #3EC2CF;
}



.video-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}
.video-foreground {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.video-foreground,
.video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	pointer-events: none;
	z-index: -9;
	overflow: hidden;
}
@media (min-aspect-ratio: 16/9) {
	.video-foreground {
		height: 300%;
		top: -100%;
	}
}
@media (max-aspect-ratio: 16/9) {
	.video-foreground {
		width: 300%;
		left: -100%;
	}
}






.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: none;
	left: 0;
	right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: none;
	left: auto;
	right: 0;
}









/**
 * 5.0 - Globals
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100%;
}

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;
	margin-bottom: 10px;
}

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: #777;
	font-family: "NotoSansRegular", "Helvetica Neue", Arial, serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #2D5377;
	font-family: "NotoSansRegular", "Helvetica Neue", Arial, serif;
	font-size: 34px;
	line-height: 1.3;
	font-weight: normal;
	margin: 0;
	text-rendering: optimizeLegibility;
}

h1 {
	font-family: "MetronicProLight", "Helvetica Neue", Arial, serif;
	line-height: 1.2;
}

h3.medium-headline {
	margin-bottom: 30px;
}
h5.small-headline {
	font-size: 24px;
}

h4.turquoise-headline {
	margin-bottom: 20px;
	padding-top: 10px;
	color: #3EC2CF;
	font-size: 20px;
}

.jobs.procare h4.turquoise-headline {
	color: #FAA61A;
}
.site-content .jobs.procare .job h4.job-title {
	color: #7B204F;
}

.jobs a:hover h4.turquoise-headline {
	color: #999;
}

p {
	margin: 0 0 20px;
}

a, a:after {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	outline: none;
}

a {
	color: #4abdd1;
	text-decoration: none;
}

a:hover,
a:active {
	color: #666;
}

b, strong {
	font-family: "NotoSansBold", "Helvetica Neue", Arial, serif;
	font-weight: 700;
}

.big-text {
	margin-right: 15%;
	font-size: 18px;
}

ul,
ol {
	margin: 0 0 0 30px;
	padding: 0;
}

ul {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

.text-block ul,
.text-block ol {
	list-style: none;
	margin: 0;
}

.text-block ul li {
	position: relative;
	margin: 20px 0 0 0;
	padding-left: 50px;
	color: #777;
	font-size: 22px;
}
body.single-jobs .text-block ul li {
	position: relative;
	margin: 20px 0 0 0;
	padding-left: 35px;
	font-size: 16px;
}
body.single-jobs .text-block ul li:before {
	height: 30px;
	font-size: 20px;
	line-height: 1.1;
}

.text-block ul li:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 42px;
	color: #2D5377;
	font-family: "SS BlackTie-Light";
	font-size: 28px;
	line-height: 1.3;
}

.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;
}

.button {
	position: relative;
	display: inline-block;
	padding: 8px 80px 8px 15px;
	line-height: 1;
	background-color: #3EC2CF;
	color: #fff;
	font-size: 16px;
	text-align: center;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button.dark {
	background-color: #2D5377;
	color: #fff;
}
.button:after {
	content: '⭢';
	position: absolute;
	right: 15px;
	font-family: "SS BlackTie-Light";
	font-size: 20px;
	line-height: 18px;
}
.button:hover {
	background-color: #ccc;
}

.dark-turquoise {
	color: #ee1c25;
}

.ss-right:before {
	font-size: 32px;
}


/**
 * 6.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	border: 0;
	outline: 0;
	display: inline-block;
	padding: 8px 50px 8px 15px;
	line-height: 1;
	background-color: #3EC2CF;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
button:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after {
	position: absolute;
	display: block;
	content: "⭢";
	right: 15px;
	top: 0;
	font-family: "SS BlackTie-Light";
	font-size: 20px;
	line-height: 35px;
}

button:hover,
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 {
	border-color: #999;
	color: #999;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d9d9d9 ;
	width: 100%;
	height: 35px;
	padding: 0 0 8px 0;
	color: #666;
}

textarea {
	border: 1px solid #d9d9d9 ;
	width: 100%;
	padding: 8px 13px;
	color: #666;
	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,
textarea:focus {
	border-color: #009cb3;
	color: #1a1a1a;
	outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 0;
}

select,
input[type="date"] {
	position: relative;
	border: 1px #d9d9d9 solid;
	width: 100%;
	padding: 9px 10px;
	color: #333;
	line-height: 1.2;
	box-sizing: border-box;
}

select[multiple] {
	height: 60px;
}

select:focus {
	border-color: #009cb3;
	color: #1a1a1a;
	outline: 0;
}

form.wpcf7-form {
	overflow: hidden;
	margin-bottom: -20px;
}

.acceptance .wpcf7-not-valid-tip {
	display: none !important;
}

form.wpcf7-form button,
form.wpcf7-form button[disabled]:hover,
form.wpcf7-form button[disabled]:focus,
form.wpcf7-form input[type="button"],
form.wpcf7-form input[type="reset"],
form.wpcf7-form input[type="submit"] {
	margin: 0;
}

#group-additional {
	float: left;
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

form.wpcf7-form > p,
form.wpcf7-form .form-sub-area p,
form.wpcf7-form #group-additional > p,
form.wpcf7-form .wpcf7-response-output,
.layer-form .wpforms-container .wpforms-field {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

form.wpcf7-form .form-sub-area > p {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}

form.wpcf7-form .vspace {
	display: block;
	width: 100%;
	height: 20px;

	clear: both;
}

form.wpcf7-form .form-sub-area {
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 30px;
	background-color: #f1f1f1;
}

form.wpcf7-form .wpcf7-radio {
	float: left;
	width: 100%;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item {
	position: relative;
	padding-right: 15px;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item input {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
}

form.wpcf7-form .additional-registration {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

form.wpcf7-form .additional-registration .wpcf7-checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

form.wpcf7-form .additional-registration .wpcf7-checkbox .wpcf7-list-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

form.wpcf7-form .additional-registration .wpcf7-checkbox .wpcf7-list-item input {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

form.wpcf7-form .additional-registration .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
	display: block;
	position: absolute;
	left: 30px;
	top: 50%;
	margin: 0;
	transform: translate(0, -50%);
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
	display: block;
	float: left;
	width: 90%;
	margin-left: 20px;
}

.layer-form .wpforms-container .wpforms-field{
	margin-bottom: 20px;
	padding: 0;
}

form.wpcf7-form label.left-label,
.layer-form .wpforms-container .wpforms-field-label{
	display: block;
	float: left;
	width: 25%;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
}


form.wpcf7-form label.left-label > span,
.layer-form .wpforms-container .wpforms-required-label,
form.wpcf7-form span.asterisk {
	color: #009cb3;
}

form.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	float: left;
	width: 75%;
	height: 100%;
}
form.wpcf7-form .cb-indent  .wpcf7-form-control-wrap {
	width: 20px;
}
form.wpcf7-form .cb-indent .wpcf7-form-control span.wpcf7-list-item {
	width: auto;
}
form.wpcf7-form .cb-indent  .wpcf7-form-control-wrap input {

}

form.wpcf7-form button {
	margin-top: 30px;
}

form.wpcf7-form .wpcf7-form-control-wrap.event {
	width: 100%;
}

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 .cb-indent {
	display: inline-block;
	padding-left: 30px;
}
form.wpcf7-form .cb-indent .wpcf7-form-control-wrap {
	margin-left: -30px;
}

form.wpcf7-form .wpcf7-form-control-wrap.acceptance input[type=checkbox],
form.wpcf7-form .wpcf7-form-control-wrap.contract input[type=checkbox],
form.wpcf7-form .wpcf7-form-control-wrap.permission input[type=checkbox] {
	margin-right: 10px;
}

form.wpcf7-form .wpcf7-form-control-wrap.message {
	width: 100%;
}

.layer-form .wpforms-container input[type=date],
.layer-form .wpforms-container input[type=datetime],
.layer-form .wpforms-container input[type=datetime-local],
.layer-form .wpforms-container input[type=email],
.layer-form .wpforms-container input[type=month],
.layer-form .wpforms-container input[type=number],
.layer-form .wpforms-container input[type=password],
.layer-form .wpforms-container input[type=range],
.layer-form .wpforms-container input[type=search],
.layer-form .wpforms-container input[type=tel],
.layer-form .wpforms-container input[type=text],
.layer-form .wpforms-container input[type=time],
.layer-form .wpforms-container input[type=url],
.layer-form .wpforms-container input[type=week],
.layer-form .wpforms-container select,
.layer-form .wpforms-container textarea {
	width: 75%;
	float: left;
}

form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-recaptcha {
	margin-bottom: 20px;
}

form.wpcf7-form .wpcf7-form-control {
}

form.wpcf7-form .sub-title {
	display: block;
	margin-bottom: 20px;
	color: #333;
}

form.wpcf7-form .sub-text {
	display: block;
	margin-bottom: 10px;
}

form.wpcf7-form .small-note {
	display: block;
	margin-top: 10px;
	font-size: 0.8rem;
}

form.wpcf7-form .wpcf7-form-control span.wpcf7-list-item {
	display: block;
	float: left;
	width: 50%;
	margin: 0;
	margin-bottom: 10px;
}
form.wpcf7-form .wpcf7-form-control.events span.wpcf7-list-item {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	padding-left: 30px;
	color: #333;
}
form.wpcf7-form .wpcf7-form-control.events span.wpcf7-list-item input[type=checkbox] {
	position: absolute;
	top: 5px;
	left: 0;
}
.layer-form .wpforms-container .wpforms-checkbox-2-columns ul li,
.layer-form .wpforms-container .wpforms-multiplechoice-2-columns ul li,
.layer-form .wpforms-container .wpforms-list-2-columns ul li {
	padding-right: 0;
	padding-bottom: 10px;
}

form.wpcf7-form .wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label,
.layer-form .wpforms-container .wpforms-field-label-inline {
	font-size: 14px;
}

form.wpcf7-form .ajax-loader {
	display: inline-block;
}

form.wpcf7-form .wpcf7-response-output {
	margin: 0;
	margin-top: 30px;
	padding: 18px 20px;
	border: 1px solid #009cb3;
	color: #009cb3;
}

.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;
}

.layer-form .wpforms-container .wpforms-field input.wpforms-error,
.layer-form .wpforms-container .wpforms-field textarea.wpforms-error,
.layer-form .wpforms-container .wpforms-field select.wpforms-error {
	border: none;
	border-bottom: 1px solid #d9d9d9;
}

form.wpcf7-form .wpcf7-not-valid-tip {
	color: #cc2222;
	font-size: 14px;
}

.contact-form-hint {
	display: block;
	margin-top: 20px;
	color: #999;
}

form.wpcf7-form.sent > p,
form.wpcf7-form.sent .wpcf7-recaptcha,
form.wpcf7-form.sent .form-sub-area {
	display: none;
}


/**
 * 6.1 - Top search
 */

.top-search {
	position: relative;
	float: right;
}

.top-search input[type="search"] {
	display: block;
	border: 0;
	margin-top: 5px;
	margin-left: 20px;
	padding: 0 8px;
	width: 60px;
	height: 24px;
	background-color: #fff;
	color: #666;
	font-size: 12px;
	float: left;

	transition: width 0.3s ease;
}
.top-search input[type="search"]:focus {
	width: 260px;
}
.top-search button[type="submit"] {
	background: none;
	float: left;
	margin-top: 5px;
	margin-left: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	background-color: #fff;
}
.top-search button[type="submit"]:after {
	position: relative;
	display: block;
	float: left;
	right: auto;
	content: '?';
	color: #666;
	font-family: "SS BlackTie-Light";
	font-size: 14px;
	line-height: 1;
}


/**
 * 6.2 - Top Phone/Mail
 */

.top-phone,
.top-mail {
	position: relative;
	display: block;
	float: left;

	margin-top: 5px;
	margin-left: 20px;
	padding-right: 8px;
	height: 24px;

	background-color: #eee;

	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.top-phone {

}
.top-phone:before,
.top-mail:before {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0 5px;
	background-color: #ccc;
	color: #fff;
	font-family: "SS BlackTie-Light";
	font-size: 12px;
	line-height: 24px;
}
.top-phone:before {
	content: '?';
}
.top-mail:before {
	content: '✉';
}


/**
 * 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: #2D5377;
	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;
	list-style: none;
	margin: 0;
	float: right;
}

ul#main-navigation .menu-item {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	margin-left: 40px;
}

ul#main-navigation .menu-item a  {
	display: block;
	color: #2D5377;
	font-size: 16px;
	line-height: 90px;
}
body.sticky ul#main-navigation .menu-item a  {
	line-height: 84px;
}

ul#main-navigation .menu-item a:hover  {
	color: #3EC2CF;
}

ul#main-navigation .current-menu-item a,
ul#main-navigation .current-page-ancestor a,
ul#main-navigation .current_page_parent a {
	color: #3EC2CF;
}


/**
 * 7.2 - Header Large DropDown Navigation
 */

#header-large-dropdown {
	position: absolute;
	z-index: 220;
	width: 100%;
	top: 136px;
}

body.sticky #header-large-dropdown {
	position: fixed;
	top: 90px;
}

body.scroll-down #header-large-dropdown {
	top: 0;
}

#header-large-dropdown-inner .btn-close {
	display: none;
	float: right;
	position: absolute;
	right: 10px;
	top: 15px;
	cursor: pointer;
}

#header-large-dropdown-inner.show .btn-close {
	display: block;
}

#header-large-dropdown .btn-close > span:before {
	color: #333;
	display: table-cell;
	content: '';
	font-family: "SS BlackTie-Light";
	font-size: 24px;
	height: 33px;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
	width: 33px;
}

#header-large-dropdown-inner {
	position: absolute;
	width: 100%;
	top: 0;
	color: #000;
	text-align: center;
	-webkit-transition: -webkit-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	transition: transform 0.3s ease;
	-webkit-transform: translate3d(0, -150px, 0);
	-ms-transform: translate3d(0, -150px, 0);
	transform: translate(0, -150px);

	background-color: #EEE;
	background-color: rgba(238, 238, 238, 0.93);
}

#header-large-dropdown-inner.show {
	min-height: 150px;
	-webkit-transform: translate3d(0, 0, 0);
	/* iphone, android */
	-ms-transform: translate3d(0, 0, 0);
	/* windows phone */
	transform: translate(0, 0);
	/* desktop */
}

#header-large-dropdown .main-nav-inner {
	display: none;
}

#header-large-dropdown .main-nav-dropdown-shortdescription {
	width: 38%;
	margin-top: 20px;
}

#header-large-dropdown .main-nav-dropdown-shortdescription span.title {
	display: block;
	margin-bottom: 10px;
	color: #3EC2CF;
	font-size: 20px;
}

#header-large-dropdown .main-nav-dropdown-shortdescription p.shortdescription {
	padding-right: 20px;
	font-size: 16px;
	color: #666;
}

#header-large-dropdown .submenu-wrapper {
	position: absolute;
	display: flex;
	width: 62%;
	left: 38%;
	top: 0;
	margin: 0;
	min-height: 100%;
}

#header-large-dropdown ul.main-nav-dropdown {
	width: 35%;
	margin: 0;
	padding: 20px 15px 10px 15px;
	background-color: #DDD;
	background-color: rgba(221, 221, 221, 0.8);
}

#header-large-dropdown ul.main-nav-dropdown li {
	margin-bottom: 8px;
}

#header-large-dropdown ul.main-nav-dropdown li a {
	position: relative;
	display: block;
	color: #2D5377;
	font-size: 16px;
}

#header-large-dropdown ul.main-nav-dropdown li a:hover:after {
	position: absolute;
	display: block;
	content: "";
	right: -16px;
	top: 0;
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg) translateZ(0);
	transform:rotate(360deg);
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #2D5377 transparent transparent;
}

#header-large-dropdown ul.main-nav-dropdown li a:hover {
	color: #3EC2CF;
}

#header-large-dropdown .submenu-teaser {
	position: relative;
	width: 65%;
	min-height: 150px;
}

#header-large-dropdown .submenu-teaser-item {
	display: none;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px 15px;
	background-color: #2D5377;
	color: #fff;
}

#header-large-dropdown .submenu-teaser span.title {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
}

#header-large-dropdown .submenu-teaser p.shortdescription {
	font-size: 16px;
}


/**
 * 7.3 - Topnavigation
 */

.top-navigation-wrapper {
	float: right;
}

ul#top-navigation {
	display: block;
	float: left;
	list-style: none;
	margin: 6px 25px 0 0;
}

ul#top-navigation .menu-item {
	display: block;
	float: left;
	margin-left: 25px;
	padding-top: 0;
}

ul#top-navigation .menu-item a  {
	display: block;
	height: 23px;
	color: #777;
	font-size: 12px;
	line-height: 24px;
}

ul#top-navigation .menu-item a:hover  {
	color: #3EC2CF;
}

ul#top-navigation .current-menu-item a,
ul#top-navigation .current-page-ancestor a,
ul#top-navigation .current_page_parent a {
	color: #3EC2CF;
}

.top-navigation-wrapper a.button {
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	font-size: 12px;
	padding: 6px 36px 6px 8px;
	min-width: 90px;
	box-sizing: border-box;
	text-align: left;

	transition: background-color 0.2s linear, color 0.2s linear;
}

.top-navigation-wrapper a.button:after {
	right: 8px;
	line-height: 13px;
}

.top-navigation-wrapper a.button:hover {
	background-color: #fff;
	color: #3EC2CF;
}



.wpml-ls-legacy-list-horizontal {
	border: 0 none;
	margin: 6px 0 0 0;
	padding: 0;
	float: left;
	clear: none;
}
.wpml-ls {
	float: left;
}
.wpml-ls li.wpml-ls-item  {
	display: block;
	float: left;
	margin-left: 5px;
}
.wpml-ls li.wpml-ls-item.wpml-ls-item-pl {
	display: none;
}
.wpml-ls ul:has(.wpml-ls-item-pl:last-child) .wpml-ls-item-en:after {
	content: "";
	display: none !important;
}
.wpml-ls li.wpml-ls-item a  {
	float: left;
}
.wpml-ls li.wpml-ls-item:after  {
	display: block;
	float: left;
	margin-left: 5px;
	content: "/";
	color: #ccc;
}
.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.wpml-ls-current-language a  {
	color: #3EC2CF;
}
.wpml-ls li.wpml-ls-item a  {
	display: block;
	height: 23px;
	padding: 0;
	color: #777;
	font-size: 12px;
	line-height: 24px;
}


/**
 * 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
 */

#toggle-mobile-menu {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	height: 100%;
}
#toggle-mobile-menu:before {
	display: block;
	font-family: "SS BlackTie-Light";
	content: '';
	height: 100%;
	width: 90px;
	color: #4abdd1;
	font-size: 32px;
	line-height: 90px;
	text-align: center;
	cursor: pointer;
}
body.openmenu #toggle-mobile-menu:before {
	content: '␡';
}

#mobile-navigation {
	display: none;
}


/**
 * 8.0 - Elements
 */


/**
 * 8.1 - Flex Tiles Wrapper
 */
.flex-tiles-wrapper {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;

	margin-bottom: 80px;
}
.flex-tiles-wrapper > .grid__col {
	display: flex;
	margin-bottom: 14px;
	margin-right: 0;
}
.flex-tiles-wrapper > .grid__col > a {
	width: 100%;
}


/**
 * 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.0 Swiper Default Settings
 */

.widget .swiper-button-prev,
.widget .swiper-button-next{
	background-image: none;
	color: #3EC2CF;
	font-size: 48px;
	width: auto;
	height: auto;
}

.widget .swiper-button-prev {
	left: 0;
	right: auto;
}

.widget .swiper-button-next {
	left: auto;
	right: 0;
}

.widget .swiper-pagination {
	position: relative;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.widget .swiper-pagination .swiper-pagination-bullet {
	background-color: #ddd;
	opacity: 1;

	border-radius: 50%;
	width: 14px;
	height: 14px;
	margin-left: 30px;
}

.widget .swiper-pagination .swiper-pagination-bullet:first-child {
	margin-left: 0;
}

.widget .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #3EC2CF;
}



/**
 * 9.0 - Widgets (Content)
 */

.widget {
	margin-bottom: 80px;
}

.widget h3 {
	margin-bottom: 60px;
	padding-right: 30px;
}

.widget p > a {
	position: relative;
	text-decoration: none;
}





/**
 * 9.26 - Timeline slider
 */

.widget-jubilee-4 {
	position: relative;
	margin-top: -30px;
}
.widget-jubilee-4 .milestones:after {
	position: absolute;
	z-index: 222;
	display: block;
	content: "";
	width: 15%;
	height: 100%;
	top: 0;
	right: 0;

	pointer-events: none;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.site-content.bg-grey .widget-jubilee-4 .milestones:after {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+100&0+80,1+100 */
	background: -moz-linear-gradient(left, rgba(241,241,241,0) 0, rgba(241,241,241,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(241,241,241,0) 0,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(241,241,241,0) 0,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#f1f1f1',GradientType=1 ); /* IE6-9 */
}
.widget-jubilee-4 .swiper-wrapper {
	align-items: flex-end;
}
.widget-jubilee-4 .swiper-slide {
	width: 300px;
}
.widget-jubilee-4 .swiper-slide:last-child {
	margin-right: 10%;
}
.widget-jubilee-4 .swiper-slide .timeline-item {
	padding: 50px 60px 0 0;
}
.widget-jubilee-4 .swiper-slide:last-child .timeline-item {
	padding: 50px 0 0 0;
}
.widget-jubilee-4 .timeline-item .year {
	position: relative;
	display: block;
	margin-bottom: -5px;
	padding-left: 14px;
	font-family: "MetronicProLight", "Helvetica Neue", Arial, serif;
	line-height: 1.2;
	font-size: 36px;
	color: #2D5377;

	transform-origin: 10% 0;
	transform: rotate(-30deg);
}
.widget-jubilee-4 .swiper-slide:last-child .timeline-item .year {
	margin-bottom: 0;
}
.widget-jubilee-4 .timeline-item .year:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: -16px;
	width: 30px;
	height: 1px;
	background-color: #2D5377;
}
.widget-jubilee-4 .timeline-item .text-block {
	border-left: 1px solid rgb(45, 83, 119);
	padding: 40px 0 30px 20px;
}
.widget-jubilee-4 .timeline-item .text-block img {
	max-width: 180px;
	margin-bottom: 20px;
}
.widget-jubilee-4 .swiper-slide:last-child .timeline-item .text-block img {
	max-width: 100%;
}
.widget-jubilee-4 .timeline-item .text-block p {
	color: #666;
	font-size: 13px;
}

.widget-jubilee-4 .swiper-scrollbar {
	border-radius: 0;
}
.widget-jubilee-4 .swiper-container-horizontal>.swiper-scrollbar {
	z-index: 223;
	left: 0;
	bottom: 0;
	height: 12px;
	width: 100%;
	background-color: transparent;
}
.widget-jubilee-4 .swiper-container-horizontal>.swiper-scrollbar:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #2D5377;
}
.widget-jubilee-4 .swiper-scrollbar-drag {
	background-color: #2D5377;
	border-radius: 0;
	height: 100%;
}

.widget-jubilee-4 .swiper-button-prev,
.widget-jubilee-4 .swiper-button-next {
	color: #2D5377;
	font-size: 36px;
}
.widget-jubilee-4 .swiper-button-prev {
	left: -10vw;
}
.widget-jubilee-4 .swiper-button-next {
	right: -10vw;
}

/**
 * 9.1 - Headline
 */

.widget-1 {
	position: relative;
	display: block;
	padding: 0;
	margin-bottom: 30px;
}

.widget.widget-1 h3 {
	margin-bottom: 30px;
}

/**
 * 9.2 - Teaser Kachel
 */

.widget-2 {

}

a.widget-2 {

}

.widget-2 .widget-2-inner {
	position: relative;
	display: block;
	box-sizing: border-box;
	min-height: 100%;
	background-color: #2D5377;
	background-color: rgba(45, 83, 119, 1);

	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.widget-2:hover a.widget-2-inner {
	background-color: rgba(31, 58, 83, 1);
}

.site-content.background-img .widget-2:hover a.widget-2-inner,
.site-content.background-video .widget-2:hover a.widget-2-inner {
	background-color: rgba(45, 83, 119, 0.8);
}

.widget-2.with-img .widget-2-inner {
	padding-top: 75%;
	padding-bottom: 80px;
}
.widget-2.with-img.size-3 .widget-2-inner {
	padding-top: 53%;
}
.widget-2.with-img.size-2 .widget-2-inner,
.widget-2.with-img.size-1 .widget-2-inner {
	padding-top: 35%;
}

.widget-2 .teaser-image-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
}
.widget-2.with-img.size-3 .teaser-image-wrapper {
	padding-bottom: 53%;
}
.widget-2.with-img.size-2 .teaser-image-wrapper,
.widget-2.with-img.size-1 .teaser-image-wrapper {
	padding-bottom: 35%;
}
.widget-2 a.widget-2-inner .teaser-image {
	position: absolute;
	width: 100%;
	height: auto;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.widget-2:hover a.widget-2-inner .teaser-image {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.widget-2 .teaser-image {
	display: block;
	width: 100%;
	height: auto;
}

.widget-2 .line {
	display: block;
	margin-left: 15px;
	width: calc(100% - 30px);
	height: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}

.widget-2 h5 {
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
}
.widget-2 h4 {
	color: #3EC2CF;
	margin-left: 15px;
	margin-right: 15px;
}

.widget-2 h5,
.widget-2 h4 {
	font-size: 18px;
}
.widget-2.size-3 h5,
.widget-2.size-3 h4 {
	font-size: 24px;
}
.widget-2.size-2 h5,
.widget-2.size-2 h4 {
	font-size: 28px;
}
.widget-2.size-1 h5,
.widget-2.size-1 h4 {
	font-size: 28px;
}

.widget-2 a.widget-2-inner h5,
.widget-2 a.widget-2-inner h4 {
	padding-right: 10%;
}

.widget-2 .text-block-tile {
	position: relative;
	margin-top: 40px;
	color: #fff;
	padding: 0 15px;
}

.widget-2 .widget-2-inner .text-block-tile ul {
	margin: 0;
}
.widget-2 .widget-2-inner .text-block-tile li {
	position: relative;
	margin-top: 15px;
	padding-left: 35px;
}
.widget-2 .widget-2-inner .text-block-tile li:first-child {
	margin-top: 0;
}
.widget-2 .widget-2-inner .text-block-tile li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
}

.widget-2 a.widget-2-inner .text-block-tile {
	font-size: 16px;
}
.widget-2.size-3 a.widget-2-inner .text-block-tile {
	font-size: 14px;
}
.widget-2.size-2 a.widget-2-inner .text-block-tile {
	font-size: 16px;
}
.widget-2.size-1 a.widget-2-inner .text-block-tile {
	font-size: 16px;
}

.widget-2 a.widget-2-inner .text-block-tile p {
	padding-right: 10%;
}

.widget-2 a.widget-2-inner {
	padding-bottom: 80px;
}

.widget-2 .icon {
	position: absolute;
	display: block;
	right: 14px;
	bottom: 12px;
	color: #fff;
}


/**
 * 9.3 - Trennlinie
 */

.widget-3 {
	height: 1px;
	margin-bottom: 80px;
	background-color: #777;
}


/**
 * 9.4 - Teaser Slider
 */

.widget-4 {
	margin-bottom: 20px;
}

.widget-4 .teaser-slider {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.widget-4 .teaser-slider .swiper-slide {
	position: relative;
}

.widget-4 .left {
	position: absolute;
	top: 0;
	left: 5%;
	width: 45%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
}

.widget-4 .right {
	position: relative;
	float: right;
	width: 40%;
}

.widget-4 .right h5 {
	margin: 30px 0 50px -10%;
	color: #3EC2CF;
	font-family: "MetronicProLight", "Helvetica Neue", Arial, serif;
	font-size: 48px;
}

.widget-4 .right .text-block {
	color: #777;
	font-size: 16px;
	padding-right: 15%;
	margin-left: -10%;
}

.widget-4 .right .text-block ul li {
	margin: 20px 0 0 0;
	padding-left: 30px;
	font-size: 16px;
}

.widget-4 .right .text-block ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-radius: 50%;
	background-color: #666;
}
.widget-4 .swiper-button-prev {
	left: -30px;
}
.widget-4 .swiper-button-next {
	right: -30px;
}


/**
 * 9.5 - FAQs Preview
 */

.widget-5 {
	width: 75%;
}

.accordion {
	margin-left: 40px;
	margin-bottom: 80px;
}

.widget-5 .accordion {
	margin-bottom: 40px;
}

.accordion input[name='panel'] {
	display: none;
}

.accordion label {
	position: relative;
	display: block;
	padding: 15px 0 15px 40px;
	color: #3EC2CF;
	font-size: 16px;
	cursor: pointer;
	transition: all .4s cubic-bezier(0.865, 0.140, 0.095, 0.870);
}

body.page-template-page-faqs .accordion label {
	font-size: 22px;
}

.accordion label:before {
	content: '▻';
	position: absolute;
	left: 0;
	margin-top: -5px;
	font-family: "SS BlackTie-Light";
	font-size: 20px;
}

body.page-template-page-faqs .accordion label:before {
	margin-top: 0;
	font-size: 22px;
}

.accordion label:hover {

}

.accordion input:checked + label {

}

.accordion .accordion__content {
	overflow: hidden;
	height: 0;
	padding: 0 0 0 40px;
	position: relative;
	transition: height .4s cubic-bezier(0.865, 0.140, 0.095, 0.870);
	font-size: 16px;
}

.accordion input[name='panel']:checked ~ .accordion__content.accordion__content--small {
	height: 150px;
}

.accordion input[name='panel']:checked ~ .accordion__content.accordion__content--med {
	height: 200px;
}

.accordion input[name='panel']:checked ~ .accordion__content.accordion__content--large {
	height: 300px;
}

.accordion .button {
	position: relative;
	padding-right: 50px;
}

.accordion .button:after {
	content: '⭢';
	position: absolute;
	right: 15px;
	font-family: "SS BlackTie-Light";
	font-size: 20px;
	line-height: 18px;
}

/**
 * 9.6 - Google maps
 */

.widget-6 {
	overflow: hidden;
}


/**
 * 9.7 - News Kacheln
 */

.widget-7 {

}
.widget-7 .tiles-wrapper {
	margin-bottom: 30px;
}

.flex-height {
	display: flex;
	align-items: stretch;
}

.widget-7 .widget-7-inner {
	position: relative;
	display: block;
	min-height: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;

	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.widget-7 a.widget-7-inner:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.widget-7 .widget-7-inner .post-item-meta {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	overflow: hidden;
}

.widget-7 .widget-7-inner .post-item-type {
	display: block;
	float: left;
	background-color: #3EC2CF;
	padding: 4px 10px;
	color: #fff;
	font-size: 12px;
}
.widget-7 .widget-7-inner.messe .post-item-type,
.widget-7 .widget-7-inner.kongress .post-item-type,
.widget-7 .widget-7-inner.tagung .post-item-type,
.widget-7 .widget-7-inner.events .post-item-type {
	background-color: #f9e805;
	color: #333;
}
.widget-7 .widget-7-inner.karriere .post-item-type {
	background-color: #3EC2CF;
}
.widget-7 .widget-7-inner.institut .post-item-type {
	background-color: #3a5279;
}

.widget-7 .widget-7-inner .post-item-date {
	display: block;
	float: right;
	background-color: transparent;
	padding: 4px 10px;
	color: #333;
	font-size: 12px;
}
.widget-7 .widget-7-inner .post-item-logo img {
	margin: 0;
	width: 100%;
}

.widget-7 .widget-7-inner p {
	display: block;
	padding: 0 5px;
	color: #333;
	font-size: 15px;
}

.widget-7 .widget-7-inner .icon {
	position: absolute;
	display: block;
	right: 14px;
	bottom: 12px;
	color: #3EC2CF;
}
.widget-7 .widget-7-inner.messe .icon,
.widget-7 .widget-7-inner.kongress .icon,
.widget-7 .widget-7-inner.tagung .icon,
.widget-7 .widget-7-inner.events .icon {
	color: #f9e805;
}
.widget-7 .widget-7-inner.karriere .icon {
	color: #3EC2CF;
}
.widget-7 .widget-7-inner.institut .icon {
	color: #3a5279;
}


/**
 * 9.8 - Textabsatz
 */

.widget-8 h3 {
	margin-bottom: 30px;
}
.widget-8 hr {
	margin: 80px 0 80px 0;
}


/**
 * 9.9 - Miniteaser mit Illustration
 */

.widget.widget-9 {
	text-align: center;
	margin-bottom: 0;
}

.widget-9 .grid__col {
	text-align: left;
}

.widget-9 h5 {
	margin-bottom: 10px;
	margin-right: 30px;
	color: #3EC2CF;
	font-size: 26px;
}

.widget-9 .text-block {
	margin-bottom: 80px;
	margin-right: 15%;
	color: #666;
	font-size: 16px;
}

.widget-17 .text-block {
	margin-right: 15%;
}

.widget-9 img {
	display: block;
	margin-bottom: 10px;
}

/**
 * 9.10 - Bild
 */

.widget-10 {

}
.widget-10 img {
 margin: 0;
}


/**
 * 9.11 - Tabelle
 */

.widget-11 {

}

.widget-11 h3 {
	margin-bottom: 30px;
}
.widget-11 .button {
	margin-top: 30px;
}

.main-content table {
	width: 100% !important;
	border-collapse: separate;
	border-spacing:0 3px;
}

.main-content table tr {
	height: auto !important;
}

.main-content table thead tr th,
.main-content table thead tr td,
.main-content table tbody tr td {
	border-spacing: 0;
	margin: 0;
	vertical-align: top;
	line-height: 24px;
}

.main-content table thead tr th,
.main-content table thead tr td,
.main-content table tbody tr.header td{
	font-family: "BrixSansMedium", "Helvetica Neue", Arial, serif;
	padding: 6px 0 6px 5px;
}

.main-content table tbody tr td {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #e7e7e8;
}

.site-content.bg-grey .main-content table tbody tr td {
	border-color: #ccc;
}

.main-content table tbody tr td:last-child,
.main-content table thead tr th:last-child,
.main-content table thead tr td:last-child,
.main-content table tbody tr.header td:last-child {
	padding-right: 5px;
}

.main-content table thead tr th {
	background-color: #ddd;
}

.main-content table tbody tr td a {
	display: block;
	min-width: 30vw;
}


.widget-11 .contact-person {
	margin-top: 50px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.widget-11 .contact-person .portrait {
	padding-bottom: 75%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.widget-11 .contact-person .data {
	margin-left: 30px;
}


/**
 * 9.12 - Textblock mit Sidebar
 */

.widget-12 {

}

.widget-12 h3 {
	margin-bottom: 30px;
}

.widget-12 .intro-text {
	padding-right: 15%;
	color: #777;
	font-size: 16px;
}

.widget-12 .sidebar {

}
.widget-12 .sidebar .links-wrapper {
	margin-bottom: 20px;
}

.sidebar .download-box {
	position: relative;
	display: block;
	margin-bottom: 25px;
	padding: 15px;
	min-height: 80px;
	background-color: #ADE0EE;
	color: #2E364E;
}

.sidebar .download-box .text {
	display: block;
	border-top: 1px solid #2E364E;
	padding-top: 5px;
	padding-right: 30px;
	font-size: 16px;
}

.sidebar .download-box .icon {
	position: absolute;
	display: block;
	right: 14px;
	bottom: 12px;
	color: #2E364E;
	font-size: 36px;
	line-height: 1;
}

.sidebar .tiles-box {
	position: relative;
	display: block;
	margin-bottom: 25px;
	padding: 15px;
	min-height: 80px;
	background-color: #ADE0EE;
	color: #2E364E;
}

.sidebar .contact-box {
	margin-bottom: 25px;
}
.sidebar .tiles-box.wordpress {
	background-color: #2D5377;
	color: #fff;
}

.sidebar .tiles-box .text {
	display: block;
	border-top: 1px solid #2E364E;
	padding-top: 5px;
	padding-right: 35px;
	font-size: 16px;
}
.sidebar .tiles-box.wordpress .text {
	border-color: #fff;
}

.sidebar .tiles-box .icon {
	position: absolute;
	display: block;
	right: 14px;
	bottom: 12px;
	color: #2E364E;
	font-size: 36px;
	line-height: 1;
}
.sidebar .tiles-box.wordpress .icon {
	color: #fff;
}

.sidebar .sidebar-img {
	width: 100%;
	height: auto;
}


/**
 * 9.12 - Referenzslider
 */

.widget-13 {
	position: relative;
	background-color: #f1f1f1;
	padding: 40px 120px;
}

.widget-13 .reference-slider {
	box-sizing: border-box;
	overflow: hidden;
}

.widget-13 .reference-slider .swiper-slide {
	background-color: #fff;
	padding: 15px;
	height: 380px;
	box-sizing: border-box;
	text-align: center;
}

.widget-13 .reference-slider .swiper-slide .logo-area {
	border-bottom: 1px solid #2E364E;
	height: 45%;
	background-repeat: no-repeat;
	background-size: 70% auto;
	background-position: center;
}

.widget-13 .reference-slider .swiper-slide span {
	display: block;
	color: #333;
	padding: 0 20px;
	font-size: 12px;
}

.widget-13 .reference-slider .swiper-slide span.company {
	color: #2E364E;
	margin: 10px 0;
	font-size: 15px;
}

.widget-13 .reference-slider .swiper-slide p.bottom-el {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
}

.widget-13 .reference-slider .swiper-slide p.bottom-el a {
	font-size: 12px;
}

.widget-13 .swiper-button-prev,
.widget-13 .swiper-button-next{
	background-image: none;
	color: #3EC2CF;
	font-size: 48px;
	line-height: 74px;
	width: auto;
	height: 74px;
	margin-top: -37px;
}

.widget-13 .swiper-button-prev {
	left: 30px;
	right: auto;
}

.widget-13 .swiper-button-next {
	left: auto;
	right: 30px;
}


/**
 * 9.15 - Video
 */

.widget-15 {

}
.widget-15 .video-container {
	position: relative;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;

	padding-bottom: 56.25%; /* ratio 16x9 */
}
.widget-15 .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/**
 * 9.23 - Video Slider
 */

.widget-23 {
	position: relative;
}
.widget-23 .video-slider {
	overflow: hidden;
}
.widget-23 .video-container {
	position: relative;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;

	padding-bottom: 56.25%; /* ratio 16x9 */
}
.widget-23 .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.widget-23 .video-slider p,
.widget-23 .video-slider img {
	margin-bottom: 0;
}
.widget-23 .swiper-button-prev {
	left: -80px;
}
.widget-23 .swiper-button-next {
	right: -80px;
}


/**
 * 9.16 - Teaser
 */

.widget-16 {

}

.widget-16 h5 {
	border-bottom: 1px solid #3EC2CF;
	margin-bottom: 20px;
	margin-right: 30px;
	padding-bottom: 15px;
	color: #3EC2CF;
	font-family: "MetronicProLight", "Helvetica Neue", Arial, serif;
}

.widget-16 h5.title-size-6 {
	font-size: 16px;
}

.widget-16 h5.title-size-5 {
	font-size: 24px;
}

.widget-16 h5.title-size-4 {
	font-size: 32px;
}

.widget-16 h5.title-size-3 {
	font-size: 48px;
}

.widget-16 h5.title-size-2 {
	font-size: 64px;
}

.widget-16 h5.title-size-1 {
	font-size: 96px;
}

.widget-16 .text-block p {
	font-size: 16px;
	padding-right: 30px;
}

/**
 * 9.17 - Headline
 */

.widget-17 {
	color: #666;
}
.widget-17.no_bottom {
	margin-bottom: 0;
}
.widget-17.small {
	font-size: 13px;
}

/**
 * 9.18 - Headline
 */

.widget-18 {
	padding-right: 25%;
}

/**
 * 9.19 - Logo Organigramm
 */

.widget-19 {
	background-color: #fff;
	padding: 60px;
	text-align: center;
}
.widget-19 .grid {
	margin-left: -50px;
}
.widget-19 .grid__col {
	padding-left: 50px;
}
.widget-19 .line-wrapper {
	position: relative;
	margin-top: 60px;
}
.widget-19 .line-wrapper span {
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	min-height: 10px;
	padding-right: 20px;
}
.widget-19 .line-wrapper hr {
	display: inline-block;
	margin: 0;
	border: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	vertical-align: middle;
}
.widget-19 .logos-wrapper {

}
.widget-19 .logos-wrapper img.logo {
	display: block;
	margin-top: 30%;
}
.widget-19.no_primary .logos-wrapper img.logo {
	margin-top: 10px;
}


/**
 * 9.20 - LogoCloud
 */

.widget-20 {
	position: relative;
	display: block;
}
.widget-20 h3  {
}
.widget-20 .brands-grid {
	overflow: hidden;
	margin-bottom: 20px;
}
.widget-20 .brands-grid .brands-item  {
	position: relative;
	display: block;
	padding-top: 65%;
	margin-bottom: 14px;
}
.widget-20 .brands-grid .brands-item:after  {
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;

	transition: background-color ease 0.3s;
}
.site-content.bg-custom .widget-20 .brands-grid .brands-item:after  {
	background-color: #fff;
}
.widget-20 .brands-grid.isolated .brands-item:after  {
	display: none;
}
.widget-20 .brands-grid .brands-item:hover:after  {
	background-color: #fff;
}
.widget-20 .brands-grid .brands-item span  {
	display: block;
	position: absolute;
	z-index: 2;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;

	transition: border-color ease 0.3s;
}






/**
 * 9.21 - Medienslider / Zitatslider / Meilensteine slider
 */
.widget-21 {
	position: relative;
}
.widget-21.side {
	margin-right: 20%;
}
.widget-21.side img {
	margin-bottom: 50px;
}
.widget-21 h3.small-headline {
	font-size: 24px;
	margin-bottom: 20px;
}
.widget-21 .quote-slider {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
	overflow: hidden;
}
.widget-21 .quote-slider .swiper-slide {
	position: relative;
	width: 100%;
}
.widget-21 .quote-slider .swiper-slide h3 {
	margin-bottom: 30px;
}
.widget-21 .quote-slider .swiper-slide .quote-slide-container {
	position: relative;
	width: 100%;
}
.widget-21 .quote-slider .swiper-slide .quote {
	display: block;
	height: 100%;

	font-size: 16px;
}
.widget-21 .quote-slider .swiper-slide .author {
	display: block;

	color: #3EC2CF;
	font-size: 16px;
}
.widget-21 .swiper-button-prev,
.widget-21 .swiper-button-next {
	font-size: 36px;
}
.widget-21 .swiper-button-prev {
	left: -50px;
}
.widget-21 .swiper-button-next {
	right: -50px;
}

/**
 * 9.22 - Google maps columns
 */

.widget-22 {

}
.widget-22 .google-maps-wrapper {
	margin-bottom: 10px;
}
.widget-22 .text-block {

}
.widget-22 .text-block h5 {
	font-size: 24px;
	margin-bottom: 30px;
}

.google-maps-wrapper {
	position: relative;
	padding-bottom: 55%;
}
.google-maps-wrapper iframe,
.google-maps-wrapper .BorlabsCookie {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * 9.24 - Bildbanner mit Button
 */

a.widget-24 {
	position: relative;
	display: block;
	margin-bottom: 80px;
}

a.widget-24 img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
a.widget-24 .button {
	position: absolute;
	z-index: 22;
	right: 30px;
	bottom: 30px;
}
a.widget-24:hover .button {
	background-color: #ccc;
}

/**
 * 9.25 - 5 Stimmen Kreis
 */

.widget-25 {
	position: relative;
	display: block;
}
.widget.widget-25 {
	position: relative;
	display: block;
	padding: 0;
	margin-bottom: 30px;
}
.widget-25 .first-row,
.widget-25 .third-row {
	padding-top: 130px;
}
.widget-25 .item {
	margin-bottom: 80px;
	padding: 0 5%;
	margin-top: -40px;
}
.widget-25 .item.item-slogan {
	text-align: center;
	margin-top: 0;
}
.widget-25 .item-slogan h4 {
	color: #4abdd1;
	font-family: "NotoSansItalic", "Helvetica Neue", Arial, serif;
	border-top: 1px solid #4abdd1;
	border-bottom: 1px solid #4abdd1;
	padding-top: 30px;
	padding-bottom: 35px;
	margin-bottom: 30px;
}
.widget-25 .item-slogan h5 {
	color: #4abdd1;
	font-family: "NotoSansItalic", "Helvetica Neue", Arial, serif;
	margin-bottom: 30px;
}
.widget-25 .item-slogan .text-block {
	padding: 0 5%;
	color: #4abdd1;
	font-family: "NotoSansItalic", "Helvetica Neue", Arial, serif;
	font-size: 34px;
	line-height: 1.3;
	border-bottom: 1px solid #4abdd1;
	padding-bottom: 35px;
}
.widget-25 .item .img-wrapper {
	margin-bottom: -20px;
	padding-bottom: 90%;
	background-size: 75% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
}
.widget-25 .item .img-wrapper img {
	margin: 0 auto;
}
.widget-25 .item .attribute {
	display: block;
	color: #2D5377;
	font-size: 28px;
	text-align: center;
}
.widget-25 .item .title {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #4abdd1;
	color: #4abdd1;
	font-size: 15px;
	text-align: center;
}
.widget-25 .item .text {

}

/**
 * 9.28 - 5 Anker
 */

.widget-28 {
	position: relative;
	margin-bottom: 0 !important;
}
.widget-28 .anchor {
	position: absolute;
	top: -100px;
}


/**
 * 9.31 - Termin Akkordeon
 */

.widget-31 {
	position: relative;
}
.widget-31 .content {
	position: relative;
	display: block;
}
.widget-31 .content .content-line {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	gap: 30px 0;
	margin-left: -14px;
	margin-bottom: 30px;
}
.widget-31 .content .content-line .time {
	display: block;
	position: absolute;
	left: calc(-8.335% - 20px);
	top: 20px;
	width: calc(8.335% + 10px);
	color: #3EC2CF;
	font-family: "InterBold", "Helvetica Neue", Arial, serif;
	font-weight: 700;
}
.widget-31 .content .content-item {
	position: relative;
	margin-bottom: 10px;
}
.widget-31 .content .content-item.full {
	width: 100%;
}
.widget-31 .content .content-item.half {
	width: calc(50% );
}
.widget-31 .content .content-line.apo .content-item.half {
	width: calc(37.5%);
}
.widget-31 .content .content-item.third {
	width: calc(33.333%);
}
.widget-31 .content .content-line.apo .content-item.third {
	width: calc(25%);
}
.widget-31 .content .content-item.apo {
	width: calc(25%) !important;
}
.widget-31 .content .content-item.white {

}
.widget-31 .content .content-item .main-content {
	position: relative;
	border-bottom: 1px solid #294969;
	border-left: 10px solid #294969;
	padding: 10px 20px 20px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(22,52,221,0.13);
	-moz-box-shadow: 0px 2px 8px 0px rgba(22,52,221,0.13);
	box-shadow: 0px 2px 8px 0px rgba(22,52,221,0.13);
}
.widget-31 .content .content-item.blue .main-content {
	background-color: #294969;
	color: #fff;
}
.widget-31 .content .content-item.blue_light .main-content {
	background-color: #EAFDFF;
}
.widget-31 .content .content-item.yellow_light .main-content {
	background-color: #FFFBE0;
}
.widget-31 .content .content-item.icon .main-content {
	padding-right: 100px;
}
.widget-31 .content .content-item.bottom_line .main-content {
	padding-bottom: 60px;
}
.widget-31 .content .content-item .main-content .top-title {
	position: relative;
	margin-bottom: 10px;
	color: #4abdd1;
	font-size: 14px;
}
.widget-31 .content .content-item.drop-down .main-content .top-title {
	cursor: pointer;
	transition: opacity .2s;
}
.widget-31 .content .content-item.drop-down .main-content .top-title:hover {
	opacity: .5;
}
.widget-31 .content .content-item.drop-down .main-content .top-title:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
}
.widget-31 .content .content-item.drop-down .main-content .top-title.closed:after {
	background-image: url("assets/graphics/icon-l-plus.svg");
}
.widget-31 .content .content-item.drop-down.blue .main-content .top-title.closed:after {
	background-image: url("assets/graphics/icon-lw-plus.svg");
}
.widget-31 .content .content-item.drop-down .main-content .top-title.open:after {
	background-image: url("assets/graphics/icon-l-minus.svg");
}
.widget-31 .content .content-item.drop-down.blue .main-content .top-title.open:after {
	background-image: url("assets/graphics/icon-lw-minus.svg");
}
.widget-31 .content .content-item.drop-down .main-content .top-title .location {
	padding: 0 2px;
	background-color: #99c67e;
	color: #fff;
}
.widget-31 .content .content-item .main-content .headline {
	color: #2D5377;
	width: calc(100% - 100px);
	font-family: 'NotoSansBold', "Helvetica Neue", Arial, serif;
	font-size: 18px;
}
.widget-31 .content .content-item .main-content .bottom-line {
	display: block;
	margin-top: 15px;
}
.widget-31 .content .content-item .main-content .bottom-line a.ref_link {
	color: #2D5377;
	font-family: 'NotoSansItalic', "Helvetica Neue", Arial, serif;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: underline;
}
.widget-31 .content .content-item .main-content .bottom-line a.ref_link:after {
	content: ',';
}
.widget-31 .content .content-item .main-content .bottom-line a.ref_link:last-child:after {
	content: '';
}
.widget-31 .content .content-item .main-content .bottom-line a.ref_link:hover {
	color: #4abdd1;
}
.widget-31 .content .content-item .drop-down-content {
	position: relative;
	z-index: 3;
	margin-left: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(22,52,221,0.13);
	-moz-box-shadow: 0px 4px 8px 0px rgba(22,52,221,0.13);
	box-shadow: 0px 4px 8px 0px rgba(22,52,221,0.13);
	padding: 20px;
	overflow: hidden;
}
.widget-31 .content .content-item .drop-down-content * {
	color: #2D5377;
	font-size: 14px;
}
.widget-31 .content .content-item .drop-down-content.closed {
	display: none;
}
.widget-31 .content .content-item .drop-down-content p:last-child {
	margin-bottom: 0;
}
.widget-31 .content .content-item .drop-down-content a {
	color: inherit;
	text-decoration: underline;
}
.widget-31 .content .content-item .drop-down-content .drop-down-content-list {

}
.widget-31 .content .content-item .drop-down-content .drop-down-content-list .drop-down-content-item {
	display: flex;
	border-bottom: 1px solid #2D5377;
	padding: 20px 0;
}
.widget-31 .content .content-item .drop-down-content .drop-down-content-list .drop-down-content-item:last-child {
	border-bottom: none;
	padding: 20px 0 0 0;
}
.widget-31 .content .content-item .drop-down-content .drop-down-content-list .drop-down-content-item .drop-down-content-title {
	width: 150px;
}
.widget-31 .content .content-item .drop-down-content .drop-down-content-list .drop-down-content-item .drop-down-content-column {
	width: calc(100% - 150px);
}
.widget-31 .content .content-item .drop-down-content .drop-down-content-list .drop-down-content-item .drop-down-content-column .text-block ul li {
	margin: 2px 0 0 0;
	padding-left: 20px;
}
.widget-31 .content .content-item .drop-down-content .drop-down-content-list .drop-down-content-item .drop-down-content-column .text-block ul li:first-child {
	margin: 0;
}
.widget-31 .content .content-item .drop-down-content .drop-down-content-list .drop-down-content-item .drop-down-content-column .text-block ul li:before {
	content:'';
	top: 9px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background-color: #2D5377;
}






.widget-31 .congress_popups {
	display: block;
	position: fixed;
	z-index: 1280;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-color: rgba(200,200,200,.8);
	opacity: 0;
	transition: opacity .3s;
	pointer-events: none;
}
.congress_popups.show {
	opacity: 1;
	pointer-events: auto;
}
.widget-31 .congress_popups .congress_popup-item {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	max-width: 780px;
	max-height: 100%;
	background-color: #294969;
	color: #fff;
	text-align: left;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.6);

	overflow-y: auto;
}
.widget-31 .congress_popups .congress_popup-item.show {
	display: block;
}
.widget-31 .congress_popups .congress_popup-item .icon-close {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background-image: url("assets/graphics/icon-close-popup.svg");
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: center;
	cursor: pointer;
}
.widget-31 .congress_popups .congress_popup-item .congress_popup-inner {
	padding: 30px;
}
.widget-31 .congress_popups .congress_popup-item .congress_popup-inner .img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 100%;
}
.widget-31 .congress_popups .congress_popup-item .congress_popup-inner .text-block {

}
.widget-31 .congress_popups .congress_popup-item .congress_popup-inner .text-block .headline {
	display: block;
	margin-top: -3px;
	margin-bottom: 20px;
	color: #3EC2CF;
	font-size: 30px;
	line-height: 1.1;
}
.widget-31 .congress_popups .congress_popup-item .congress_popup-inner .text-block p {
	margin-bottom: 0;
	font-size: 16px;
}
.widget-31 .congress_popups .congress_popup-item .congress_popup-inner .title {
	position: relative;
	display: block;
	z-index: 4;
	margin: 30px 0 20px 0;
	font-family: 'NotoSansItalic', "Helvetica Neue", Arial, serif;
	font-size: 14px;
}
.widget-31 .congress_popups .congress_popup-item .congress_popup-inner .title:before {
	position: absolute;
	display: block;
	content: "";
	z-index: -1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #3EC2CF;
}
.widget-31 .congress_popups .congress_popup-item .congress_popup-inner .title span {
	position: relative;
	z-index: 1;
	background-color: #2D5377;
	padding-right: 10px;
}
.widget-31 .congress_popups .congress_popup-item .congress_popup-inner .cite {
	color: #3EC2CF;
	font-family: "InterBold", "Helvetica Neue", Arial, serif;
}




/**
 * 10.0 - Content
 */

#site-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.site-content {
	position: relative;
	width: 100%;
	margin-top: 80px;
	background-color: #fff;
	text-align: center;

	z-index: 12;
}
.site-content.home.bottom-space {
	margin-bottom: 80px;
}
.site-content.home.no-bottom-space {
	margin-bottom: 0;
}
.site-content.item-1,
.site-content.item-1 {

}
.site-content.item-1.bg-grey,
.site-content.item-1.bg-img {
	margin-top: 0;
}

body.home .site-content:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -80px;
	width: 100%;
	height: 80px;
	background-color: #fff;
}

.site-content.dark-bg h1,
.site-content.dark-bg h2,
.site-content.dark-bg h3,
.site-content.dark-bg h4,
.site-content.dark-bg h5,
.site-content.dark-bg h6,
.site-content.dark-bg .widget .text-block,
.site-content.dark-bg .widget em,
.site-content.dark-bg .widget .swiper-button-prev,
.site-content.dark-bg .widget .swiper-button-next {
	color: #fff;
}
.site-content.dark-bg .widget .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fff;
}

.site-content.bg-custom,
.site-content.bg-grey,
.site-content.bg-grey-light,
.site-content.background-img,
.site-content.background-video,
.site-content.background-video-file {
	margin-top: 0;
	padding-top: 80px;
}

.site-content.no-top {
	padding-top: 0;
}

.site-content.home,
.site-content.single,
.site-content.archive {
	margin-top: 90px;
}

.site-content.single,
.site-content.archive {
	padding-top: 120px;
}

.site-content.bg-grey,
.site-content.background-video {
	background-color: #f1f1f1;
}

.site-content.bg-grey-light {
	background-color: #f9f9f9;
}

video#back_ground_vid {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.site-content.background-img,
.site-content.background-video-file {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.site-content.background-video {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-attachment: scroll;
}

.site-content.divider .main-content:before {
	position: absolute;
	content: "";
	left: 0;
	top: -80px;
	width: 100%;
	height: 1px;
	background-color: #777;
}

.site-content.sidebar .main-content {
	float: right;
	width: 75%;
}

.sidebar-content {
	position: absolute;
	top: 800px;
	z-index: 215;
	left: 0;
	width: 100%;
	background: transparent;
	pointer-events: none;
}

.sidebar-content.active {
	position: fixed;
}

.page-nav {
	display: block;
	float: left;
	background-color: #f1f1f1;
	pointer-events: auto;
	width: 20%;
	margin: 0;
	padding: 20px 0;
}

.page-nav > .page-nav-trigger {
	padding: 5px 0;
}

.page-nav li {
	margin: 0 10px 5px 10px;
	padding-bottom: 5px;
}

.page-nav li:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-nav li a {
	display: block;
	font-size: 14px;
	color: #2D5377;
}

.page-nav li.sub-item {
	margin: 0 15px 5px 20px;
}

.page-nav li.sub-item a {
	font-size: 12px;
	color: #666;
}

.page-nav li a:hover,
.page-nav li a.active {
	color: #4abdd1;
}

.contact-group-anchor {
	position: absolute;
	display: block;
	top: -120px;
}

.content-aligning {
	position: relative;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	text-align: left;
}

.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;
}

.site-content.top.no-header-img {
	margin-bottom: 0;
	margin-top: 90px;
	padding-top: 80px;
	overflow: hidden;
	background-color: transparent;
}

.main-content {
	position: relative;
	width: 100%;
}




/**
 * 10.0 - Content - Single
 */

body.single h1 {
	margin-bottom: 80px;
	font-size: 54px;
}
body.single .date-time,
body.single .post-type {
	color: #3EC2CF;
}
body.single h1 .bottom-head {
	display: block;
	margin-top: 20px;
	color: #3EC2CF;
	font-size: 16px;
}




/**
 * 10.1 - Template - Blog Single
 */

body.single-post .main-content .text-block {
	margin-bottom: 80px;
}




/**
 * 10.0 - Template: Ansprechpartner
 */

.page-template-page-contacts .text-block img {

}

.isotope-content {

}

.filter-row {
	position: relative;
	background-color: #f1f1f1;
	margin-bottom: 80px;
	padding: 15px 0 15px 30px;
	width: 100%;
}

.filter-row .title {
	display: block;
	margin-bottom: 10px;
	color: #3EC2CF;
	width: 50%;
	font-size: 20px;
	line-height: 1.2;
}

.filter-row .sub-title {
	display: block;
	margin-bottom: 20px;
	color: #999;
	width: 70%;
	font-size: 14px;
	line-height: 1.3;
}

.filter-row .filter-row-map {
	position: absolute;
	right: 0;
	margin-top: -15px;
	top: -30px;
}

.filter-row input.zip-search {
	display: block;
	float: left;
	background-color: #fff;
	border: none;
	border-bottom: 0 none;
	width: 300px;
	height: 30px;
	padding: 0 10px;
	color: #ccc;

	transition: height 0.1s linear, width 0.2s linear;
}
.filter-row input.zip-search.active {
	height: 50px;
	width: 190px;
	padding: 0 0 0 10px;
	font-size: 32px;
	letter-spacing: 18px;
	color: #3EC2CF;

	background-image: url("assets/graphics/divider.png");
}
.filter-row a.zip-search-bt {
	position: relative;
	display: block;
	float: left;
	background-color: #fff;
	border: none;
	border-bottom: 0 none;
	width: 30px;
	height: 30px;
	padding: 0;
	color: #3EC2CF;

	transition: height 0.1s linear, background-color 0.2s linear;
}
.filter-row a.zip-search-bt.active {
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin-left: -12px;
}
.filter-row a.zip-search-bt.active:hover {
	background-color: #3EC2CF;
}
.filter-row a.zip-search-bt:after {
	position: absolute;
	display: block;
	content: "?";
	width: 100%;
	left: 0;
	font-family: "SS BlackTie-Light";
	line-height: 30px;
	text-align: center;
	background-color: transparent;

	transition: line-height 0.1s linear;
}
.filter-row a.zip-search-bt.active:after {
	content: "␡";
	line-height: 50px;
	color: #666;
}
.filter-row a.zip-search-bt.active:hover:after {
	color: #fff;
}
.filter-row a.zip-search-bt:before {


	transition: height 0.1s linear;
}
.filter-row .filter-plz {
	display: block;
	float: left;
	line-height: 30px;
	margin-right: 15px;

	transition: line-height 0.1s linear;
}
.filter-row .filter-plz.active {
	line-height: 50px;
}





/**
 * 10.1 - Top bar
 */

#site-topbar {
	position: relative;
	z-index: 221;
	padding-top: 11px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2D5377+0,4abcd0+100 */
	background: #2D5377; /* Old browsers */
	background: -moz-linear-gradient(left, #2D5377 0%, #4abcd0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2D5377 0%,#4abcd0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2D5377 0%,#4abcd0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2D5377', endColorstr='#4abcd0',GradientType=1 ); /* IE6-9 */
}

#site-topbar-inner {
	height: 35px;
	background-color: #f1f1f1;
}


/**
 * 10.2 - Header
 */

#site-header {
	position: absolute;
	z-index: 222;
	top: 46px;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #fff;
	border-bottom: 1px solid #6f6f6e;
}

body.sticky #site-header.sticky-nav {
	position: fixed;
	top: 0;
	border-top: 6px solid #ddd;
}

body.scroll-down #site-header.sticky-nav {
	top: -90px;

	transition: top 0.3s linear;
}

#site-header .content-aligning {
	height: 100%;
}

#site-header a.logo {
	position: absolute;
	display: block;
	height: 60%;
	top: 20%;
	left: 0;
}

#site-header a.logo img {
	display: block;
	height: 100%;
	width: auto;
}




/**
 * 10.0 - Site Top + Content Top
 */

#site-top {
	position: relative;
	margin-top: 90px;
	padding-top: 32.6%;
	background-color: #999;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.site-content.top .widget-3 {
	margin-bottom: 25px;
}

.site-content .contact-box {
	position: relative;
	display: block;
	height: 220px;
	padding: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #2E364E;
}
.site-content .contact-box.img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.site-content .contact-box.font_white {
	color: #fff;
}
.site-content .contact-box.turquise {
	background-color: #ADE0EE;
}
.site-content .contact-box.yellow {
	background-color: #FFF200;
}
.site-content .contact-box.blue {
	background-color: #2D5377;
	color: #fff;
}
.site-content a.contact-box.turquise:hover {
	background-color: #83c1d7;
}
.site-content a.contact-box.yellow:hover {
	background-color: #ffde00;
}

.site-content a.contact-box {
	transition: background-color 0.3s linear;
}
.site-content .contact-box span {
	display: block;
	font-size: 16px;
}
.site-content .contact-box span.first-line,
.site-content .contact-box span.text {
	border-top: 1px solid #2E364E;
	padding-top: 5px;
}
.site-content .contact-box.blue span.first-line,
.site-content .contact-box.blue span.text,
.site-content .contact-box.font_white span.first-line,
.site-content .contact-box.font_white span.text {
	border-color: #fff;
}
.site-content .contact-box span.second-line {
	font-family: "NotoSansItalic", "Helvetica Neue", Arial, serif;;

}
.site-content .contact-box .icon {
	position: absolute;
	display: block;
	right: 14px;
	bottom: 12px;
	color: #2E364E;
}
.site-content .contact-box.blue .icon,
.site-content .contact-box.font_white .icon {
	color: #fff;
}

.site-content.home h1 {
	margin-bottom: 220px;
	font-size: 78px;
}

.site-content.home h1.white {
	color: #fff;
}

.site-content.top h1 {
	margin-bottom: 30px;
	font-size: 54px
}

.site-content.top .intro-text {
	padding-right: 30px;
	color: #777;
	font-size: 16px;
	overflow: hidden;
}




/**
 * 10.3 - Content images/slider
 */

.content-slider {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

/**
 * 10.4 - Posts and pages
 */

.site-content.highlight {
	background-color: #f1f1f1;
	margin-top: 0;
}

.site-content.highlight .posts {
	padding-top: 50px;
}

.site-content.highlight .posts h3 {
	margin-bottom: 30px;
}

.site-content .posts .post {
	margin-bottom: 50px;
}

.site-content .jobs .job {
    padding-top: 25px;
    border-top: 1px solid #6f6f6e;
}

.site-content.highlight .posts .post {
	padding-top: 25px;
	border-top: 1px solid #6f6f6e;
}

.site-content .posts .post a {
	position: relative;
	display: block;
}

.site-content:not(.highlight) .posts .post a:after {
	position: relative;
	display: block;
	content: '⭢';
	margin-top: 3px;
	color: #3EC2CF;
	font-family: "SS BlackTie-Light";
	font-size: 24px;
	line-height: 1;
}

.site-content .posts .post h4.post-title {
	font-size: 18px;
	margin: 10px 0;
	padding-right: 30px;
}

.site-content .jobs .job h4.job-title {
    margin-bottom: 30px;
}

.site-content.highlight .posts .post h4.post-title {
	font-size: 34px;
}

.site-content .posts .post p.post-excerpt {
	color: #666;
	font-size: 14px;
	padding-right: 40px;
	margin-bottom: 0;
}

.site-content .jobs .job p.job-excerpt {
	color: #666;
	font-size: 16px;
	padding-right: 40px;
}


.site-content .posts .post > a:hover span,
.site-content .posts .post > a:hover h4.post-title,
.site-content .posts .post > a:hover p.post-excerpt,
.site-content .jobs .job > a:hover span,
.site-content .jobs .job > a:hover h4.job-title,
.site-content .jobs .job > a:hover p.job-excerpt {
	color: #999;
}


/**
 * 10.5 - Jobs
 */

.site-content.job-list {
	margin-top: 0;
}

.site-content.jobs {
	background-color: #f9f9f9;
	padding-top: 60px;
}

body.single-jobs h1 .top-title {
	display: block;
	margin-bottom: 15px;
	color: #2D5377;
	font-family: "NotoSansRegular", "Helvetica Neue", Arial, serif;
	font-size: 16px;
}

.site-content .job-outro {
	margin-bottom: 60px;
}
.site-content .job-outro h4.turquoise-headline {
	padding-top: 0;
}

body.single-jobs .site-content.single .text-block {
	margin-bottom: 60px;
}


/**
 * 10.6 - Bottom
 */

#site-bottom {
	position: relative;
	z-index: 17;
	background-color: #f1f1f1;
	text-align: left;
	padding: 80px 0 60px 0;
}
body.home #site-bottom:before {
	position: absolute;
	content: "";
	left: 0;
	top: -80px;
	width: 100%;
	height: 80px;
	background-color: #fff;
}
#site-bottom .site-bottom-line {
	position: relative;
	display: block;
}
#site-bottom a.site-bottom-line:after {
	position: absolute;
	display: block;
	content: '➡';
	right: 0;
	top: 140px;
	color: #3EC2CF;
	font-family: "SS BlackTie-Light";
	font-size: 32px;
	line-height: 1;
}
#site-bottom h5 {
	margin: 0 0 50px 0;
}
#site-bottom img.icon {
	height: 100px;
	width: auto;
}
#site-bottom hr {
	border: 0;
	height: 1px;
	background: #2D5377;
	margin: 20px 0 10px 0;
}
#site-bottom h6 {
	font-size: 18px;

	transition: color 0.3s linear;
}
#site-bottom p {
	margin-bottom: 20px;
	color: #3EC2CF;
	font-size: 18px;

	transition: color 0.3s linear;
}
#site-bottom p.phone {

}
#site-bottom a.site-bottom-line:hover  h6 {
	color: #3EC2CF;
}
#site-bottom a.site-bottom-line:hover p {
	color: #2D5377;
}
#site-bottom a.site-bottom-line  h6,
#site-bottom a.site-bottom-line p {
	padding-right: 40px;
}


/**
 * 10.6 - Footer
 */

#site-footer {
	position: relative;
	z-index: 18;
	background-color: #2e364e;
	padding: 80px 0;
	text-align: left;
	font-size: 14px;
}
#site-footer * {
	color: #b3b3b3;
}
#site-footer .company-title {
	display: block;
	margin-bottom: 20px;
	font-size: 24px;
}
#site-footer hr {
	margin: 0 0 20px 0;
	border: 0;
	width: 100%;
	height: 1px;
	background-color: #b3b3b3;
}
#site-footer ul {
	margin: 0 0 20px 0;
}
#site-footer ul.menu > li.menu-item > a {
	font-weight: bold;
}
#site-footer a:hover {
	color: #fff;
}
#site-footer i.copyright-line {
	font-style: normal;
}
a.scroll-top {
	position: fixed;
	z-index: 198;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background-color: #ccc;
	background-color: rgba(200, 200, 200, 0.4);
	cursor: pointer;

	transition: background-color .3s linear;
}
a.scroll-top.hide {
	display: none !important;
}
a.scroll-top:after {
	display: block;
	content: "⬆";
	color: rgba(255, 255, 255, 0.6);
	font-family: "SS BlackTie-Light";
	font-size: 32px;
	line-height: 58px;
	text-align: center;

	transition: color .3s linear;
}
a.scroll-top:hover {
	background-color: rgba(255, 255, 255, 0);
}
a.scroll-top:hover:after {
	color: rgba(255, 255, 255, 1);
}
#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;
}











/**
 * 11.0 - FaceLift 2019
 */

ul#main-navigation .menu-item a  {
	text-decoration: underline;
}

.site-content.home .widget-2 {
	position: relative;
	padding-top: 60px;
	opacity: 0.9;

	transition: opacity 0.5s, background-color 0.5s;
}

.site-content.home .widget-2:hover {
	opacity: 1;
}
.site-content.home .widget-2 .widget-2-inner {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
}
.site-content.home a.widget-2-inner .text-block-tile {
	margin-top: 30px;
	font-size: 15px;
}
.widget-2 a.widget-2-inner {
}

.widget-2 .widget-2-inner .line {
	border: 0 none;
}

.widget-2 h5,
.widget-2.size-2 h5 {
	color: #fff;
	color: rgba(255,255,255,0.6);
	font-size: 18px;
}
.widget-2.size-3 h5 {
	font-size: 16px;
}
.widget-2.size-4 h5 {
	font-size: 14px;
}
.widget-2 h4,
.widget-2.size-2 h4 {
	color: #fff;
}

.site-content.bg-jubilee .widget.widget-jubilee-1 h3,
.site-content .widget.widget-jubilee-1 h3 {
	display: inline-block;
	margin-bottom: 30px;
}


.site-content.home .widget-2 a.widget-2-inner,
.site-content.home .widget-2:after {
	background-color: #1f3a53;
}
.site-content.home .widget-2:before {
	border-color: transparent #1f3a53 transparent transparent;
}

.site-content.home .widget-2:hover a.widget-2-inner,
.site-content.home .widget-2:hover:after {
	background-color: #2D5377;
}
.site-content.home .widget-2:hover:before {
	border-color: transparent #2D5377 transparent transparent;
}

.site-content.home h1 {
	margin-bottom: 120px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.site-content.home h1 {
	font-size: 64px;
}

.site-content.top h1 {

}

#site-bottom h6 {
	font-size: 14px;
}

.site-content.background-img .widget-2 a.widget-2-inner,
.site-content.background-video .widget-2 a.widget-2-inner {
	background-color: rgba(31, 58, 83, 0.9);

	transition: all 0.3s;
}

.site-content.background-img .widget-2 a.widget-2-inner:hover,
.site-content.background-video .widget-2 a.widget-2-inner:hover {
	background-color: rgba(45, 83, 119, 1);
}

.site-content .contact-box {
	padding: 20px;
	transition: all 200ms ease-out !important;
}

.site-content .contact-box {
	-webkit-clip-path: polygon(
		/* X and Y points */
			0 0,
			70% 0,
			100% 20%,
			100% 100%,
			30% 100%,
			0 80%
	);
}
.site-content .contact-box:hover {
	-webkit-clip-path: polygon(
		/* X and Y points */
			0 0,
			70% 0,
			100% 0,
			100% 100%,
			30% 100%,
			0 100%
	);
}

.site-content .contact-box span.first-line,
.site-content .contact-box span.text {
	border-top: 0 none;
	padding-top: 0;
	padding-right: 20px;
}
.site-content .contact-box .icon {
	right: 20px;
	bottom: 17px;
}



#header-large-dropdown ul.main-nav-dropdown {

}
#header-large-dropdown .submenu-teaser {
	-webkit-clip-path: polygon(
		/* X and Y points */
			0 0,
			100% 0,
			100% calc(100% - 40px),
			calc(100% - 60px) 100%,
			0 100%
	);
}



.widget-2 .widget-2-inner {
	-webkit-clip-path: polygon(
		/* X and Y points */
			0 0,
			100% 0,
			100% 100%,
			50px 100%,
			0 calc(100% - 30px)
	);

	transition: all .3s;
}
.widget-2 .widget-2-inner:hover {
	-webkit-clip-path: polygon(
		/* X and Y points */
			0 0,
			100% 0,
			100% 100%,
			50px 100%,
			0 100%
	);
}

.text-block ul.vip-list li {

}
.site-content.bg-darkblue {
	margin-top: 0;
	padding-top: 80px;
	background: #28476b;
	color: #fff;
}
.site-content.bg-darkblue h1,
.site-content.bg-darkblue h2,
.site-content.bg-darkblue h3,
.site-content.bg-darkblue h4,
.site-content.bg-darkblue h5,
.site-content.bg-darkblue h6 {
	color: #fff;
}
.site-content.bg-jubilee .text-block ul li,
.site-content.bg-darkblue .text-block ul li,
.site-content.bg-jubilee .text-block ul li:before,
.site-content.bg-darkblue .text-block ul li:before {
	color: #fff;
}
.site-content.bg-jubilee .text-block ul.vip-list li:before,
.site-content.bg-darkblue .text-block ul.vip-list li:before {
	color: #3EC2CF;
}
.site-content.jubilee-template.bg-jubilee .text-block ul li:before,
.site-content.jubilee-template.bg-darkblue .text-block ul li:before {

}

.text-block ul.vip-list li:before {
	top: 6px;
	left: 0;
	width: 22px;
	height: 22px;
	color: #4abdd1;
	background-color: #2D5377;
	font-size: 26px;
	line-height: 22px;
	text-indent: -2px;
	border-radius: 22px;
	overflow: hidden;
}
.text-block ul.vip-list li .headline {
	color: #2D5377;
	font-size: 22px;
}
.text-block ul.vip-list li p {
	display: block;
	font-size: 16px;
	line-height: 1.4;
}

.site-content.bg-darkblue h5 {
	color: #fff;
}

.text-block h5 {
	padding-right: 40px;
}
.text-block h3 {
	margin-bottom: 40px;
}
.site-content.bg-jubilee .text-block h3,
.site-content.bg-darkblue .text-block h3 {
	color: #fff;
}


.widget.widget-9 {
	margin-bottom: 30px;
}

.site-content.bg-jubilee .widget-12 .intro-text,
.site-content.bg-darkblue .widget-12 .intro-text {
	color: #fff;
}

body #site-top.jubilee {
	background: -moz-linear-gradient(left, #336083 0%, #45bdcf 100%);
	background: -webkit-linear-gradient(left, #336083 0%,#45bdcf 100%);
	background: linear-gradient(to right, #336083 0%,#45bdcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336083', endColorstr='#45bdcf',GradientType=1 );
}

.site-content.bg-darkblue .widget-12 h3 {
	color: #fff;
}

.site-content.bg-darkblue .contact-box.blue {
	background-color: #fff;
}
.site-content.bg-darkblue .contact-box.blue span.text {
	color: #3EC2CF;
}
.site-content.bg-darkblue .contact-box .icon {
	color: #2E364E;
}


.site-content.no-bottom.bg-darkblue .grid__col:last-child .widget {
	margin-bottom: 80px;
}
.site-content.no-space {
	margin-top: 0;
	margin-bottom: 0;
}









/**
 * 11.0 - Media Queries
 */


/**
 * 11.1 - <= 1280px
 */

@media screen and (max-width: 1280px) {

	.widget-4 .swiper-button-prev, .widget-4 .swiper-button-next {

	}

	a.scroll-top {
		display: block !important;
		top: auto !important;
		bottom: 30px;
	}

	.widget-23 .swiper-button-prev,
	.widget-23 .swiper-button-next {

		margin: 0;
	}
	.widget-23 .swiper-button-prev {
		left: -35px;
	}
	.widget-23 .swiper-button-next {
		right: -35px;
	}

}


/**
 * 11.1 - <= 1100px
 */

@media screen and (max-width: 1100px) {

	#site-header a.logo {
		left: 10px;
	}

	ul#main-navigation .menu-item {
		margin-left: 25px;
	}

	.content-aligning {
		padding: 0 30px;
	}
	#site-topbar .content-aligning {
		padding: 0 10px;
	}
	#site-header .content-aligning {
		padding: 0 10px;
	}

	.widget-4 .swiper-button-prev,
	.widget-4 .swiper-button-next {
		display: none;
	}

	.widget-23 .swiper-button-prev,
	.widget-23 .swiper-button-next {
		font-size: 36px;
	}
	.widget-23 .swiper-button-prev {
		left: -30px;
	}
	.widget-23 .swiper-button-next {
		right: -30px;
	}


	#site-top {
		background-attachment: scroll;
	}
	.site-content.background-img {
		background-attachment: scroll;
	}

}


/**
 * 11.2 - <= 900px
 */

@media screen and (max-width: 900px) {

	.page-nav {
		padding: 0;
	}

	#site-top {
		margin: 0;
	}
	#site-topbar-inner {
		height: 35px;
	}

	.widget-19 {
		padding: 50px;
	}

	.widget-19 .primary-logo.landscape,
	.widget-19 .logo.landscape {
		height: 50px;
	}

	.widget-19 .primary-logo.portrait,
	.widget-19 .logo.portrait {
		width: 50px;
	}

	.widget-19 .logo-wrapper {
		width: 49%;
	}

	.widget-19 hr {
		margin-top: 50px;
	}

	.site-content.sidebar .main-content {
		float: none;
		width: 100%;
	}

	.sidebar-content,
	.sidebar-content.active {
		position: fixed;
		z-index: 117;
		top: 0 !important;
		background-color: #f1f1f1;
		padding: 30px 0;

		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);

		transition: transform 0.2s ease;
	}

	.sidebar-content.active {
		position: fixed;
		top: 0 !important;
		background-color: #f1f1f1;
		padding: 0;
		height: 80px;

		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.sidebar-content.active .main-content-wrapper {
		height: 100%;
	}
	.sidebar-content.active .main-content-wrapper .content-aligning {
		height: 100%;
	}
	.sidebar-content.active .main-content-wrapper .content-aligning .page-nav {
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translate(0, -50%);
	}

	.page-nav,
	.page-nav.dropdown-list {
		float: none;
		width: auto;
	}


	/**
     * 8.1 - DropDown
     */

	/* resets */
	ul.dropdown-list,
	ul.sub-dropdown-list {
		list-style: none;
		margin: 0;
		color: #666;
	}

	.dropdown-list {
		display: block;
		float: left;
		position: relative;
		margin: 0 0 5px 0;
		min-width: 220px;
		background-color: #e6e6e6;
	}
	.dropdown-list .sub-dropdown-label {
		display: block;
		position: relative;
		cursor: pointer;
		padding: 0 45px 0 13px;
		height: 30px;
		line-height: 30px;

		-webkit-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}
	.dropdown-list .sub-dropdown-label:hover {
		color: #009cb3;
	}
	.dropdown-list:after {
		position: absolute;
		display: block;
		right: 20px;
		top: 50%;
		height: 12px;
		margin-top: -6px;
		color: #999;
		content: '';
		font-family: "SS BlackTie-Light";
		font-size: 18px;
		line-height: 12px;
		cursor: pointer;
	}
	.dropdown-list.show:after {
		content: '';
	}
	.dropdown-list.active .sub-dropdown-label {
		background-color: #e6e6e6;
		padding-right: 64px;
		color: #333;
	}
	.dropdown-list.active .sub-dropdown-label:after {
		content: '';
		display: none;
	}
	.dropdown-list .sub-dropdown-group {
		position: fixed;
		display: none;
		z-index: 2;
		left: 0;
		background: transparent;
		width: calc(100vw - 60px);
		top: 55px;
		height: calc(100vh - 80px);
		padding: 0;
		overflow-x: visible;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.dropdown-list.show .sub-dropdown-group {
		display: block;
	}
	.dropdown-list .sub-dropdown-group ul.sub-dropdown-list {
		display: none;
		width: 100%;
		padding: 0;
		min-height: 100vh;

		background-color: #f7f7f7;
	}
	.dropdown-list.show .sub-dropdown-group ul.sub-dropdown-list {
		display: block;

	}
	.dropdown-list .sub-dropdown-group ul.sub-dropdown-list li.sub-dropdown {
		display: block;
		margin: 0;
		width: 100%;
		background-color: #f7f7f7;
		padding: 12px 25px 14px 13px;
		cursor: pointer;
		color: #333;
		pointer-events: auto;


		-webkit-transition: -webkit-transform 0.1s ease-in-out;
		transition: 0.1s ease-in-out;
	}
	.dropdown-list .sub-dropdown-group ul.sub-dropdown-list li.sub-dropdown:hover {
		color: #009cb3;
	}
	.dropdown-list .sub-dropdown-group ul.sub-dropdown-list li.sub-dropdown.selected {
		color: #009cb3;
	}

	ul#main-navigation,
	#header-large-dropdown-inner,
	#site-topbar #top-navigation,
	#site-topbar .top-phone,
	#site-topbar .top-search,
	#site-topbar .button {
		display: none;
	}

	#site-header,
	#site-header.sticky-nav {
		position: relative;
		top: 0;
		height: 90px;
	}

	#toggle-mobile-menu {
		display: block;
	}

	body.openmenu {
		overflow: hidden;
	}
	body #toggle-mobile-menu {
		display: block;
	}
	#mobile-navigation {
		display: block;
		position: fixed;
		z-index: 230;
		top: 106px;
		left: 100%;
		width: 100%;
		height: calc(100% - 106px);
		background-color: #fff;
		text-align: left;

		opacity: 0;

		transition: opacity 0.3s linear;

		overflow-x: visible;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	body.openmenu #mobile-navigation {
		display: block;
		left: 0;

		opacity: 1;
	}
	#mobile-navigation ul.menu,
	#mobile-navigation ul.sub-menu {
		list-style: none;
		margin: 0;
	}
	#mobile-navigation .menu-item {
		display: block;
	}
	#mobile-navigation ul.menu > .menu-item {
		border-bottom: 1px solid #6f6f6e;
	}
	#mobile-navigation ul.menu > .menu-item:last-child {
		border-bottom: 0 none;
	}
	#mobile-navigation ul.sub-menu {
		position: relative;
	}
	#mobile-navigation ul.sub-menu > .menu-item:after  {
		display: block;
		content: "";
		background-color: #ccc;
		margin-left: 30px;
		width: calc(100% - 60px);
		height: 1px;
	}
	#mobile-navigation ul.sub-menu > .menu-item:last-child:after  {
		display: none;
	}
	#mobile-navigation ul.menu > .menu-item a {
		position: relative;
		display: block;
		padding: 15px 30px;
		color: #333;
		font-size: 18px;
	}
	#mobile-navigation ul.menu > .menu-item > a  {
		background-color: #3EC2CF;
		color: #fff;
	}
	#mobile-navigation ul.menu > .menu-item.service > a  {
		background-color: #eee;
		color: #3EC2CF;
	}
	#mobile-navigation ul.sub-menu > .menu-item > a  {
		display: block;
		font-size: 16px;
	}
	#mobile-navigation ul.sub-menu > .menu-item:first-child > a  {
		margin-top: 0;
	}
	#mobile-navigation ul.menu > .menu-item.current-menu-item > a:before,
	#mobile-navigation ul.menu > .menu-item.current_page_parent > a:before,
	#mobile-navigation ul.sub-menu > .menu-item.current-menu-item > a:before,
	#mobile-navigation ul.sub-menu > .menu-item.current_page_parent > a:before {
		position: absolute;
		display: block;
		top: 50%;
		left: 12px;
		height: 20px;
		margin-top: -10px;
		content: "▹";
		font-family: "SS BlackTie-Light";
		font-size: 14px;
		line-height: 20px;
	}

	h1, h2, h3, h4, h5, h6 {
		font-size: 28px;
	}
	.text-block ul li {
		margin: 20px 0 0 0;
		padding-left: 50px;
		font-size: 18px;
	}
	.text-block ul li:before {
		height: 36px;
		font-size: 24px;
	}

	.button {
		padding: 8px 60px 8px 15px;
	}


	.site-content {
		margin-top: 60px;
	}
	.site-content.divider .main-content:before {
		top: -60px;
	}
	body.home .site-content:before {
		top: -60px;
		height: 60px;
	}
	body.home #site-bottom:before {
		top: -60px;
		height: 60px;
	}


	.site-content.bg-grey,
	.site-content.background-img {
		padding-top: 60px;
	}
	.site-content.home,
	.site-content.single,
	.site-content.archive {
		margin-top: 0;
	}
	.site-content.single,
	.site-content.archive {
		padding-top: 80px;
	}
	.site-content.top .intro-text {
		margin-bottom: 60px;
	}
	.flex-tiles-wrapper {
		margin-bottom: 60px;
	}
	#site-top {
		margin: 0;
		background-attachment: scroll;
	}
	.site-content.background-img {
		background-attachment: scroll;
	}
	.site-content .contact-box span {
		font-size: 14px;
	}
	.site-content.home h1 {
		margin-bottom: 120px;
		font-size: 62px;
	}
	.site-content.top h1 {
		font-size: 42px;
	}
	body.single h1 {
		margin-bottom: 60px;
		font-size: 42px;
	}
	.gallery {
		margin-bottom: 60px;
	}

	.widget {
		margin-bottom: 60px;
	}
	.site-content.home .widget-2 {
		padding-top: 0;
	}
	.widget-2 a.widget-2-inner {
		padding-bottom: 60px;
	}
	.widget-2.size-2 h5, .widget-2.size-2 h4 {
		font-size: 22px;
	}
	.widget-2.size-3 h5, .widget-2.size-3 h4 {
		font-size: 14px;
	}
	.widget-2 h5, .widget-2 h4 {
		font-size: 14px;
	}
	.widget-4 .right h5 {
		margin: 30px 0 50px 0;
		font-size: 36px;
	}
	.widget-4 .right .text-block {
		font-size: 14px;
	}
	.widget-4 .left {
		background-size: contain;
	}
	.widget-7 .widget-7-inner {

	}
	.widget-7 .widget-7-inner p {
		font-size: 14px;
	}
	.widget-9 h5 {
		font-size: 18px;
	}
	.widget-9 .text-block {
		margin-bottom: 60px;
		margin-right: 10%;
	}
	.widget-16 h5.title-size-3 {
		font-size: 36px;
	}
	.widget-16 h5.title-size-5 {
		font-size: 20px;
	}
	.widget-18 {
		padding-right: 0;
	}

	#site-bottom {
		padding: 60px 0 60px 0;
	}
	#site-bottom h6 {
		font-size: 14px;
	}
	#site-bottom p {
		font-size: 14px;
	}
	#site-bottom a.site-bottom-line:after {
		font-size: 24px;
	}
	#site-footer {
		padding: 60px 0;
		font-size: 13px;
	}
	#site-footer .company-title {
		font-size: 18px;
	}

}


/**
 * 11.3 - <= 700px
 */

@media screen and (max-width: 700px) {

	h1, h2, h3, h4, h5, h6 {
		font-size: 18px;
	}

	.widget-19 {
		padding: 30px;
	}

	.widget-19 .primary-logo.landscape,
	.widget-19 .logo.landscape {
		height: 40px;
	}

	.widget-19 .primary-logo.portrait,
	.widget-19 .logo.portrait {
		width: 40px;
	}

	.widget-19 .logo-wrapper {
		width: 100%;
		margin-top: 30px;
	}

	.widget-19 hr {
		margin-top: 30px;
	}


	.widget-20 .brands-grid .brands-item  {
		width: calc(50% - 10px);
	}
	.widget-20 .brands-grid .brands-item:after  {
		padding-top: 65%;
	}

	.widget-21.side {
		margin-right: 0;
	}

	.video-background {
		display: none;
	}
	.site-content.background-img,
	.site-content.background-video-file {
		background-attachment: scroll;
	}

	#site-header,
	#site-header.sticky-nav {
		height: 60px;
	}

	#toggle-mobile-menu:before {
		width: 60px;
		line-height: 60px;
		font-size: 32px;
	}
	.gallery {
		margin-bottom: 30px;
	}
	body.page-template-page-faqs .accordion label {
		font-size: 16px;
	}
	body.page-template-page-faqs .accordion label:before {
		margin-top: 0;
		font-size: 16px;
	}
	.fancybox-wrap.fancybox-type-inline {
		position: fixed !important;
		width: 100% !important;
		height: 100% !important;
		top: 0 !important;
		left: 0 !important;
		border-radius: 0;
	}
	.fancybox-wrap.fancybox-type-inline .fancybox-inner {
		width: 100% !important;
		height: 100% !important;
	}
	.layer {
		padding: 30px;
	}
	.layer .layer-title {
		font-size: 36px;
	}
	.layer .layer-content p {
		font-size: 14px;
	}

	h1, h2, h3, h4, h5, h6 {
		font-size: 28px;
	}


	.site-content {
		margin-top: 30px;
	}
	.site-content.divider .main-content:before {
		top: -30px;
	}
	body.home .site-content:before {
		top: -30px;
		height: 30px;
	}
	body.home #site-bottom:before {
		top: -30px;
		height: 30px;
	}


	.site-content.bg-grey,
	.site-content.background-img {
		padding-top: 30px;
	}
	.site-content.home,
	.site-content.single,
	.site-content.archive {
		margin-top: 0;
	}
	.site-content.single,
	.site-content.archive {
		padding-top: 60px;
	}
	.site-content .contact-box {
		height: 120px;
		margin-bottom: 30px;
	}
	.site-content .contact-box span {
		font-size: 16px;
	}
	.site-content.home h1 {
		margin-bottom: 80px;
		font-size: 36px !important;
	}
	.site-content.top h1 {
		font-size: 36px;
	}
	body.single h1 {
		margin-bottom: 40px;
		font-size: 36px;
	}
	.site-content.top .intro-text {
		padding-right: 20px;
		font-size: 14px;
	}
	.site-content.top .intro-text {
		margin-bottom: 30px;
	}
	.flex-tiles-wrapper {
		margin-bottom: 30px;
	}

	.widget {
		margin-bottom: 30px;
	}
	.widget h3 {
		margin-bottom: 30px;
	}
	.widget-4 .right h5 {
		margin: 10px 0 30px 0;
		font-size: 24px;
	}
	.widget-4 .teaser-slider {
		height: 320px;
		margin-bottom: 30px;
	}
	.widget-4 .teaser-slider .swiper-slide {
		height: 320px;
	}
	.widget-4 .right .text-block {
		font-size: 13px;
	}
	.widget-4 .swiper-pagination {
		margin-top: 10px;
	}
	.widget-4 .left {
		height: 320px;
	}
	.widget-5 .accordion {
		margin-bottom: 30px;
	}
	.accordion label {
		padding: 10px 0 10px 30px;
		font-size: 14px;
	}
	.accordion label:before {
		margin-top: -2px;
		font-size: 16px;
	}
	.accordion .accordion__content {
		padding: 0 0 0 30px;
		font-size: 13px;
	}
	.accordion input[name='panel']:checked ~ .accordion__content.accordion__content--small {
		height: 180px;
	}
	.flex-height {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.widget-7 .flex-height .grid__col {
		margin-bottom: 10px;
	}
	.widget-7 .widget-7-inner {

	}
	body.home .widget-7 .button {
		width: 100%;
		margin-bottom: 10px;
	}
	.widget-9 .text-block {
		margin-bottom: 30px;
		margin-right: 5%;
		font-size: 14px;
	}
	.widget-12 .intro-text {
		padding-right: 0;
		font-size: 14px;
	}

	#site-bottom {
		padding: 30px 0 30px 0;
	}
	#site-bottom img.icon {
		height: 70px;
	}
	#site-footer {
		padding: 30px 0;
	}
	a.scroll-top {
		bottom: 20px;
		width: 40px;
		height: 40px;
	}
	a.scroll-top:after {
		font-size: 24px;
		line-height: 38px;
	}

	/** 10.0 - Template: Ansprechpartner */
	.filter-row {
		margin-top: 0;
		margin-bottom: 30px;
		padding: 15px 20px;
	}
	.filter-row .title {
		width: 100%;
	}
	.filter-row .filter-row-map {
		display: none;
	}
	.filter-row input.zip-search {
		width: calc(100% - 30px);
	}

}


/**
 * 11.4 - <= 600px
 */

@media screen and (max-width: 600px) {

	.widget.widget-9 .grid__col {
		text-align: center;
	}
	.widget-9 img {
		margin-left: auto;
		margin-right: auto;
	}

	body, button, input, select, textarea {
		font-size: 13px;
	}

	#mobile-navigation ul.sub-menu > .menu-item > a  {
		font-size: 14px;
	}

	.dropdown-list:after {
		font-size: 18px;
	}

	.flex-tiles-wrapper {
		display: block;
	}
	.site-content.top h1 {
		font-size: 28px;
	}
	.layer .layer-title {
		font-size: 24px;
	}
	form.wpcf7-form label.left-label, .layer-form .wpforms-container .wpforms-field-label {
		float: none;
		width: 100%;
		height: auto;
		line-height: 1;
		margin-bottom: 10px;
	}
	form.wpcf7-form .wpcf7-form-control-wrap {
		float: none;
		width: 100%;
	}
	form.wpcf7-form .wpcf7-form-control span.wpcf7-list-item {
		width: 30px;
	}
	form.wpcf7-form .wpcf7-form-control span.wpcf7-list-item.first,
	form.wpcf7-form .wpcf7-form-control span.wpcf7-list-item.last,
	form.wpcf7-form .wpcf7-form-control span.wpcf7-list-item {
		width: 100%;
	}
	form.wpcf7-form > p, form.wpcf7-form .wpcf7-response-output, .layer-form .wpforms-container .wpforms-field {
		margin-bottom: 20px;
	}
	form.wpcf7-form .additional-registration {
		position: relative;
		height: auto;
	}
	form.wpcf7-form .additional-registration .wpcf7-checkbox {
		position: relative;
		height: auto;
	}
	form.wpcf7-form .additional-registration .wpcf7-checkbox .wpcf7-list-item {
		position: relative;
		height: auto;
	}
	form.wpcf7-form .additional-registration .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
		position: relative;
		left: 0;
		top:0;
		margin: 0;
		margin-left: 30px;
		transform: none;
	}
	.site-content .contact-box {
		position: relative;
		width: 220px;
		height: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.site-content.background-img {

	}
	.site-content.background-img.item-1 {
		background-size: contain;
		background-position: center top;
	}
	.site-content.background-img:not(.home) {
		background-image: none !important;
	}
	.site-content.home h1 {
		margin-bottom: 60px;
		font-size: 28px !important;
	}
	body.single h1 {
		margin-bottom: 30px;
		font-size: 28px;
	}

	h1, h2, h3, h4, h5, h6 {
		font-size: 18px;
	}
	h4.turquoise-headline {
		font-size: 18px;
	}
	.text-block ul li {
		padding-left: 40px;
		font-size: 16px;
	}
	.text-block ul li:before {
		height: 32px;
		font-size: 18px;
	}
	.button {
		font-size: 14px;
	}


	.site-content.bg-darkblue {
		padding-top: 30px;
	}

	.site-content.home .widget-2 {
		padding-top: 0;
	}
	.widget-2 h5, .widget-2 h4 {
		font-size: 16px !important;
	}
	.widget-2.size-2 a.widget-2-inner .text-block-tile {
		font-size: 13px;
	}
	.widget-2 .text-block-tile {
		margin-top: 30px;
	}
	.widget-2 a.widget-2-inner {
		padding-bottom: 30px;
	}
	.widget-4 .teaser-slider {
		height: auto;
	}
	.widget-4 .teaser-slider .swiper-slide {
		height: auto;
	}
	.widget-4 .left {
		position: relative;
		width: auto;
		height: 200px;
	}
	.widget-4 .right {
		position: relative;
		float: none;
		left: 0;
		width: auto;
		height: auto;
	}
	.widget-4 .right .text-block {
		margin-left: 0;
		padding-right: 0;
	}
	.widget-4 .right h5 {
		margin-bottom: 10px;
	}
	.widget-4 .swiper-button-prev, .widget-4 .swiper-button-next {
		display: block;
		top: 160px;
		font-size: 24px;
	}
	.widget-4 .swiper-button-prev {
		left: 5px;
	}
	.widget-4 .swiper-button-next {
		right: 5px;
	}
	.widget-5 {
		width: calc(100% - 20px);
	}
	.accordion {
		margin-left: 20px;
	}
	.accordion input[name='panel']:checked ~ .accordion__content.accordion__content--small {
		height: 320px;
	}
	.flex-height {
		display: block;
		align-items: inherit;
		flex-wrap: inherit;
	}
	.flex-tiles-wrapper > .grid__col {
		display: block;
	}
	.widget-7 .widget-7-inner {
		height: auto;
		min-height: 0;
	}
	.widget-9 h5 {
		font-size: 16px;
	}
	.widget-13 {
		padding: 0 30px;
	}
	.widget-13 .swiper-button-prev, .widget-13 .swiper-button-next {
		font-size: 32px;
	}
	.widget-21 .quote-slider .swiper-slide .quote {
		font-size: 14px;
	}
	.widget-21 .quote-slider .swiper-slide .author {
		font-size: 14px;
	}

	.widget-23 .swiper-button-prev, .widget-23 .swiper-button-next {
		display: block;
		top: auto;
		bottom: 0;
		font-size: 24px;
	}
	.widget-23 .swiper-button-prev {
		left: -20px;
	}
	.widget-23 .swiper-button-next {
		right: -20px;
	}

	#site-bottom .site-bottom-line {
		margin-bottom: 30px;
		padding-right: 0;
	}
	#site-bottom hr {
		margin: 10px 0 10px 0;
	}
	#site-bottom a.site-bottom-line:after {
		right: 0;
		top: 100px;
	}
	.widget-13 .swiper-button-prev {
		left: -25px;
	}
	.widget-13 .swiper-button-next {
		right: -25px;
	}

	.widget .swiper-pagination {
		padding: 0 20px;
	}
	.widget .swiper-pagination .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		margin-left: 10px;
		margin-top: 10px;
	}

	.footer-address,
	.footer-menus,
	#site-footer hr,
	#site-footer .footer-logos,
	#site-footer .footer-social-links,
	i.copyright-line,
	a.copyright-line {
		display: none;
	}

	/* ---------- Mobile Responsive Table ---------- */

	.main-content table,
	.main-content thead,
	.main-content tbody,
	.main-content tfoot,
	.main-content th,
	.main-content td,
	.main-content tr {
		display: block;
	}

	.main-content thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.main-content tbody tr {
		border-top: 1px solid #e7e7e8;
	}

	.site-content.bg-grey .main-content tbody tr {
		border-color: #ccc;
	}

	.main-content tbody td {
		border: 0 none !important;
		position: relative;
		padding-left: 6px;
		width: auto !important;
		text-align: left !important;
		border-bottom: 1px solid #fff;
		min-height: 20px !important;
		height: auto !important;

		overflow: hidden;
	}

	.main-content tbody td[data-title] {
		padding:10px 0 10px 40%;
	}

	.main-content tbody td:first-child {
		background-color: transparent;
	}

	.main-content tbody td:before {
		position: relative;
		display: block;
		float: left;
		left: 6px;
		width: 70%;
		margin-left: -70%;
		padding-right: 10px;
		font-weight: bold;
	}

	.main-content tbody td:after {
		position: relative;
		display: block;
		content: "";
		clear: both;
		width: 1px;
	}

	.main-content tbody td:before { content: attr(data-title); }

	/** 10.0 - Template: Ansprechpartner */
	.filter-row {
		margin-top: 0;
		margin-bottom: 30px;
		padding: 15px 20px;
	}
	.filter-row .title {
		width: 100%;
		font-size: 18px;
	}
	.filter-row input.zip-search {
		width: calc(100% - 30px);

		transition: none;
	}
	.filter-row input.zip-search.active {
		width: 180px;
	}
	.filter-row a.zip-search-bt {

		transition: none;
	}
	.filter-row a.zip-search-bt:after {

		transition: none;
	}

	.site-content .posts .post p.post-excerpt {
		font-size: 13px;
	}

	.site-content.highlight .posts .post h4.post-title {
		font-size: 18px;
	}

}


/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/*
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (-webkit-min-device-pixel-ratio: 1.5) {
	#site-top {
		margin: 0;
		background-attachment: scroll;
	}
}
*/

/* Portrait */
/*
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1.5) {
	#site-top {
		margin: 0;
		background-attachment: scroll;
	}
}
*/

/* Landscape */
/*
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1.5) {
	#site-top {
		margin: 0;
		background-attachment: scroll;
	}
}
*/


/**
 * 12.0 - Print
 */

@media print {



}











/**
 * 12.0 - COCKPIT Top Area
 */

body.page-template-default #site-top.cockpit {
	padding-top: calc(100vh - 136px);
}
body.admin-bar.page-template-default  #site-top.cockpit {
	padding-top: calc(100vh - 168px);
}
body.page-template-default #site-top.cockpit.banner {
	padding: 0;
}
body.page-template-default #site-top.cockpit.banner img {
	margin: 0;
	width: 100%;
}

body.page-template-default #site-top.cockpit .main-content-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
body.page-template-default #site-top.cockpit .main-content-wrapper .content-aligning,
body.page-template-default #site-top.cockpit .main-content-wrapper .main-content,
body.page-template-default #site-top.cockpit .main-content-wrapper .grid,
body.page-template-default #site-top.cockpit .main-content-wrapper .grid__col {
	height: 100%;
}
body.page-template-default #site-top.cockpit .top-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body.page-template-default #site-top.cockpit .top-content .top-logo {
	position: absolute;
	display: block;
	max-width: 60%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -45%);
	height: auto;
}
body.page-template-default #site-top.cockpit .top-content .top-headline {
	position: absolute;
	z-index: 89;
	display: block;
	top: 44%;
	left: 42%;
	color: #fff;
	font-size: 28px;
	line-height: 1.3;
}
body.page-template-default #site-top.cockpit .top-content .top-title {
	position: absolute;
	z-index: 88;
	display: block;
	bottom: 15%;
	left: 0;
	color: #fff;
	font-family: "NotoSansItalic", "Helvetica Neue", Arial, serif;
	font-size: 16px;
}
@media screen and (orientation: portrait) {
	body.page-template-default #site-top.cockpit .top-content .top-title {
		bottom: 50px;
	}
}
@media screen and (max-width: 1100px) {
	body.page-template-default #site-top.cockpit .content-aligning {
		padding: 0 10px;
	}
	body.page-template-default #site-top.cockpit .top-content .top-title {
		left: 20px;
	}
}
body.page-template-default #site-top.cockpit .top-content .top-illustration {
	position: absolute;
	z-index: 11;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

body.page-template-default #site-top.cockpit ul.anchor-points {
	list-style: none;
	display: block;
	position: absolute;
	z-index: 91;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
body.page-template-default #site-top.cockpit ul.anchor-points li.anchor-points-item {
	display: block;
	position: absolute;
	z-index: 2;
	margin: 0;
	width: 45px;
	height: 50px;
	text-align: left;
	overflow: hidden;

	transition: all .3s ease-in-out;
}
body.page-template-default #site-top.cockpit ul.anchor-points li.anchor-points-item:hover {
	overflow: visible;
}
body.page-template-default #site-top.cockpit ul.anchor-points li.anchor-points-item a {
	display: block;
	position: absolute;
	top: -5px;
	width: 225px;
	box-sizing: border-box;
	padding: 30px 10px 10px 10px;

	opacity: 0;

	transition: all .3s ease-in-out;
}
body.page-template-default #site-top.cockpit ul.anchor-points li.anchor-points-item:hover a {
	opacity: 1;
}
body.page-template-default #site-top.cockpit ul.anchor-points li.anchor-points-item.teaser-right a {
	left: 40px;
}
body.page-template-default #site-top.cockpit ul.anchor-points li.anchor-points-item.teaser-left a {
	right: 40px;
}
body.page-template-default #site-top.cockpit ul.anchor-points li.anchor-points-item a:before {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	top: 20px;
	left: 0;
	width: 100%;
	height: calc(100% - 20px);
	background-color: #F1F1F1;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);

	opacity: .95;
}
body.page-template-default #site-top.cockpit ul.anchor-points li.anchor-points-item i {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("assets/graphics/icon-cockpit-link-button.svg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}
body.page-template-default #site-top.cockpit ul.anchor-points li.anchor-points-item span.title {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #3EC2CF;
	padding-bottom: 10px;
	font-size: 1rem;
}
body.page-template-default #site-top.cockpit ul.anchor-points li.anchor-points-item span.txt {
	display: block;
	color: #555;
	font-size: .75rem;
}





/**
 * 12.0 - Top bar hidden (2022-11-24)
 */

body.hide_top_bar #site-wrapper {
	overflow: hidden;
}
body.hide_top_bar #site-header {
	top: 0;
}
body.hide_top_bar #header-large-dropdown {
	top: 90px;
}