/*!
 * style.css
 *
 * @link https://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage cleantheme
 */

/* color base rgba(41,57,80, 1); */

/* color dark blue rgba(34,49,68, 1); */
/* color light blue rgba(212,215,220, 1); */
/* color red rgba(219,42,110, 1); */
/* color dark red rgba(174,44,104, 1); */

/* color success rgba(68,157,68, 1); */
/* color error rgba(199,0,0, 1); */
/* color warning rgba(236,151,31, 1); */

/* ######################################## *\
		HTML
\* ######################################## */

*, *:after, *:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	outline: 0 !important;
}

html {
	font-size: 16px;
	background: rgba(255,255,255, 1);
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	min-width: 320px;
	background: rgba(255,255,255, 1);
	color: rgba(0,0,0, .8);
}

p, pre {
	margin: 0 0 1.375em;
}
	.field > p:last-child,
	.widget-inner > p:last-child,
	blockquote > p:last-child,
	.last-no-margin > p:last-child,
	.term-description > p:last-child,
	.card > p:last-child,
	.list-item > p:last-child,
	.field > ul:last-child,
	.widget-inner > ul:last-child,
	.last-no-margin > ul:last-child,
	.card > ul:last-child,
	.list-item > ul:last-child,
	.field > ol:last-child,
	.widget-inner > ol:last-child,
	.last-no-margin > ol:last-child,
	.card > ol:last-child,
	.list-item > ol:last-child {
		margin-bottom: 0;
	}

	.field-body p.first-paragraph {
		font-size: 1.25rem;
	}

dl, ol, ul {
	margin: 0 0 1.375em;
	padding-left: 1.375em;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto !important;
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	background: rgba(0,0,0, 0.12);
	margin: 1.375em 0;
	clear: both;
}

a {
	cursor: pointer;
	color: rgba(0,0,0, .6);
	text-decoration: none;
}

h1, h2, .h2, h3, .h3, h4, .h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.6875em;
	line-height: 1.125;
}

h1, .page-title {
	font-size: 2rem;
	line-height: 1;
}

h2, .h2, .headline {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
	margin-bottom: 0.34375em;
}

h4,
.h4 {
	font-size: 1.25rem;
	margin-bottom: 0.34375em;
}

h5 {
	font-size: 1rem;
	font-weight: 400;
}

h6 {
	font-size: 0.875rem;
}

blockquote {
	margin: 1.375em 0;
	position: relative;
	background: rgba(41,57,80, .15);
	padding: 1.375em 1.375em 1.375em 2.75em;
}
	blockquote:before {
		content: '“';
		color: rgba(41,57,80, .75);
		font-size: 4rem;
		position: absolute;
		top: 0;
		left: 0.2em;
		font-family: sans-serif;
	}

blockquote p {
	font-size: 1.25rem;
	color: rgba(0,0,0, .5);
}
	blockquote p:last-of-type {
		margin-bottom: 0.6875em;
	}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 0.875rem;
	margin-top: 0.6875em;
	color: rgba(41,57,80, .75);
}
	blockquote cite:before {
		content: "-";
		margin-right: 0.34375em;
	}

/* ######################################## *\
		STRUKTUR
\* ######################################## */

/* page-wrapper */
#wrapper {
	position: relative;
}

/* header */
.header-container {
	position: relative;
	background: rgba(41,57,80, 1);
}
	.header-container.headhesive {
		background: rgba(41,57,80, 1);
		box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	}

#header {
	position: relative;
}

#branding {}

#logo {
	font-size: 1rem;
	float: left;
	margin: 0.859375em 0;
	line-height: 1.375em;
	width: 140px;
}
	.front .header-container:not(.headhesive--stick) #logo
	.page-id-9930 .header-container:not(.headhesive--stick) #logo {
		opacity: 0;
	}

/* parallax */
#parallax-scene {
	position: absolute;
	padding-top: 25% !important;
	bottom: 0;
	left: 0;
	transform: translateY(-110%);
	pointer-events: none;
}

#parallax .inner {
	position: relative;
	width: 100%;
	height: 100%;
}

#scene .layer {
	position: absolute;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	pointer-events: none !important;
}

#scene .layer.absolute {
	width: 100%;
	height: 100%;
}

#scene .layer .inner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

#scene .owl-carousel.owl-theme {
	padding-bottom: 0;
}

#scene .layer:not(.clouds) .slider {
	position: absolute;
	z-index: 1;
	width: 100%;
	animation: transform 15s ease 0s infinite;
	opacity: 0;
}
	#scene .absolute.layer0 .slider {
		bottom: 7%;
		right: 35%;
		width: 9% !important;
	}
	#scene .absolute.layer1 .slider {
		bottom: 18%;
		right: 33.5%;
		width: 4.25%;
	}
	#scene .absolute.layer2 .slider {
		bottom: 27%;
		right: 30.25%;
		width: 2.25%;
	}
	#scene .absolute.layer3 .slider {
		bottom: 3%;
		right: 21.25%;
		width: 6.5%;
	}
	#scene .absolute.layer4 .slider {
		bottom: 9%;
		right: 29.85%;
		width: 4%;
	}
	#scene .absolute.layer5 .slider {
		bottom: 18%;
		right: 22.5%;
		width: 6%;
	}
	#scene .absolute.layer6 .slider {
		bottom: 35.25%;
		right: 27.25%;
		width: 1.25%;
	}
	#scene .absolute.layer7 .slider {
		bottom: 25.25%;
		right: 17.75%;
		width: 4%;
	}
	#scene .absolute.layer8 .slider {
		bottom: 31.25%;
		right: 22.5%;
		width: 2.25%;
	}
	#scene .clouds .slide {
		width: 100%;
	}

#scene .layer:not(.clouds) img {
	border-radius: 50%;
}
	#scene .clouds img {
		animation: clouds 20s ease 0s infinite !important;
	}

@keyframes transform {
	0% { opacity: 0; }
	20% { opacity: 1; }
	50% { opacity: 1; }
	80% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes clouds {
	0% { opacity: 0.15; transform: scale(1.2); }
	50% { opacity: 0.3; transform: scale(1.2); }
	100% { opacity: 0.15; transform: scale(1.2); }
}

/* backlink */
.backlink-container {
	overflow: hidden;
}

#backlink .inner {
	position: relative;
	width: 25%;
}
	#backlink .inner:before {
		content: '';
		background: rgba(62,77,98, 1);
		width: 50vw;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
	}

#backlink a {
	display: flex;
	align-items: center;
	position: relative;
	background: rgba(255,255,255, 1);
	border-bottom: 1px solid rgba(62,77,98, 1);
	padding: 10px 0;
}

	#backlink a:after {
		content: '';
		width: 48px;
	  height: 48px;
	  transform: rotate(45deg);
	  position: absolute;
	  left: -24px;
	  top: 10px;
	  background: rgba(255,255,255, 1);
	  z-index: 1;
	}

#backlink .img {
	position: relative;
	z-index: 3;
	margin-right: 0.6875em;
	flex: 0 0 48px;
}

#backlink .title {
	color: rgba(41,57,80, 1);
	font-weight: bold;
	position: relative;
	z-index: 3;
	flex: 1;
}

/* main */
.main-container {
	margin-top: 1.375em;
}
	.page-template-page-layout-intro .main-container,
	.front .main-container,
	.page-id-9930 .main-container {
		margin-top: 0;
	}

#main {}

.content-container {
	width: 100%;
}

#content {}

/* footer */
.footer-container {
	position: relative;
	background: rgba(34,49,68, 1);
	color: rgba(255,255,255, 1);
	padding-top: 2.75em;
}

#footer {}

/* ######################################## *\
		SIDEBARS / WIDGET-AREAS
\* ######################################## */

/* no sidebar */
.no-sidebar #content {
	width: 100%;
}

/* sidebars */
.has-sidebar .content-container,
.has-sidebar .sidebar-area {
	clear: none;
}

/* primary */
.sidebar-primary.no-sidebar-secondary #content {}

.sidebar-primary.no-sidebar-secondary #primary {}

/* secondary */
.sidebar-secondary.no-sidebar-primary #content {}

.sidebar-secondary.no-sidebar-primary #secondary {}

/* widget-area-top */
.widget-area-top-container {
	background: rgba(34,49,68, 1);
}

/* widget-area-footer */
#widget-area-footer {

}

/* widget-area-bottom */
.widget-area-bottom-container {
	position: relative;
	background: rgba(34,49,68, 1);
	color: rgba(255,255,255, 1);
	padding-top: 2.75em;
	padding-bottom: 1.375em;
}

#widget-area-bottom .wrapper {
	align-items: center;
}

/* ######################################## *\
		WIDGETS
\* ######################################## */

#primary .widget,
#secondary .widget,
#footer .widget {
	margin-bottom: 2.75em;
}
	#primary .widget:last-child,
	#secondary .widget:last-child,
	#footer .widget:last-child {
		margin-bottom: 0;
	}

/* footer-contact */
.widget.footer-contact {
	width: 100%;
}

.widget.footer-contact .field-body a {
	color: rgba(255,255,255, 0.66);
}

/* footer-network */
.widget.footer-network {
	width: 100%;
}

.widget.footer-network .field-body ul li {
	padding: 4px 0 4px 1.375em;
}

.widget.footer-network .field-body ul li:before {
	content: '\f111';
	font-weight: 900;
	margin-left: -1.375rem;
	width: 1.375rem;
	font-size: 12px;
	color: rgba(255,255,255, 1);
}

.widget.footer-network .field-body a {
	border-bottom: 0;
}

/* footer-more-about-us */
.widget.footer-more-about-us {
	width: 100%;
}

.widget.footer-more-about-us .field-body ul li {
	padding: 4px 0 4px 1.375em;
}

.widget.footer-more-about-us .field-body ul li:before {
	content: '\f178';
	font-weight: 900;
	margin-left: -1.375rem;
	width: 1.375rem;
	font-size: 12px;
	color: rgba(219,42,110, 1);
}

.widget.footer-more-about-us .field-body a {
	border-bottom: 0;
}

/* footer-social */
.widget.footer-social {
	margin-bottom: 2.75em;
	width: 100%;
}

.widget.footer-social .widget-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.widget.footer-social .widget-title {
	font-size: 1.5rem;
	width: 100%;
}

.widget.footer-social .field-body {
	width: 100%;
}

.widget.footer-social .field-body ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.widget.footer-social .field-body ul li {
	margin: 0 0.34375em;
	padding: 0;
}

.widget.footer-social .field-body ul li:before {
	content: none;
}

.widget.footer-social .field-body ul li a {
	display: block;
	color: rgba(34,49,68, 1);
	border-bottom: 0;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 32px;
	font-size: 1.25rem;
	background: rgba(255,255,255, 1);
	border-radius: 99px;
	border: 2px solid transparent;
	transition: all .3s ease;
}
	.widget.footer-social .field-body ul li a:after {
		content: none;
	}

/* footer-menu */
.widget.footer-menu {
	width: 100%;
}

.widget.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
}

.widget.footer-menu li {
	margin-right: 1.03125em;
}

.widget.footer-menu li a {
	display: block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.75rem;
	font-weight: bold;
	color: rgba(255,255,255, 0.66);
}

/* ######################################## *\
		LAYOUTS
\* ######################################## */

/* archive */
.archive .term-description {
	font-size: 0.875rem;
}

/* list */
.list {
	margin-bottom: 1.375em;
}
	.list:last-child {
		margin-bottom: 0;
	}

.list-item {
	min-height: 1px;
	margin-top: 1.375em;
}

/* author */
.author.vcard.card {
	margin-bottom: 2.75em;
}

.author .avatar {
	width: 64px;
	height: 64px;
	float: left;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255, 1);
}

.author .about {
	margin-left: 64px;
	padding: 0.6875em 1.375em;
}

.author .description {
	font-size: 0.875rem;
}

/* faq-accordion */
.faq-accordion .accordion-item {
	padding: 0.34375em 0;
	border-top: 1px solid rgba(0,0,0, 0.12);
}
	.faq-accordion .accordion-item:first-child {
		border-top: 0;
	}

.faq-accordion .accordion-header {
	display: block;
	cursor: pointer;
	line-height: 1.375em;
	margin-bottom: 0;
	color: rgba(0,0,0, 0.66);
	padding: 0.6875rem 4.125rem 0.6875rem 0.6875rem;
	position: relative;
}
	.faq-accordion .accordion-header.ui-accordion-header-active,
	.faq-accordion .accordion-header.ui-state-hover {
		cursor: pointer;
		color: rgba(41,57,80, 1);
	}
	.faq-accordion .accordion-header:before {
		content: '\f107';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 400;
		color: rgba(0,0,0, 0.66);
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		position: absolute;
		right: 1.375em;
		top: 50%;
		margin-top: -14px;
	}
		.faq-accordion .accordion-header.ui-accordion-header-active:before {
			transform: rotate(180deg);
			color: rgba(41,57,80, 1);
			margin-top: -12px;
		}
	.faq-accordion .accordion-header:after {
		content: '\f106';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 400;
		color: rgba(0,0,0, 0.66);
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		position: absolute;
		right: 1.375em;
		top: 50%;
		margin-top: -14px;
		opacity: 0;
	}
		.faq-accordion .accordion-header.ui-accordion-header-active:after {
			transform: rotate(180deg);
			color: rgba(41,57,80, 1);
			margin-top: -18px;
			opacity: 1;
		}

.faq-accordion .accordion-content {
	padding: 0.6875rem 4.125rem 0.6875rem 0.6875rem;
	margin-bottom: 0;
}

.page-template-page-layout .main-container {
	margin-top: 0;
}

/* layout global settings */
.layout {
	padding: 1.375em 0;
/* 	border-bottom: 1px solid rgba(0,0,0, 0.15); */
}
	.layout.layout-jumper {
		padding: 0;
		border: 0;
	}
	.layout.layout-intro.no-content {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.layout.layout-intro.no-content + .layout {
		padding-top: 0;
	}

.layout-title {}

.layout-subtitle {
	margin-bottom: 2.75em;
}
	.layout-title + .layout-subtitle {
		margin-top: -0.34375em;
	}

.layout .sticky-bar {
	display: flex;
	position: sticky;
	z-index: 5;
	top: 0;
	left: 0;
	padding-top: 1.03125em;
	padding-bottom: 1.03125em;
	border-bottom: 1px solid rgba(0,0,0, .15);
	margin-bottom: 1.375em;
	background: rgba(255,255,255, 1);
}

.layout .sticky-bar .sticky-item {
	margin-right: 0.6875em;
	position: relative;
}
	.layout .sticky-bar .sticky-item:last-of-type {
		margin-right: 0;
	}
	.layout .sticky-bar .sticky-item.active:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -1.03125em;
		bottom: calc(-1.03125em - 2px);
		z-index: 1;
		height: 3px;
		width: 100%;
		background: rgba(41,57,80, 1);
	}

.layout .sticky-bar .sticky-item a {
	color: rgba(0,0,0, .66);
	font-size: 0.75rem;
	display: block;
}
	.layout .sticky-bar .sticky-item a:hover,
	.layout .sticky-bar .sticky-item.active a {
		text-decoration: none;
		color: rgba(0,0,0, 1);
	}

.layout .field-permalink {
	margin-top: 2.75em;
}

.layout .field-permalink a {
	color: rgba(0,0,0, 1);
	font-size: 1.25rem;
}
	.layout .field-permalink a:hover {
		text-decoration: none;
	}
	.layout.layout-list-distributor .field-permalink a {
		color: rgba(255,255,255, 1);
	}

.layout .field-permalink a i {
	color: rgba(219,42,110, 1);
}

/* layout-intro */
#layout-intro {
	overflow: hidden;
}

.layout-intro .intro-logo {
	max-width: 460px;
	margin-bottom: 0;
}

.page-template-page-layout-intro .layout-intro,
.front .layout-intro,
.page-id-9930 .layout-intro {
	background: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
	padding-bottom: 0;
	border-bottom: none;
	position: relative;
}

.page-template-page-layout-intro .layout-intro .field-thumbnail {
	position: absolute;
	z-index: 5;
	right: 5vw;
	bottom: -2.5vw;
	width: 40%;
}

.page-template-page-layout-intro .layout-intro .wave {
	background: rgba(255,255,255, 1);
	margin-bottom: -1px;
	margin-top: 5.5em;
	overflow: hidden;
	pointer-events: none;
}

.front .layout-intro .wave,
.page-id-9930 .layout-intro .wave {
	background: rgba(41,57,80, 1);
	margin-bottom: -1px;
	margin-top: 2.75em;
	overflow: hidden;
	pointer-events: none;
}

.page-template-page-layout-intro .layout-intro .wave > .responsive-container {
	padding-top: 20.9375% !important;
	transform: scale(1.03);
	transform-origin: bottom center;
}

.front .layout-intro .wave > .responsive-container,
.page-id-9930 .layout-intro .wave > .responsive-container {
	padding-top: 20.9375% !important;
	transform: scale(1.03);
	transform-origin: top center;
}

.layout-intro .field-body {
	margin-bottom: 2.75em;
}

.layout-intro .field-thumbnail {
	margin-bottom: 0;
}

/* layout-content */
.layout-content.bgcolor-dark {
	background: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
	padding-top: 0;
	border-bottom: none;
}

.layout-content.bgcolor-dark .wave {
	background: rgba(255,255,255, 1);
	margin-top: -1px;
	margin-bottom: 2.75em;
	overflow: hidden;
	pointer-events: none;
}

.layout-content.bgcolor-dark .wave > .responsive-container {
	padding-top: 20.9375% !important;
	transform: scale(1.03);
	transform-origin: top center;
}

/* layout-teaser */
.layout-teaser .field-thumbnail,
.layout-teaser .teaser-title {
	text-align: center;
}

.layout-teaser .field-thumbnail img {
	max-height: 48px;
}

.layout-teaser a {
	display: block;
	color: rgba(0,0,0, 1);
	transition: all .3s ease;
}
	.layout-teaser a:hover {
		text-decoration: none;
	}

/* layout-list-target_industry */
.layout.layout-list-target_industry {
	background: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
	padding-top: 0;
	border-bottom: none;
}

.layout-list-target_industry .wave {
	background: rgba(255,255,255, 1);
	margin-top: -1px;
	margin-bottom: 2.75em;
	overflow: hidden;
	pointer-events: none;
}

.layout-list-target_industry .wave > .responsive-container {
	padding-top: 20.9375% !important;
	transform: scale(1.03);
	transform-origin: top center;
}

/* layout-list-instrument */
.layout.layout-list-instrument .instrument_category {
	margin-bottom: 2.75em;
	padding-bottom: 2.75em;
	border-bottom: 1px dashed rgba(0,0,0, .2);
}
	.layout.layout-list-instrument .instrument_category:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

.layout.layout-list-instrument .list-instrument {
	margin-top: 1.375em;
}

/* layout-list-distributor */
.layout.layout-list-distributor {
	background: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
	padding-top: 0;
	border-bottom: none;
}

.layout-list-distributor .wave {
	background: rgba(255,255,255, 1);
	margin-top: -1px;
	margin-bottom: 2.75em;
	overflow: hidden;
	pointer-events: none;
}

.layout-list-distributor .wave > .responsive-container {
	padding-top: 20.9375% !important;
	transform: scale(1.03);
	transform-origin: top center;
}

/* layout-list-working_group */
.layout.layout-list-working_group {
	background: rgba(201,206,211, 1);
	padding-top: 0;
	border-bottom: none;
}

.layout-list-working_group .wave {
	background: rgba(255,255,255, 1);
	margin-top: -1px;
	margin-bottom: 2.75em;
	overflow: hidden;
	pointer-events: none;
}

.layout-list-working_group .wave > .responsive-container {
	padding-top: 8.8541666667% !important;
	transform: scale(1.03);
	transform-origin: top center;
}

.layout-list-working_group .table-working_group {
	margin-top: 2.75em;
	margin-bottom: 2.75em;
}

.layout-list-working_group .table-working_group .table-header > .list-item {
	font-weight: bold;
	font-size: 0.875rem;
	padding: 0 1.375em;
}

.layout-list-working_group .table-working_group .table-item {
	background: rgba(255,255,255, .5);
	margin-bottom: 0.6875em;
}
	.layout-list-working_group .table-working_group .table-item:last-of-type {
		margin-bottom: 0;
	}

/* layout-list-team */
.layout.layout-list-team .team_category {
	margin-bottom: 2.75em;
	padding-bottom: 2.75em;
	border-bottom: 1px dashed rgba(0,0,0, .2);
}
	.layout.layout-list-team .team_category:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

.layout.layout-list-team .team_category  ul.sectors {
	text-align: left;
}

.layout.layout-list-team .list-team {
	margin-top: 1.375em;
}

/* layout-list-country */
.layout.layout-list-country .country {
	position: relative;
}

.layout.layout-list-country .country-bar {
	background: rgba(34,49,68, .85);
	align-items: baseline;
	position: relative;
	border-radius: 8px;
	z-index: 6;
	cursor: pointer;
	padding-right: 2.75em;
	transition: all .3s ease;
	margin-bottom: 0.34375em;
}

.layout.layout-list-country .country-bar > * {
	padding: 0.6875em 1.375em;
	color: rgba(255,255,255, 1);
	font-size: 0.75rem;
}
	.layout.layout-list-country .country-bar > .more {
		color: rgba(255,255,255, .5);
		font-size: 0.875rem;
		position: absolute;
		right: 0;
		top: 50%;
		z-index: 1;
		transform: translateY(-50%);
	}

.layout.layout-list-country .country-bar .more .txt {
	display: none;
}

.layout.layout-list-country .country-bar .more i {
	color: rgba(219,42,110, 1);
	font-size: 1.5rem;
}
	.layout.layout-list-country .active .country-bar .more i {
		transform: rotate(180deg);
	}

.layout.layout-list-country .country-more {
	background: rgba(41,57,80, .96);
	padding: 1.375em;
	color: rgba(255,255,255, 1);
	columns: 2;
	font-size: 0.875rem;
	width: 100%;
	border-radius: 8px;
	visibility: collapse;
	position: absolute;
	width: 100%;
	z-index: 10;
}
	.layout.layout-list-country .active .country-more {
		visibility: visible;
	}

.layout.layout-list-country .country-more .country-title {
	margin-bottom: 0.34375em;
}

.layout.layout-list-country .country-more .country_category-title:not(:first-of-type) {
	margin-top: 1.375em;
	break-after: avoid-column;
}

.layout.layout-list-country .country-more .sectors {
	margin-left: 0.34375em;
}
.layout.layout-list-country .country-more .sector {
	text-transform: uppercase;
	font-weight: bold;
}
	.layout.layout-list-country .country-more .sector-environmental { color: rgba(126,211,33, 1); }
	.layout.layout-list-country .country-more .sector-instruments { color: rgba(74,144,226, 1); }
	.layout.layout-list-country .country-more .sector-product-testing { color: rgba(245,166,35, 1); }
	.layout.layout-list-country .country-more .sector-qa-qc { color: rgba(195,195,195, 1); }

.layout.layout-list-country .country-map {
	margin-top: 2.75em;
}

/* layout-search */
.layout-search .search-input {
	background: rgba(34,49,68, .05);
	border: 1px solid rgba(34,49,68, .15);
	font-size: 1.15rem;
	padding: 1em 1.375em;
}

.layout-search .site-search {
	position: relative;
	padding-right: 70px;
}

.layout-search .search-submit {
	background: none;
	border: none;
	padding: 1em;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

.layout-search .search-submit i {
	color: rgba(219,42,110, 1);
	font-size: 2rem;
}

/* layout-newsletter */
.layout.layout-newsletter {
	background: url(img/circles.png) no-repeat 5% 25% rgba(219,42,110, 1);
	background-size: 320px auto;
	border-bottom: none;
	color: rgba(255,255,255, 1);
	padding: 2.75em 0;
}

.layout-newsletter .list-flex {
	align-items: center;
}

.layout-newsletter .list-flex > * {
	padding: 1em;
}

.layout-newsletter .layout-title,
.layout-newsletter .layout-subtitle {
	margin-bottom: 0;
}

.layout-newsletter .btn {
	background: rgba(255,255,255, 1);
	color: rgba(219,42,110, 1);
	font-size: 1.25rem;
}

.layout-newsletter i {
	font-size: 5rem;
}

/* layout-newsletter-news */
.layout.layout-newsletter-news {
	padding: 0;
	border-bottom: none;
}

.layout-newsletter-news .item-newsletter .inner {
	color: rgba(255,255,255, 1);
	background: rgba(219,42,110, 1);
	padding-top: 2.75em;
	padding-bottom: 2.75em;
	height: 100%;
}

.layout-newsletter-news .item-newsletter .field-body i {
	font-size: 5rem;
	margin-bottom: 0.34375em;
}


.layout-newsletter-news .item-news .inner {
	padding-top: 2.75em;
	padding-bottom: 2.75em;
	height: 100%;
}

.layout-newsletter-news .btn {
	background: rgba(255,255,255, 1);
	color: rgba(219,42,110, 1);
	font-size: 1.25rem;
}

/* layout-news */
.layout.layout-news {
	padding-top: 0;
}

.layout.layout-news .inner-layout {
	max-width: 920px;
}

/* layout-timeline */
.layout-timeline .list > .list-item .inner {
	position: relative;
	padding-left: 1.375em;
}
	.layout-timeline .list > .list-item .inner:before {
		content: '';
		display: block;
		width: 22px;
		height: 22px;
		border: 2px solid rgba(41,57,80, 1);
		background: rgba(255,255,255, 1);
		border-radius: 50%;
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 0;
		transform: translate3d(-100%,-50%,0);
		transition: all .3s ease;
	}


.layout-timeline .list {
	position: relative;
}
	.layout-timeline .list:after {
		content: '';
		display: block;
		width: 0;
		height: 100%;
		border-right: 2px dashed rgba(41,57,80, .15);
		position: absolute;
		top: 0;
		left: -11px;
		z-index: 1;
		transform: translateX(-50%);
	}


.layout-timeline .field-year {
	display: block;
	background: rgba(41,57,80, 1);
	border-radius: 50%;
	width: 84px;
	height: 84px;
	text-align: center;
	line-height: 84px;
	color: rgba(255,255,255, 1);
}

.layout-timeline .field-thumbnail {
	width: 150px;
	margin: 1.375em auto;
	position: relative;
	padding: 8px;
}
	.layout-timeline .field-thumbnail:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border-radius: 50%;
		border: 75px solid rgba(148,156,167, .5);
		transition: all .6s ease;
	}
	.layout-timeline .list-item:hover .field-thumbnail:after {
		border-width: 2px;
	}

.layout-timeline .field-thumbnail .bg-image {
	border-radius: 50%;
}

.layout-timeline .field-body {
	text-align: center;
}

/* layout-case_study */
.layout.layout-case_study {
	background: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
	padding-top: 0;
	border-bottom: none;
}

.layout-case_study .wave {
	background: rgba(255,255,255, 1);
	margin-top: -1px;
	margin-bottom: 0;
	overflow: hidden;
	pointer-events: none;
}

.layout-case_study .wave > .responsive-container {
	padding-top: 20.9375% !important;
	transform: scale(1.03);
	transform-origin: top center;
}

/* ######################################## *\
		INHALTE
\* ######################################## */

.article {}

/* post-view-full */
.post-view-full {}

/* post-view-sidebar */
.post-view-sidebar .field {
	margin-bottom: 1.375em;
}

/* post-view-search-result */
.post-view-search-result {
	padding-bottom: 1.375em;
	margin-bottom: 1.375em;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}
	.post-view-search-result:last-child {
		border-bottom: 0;
	}

.post-view-search-result .field-post-type {
	color: rgba(0,0,0, 0.25);
	display: inline-block;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 700;
}

.post-view-search-result .headline {
	margin-top: 0.171875em;
	margin-bottom: 0;
}

.post-view-search-result .headline a {
	color: rgba(0,0,0, 1);
}

.post-view-search-result .field-excerpt {
	margin-top: 0.6875em;
}

.post-view-search-result .relevanssi-query-term {
	display: inline-block;
	background: rgba(212,215,220, 1);
	padding: 0.171875em 0.34375em
}

/* post-type-page */
.post-type-page {}

.post-type-page.post-view-full {}

.post-type-page.post-view-teaser {}
	.list-item:last-child .post-type-page.post-view-teaser {}

.post-type-page.post-view-post-type-archive {
	margin-bottom: 1.375em;
}

/* post-type-post */
.post-type-post {}

.post-type-post .field-date {
	font-size: 0.875rem;
	color: rgba(0,0,0, .75);
}

.post-type-post.post-view-teaser {
	height: 100%;
	padding-bottom: 2.75em;
}
	.post-type-post.post-view-teaser.post-is-sticky {
		background: rgba(41,57,80, 0.024);
		border-left: 5px solid rgba(41,57,80, 1);
		padding: 1.375em !important;
		position: relative;
		border-bottom: 0;
	}

.post-type-post .field-job-status span {
	display: inline-block;
	background: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
}

.post-type-post .field-job-status + .title {
	text-decoration: line-through;
}

.post-type-post.post-view-teaser .title {
	line-height: .8;

}

.post-type-post.post-view-teaser .title a {
	color: rgba(0,0,0, 1);
	font-size: 1rem;
}

/* post-type-event */
.post-type-event {}

.post-type-event.post-view-teaser {
	margin-bottom: 1.375em;
	padding-bottom: 1.375em;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}
	.list-item:last-child .post-type-event.post-view-teaser {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 1.375em;
	}
	.post-type-event.post-view-teaser.post-is-sticky {
		background: rgba(41,57,80, 0.024);
		border-left: 5px solid rgba(41,57,80, 1);
		padding: 1.375em !important;
		position: relative;
		border-bottom: 0;
	}

.post-type-event.post-view-sidebar .field {
	margin-bottom: 1.375em;
}
	.post-type-event.post-view-sidebar .field:last-child {
		margin-bottom: 0;
	}

.post-type-event.post-view-sidebar .field strong {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}

/* post-type-target_industry */
.post-type-target_industry.post-view-teaser a {
	color: rgba(255,255,255, 1);
	display: block;
}
	.post-type-target_industry.post-view-teaser a:hover {
		text-decoration: none;
	}

.post-type-target_industry.post-view-teaser .list-flex {
	flex-wrap: nowrap;
}

.post-type-target_industry.post-view-teaser .list-flex > .list-item {
	margin-top: 0;
}
	.post-type-target_industry.post-view-teaser .list-flex > .item-image {
		max-width: 60px;
	}
	.post-type-target_industry.post-view-teaser .list-flex > .item-content {
		width: calc(100% - 60px);
		padding-left: 1.375em
	}

.post-type-target_industry.post-view-teaser .field-thumbnail {
	position: relative;
	margin-bottom: 0;
	background: rgba(255,255,255, 1);
	border-radius: 50%;
}
	.post-type-target_industry.post-view-teaser .field-thumbnail:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border-radius: 50%;
		border: 4px solid rgba(148,156,167, .5);
		transition: all .3s ease;
	}

.post-type-target_industry.post-view-teaser .field-thumbnail img {
	border-radius: 50%;
}

/* post-type-competence */
.post-type-competence.post-view-teaser a {
	color: rgba(0,0,0, 1);
	display: block;
}
	.post-type-competence.post-view-teaser a:hover {
		text-decoration: none;
	}

.post-type-competence.post-view-teaser .field-thumbnail {
	position: relative;
	max-width: 60px;
	padding: 6px;
	background: rgba(255,255,255, 1);
	border-radius: 50%;
}
	.post-type-competence.post-view-teaser .field-thumbnail:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border-radius: 50%;
		border: 4px solid rgba(148,156,167, .5);
		transition: all .3s ease;
	}

.post-type-competence.post-view-teaser .field-thumbnail img {
	border-radius: 50%;
}

/* post-type-client_feedback */
.post-type-client_feedback.post-view-teaser .field-thumbnail {
	margin-bottom: 0;
	max-width: 120px;
	background: rgba(255,255,255, 1);
	border-radius: 50%;
}

.post-type-client_feedback.post-view-teaser blockquote {
	margin: 0;
}

.post-type-client_feedback.post-view-teaser blockquote p {
	font-size: 1rem;
}

/* post-type-instrument */
.post-type-instrument.post-view-teaser a {
	color: rgba(0,0,0, 1);
	display: block;
}
	.post-type-instrument.post-view-teaser a:hover {
		text-decoration: none;
	}

.post-type-instrument.post-view-teaser .field-thumbnail {
	position: relative;
	max-width: 60px;
	padding: 6px;
}
	.post-type-instrument.post-view-teaser .field-thumbnail:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border-radius: 50%;
		border: 4px solid rgba(148,156,167, .5);
		transition: all .3s ease;
	}

.post-type-instrument.post-view-teaser .field-thumbnail img {
	border-radius: 50%;
}

/* post-type-distributor */
.post-type-distributor.post-view-teaser a {
	color: rgba(255,255,255, 1);
	display: block;
}
	.post-type-distributor.post-view-teaser a:hover {
		text-decoration: none;
	}

.post-type-distributor.post-view-teaser .list-flex {
	flex-wrap: nowrap;
}

.post-type-distributor.post-view-teaser .list-flex > .list-item {
	margin-top: 0;
}
	.post-type-distributor.post-view-teaser .list-flex > .item-image {
		max-width: 60px;
	}
	.post-type-distributor.post-view-teaser .list-flex > .item-content {
		width: calc(100% - 60px);
		padding-left: 1.375em
	}

.post-type-distributor.post-view-teaser .field-thumbnail {
	position: relative;
	margin-bottom: 0;
	background: rgba(255,255,255, 1);
	border-radius: 50%;
	padding: 1em;
}
	.post-type-distributor.post-view-teaser .field-thumbnail:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border-radius: 50%;
		border: 4px solid rgba(148,156,167, .5);
		transition: all .3s ease;
	}

.post-type-distributor.post-view-teaser .field-thumbnail img {
	border-radius: 50%;
}

/* post-type-network */
.post-type-network.post-view-teaser a {
	color: rgba(0,0,0, 1);
	display: block;
}
	.post-type-network.post-view-teaser a:hover {
		text-decoration: none;
	}

.post-type-network.post-view-teaser .list-flex {
	flex-wrap: nowrap;
}

.post-type-network.post-view-teaser .list-flex > .list-item {
	margin-top: 0;
}
	.post-type-network.post-view-teaser .list-flex > .item-image {
		max-width: 60px;
	}
	.post-type-network.post-view-teaser .list-flex > .item-content {
		width: calc(100% - 60px);
		padding-left: 1.375em
	}

.post-type-network.post-view-teaser .field-thumbnail {
	position: relative;
	margin-bottom: 0;
	background: rgba(255,255,255, 1);
	border-radius: 50%;
	padding: 1em;
	width: 60px;
	height: 60px;
}
	.post-type-network.post-view-teaser .field-thumbnail:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border-radius: 50%;
		border: 4px solid rgba(148,156,167, .5);
		transition: all .3s ease;
	}

.post-type-network.post-view-teaser .field-thumbnail img {
	border-radius: 50%;
}

/* post-type-working_group */
.post-type-working_group.post-view-teaser .list-article-working_group > .list-item {
	margin-top: 0;
	position: relative;
}

.post-type-working_group.post-view-teaser .list-article-working_group > .list-item:after {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	border-right: 2px solid rgba(201,206,211, 1);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.post-type-working_group.post-view-teaser .field {
	padding: 1em 1.375em;
	font-size: 0.875rem;
	color: rgba(34,49,68, 1);
}

.post-type-working_group.post-view-teaser .title {
	font-size: 0.875rem;
	opacity: .66;
}

/* post-type-team */
.post-type-team.post-view-teaser a.teaser {
	display: inline-block;
}

.post-type-team.post-view-teaser .field-email {
	margin-top: 0.34375em;
}

.post-type-team.post-view-teaser .field-email a {
	color: rgba(0,0,0, .66);
	padding-bottom: 1px;
	border-bottom: 1px solid rgba(219,42,110, 1);
}
	.post-type-team.post-view-teaser a:hover {
		text-decoration: none;
	}

.post-type-team.post-view-teaser .field-thumbnail {
	position: relative;
	max-width: 60px;
	padding: 6px;
	background: rgba(255,255,255, 1);
	border-radius: 50%;
}
	.post-type-team.post-view-teaser .field-thumbnail:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border-radius: 50%;
		border: 4px solid rgba(148,156,167, .5);
		transition: all .3s ease;
	}

.post-type-team.post-view-teaser .field-thumbnail img {
	border-radius: 50%;
}

.post-type-team.post-view-teaser .field-sectors {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -5px;
	margin-top: -14px;
}

.post-type-team.post-view-teaser .field-sectors .field-sector {
	margin-bottom: 0;
}
	.post-type-team.post-view-teaser .field-sectors .field-sector:nth-of-type(2) { margin-left: 4px; transform: translateY(-4px); }
	.post-type-team.post-view-teaser .field-sectors .field-sector:nth-of-type(3) { margin-left: 20px; transform: translateY(-13px); }

.post-type-team.post-view-teaser .field-sectors .field-sector span {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255, 1);
}
	.post-type-team.post-view-teaser .field-sectors .field-sector.sector-environmental span {
		background: rgba(126,211,33, 1);
	}
	.post-type-team.post-view-teaser .field-sectors .field-sector.sector-instruments span {
		background: rgba(74,144,226, 1);
	}
	.post-type-team.post-view-teaser .field-sectors .field-sector.sector-product-testing span {
		background: rgba(245,166,35, 1);
	}
	.post-type-team.post-view-teaser .field-sectors .field-sector.sector-qa-qc span {
		background: rgba(195,195,195, 1);
}

.post-type-team.post-view-full .field-curriculum {
	margin-top: 2.75em;
}

.post-type-team.post-view-full .field-curriculum .btn {
	font-size: 1.25rem;
	min-width: 280px;
}

.post-type-team.post-view-full .field-sectors .field-sector {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-transform: uppercase;
	position: relative;
	padding: 4px;
	background: rgba(255,255,255, 1);
}


.post-type-team.post-view-full .field-thumbnail {
	position: relative;
	margin-left: 28px;
	padding: 12px;
	max-width: 320px;
	margin-bottom: 1.375em;
}
	.post-type-team.post-view-full .field-thumbnail:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border-radius: 50%;
		border: 6px solid rgba(148,156,167, .5);
	}

.post-type-team.post-view-full .field-thumbnail img {
	border-radius: 50%;
}

.post-type-team.post-view-full .field-sectors {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -24px;
	margin-top: -28px;
}

.post-type-team.post-view-full .field-sectors .field-sector {
	margin-bottom: 4px;
}
	.post-type-team.post-view-full .field-sectors .field-sector:nth-of-type(2) { margin-left: 12px; margin-bottom: 0; }
	.post-type-team.post-view-full .field-sectors .field-sector:nth-of-type(3) { margin-left: 44px; transform: translateY(-4px); }

.post-type-team.post-view-full .field-sectors .field-sector span {
	border: 3px solid;
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	line-height: 42px;
}
	.post-type-team.post-view-full .field-sectors .field-sector.sector-environmental span {
		border-color: rgba(126,211,33, 1);
		color: rgba(126,211,33, 1);
	}
	.post-type-team.post-view-full .field-sectors .field-sector.sector-instruments span {
		border-color: rgba(74,144,226, 1);
		color: rgba(74,144,226, 1);
	}
	.post-type-team.post-view-full .field-sectors .field-sector.sector-product-testing span {
		border-color: rgba(245,166,35, 1);
		color: rgba(245,166,35, 1);
	}
	.post-type-team.post-view-full .field-sectors .field-sector.sector-qa-qc span {
		border-color: rgba(195,195,195, 1);
		color: rgba(195,195,195, 1);
	}

.post-type-team.post-view-full .field-role,
.post-type-team.post-view-full .field-email {
	margin-left: 28px;
	font-size: 0.875rem;
	max-width: 320px;
}

.post-type-team.post-view-full .field-email a {
	color: rgba(0,0,0, .66);
	border-bottom: 1px solid rgba(219,42,110, 1);
	padding-bottom: 1px;
}
	.post-type-team.post-view-full .field-email a:hover {
		text-decoration: none;
	}

/* post-type-download */
.post-type-download.post-view-shortcode {
	max-width: 480px;
}

.post-type-download.post-view-shortcode a {
	display: flex;
	padding: 1.375em;
	background: rgba(219,42,110, 0.12);
	border-bottom: 0 !important;
}

.post-type-download.post-view-shortcode .field-thumbnail {
	width: 25%;
	margin-bottom: 0;
}

.post-type-download.post-view-shortcode .wrapper {
	width: 75%;
	padding: 0.6875em 0 0 1.375em;
}

.post-type-download.post-view-shortcode .title {
	font-size: 1.125rem;
	color: rgba(34,49,68, 1);
}

.post-type-download.post-view-shortcode .field-file {
	color: rgba(0,0,0, 0.33);
	text-transform: uppercase;
	margin-bottom: 1.375em;
	font-size: 0.875rem;
}

.post-type-download.post-view-shortcode .field-file .file:after {
	content: ',';
}

.post-type-download.post-view-shortcode .field-more {
	color: rgba(219,42,110, 1);
	font-size: 0.875rem;
	position: relative;
}
	.post-type-download.post-view-shortcode .field-more:before {
		position: absolute;
		z-index: 1;
		left: -42px;
		top: -8px;
		content: '\f178';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		display: inline-block;
		position: absolute;
		width: 36px;
		height: 36px;
		border-radius: 40px;
		background: rgba(219,42,110, 1);
		color: rgba(255,255,255, 1);
		text-align: center;
		line-height: 36px;
		font-size: 1.125rem;
	}

/* post-type-case_study */
.post-type-case_study.post-view-full .field-thumbnail {
	width: 200px;
	height: 200px;
	background: rgba(255,255,255, 1);
	display: flex;
	align-items: center;
	padding: 0.6875em;
}

.post-type-case_study.post-view-full .field-quote blockquote {
	background: none;
	padding: 2.75em 0 0 0;
}
	.post-type-case_study.post-view-full .field-quote blockquote:before {
		color: rgba(255,255,255, 1);
		top: 0;
	}

.post-type-case_study.post-view-full .field-quote blockquote p {
	background: rgba(0,0,0, 1);
	color: rgba(255,255,255, 1);
	padding: 4px 0.6875em;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 2;
	display: inline;
}

/* ######################################## *\
		FELDER
\* ######################################## */

.field > .label {
	margin-bottom: 0.34375em;
	color: rgba(0,0,0, 1);
	font-size: 1rem;
	font-weight: 700;
	display: block;
}

/* field-excerpt */
.field-excerpt {
	font-size: 0.875rem;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	opacity: 0.66;
}

.field-excerpt .more {
	display: block;
	margin-top: 0.6875em;
}

.field-excerpt .more i {
	vertical-align: middle;
}

/* field-body */
.field-body {}

.field-body a:not(.btn) {
	color: rgba(0,0,0, 0.66);
	border-bottom: 1px solid rgba(219,42,110, 1);
	text-decoration: none;
}
	.field-body a:not(.btn):hover {
		color: rgba(219,42,110, 1);
	}
	.field-body .wp-caption a:not(.btn),
	.field-body a:not(.btn).rl-gallery-link {
		border-bottom: none;
	}

.field-body a.more-link {
	font-size: 1.25rem;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	border-bottom: none;
	color: rgba(0,0,0, 1);
	transition: all .6s ease;
}
	.field-body a.more-link:before {
		content: '\f178';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		color: rgba(219,42,110, 1);
		margin-right: 0.34375em;
		transition: all .3s ease;
	}

#footer .field-body a:not(.btn),
.page-template-page-layout-intro .layout-intro .field-body a:not(.btn),
.front .layout-intro .field-body a:not(.btn) {
	color: rgba(255,255,255, 0.66);
	transition: color .3s ease;
}
	#footer .field-body a:not(.btn):hover,
	.page-template-page-layout-intro .layout-intro .field-body a:not(.btn):hover,
	.front .layout-intro .field-body a:not(.btn):hover {
		color: rgba(255,255,255, 1);
	}

.field-body ol {
	padding: 0 0 0 1.375em;
	margin: 0.6875em 0 1.375em 0;
}
	.field-body p + ol {
		margin-top: -0.6875em;
	}
	.field-body ol ol {
		margin: 0.34375em 0 0 0;
	}

.field-body ol li {
	padding: 4px 0 4px 0;
}

.field-body ol ol li {
	list-style: lower-alpha;
}

.field-body ul {
	list-style: none;
	padding: 0;
	margin: 0.6875em 0 1.375em 1em;
}
	.field-body p + ul {
		margin-top: -0.6875em;
	}
	.field-body ul ul {
		margin: 0.34375em 0 0 0;
	}
	.widget .field-body ul {
		margin: 0.6875em 0 1.375em 0;
	}

.field-body ul li {
	padding: 4px 0 4px 1.375em;
}

.field-body ul li:before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	display: inline-block;
	margin-left: -1.375em;
	width: 1.375em;
	font-size: 1rem;
	vertical-align: middle;
	position: relative;
	top: -2px;
	color: rgba(41,57,80, .5);
}
	.page-template-page-layout-intro .layout-intro .field-body ul li:before {
		color: rgba(255,255,255, 1);
	}
	.field-body ul ul li:before {
		content: '\f101';
	}
	.layout-content.bgcolor-dark .field-body ul li:before {
		color: rgba(255,255,255, 1);
	}

.field-body ul.sectors {
	margin: 1.375em 0;
	text-align: center;
}

.field-body ul.sectors li {
	display: inline-block;
	margin-right: 0.6875em;
	font-size: 0.875rem;
}
	.field-body ul.sectors li:before {
		content: '\f111';
		font-weight: 900;
	}
	.field-body ul li.environmental:before { color: rgba(126,211,33, 1) !important; }
	.field-body ul li.product-testing:before { color: rgba(245,166,35, 1) !important; }
	.field-body ul li.instruments:before { color: rgba(74,144,226, 1) !important; }
	.field-body ul li.qaqc:before { color: rgba(195,195,195, 1) !important; }


/* field-permalink */
.field-permalink a {
	transition: all .6s ease;
}
	.field-permalink a i {
		transition: all .3s ease;
	}

/* field-thumbnail */
.field-thumbnail {
	margin-bottom: 1em;
}

/* field-author */
.field-author .avatar {
	width: 48px;
	height: 48px;
	float: left;
	border-radius: 50%;
	margin-right: 0.6875em;
	border: 2px solid rgba(255,255,255, 1);
}

.field-author .name {
	line-height: 48px;
	float: left;
}

/* field-taxonomy */
.field-taxonomy ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.field-taxonomy li {
	float: left;
	margin: 0 0.34375em 0.34375em 0;
}

.field-taxonomy a {
	display: block;
	font-size: 0.875rem;
	padding: 4px 8px;
	background: rgba(41,57,80, 1);
	border: 1px solid rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
	border-radius: 4px;
	text-decoration: none;
}
	.field-taxonomy.taxonomy-tag a {
		border: 1px solid rgba(41,57,80, 1);
		background: transparent;
		color: rgba(41,57,80, 1);
	}

/* field-share */
.field-share {
	margin-bottom: 1.375em;
}

.field-share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.field-share li {
	float: left;
	margin: 0 0.34375em 0.34375em 0;
}

.field-share a {
	display: block;
	font-size: 1.25rem;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	color: rgba(255,255,255, 1);
	text-decoration: none;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
	.field-share li.share-facebook a {
		background: #3B5998;
	}
	.field-share li.share-google-plus a {
		background: #DB4A39;
	}
	.field-share li.share-twitter a {
		background: #55ACEE;
	}
	.field-share li.share-whatsapp a {
		background: #25D366;
	}
	.field-share li.share-email a {
		background: rgba(41,57,80, 1);
	}

/* field-date */
.field-date {
	display: block;
}

/* field-date-category */
.field-date-category {
	margin-bottom: 0.34375em;
}

.field-date-category .category {
	margin-left: 0.34375em;
	border-left: 1px solid rgba(0,0,0, 0.12);
	padding-left: 0.6875em;
}
	.post-is-sticky .field-date-category .category {
		margin-left: 0;
		border-left: 0;
		padding-left: 0;
	}

.field-date-category .category a {
	color: rgba(0,0,0, 1);
}

/* field-date-location */
.field-date-location {
	margin-bottom: 0.34375em;
}

.field-date-location .location {
	margin-left: 0.34375em;
	border-left: 1px solid rgba(0,0,0, 0.12);
	padding-left: 0.6875em;
}
	.post-is-sticky .field-date-location .location {
		margin-left: 0;
		border-left: 0;
		padding-left: 0;
	}

.field-date-location .location a {
	color: rgba(0,0,0, 1);
}

/* ######################################## *\
		ELEMENTE
\* ######################################## */

/* responsive-embed */
.responsive-embed {
	margin-bottom: 1.375em;
}

/* links */
a.external:after {
	content: '\f08e';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	display: inline-block;
	margin: 0 0 0 0.34375em;
	font-size: 0.75rem;
	white-space: nowrap;
}

/* formulare */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="file"],
textarea {
	width: 100%;
	border: 1px solid transparent;
	padding: 6px 10px;
	background: rgba(0,0,0, 0.05);
	-webkit-transition: border-color 0.3s ease 0s;
	-moz-transition: border-color 0.3s ease 0s;
	transition: border-color 0.3s ease 0s;
	font-size: 0.875rem;
}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="search"]:focus,
	input[type="email"]:focus,
	input[type="number"]:focus,
	input[type="tel"]:focus,
	input[type="url"]:focus,
	input[type="date"]:focus,
	input[type="file"]:focus,
	textarea:focus {
		border-color: rgba(219,42,110, 1);
	}

select,
input[type="range"] {
	width: 100%;
}

.styled-select {
	display: block;
	position: relative;
}

.styled-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0,0,0, 0.05) none repeat scroll 0 0;
	border: 0 none;
	cursor: pointer;
	font-size: 0.875rem;
	padding: 5px 28px 5px 8px;
	border-radius: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid transparent;
	outline: none !important;
}
	.styled-select select:focus {
		border-color: rgba(41,57,80, 1);
	}
	.styled-select select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 rgba(0,0,0, 1);
	}

.styled-select select::-ms-expand {
	display: none;
}

.styled-select option {
	background: rgba(255,255,255, 1);
}

.styled-select i {
	pointer-events: none;
	position: absolute;
	z-index: 1;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0,0,0, 0.5);
}

textarea {
	resize: vertical;
}

.btn, .button, .submit {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0.6875em 1.375em;
	text-align: center;
	color: rgba(255,255,255, 1);
	background-color: rgba(219,42,110, 1);
	border-radius: 8px;
	border: 0;
	text-decoration: none;
	-webkit-transition: background 0.3s ease 0s;
	-moz-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
	-webkit-appearance: none;
	cursor: pointer;
	border-bottom: 4px solid rgba(0,0,0, 0.12);
	font-family: 'Titillium Web', sans-serif;
}
	.btn-o, .button-o {
		background: none;
		padding-top: 8px;
		padding-bottom: 8px;
		border: 2px solid rgba(41,57,80, 1);
		color: rgba(41,57,80, 1);
	}
	.btn-margin, .button-margin {
		margin: 0.6875em 0 0;
	}
	.btn-lmargin, .button-lmargin {
		margin: 1.375em 0 0;
	}

/* contactform 7 */
.wpcf7-form-control:before,
.wpcf7-form-control:after,
.wpcf7-form:before,
.wpcf7-form:after {
	content:' ';
	display:table;
}
	.wpcf7-form:after,
	.wpcf7-form-control:after {
		clear:both;
	}

.wpcf7-form hr {
	border: 0;
	height: 1px;
	width: 100%;
	background: rgba(0,0,0, 0.12);
	margin: 1.375em 0;
	clear: both;
}

.wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-control.wpcf7-radio {
	display: block;
	background: rgba(0,0,0, 0.05);
	padding: 6px 5px 0px;
	font-size: 0.875rem;
	border: 1px solid transparent;
	min-height: 34px;
}

.wpcf7-form-control.wpcf7-checkbox input,
.wpcf7-form-control.wpcf7-radio input {
	vertical-align: middle;
}

input[type="checkbox"] + .wpcf7-list-item-label,
input[type="radio"] + .wpcf7-list-item-label {
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}
	input[type="checkbox"]:checked + .wpcf7-list-item-label,
	input[type="radio"]:checked + .wpcf7-list-item-label {
		color: rgba(0,0,0, 1);
	}

.wpcf7-form .field-rating .wpcf7-form-control {
	background: none;
	padding: 0;
}

.wpcf7-form .field-rating .wpcf7-list-item {
	margin: 0;
	padding-right: 4px;
}
	.wpcf7-form .field-rating .wpcf7-list-item.last {
		margin-left: 6px;
	}

.wpcf7-form .field-rating .wpcf7-list-item input {
	display: none;
}

.wpcf7-form .field-rating .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 0;
}
	.wpcf7-form .field-rating .wpcf7-list-item .wpcf7-list-item-label:after {
		content: '\f005';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		color: rgba(0,0,0, 0.12);
		font-size: 1.5rem;
	}
		.wpcf7-form .field-rating .wpcf7-list-item.active .wpcf7-list-item-label:after {
			color: rgba(255,207,0, 1);
		}
	.wpcf7-form .field-rating .wpcf7-list-item.last .wpcf7-list-item-label:after {
		content: '\f057';
		color: rgba(0,0,0, 0.12);
	}
		.wpcf7-form .field-rating .wpcf7-list-item.last label:hover .wpcf7-list-item-label:after,
		.wpcf7-form .field-rating .wpcf7-list-item.last.selected .wpcf7-list-item-label:after {
			color: rgba(0,0,0, 0.66);
		}

.wpcf7-form .field-wrap {
	margin-bottom: 1.375em;
}
	.wpcf7-form .list > .field-wrap {
		margin-bottom: 0;
	}

.wpcf7-form .field-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 0.171875em 0.171875em;
}
	.wpcf7-form .field-placeholder .field-label {
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		transform: translate(10px, 26px);
		opacity: 0.5;
		pointer-events: none;
	}
		.wpcf7-form .field-placeholder.placeholder-active .field-label {
			transform: translate(0, 0);
			opacity: 1;
			pointer-events: auto;
		}

.wpcf7-form .field-label .required {
	color: rgba(199,0,0, 1);
}

.wpcf7-form .field-wrap > div {
	position: relative;
}

.wpcf7-form .field-wrap .notice {
	font-size: 0.875em;
}

.wpcf7-form .wpcf7-list-item {
	margin-right: 0.6875em;
	margin-left: 0;
	margin-bottom: 0.6875em;
	display: block;
	color: rgba(0,0,0, 0.8);
}

.wpcf7-form label[for],
.wpcf7-form .wpcf7-list-item label {
	cursor: pointer;
}

.wpcf7-form .field-placeholder .styled-select select {
	color: rgba(0,0,0, 0);
}
	.wpcf7-form .field-placeholder.placeholder-active .styled-select select {
		color: rgba(0,0,0, 1);
	}

.wpcf7-form .field-captcha {
	position: relative;
}

.wpcf7-form .field-captcha .wpcf7-captchac {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 1;
}

.wpcf7-form .field-acceptance .notice {
	display: block;
	margin-bottom: 0.6875em;
}

.wpcf7-form .field-acceptance .wpcf7-form-control.wpcf7-checkbox {
	display: inline;
	background: none;
	padding: 0;
	border: 0;
	min-height: 0;
}

.wpcf7-form .field-acceptance .wpcf7-list-item {
	float: none;
}

.wpcf7-form .field-acceptance input {
	float: left;
	position: relative;
	top: 2px;
}

.wpcf7-form .field-acceptance .wpcf7-list-item-label {
	display: block;
	margin-left: 1.375em;
	line-height: 1.375em;
}
	.wpcf7-form .field-acceptance .wpcf7-not-valid .wpcf7-list-item-label {
		color: rgba(219,42,110, 1);
	}

.wpcf7-form .field-submit {
	margin-bottom: 0;
	position: relative;
}

.wpcf7-form .field-submit .wpcf7-submit {
	margin: 0;
	float: left;
}

.wpcf7-form .field-submit .ajax-loader {
	float: left;
	margin-left: 12px;
	margin-top: 12px;
	min-width: auto;
	display: none !important;
}

.wpcf7-form .wpcf7-not-valid,
.wpcf7-form .clever_form_error {
	background: rgba(219,42,110, 0.06);
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
	border: 0;
	color: rgba(219,42,110, 1);
	width: 100%;
	padding: 2px 6px 4px;
	font-size: 12px;
	position: relative;
	margin-top: 3px;
	z-index: 1;
	padding-left: 1.375em;
	line-height: 16px;
}
	.wpcf7-form .wpcf7-response-output {
		padding: 1.375em 1.375em 1.375em 3.4375em !important;
		margin: 1.375em 0 0;
		border-radius: 0 2px 2px 0;
		font-weight: 700;
		border-left: 5px solid transparent;
	}
		.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
		.wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked,
		.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
			border-color: rgba(219,42,110, 1);
			background: rgba(219,42,110, 0.06);
			color: rgba(219,42,110, 1);
		}
		.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
			border-color: rgba(68,157,68, 1);
			background: rgba(68,157,68, 0.06);
			color: rgba(68,157,68, 1);
		}

.wpcf7-form .wpcf7-not-valid-tip:before {
	content: '\f148';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	display: inline-block;
	margin-left: -1.375em;
	width: 1.375em;
	position: relative;
	transform: scaleX(-1);
	text-align: center;
	top: -2px;
}

.wpcf7-form .wpcf7-response-output:before {
	content: '\f040';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	display: inline-block;
	font-weight: normal;
	font-size: 1.25rem;
	margin-left: -2.0625em;
	width: 2.0625em;
	position: relative;
	top: -2px;
	text-align: center;
	vertical-align: middle;
}
	.wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked:before {
		content: '\f544';
	}
	.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
		content: '\f1d8';
	}

.grecaptcha-badge {
	z-index: 999;
    display: none;
}

/* guide */
@-moz-keyframes down {
	0% { -moz-transform: translateY(0); }
	25% { -moz-transform: translateY(5px); }
	50% { -moz-transform: translateY(0); }
	100% { -moz-transform: translateY(0); }
}

@-webkit-keyframes down {
	0% { -webkit-transform: translateY(0); }
	25% { -webkit-transform: translateY(5px); }
	50% { -webkit-transform: translateY(0); }
	100% { -webkit-transform: translateY(0); }
}

@keyframes down {
	0% { transform: translateY(0); }
	25% { transform: translateY(5px); }
	50% { transform: translateY(0); }
	100% { transform: translateY(0); }
}

@-moz-keyframes up {
	0% { -moz-transform: translateY(0); }
	25% { -moz-transform: translateY(-5px); }
	50% { -moz-transform: translateY(0); }
	100% { -moz-transform: translateY(0); }
}

@-webkit-keyframes up {
	0% { -webkit-transform: translateY(0); }
	25% { -webkit-transform: translateY(-5px); }
	50% { -webkit-transform: translateY(0); }
	100% { -webkit-transform: translateY(0); }
}

@keyframes up {
	0% { transform: translateY(0); }
	25% { transform: translateY(-5px); }
	50% { transform: translateY(0); }
	100% { transform: translateY(0); }
}

#guide a {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99;
	width: 44px;
	height: 44px;
	background: none;
	color: rgba(219,42,110, 1);
	border: 2px solid rgba(219,42,110, 1);
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	display: block;
	font-size: 1.25rem;
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	animation: 4s ease normal none infinite down;
}
	#guide a.top {
		bottom: 15px;
		animation: 4s ease normal none infinite up;
	}

	#guide a.down {
		display: none !important;
	}

/* tablepress */
.tablepress-container {
	position: relative;
	padding: 0 2px;
}

.tablepress-table-description {
	margin-bottom: 1.375em
}

table.tablepress {
	min-width: 640px;
	margin-bottom: 1.375em;
	font-size: 0.875rem;
}

table.tablepress tfoot th,
table.tablepress thead th {
	background-color: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
	border: 0;
}

table.tablepress tbody td,
table.tablepress tfoot th {
	border: 0;
}

table.tablepress td,
table.tablepress th {
	padding: 0.6875em;
}

table.tablepress tr {

}

table.tablepress td {

}
	table.tablepress .even td {
		background-color: rgba(255,255,255, 1);
	}
	table.tablepress .odd td {
		background-color: rgba(0,0,0, 0.024);
	}
	table.tablepress .row-hover tr:hover td {
		background-color: rgba(41,57,80, 0.06);
	}

/* google maps */
.map, .gmap {
	width: 100%;
	background-color: rgba(0,0,0, 0.05);
}

.gm-style-iw {
	width: 260px;
	max-width: 260px;
}

.iw .si-content-wrapper {
	background-color: transparent;
}

.iw .si-content {
	width: 280px;
	padding: 10px 35px 10px 10px;
	background: rgba(41,57,80, 0.96);
	color: rgba(255,255,255, 1);
}

.iw .si-content * {
	color: rgba(255,255,255, 1);
}

.iw .si-pointer-top {
	border-top-color: rgba(41,57,80, 0.96);
}

.iw .si-close-button {
	font-size: 0px;
	padding: 5px 10px;
	opacity: 1;
}
	.iw .si-close-button:before {
		content: '\f00d';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		display: inline-block;
		font-size: 18px;
		color: rgba(255,255,255, 1);
	}

/* sitemap */
#sitemap .sitemap-depth-0 {
	padding: 8px 0 4px 1.375em;
}
	#sitemap .sitemap-depth-0:before {
		content: '–' !important;
		vertical-align: baseline;
	}

#sitemap .sitemap-depth-1 {
	padding-left: 2.0625em;
}
	#sitemap .sitemap-depth-1:before {
		content: '\f107' !important;
		transform: rotate(45deg);
	}

#sitemap .sitemap-depth-2 {
	padding-left: 2.75em;
}
	#sitemap .sitemap-depth-2:before {
		content: '\f107' !important;
		transform: rotate(45deg);
	}

#sitemap .sitemap-depth-3 {
	padding-left: 3.4375em;
}
	#sitemap .sitemap-depth-3:before {
		content: '\f107' !important;
		transform: rotate(45deg);
	}

#sitemap .sitemap-depth-4 {
	padding-left: 4.125em;
}
	#sitemap .sitemap-depth-4:before {
		content: '\f107' !important;
		transform: rotate(45deg);
	}

/* table-instrument */
.table-instrument {
	font-size: 0.875rem;
	margin-bottom: 1.375em;
}

.table-instrument .table-header {
	color: rgba(255,255,255, 1);
	text-align: center;
	padding: 0.34375em 0.6875em;
	background: rgba(34,49,68, 1);
	font-weight: bold;
}

.table-instrument .table-item {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.71875em;
}
	.table-instrument .table-item.even {
		background: rgba(34,49,68, 0.12);
		border-bottom: 1px dashed rgba(0,0,0, 0.12);
	}
	.table-instrument .table-item.odd {
		background: rgba(34,49,68, 0.24);
		border-bottom: 1px dashed rgba(255,255,255, 0.88);
	}
	.table-instrument .table-item:last-child {
		border-bottom: 0 !important;
	}

.table-instrument .table-item .left {
	padding: 0.34375em 0.6875em;
	color: rgba(0,0,0, 1);
	width: 100%;
	font-weight: bold;
}

.table-instrument .table-item .right {
	padding: 0.34375em 0.6875em;
	color: rgba(0,0,0, 0.66);
	width: 100%;
}

/* short-contact */
.short-contact {
	display: flex;
	align-items: center;
	margin-top: 1.375em;
}

.short-contact .image {
	flex: 0 0 20%;
	border-radius: 999px;
	overflow: hidden;
	margin-right: 0.6875em;
}

.short-contact .email-phone {
	flex: 1;
	font-size: 0.875rem;
}

.short-contact .email {
	display: inline-block;
	color: rgba(255,255,255, 0.66);
	border-bottom: 1px solid rgba(174,44,104, 1);
}

.short-contact .phone {
	display: block;
	color: rgba(255,255,255, 1);
	margin-top: 0.171875em;
}

/* ######################################## *\
		MENÜS
\* ######################################## */

.menu,
.sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* error-404 */
.error-404-menu-container {
	margin-top: 2.75em;
}

#error-404-menu .menu-depth-1 {
	margin: -0.34375em 0 0.6875em;
}

#error-404-menu .menu-depth-2 {
	margin-bottom: 0.34375em;
}

#error-404-menu .menu-item-depth-0 {
	margin: 0;
}

#error-404-menu .menu-item-depth-1 {
	font-size: 0.875rem;
}

#error-404-menu .menu-link {
	display: block;
	color: rgba(0,0,0, 1);
	padding: 5px 10px;
}
	#error-404-menu .menu-link-depth-0 {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1.125rem;
	}
	#error-404-menu .menu-item-depth-0 .menu-link:before {
		content: '›';
		display: inline-block;
		margin-left: -1.375em;
		width: 1.375em;
		text-align: center;
	}
	#error-404-menu .menu-link-depth-0 {
		padding-left: 1.375em;
	}
		#error-404-menu .menu-item-depth-0 .menu-link-depth-0:before {
			content: '–';
		}
	#error-404-menu .menu-link-depth-1 {
		padding-left: 2.75em;
	}
		#error-404-menu .menu-item-depth-1 .menu-link-depth-1:before {
			content: '›';
		}
	#error-404-menu .menu-link-depth-2 {
		padding-left: 3.34375em;
	}
		#error-404-menu .menu-item-depth-2 .menu-link-depth-2:before {
			content: '››';
		}
	#error-404-menu .menu-link-depth-3 {
		padding-left: 4.125em;
	}
		#error-404-menu .menu-item-depth-3 .menu-link-depth-3:before {
			content: '›››';
		}
	#error-404-menu .menu-link-depth-4 {
		padding-left: 4.8125em;
	}
		#error-404-menu .menu-item-depth-4 .menu-link-depth-4:before {
			content: '››››';
		}

/* meta-menu */
#meta-menu {
	font-family: 'Titillium Web', sans-serif;
}

#meta-menu .wrapper {
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}

#meta-menu ul.wpml {
	display: flex;
	align-items: center;
}

#meta-menu ul.wpml li {
	position: relative;
	border-right: 1px solid rgba(255,255,255, 0.24);
}
	#meta-menu ul.wpml li.active ~ li {
		border-left: 1px solid rgba(255,255,255, 0.24);
	}
		#meta-menu ul.wpml li.active,
		#meta-menu ul.wpml li:last-child {
			border-right: 0;
		}

#meta-menu ul.wpml li a,
#meta-menu ul.wpml li span {
	display: inline-block;
	margin: 0 0.6875em;
	font-size: 1.25rem;
	text-align: center;
	color: rgba(255,255,255, 1);
}
	#meta-menu ul.wpml li span {
		width: 42px;
		height: 42px;
		line-height: 42px;
		border-radius: 99px;
		font-weight: bold;
		background: rgba(255,255,255, 1);
		color: rgba(41,57,80, 1);
	}
	#meta-menu ul.wpml li:first-child a,
	#meta-menu ul.wpml li:first-child span {
		margin-left: 0;
	}

#meta-menu ul.meta {
	display: flex;
	align-items: center;
}

#meta-menu ul.meta li {
	display: flex;
	align-items: center;
}

#meta-menu ul.meta li a {
	display: inline-block;
	margin: 0 1.375em;
	font-size: 1.25rem;
	text-align: center;
	color: rgba(255,255,255, 1);
}
	#meta-menu ul.meta li:last-child a {
		margin-right: 0;
	}

#meta-menu [data-target="search"] {
	position: relative;
	width: 100%;
	background: rgba(255,255,255, 1);
	height: 60px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

#meta-menu [data-target="search"] .site-search {
	width: 100%;
}

#meta-menu [data-target="search"] .search-input {
	border: 0;
	background: none;
	color: rgba(41,57,80, 1);
	font-size: 1.125rem;
}
	#meta-menu [data-target="search"] .search-input::-webkit-input-placeholder {
		color: rgba(41,57,80, 0.5);
	}

#meta-menu [data-target="search"] .search-submit {
	border: 0;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	color: rgba(41,57,80, 1);
	font-size: 1.5rem;
}

/* meta-menu-small */
#meta-menu-small {
	font-family: 'Titillium Web', sans-serif;
}

#meta-menu-small > ul {
	display: flex;
}

#meta-menu-small li.meta {
	width: 20%;
	position: relative;
}

#meta-menu-small li.meta > a {
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: rgba(255,255,255, 1);
	font-size: 20px;
	border-right: 1px solid rgba(255,255,255, 0.33);
}
	#meta-menu-small li.meta-sitemap > a {
		border-right: 0;
	}
	#meta-menu-small li.meta-contact > a {
		background: rgba(219,42,110, 1);
		border-right: 0;
	}
	#meta-menu-small li.meta-share > a {
		background: rgba(174,44,104, 1);
		border-right: 0;
	}
	#meta-menu-small li.meta > a.active {
		background: rgba(255,255,255, 1);
		color: rgba(41,57,80, 1);
	}

#meta-menu-small li.meta-wpml > a > span {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 99px;
	background: rgba(255,255,255, 1);
	color: rgba(41,57,80, 1);
	line-height: 36px;
	font-size: 1.125rem;
	font-weight: bold;
}
	#meta-menu-small li.meta-wpml > a.active > span {
		background: rgba(41,57,80, 1);
		color: rgba(255,255,255, 1);
	}

#meta-menu-small [data-target="wpml"] ul {
	display: flex;
	width: 100%;
	background: rgba(255,255,255, 1);
}

#meta-menu-small [data-target="wpml"] li {
	width: 20%;
}

#meta-menu-small [data-target="wpml"] a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 60px;
	height: 60px;
	color: rgba(41,57,80, 1);
	font-size: 1.125rem;
}

#meta-menu-small [data-target="search"] {
	position: relative;
	width: 100%;
	background: rgba(255,255,255, 1);
	height: 60px;
	display: flex;
	align-items: center;
}

#meta-menu-small [data-target="search"] .site-search {
	width: 100%;
}

#meta-menu-small [data-target="search"] .search-input {
	border: 0;
	background: none;
	color: rgba(41,57,80, 1);
	font-size: 1.125rem;
}
	#meta-menu-small [data-target="search"] .search-input::-webkit-input-placeholder {
		color: rgba(41,57,80, 0.5);
	}

#meta-menu-small [data-target="search"] .search-submit {
	border: 0;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	color: rgba(41,57,80, 1);
	font-size: 1.5rem;
}

/* sitemap-menu */
[id^="sitemap-menu"] .menu-item-depth-0 {
	margin-bottom: 1.375em;
}

[id^="sitemap-menu"] .menu-link {
	color: rgba(0,0,0, 1);
}

[id^="sitemap-menu"] .menu-link-depth-0 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.5rem;
}

[id^="sitemap-menu"] .menu-depth-1 {
	margin-top: 0.6875em;
}

[id^="sitemap-menu"] .menu-item-depth-1 {
	padding: 0.34375em 0;
	font-size: 1.25rem;
}
	[id^="sitemap-menu"] .menu-item-depth-1:before {
		content: '\f178';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		color: rgba(219,42,110, 1);
		margin-right: 0.34375em;
	}

/* ######################################## *\
		SEITENNUMMERIERUNG / BREADCRUMBS
\* ######################################## */

#pagination {
	margin: 1.375em 0;
}

/* archive.prev-next */
#pagination.archive.prev-next {}

#pagination.archive.prev-next .page-prev {
	float: left;
	margin-right: 0.6875em;
}

#pagination.archive.prev-next .page-next {
	float: right;
	margin-left: 0.6875em;
}

#pagination.archive.prev-next .pagination-icon {
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 1.25rem;
	background: rgba(41,57,80, 1);
	line-height: 40px;
	color: rgba(255,255,255, 1);
	display: inline-block;
	vertical-align: middle;
}
	#pagination.archive.prev-next .page-prev .pagination-icon {
		margin-right: 0.6875em;
	}
	#pagination.archive.prev-next .page-next .pagination-icon {
		margin-left: 0.6875em;
	}

#pagination.archive.prev-next .pagination-label {
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

/* archive.paged */
#pagination.archive.paged {
	text-align: center;
}

#pagination.archive.paged .page-count {
	margin-bottom: 0.6875em;
	display: block;
}

#pagination.archive.paged .page-count .page {}

#pagination.archive.paged .page-count .pages {}

#pagination.archive.paged .page-numbers {
	padding: 4px 10px;
	background: transparent;
	text-decoration: none !important;
}
	#pagination.archive.paged .page-numbers.current {
		background: rgba(41,57,80, 0.06);
		color: rgba(41,57,80, 1);
	}
	#pagination.archive.paged a.page-numbers:hover {
		background: rgba(41,57,80, 1);
		color: rgba(255,255,255, 1);
	}
	#pagination.archive.paged .prev,
	#pagination.archive.paged .next {
		padding: 4px 7px;
	}

/* single.prev-next */
#pagination.single.prev-next {}

#pagination.single.prev-next .page-overview {
	display: block;
	margin-bottom: 1px;
}

#pagination.single.prev-next .page-overview a {
	color: rgba(255,255,255, 1);
	height: 42px;
	line-height: 42px;
	padding: 0 1.375em;
	background: rgba(41,57,80, 1);
	display: block;
	text-align: center;
}

#pagination.single.prev-next .page-overview i {
	margin-right: 0.6875em;
}

#pagination.single.prev-next .page-prev-next {
	display: block;
}

#pagination.single.prev-next .page-prev-next [class*="page-"] {
	float: left;
	width: 50%;
}
	#pagination.single.prev-next .page-prev-next .page-prev {
		padding-right: 1px;
	}

#pagination.single.prev-next .post-link {
	text-align: center;
	height: 42px;
	font-size: 1.25em;
	background: rgba(41,57,80, 1);
	display: block;
	line-height: 42px;
	color: rgba(255,255,255, 1);
}
	#pagination.single.prev-next .post-link.no-posts {
		opacity: 0.12;
		cursor: default;
	}

/* single.title */
#pagination.single.title {}

#pagination.single.title .page-prev,
#pagination.single.title .page-next {
	display: block;
	padding: 1.375em 0;
}

#pagination.single.title .page-prev + .page-next {
	border-top: 1px solid rgba(0,0,0, 0.06);
}

#pagination.single.title .prev-title,
#pagination.single.title .next-title {
	color: rgba(0,0,0, 0.24);
	display: block;
	text-transform: uppercase;
	margin-bottom: 0.34375em;
}

#pagination.single.title .prev-title i,
#pagination.single.title .next-title i {
	background: none repeat scroll 0 0 rgba(0,0,0, 0.12);
	color: rgba(255,255,255, 1);
	margin-right: 0.6875em;
	width: 1.375em;
	height: 1.375em;
	line-height: 1.375em;
	text-align: center;
	font-size: 1rem;
	display: inline-block;
}

#pagination.single.title .post-link {
	display: block;
}

/* breadcrumbs */
#breadcrumbs {
	padding-top: 1.375em;
	padding-bottom: 1.375em;
	font-size: 0.875rem;
}

#breadcrumbs .wrapper > span {
	vertical-align: middle;
}

#breadcrumbs a {
	color: rgba(0,0,0, 1);
}

#breadcrumbs a.home i {
	margin: 0 0.34375em 0 0;
}

#breadcrumbs .trail {
	margin: 0 0.6875em;
	color: rgba(0,0,0, 0.5);
}

#breadcrumbs .wrapper > span:last-of-type {
	color: rgba(0,0,0, 0.5);
	max-width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

/* ######################################## *\
		KOMMENTARE
\* ######################################## */

.comments > ul {
	padding: 0 0 1px;
}

ul.children {
	margin: -0.6875em 0 1.375em;
}

.comment {
	margin-bottom: 1.375em;
	list-style: none;
	position: relative;
	padding: 1.375em;
}
	.comment.depth-1,
	.comment.depth-1 + .children .comment {
		background: rgba(0,0,0, 0.06);
	}
	.comment.depth-1:nth-of-type(2n),
	.comment.depth-1:nth-of-type(2n) + .children .comment {
		background: rgba(0,0,0, 0.12);
	}
	.comment:last-of-type {
		border-bottom: none;
	}
	ul.children .comment {
		margin-bottom: 0.6875em;
	}

.comment-author {
	margin-bottom: 1.375em;
}

.comment-author > * {
	font-size: 0.875em;
}

.comment-author .fn {
	font-weight: 700;
	font-style: normal;
}

.comment-meta {
	position: absolute;
	right: 1.375em;
	top: 1.375em;
	z-index: 5;
}

.comment-meta > * {
	font-size: 0.875em;
}

.comment-respond {
	padding-top: 2.75em;
	border-top: 1px solid rgba(0,0,0, 0.12);
}

.reply-link {
	display: none;
}

/* ######################################## *\
		MISC / CONTRIB
\* ######################################## */

::selection {
	background: rgba(0,0,0, .8);
	color: rgba(255,255,255, 1);
	text-shadow: none;
}

::-webkit-selection {
	background: rgba(0,0,0, .8);
	color: rgba(255,255,255, 1);
	text-shadow: none;
}

::-moz-selection {
	background: rgba(0,0,0, .8);
	color:rgba(255,255,255, 1) ;
	text-shadow: none;
}

/* fa */
.fa-before {
	margin-right: 0.34375em;
}

.fa-before-2x {
	margin-right: 0.6875em;
}

.fa-before-4x {
	margin-right: 1.375em;
}

.fa-after {
	margin-left: 0.34375em;
}

.fa-after-2x {
	margin-left: 0.6875em;
}

.fa-after-4x {
	margin-left: 1.375em;
}

/* card */
.card {
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	border-radius: 2px;
	padding: 0.6875em 1.375em;
	background: rgba(255,255,255, 1);
	margin-bottom: 1.375em;
	border: 0px solid transparent;
	transition: all .3s ease;
}
	.card.info {
		border-left-width: 5px;
		border-color: rgba(41,57,80, 1);
		border-radius: 0 2px 2px 0;
	}
	.card.error {
		border-left-width: 5px;
		border-color: rgba(199,0,0, 1);
		border-radius: 0 2px 2px 0;
	}
	.card.success {
		border-left-width: 5px;
		border-color: rgba(68,157,68, 1);
		border-radius: 0 2px 2px 0;
	}
	.card.warning {
		border-left-width: 5px;
		border-color: rgba(236,151,31, 1);
		border-radius: 0 2px 2px 0;
	}
	.card.em {
		border-left-width: 5px;
		border-color: rgba(0,0,0, 1);
		background: rgba(0,0,0, 0.02);
		box-shadow: none;
		border-radius: 0 2px 2px 0;
	}
		.card.em.info {
			border-color: rgba(41,57,80, 1);
			background: rgba(41,57,80, 0.06);
			color: rgba(41,57,80, 1);
		}
		.card.em.error {
			border-color: rgba(199,0,0, 1);
			background: rgba(199,0,0, 0.06);
			color: rgba(199,0,0, 1);
		}
		.card.em.success {
			border-color: rgba(68,157,68, 1);
			background: rgba(68,157,68, 0.06);
			color: rgba(68,157,68, 1);
		}
		.card.em.warning {
			border-color: rgba(236,151,31, 1);
			background: rgba(236,151,31, 0.06);
			color: rgba(236,151,31, 1);
		}
	.card.bright {
		color: rgba(0,0,0, 1);
		background: rgba(255,255,255, 1) !important;
	}
	.card.dark {
		color: rgba(255,255,255, 1);
		background: rgba(0,0,0, 1) !important;
	}
	.card.small {
		font-size: 12px;
	}
	.card.bold {
		font-weight: 700;
	}
	.card.center {
		text-align: center;
	}
	.card.border {
		border-width: 5px;
	}
	.card.border-top {
		border-top-width: 5px;
	}
	.card.border-right {
		border-right-width: 5px;
	}
	.card.border-bottom {
		border-bottom-width: 5px;
	}
	.card.border-left {
		border-left-width: 5px;
	}
	.card.no-border {
		border-width: 0;
	}
	.card.no-border-top {
		border-top: 0;
	}
	.card.no-border-right {
		border-right: 0;
	}
	.card.no-border-bottom {
		border-bottom: 0;
	}
	.card.no-border-left {
		border-left: 0;
	}
	.card.no-shadow {
		box-shadow: none;
	}

.card .card-title {
	font-weight: 300;
}
	.card .card-title.line {
		padding-bottom: 0.34375em;
		border-bottom: 1px solid rgba(0,0,0, 0.12);
	}
		.card.em .card-title.line {
			border-bottom-color: rgba(41,57,80, 0.12);
		}
			.card.em.info .card-title.line {
				border-bottom-color: rgba(41,57,80, 0.12);
			}
			.card.em.error .card-title.line {
				border-bottom-color: rgba(199,0,0, 0.12);
			}
			.card.em.success .card-title.line {
				border-bottom-color: rgba(68,157,68, 0.12);
			}
			.card.em.warning .card-title.line {
				border-bottom-color: rgba(236,151,31, 0.12);
			}

.card .card-top {
	margin: -0.6875em -1.375em 0.6875em;
	width: auto !important;
}
	.card.small .card-top {
		margin-top: -1.375em;
	}

.card .card-middle {
	margin: 0.6875em -1.375em 0.6875em;
	width: auto !important;
}

.card .card-bottom {
	margin: 0.6875em -1.375em -0.6875em;
	width: auto !important;
}
	.card.small .card-bottom {
		margin-bottom: -1.375em;
	}

.card label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.box-shadow,
.card.box-shadow {
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
}

.box-shadow-2,
.card.box-shadow-2 {
	box-shadow: 0 2px 2px 0 rgba(0,0,0, 0.14), 0 1px 5px 0 rgba(0,0,0, 0.12), 0 3px 1px -2px rgba(0,0,0, 0.2);
}

/* owl-carousel */
.owl-carousel.owl-theme.gallery-thumbnails .owl-stage {
	margin: 0 auto;
}

.owl-carousel.owl-theme {
	padding-bottom: calc(32px + 0.6875em);
}

.owl-carousel.owl-theme .owl-nav {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	width: 66px;
	height: 32px;
}
	.owl-carousel.owl-theme.gallery-thumbnails .owl-nav {
		position: static;
		width: auto;
		height: auto;
	}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	z-index: 99;
	color: rgba(0,0,0, 1);
	font-size: 2rem;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	border-radius: 0;
	top: 0;
}
	.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
		color: rgba(255,255,255, 1);
		background: rgba(0,0,0, 0.12);
	}
	.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: 0;
	}
	.owl-carousel.owl-theme .owl-nav .owl-next {
		right: 0;
	}
	.owl-carousel.owl-theme.gallery-thumbnails .owl-nav [class*="owl-"] {
		top: 50%;
		margin-top: -16px;
	}
		.owl-carousel.owl-theme.gallery-thumbnails .owl-nav .owl-prev {
			left: 5px;
		}
		.owl-carousel.owl-theme.gallery-thumbnails .owl-nav .owl-next {
			right: 5px;
		}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] i {
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.owl-carousel.owl-theme .owl-nav .disabled {
	opacity: 0.24 !important;
}

.owl-carousel.owl-theme .owl-dots {
	margin: 0;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
	margin: 0 3px;
	cursor: pointer;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
	background: rgba(0,0,0, 0.12);
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	margin: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(41,57,80, 1);
	opacity: 1;
}

.owl-carousel.owl-theme .owl-thumbs {
	margin: 0;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	padding-left: 5px;
	text-align: left;
}

.owl-carousel.owl-theme .owl-thumbs .owl-thumb {
	margin: 0 1px 0 0;
	display: inline-block;
	cursor: pointer;
	width: 32px;
	opacity: 0.5;
}
	.owl-carousel.owl-theme .owl-thumbs .owl-thumb.active {
		opacity: 1;
	}

.owl-carousel.owl-theme.gallery-thumbnails {
	padding: 4px 0;
}

.owl-carousel.owl-theme.gallery-thumbnails .slide {
	width: 42px;
}

/* isotope */
.grid {
	overflow: hidden;
}

/* swipebox */
#swipebox-overlay {
	min-width: 320px;
	background: rgba(41,57,80, 0.96);
	width: 100% !important;
}

#swipebox-top-bar {
	line-height: 1.375em;
	font-size: 14px;
	height: auto;
	background: rgba(41,57,80, 0.88);
	bottom: -50px;
	top: auto;
	padding-top: 1.375em;
}
	#swipebox-top-bar.visible-bars {
		transform: translate3d(0px, -50px, 0px);
	}

#swipebox-bottom-bar {
	background: none;
}

#swipebox-top-bar,
#swipebox-bottom-bar {
	color: rgba(255,255,255, 1);
	opacity: 1;
	min-height: 70px;
	text-shadow: none;
}

#swipebox-bottom-bar {
	display: block !important;
	padding-top: 0.6875em
}

#swipebox-title {
	padding-top: 0.6875em;
	padding-bottom: 0.6875em;
	padding-right: 100px;
	text-align: left;
	line-height: 1.375em;
}

#swipebox-close {
	top: 0.6875em;
	right: 0.6875em;
	background-color: transparent;
	background-image: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 50%;
}
	#swipebox-close:after {
		content: '\f00d';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		font-size: 1.5rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%,-50%,0);
		color: rgba(255,255,255, 1);
	}

#swipebox-arrows {
	position: relative;
	right: 0.6875em;
}

#swipebox-prev,
#swipebox-next {
	background-image: none;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 50%;
}
	#swipebox-prev:after,
	#swipebox-next:after {
		content: '\f104';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		color: rgba(255,255,255, 1);
		font-size: 1.5rem;
		transform-origin: center center;
		transform: translate3d(-50%,-50%,0);
	}
		#swipebox-next:after {
			content: '\f105';
		}

#swipebox-bottom-bar a {
	background-color: transparent;
}
	#swipebox-bottom-bar[style="display: none;"] a {
		opacity: 0.3;
	}

#swipebox-arrows {
	float: right;
	max-width: 100px;
	padding-right: 0px;
}

#swipebox-slider .slide-loading {
	background: none;
	position: relative;
}
	#swipebox-slider .slide-loading:after {
		content: '\f3f4';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		color: rgba(255,255,255, 1);
		font-size: 2rem;
		margin: -10px 0 0 -10px;
		-webkit-animation:spin 1s linear infinite;
		-moz-animation:spin 1s linear infinite;
		animation:spin 1s linear infinite;
	}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#swipebox-slider img {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

/* TosRUs */
.tos-wrapper.tos-fixed {
	background: rgba(41,57,80, 0.96) !important;
}

.tos-close,
.tos-next,
.tos-prev {
	background: rgba(41,57,80, 1);
	border-radius: 2px;
}
	.tos-mobile .tos-prev,
	.tos-mobile .tos-next {
		display: none !important;
	}

.tos-close span {}
	.tos-close span:before {
		display: none;
	}
	.tos-close span:after {
		content: '\f00d';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		border: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		color: rgba(255,255,255, 1);
		width: auto;
		height: auto;
		margin: -11px -5px 0 0;
		font-size: 1rem;
	}

.tos-prev span,
.tos-next span {
	border: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: rgba(255,255,255, 1);
	width: auto;
	height: auto;
	margin-top: -10px;
	font-size: 1rem;
}
	.tos-prev span:after {
		content: '\f053';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
	}
	.tos-next span:after {
		content: '\f054';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
	}

.tos-wrapper.tos-has-thumbnails .tos-caption,
.tos-wrapper.tos-has-bullets .tos-caption {
	bottom: 90px;
	height: auto;
	text-shadow: none;
}
	.tos-wrapper.tos-has-bullets .tos-caption {
		bottom: 50px;
	}

.tos-wrapper.tos-has-thumbnails .tos-caption > div,
.tos-wrapper.tos-has-bullets .tos-caption > div {
	white-space: normal;
}

.tos-wrapper.tos-has-thumbnails .tos-pagination a {
	opacity: 0.6;
	margin: 0;
}
	.tos-wrapper.tos-has-thumbnails .tos-pagination a.tos-selected {
		opacity: 1;
	}

.tos-slide.tos-image img {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

/* filter-custom-theme */
.filter-style.filter-theme-custom .bundle-widget-keyword .bundle-inner {
	background-color: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-keyword .bundle-input {
	background-color: rgba(0,0,0, 0.1);
	color: rgba(255,255,255, 1);
}
	.filter-style.filter-theme-custom .bundle-widget-keyword .bundle-input::-webkit-input-placeholder {
		color: rgba(255,255,255, 0.5);
	}

.filter-style.filter-theme-custom .bundle-widget-keyword .keyword-advanced {
	color: rgba(255,255,255, 1);
}
	.filter-style.filter-theme-custom .bundle-widget-keyword .keyword-advanced:hover {
		text-decoration: line-through;
	}

.filter-style.filter-theme-custom .bundle-widget-keyword .geolocation-wrapper {
	background-color: rgba(0,0,0, 0.1);
	border-color: rgba(41,57,80, 1);
}

.filter-style.filter-theme-custom .bundle-widget-keyword .submit-wrapper {
	background-color: rgba(0,0,0, 0.1);
	border-color: rgba(41,57,80, 1);
}

.filter-style.filter-theme-custom .bundle-widget-keyword .geolocation-wrapper a,
.filter-style.filter-theme-custom .bundle-widget-keyword .submit-wrapper button {
	color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-autocomplete .bundle-inner {
	background-color: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-autocomplete .autocomplete-input input {
	background-color: rgba(0,0,0, 0.1);
	color: rgba(255,255,255, 1);
}
	.filter-style.filter-theme-custom .bundle-widget-autocomplete .autocomplete-input input::-webkit-input-placeholder {
		color: rgba(255,255,255, 0.5);
	}

.filter-style.filter-theme-custom .bundle-widget-autocomplete .autocomplete-item label {
	color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-current {
	color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-label {
	background-color: rgba(41,57,80, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select.bundle-active .filter-label .label-filter {
	color: rgba(255,255,255, 0.6);
}

.filter-style.filter-theme-custom .bundle-widget-select .current-select {
	background-color: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-select {
	background-color: rgba(41,57,80, 1);
	color: rgba(255,255,255, 0.66);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-select .select-item:hover label {
	background-color: rgba(0,0,0, 0.1);
	color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-select .item-active label {
	color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-list .bundle-inner {
	background-color: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-list .list-item label {
	color: rgba(255,255,255, 0.66);
}
	.filter-style.filter-theme-custom .bundle-widget-list .list-item:hover label {
		color: rgba(255,255,255, 1);
	}
	.filter-style.filter-theme-custom .bundle-widget-list .list-item.item-active label {
		color: rgba(255,255,255, 1);
		font-weight: 700;
	}

.filter-style.filter-theme-custom .bundle-widget-submit .btn {
	background-color: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
}

.messages-style.messages-theme-custom {
	background: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
}

.messages-style.messages-theme-custom.error {
	color: rgba(255,255,255, 0.5);
}

.messages-style.messages-theme-custom *[class*=icon-] {
	color: rgba(255,255,255, 1);
}

.autocomplete-style.autocomplete-theme-custom {
	background-color: rgba(41,57,80, 1);
}

.autocomplete-style.autocomplete-theme-custom .autocomplete-suggestion {
	background-color: rgba(0,0,0, 0.1);
	color: rgba(255,255,255, 0.66);
}

.autocomplete-style.autocomplete-theme-custom .autocomplete-suggestion b {
	color: rgba(255,255,255, 1);
}

.autocomplete-style.autocomplete-theme-custom .autocomplete-suggestion.selected {
	background-color: rgba(0,0,0, 0.2);
	color: rgba(255,255,255, 1);
}

.vr-gmap-filter.filter-fa-custom .bundle-widget-autocomplete .autocomplete-item .label:after,
.vr-gmap-filter.filter-fa-custom .bundle-widget-select .filter-select .label:before,
.vr-gmap-filter.filter-fa-custom .bundle-widget-list .list-item .label:before {
	font-family: 'CustomIconFont';
}
	.vr-gmap-filter.filter-fa-custom .bundle-widget-autocomplete .autocomplete-item .label:after {
		content: '';

	}
		.vr-gmap-filter.filter-fa-custom .bundle-widget-autocomplete .autocomplete-item:hover .label:after {
			content: '';
		}
	.vr-gmap-filter.filter-fa-custom .bundle-widget-select .filter-select .label:before {
		content: '';
	}
		.vr-gmap-filter.filter-fa-custom .bundle-widget-select .filter-select .item-active .label:before {
			content: '';
		}
	.vr-gmap-filter.filter-fa-custom .bundle-widget-list .list-item .label:before {
		content: '';
	}
		.vr-gmap-filter.filter-fa-custom .bundle-widget-list .list-item.item-active .label:before {
			content: '';
		}

/* offcanvas */
body.off-canvas-mode-overlay {
	overflow: hidden;
}

[data-off-canvas-name] {
	position: fixed;
	z-index: 35;
	overflow: hidden;
	display: none;
}
	[data-off-canvas-name][data-off-canvas-item-from] {
		display: block;
	}
	[data-off-canvas-name].active {
		box-shadow: 0 0 36px rgba(43,59,93, 0.29), -1px 0 3px rgba(0,0,0, 0.4);
	}

[data-off-canvas-name] > * {
	position: relative;
	z-index: 35;
	min-height: 100%;
	overflow: auto;
	background: rgba(255,255,255, 1);
	padding-top: 6.25em;
	padding-bottom: 2.75em;
}

[data-off-canvas-item-from="top"] {
	left: 0;
	top: 0;
	transform: translateY(-100%);
	width: 100%;
	height: 50%;
}
	[data-off-canvas-item-from="top"].active {
		transform: translateY(0);
		overflow: auto;
	}

[data-off-canvas-item-from="bottom"] {
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	width: 100%;
	height: 50%;
}
	[data-off-canvas-item-from="bottom"].active {
		transform: translateY(0);
		overflow: auto;
	}

[data-off-canvas-item-from="left"] {
	left: 0;
	top: 0;
	transform: translateX(-100%);
	width: 90%;
	max-width: 480px;
	height: 100%;
}
	[data-off-canvas-item-from="left"].active {
		transform: translateX(0);
		overflow: auto;
	}

[data-off-canvas-item-from="right"] {
	right: 0;
	top: 0;
	transform: translateX(100%);
	width: 90%;
	max-width: 480px;
	height: 100%;
}
	[data-off-canvas-item-from="right"].active {
		transform: translateX(0);
		overflow: auto;
	}

[data-off-canvas-overlay] {
	background: rgba(255,255,255, 0.88);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 34;
	cursor: pointer;
}

[data-off-canvas-overlay-item-from="top"] {
	transform: translateY(-100%);
}
	[data-off-canvas-overlay-item-from="top"].active {
		transform: translateY(0);
	}

[data-off-canvas-overlay-item-from="bottom"] {
	transform: translateY(100%);
}
	[data-off-canvas-overlay-item-from="bottom"].active {
		transform: translateY(0);
	}

[data-off-canvas-overlay-item-from="left"] {
	transform: translateX(-100%);
}
	[data-off-canvas-overlay-item-from="left"].active {
		transform: translateX(0);
	}

[data-off-canvas-overlay-item-from="right"] {
	transform: translateX(100%);
}
	[data-off-canvas-overlay-item-from="right"].active {
		transform: translateX(0);
	}

[data-off-canvas-close] {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 36;
	width: 40px;
	height: 40px;
	min-height: 0;
	cursor: pointer;
	font-size: 2rem;
	color: rgba(41,57,80, 1);
}
	[data-off-canvas-close]:after {
		content: '\f00d';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		position: absolute;
		top: 0px;
		left: 10px;
	}

.off-canvas-animate {
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

/* contact */
[data-off-canvas-name="contact"] {
	top: 60px;
	width: 80%;
	max-width: none;
	height: calc(100% - 60px);
}

[data-off-canvas-overlay="contact"] {
	top: 60px;
}

[data-off-canvas-close="contact"] {
	display: none;
}

#contact .inner {
	background: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
	padding: 1.375em;
}

#contact > .btn {
	transition: all .3s ease;
}
	#contact > .btn:not(.active):hover {
		height: 45px;
		transform: rotate(-90deg) translateX(45px);
		opacity: 1;
	}
	#contact > .btn.active:hover {
		margin-right: -5px;
		opacity: 1;
	}

#contact .inner .notice a {
	color: rgba(255,255,255, 0.66);
}

#contact .inner input[type="text"],
#contact .inner input[type="email"],
#contact .inner textarea {
	background: rgba(255,255,255, 1);
	color: rgba(0,0,0, 1);
}

#contact .inner .wpcf7-form .wpcf7-list-item,
#contact .inner input[type="checkbox"]:checked + .wpcf7-list-item-label,
#contact .inner input[type="radio"]:checked + .wpcf7-list-item-label {
	color: rgba(255,255,255, 1);
	font-size: 0.75rem;
}

#contact .inner small a {
    color: rgba(255,255,255, 1);
    text-decoration: underline;
}

#contact .inner small:has(a[href*="policies.google.com"]) {
    font-size: 60%;
    display: block;
    line-height: 1.375;
}

#contact .inner .btn {
	width: 100%;
}

#contact .field-message small {
	display: block;
	line-height: 1.375;
	margin-top: 0.171875em;
}

/* share */
[data-off-canvas-name="share"] {
	top: 60px;
	width: 80%;
	max-width: none;
	height: calc(100% - 60px);
}

[data-off-canvas-overlay="share"] {
	top: 60px;
}

[data-off-canvas-close="share"] {
	display: none;
}

#share > .btn {
	transition: all .3s ease;
}
	#share > .btn:not(.active):hover {
		height: 45px;
		transform: rotate(-90deg) translateX(45px);
		opacity: 1;
	}
	#share > .btn.active:hover {
		margin-right: -5px;
		opacity: 1;
	}

#share .inner {
	background: rgba(41,57,80, 1);
	color: rgba(255,255,255, 1);
	padding: 1.375em;
}

#share .inner .fal {
	font-size: 3rem;
	display: inline-block;
	margin: 0 auto 0.34375em;
}

#share .inner .btn {
	width: 100%;
}

#share .inner h3 {
	font-size: 1.125rem;
	width: 100%;
}

#share .inner ul {
	margin: 0;
	padding: 0;
	display: flex;
}

#share .inner ul li {
	margin: 0 0.34375em;
	list-style: none;
}

#share .inner ul li a {
	display: block;
	color: rgba(34,49,68, 1);
	border-bottom: 0;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 32px;
	font-size: 1.25rem;
	background: rgba(255,255,255, 1);
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all .3s ease;
}

/* search */
.search-term {
	display: inline-block;
	color: rgba(255,255,255, 1);
	background: rgba(0,0,0, 1);
	padding: 0.171875em 0.34375em;
}
	.search-term:before,
	.search-term:after {
		content: '"';
	}

/* ######################################## *\
		WORDPRESS CORE
\* ######################################## */

.post-edit-link {
	color: rgba(41,57,80, 1);
	display: inline-block;
	font-size: 0.857em;
	margin: 1.375em 0;
}
	.post-edit-link:hover {
		text-decoration: underline
	}

.alignnone {
	margin: 0 0 1.375em;
}

p .alignnone {
	margin: 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 1.375em auto;
}

.alignright {
	float: right;
	margin: 0.6875em 0 0.6875em 1.375em;
}

.alignleft {
	float: left;
	margin: 0.6875em 1.375em 0.6875em 0;
}

p .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p .alignright {
	float: right;
	margin: 0.6875em 0 0.6875em 0.6875em;
}

p .alignleft {
	float: left;
	margin: 0.6875em 1.375em 0.6875em 0;
}

p .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: rgba(255,255,255, 1);
	max-width: 100%;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
	line-height: 1.125;
	margin: 0;
	padding: 0.34375em;
}

.gallery-width-full img {
	width: 100%;
}

.gallery {
	margin-right: -0.6875em !important;
}

.gallery-item {
	margin: 0;
	padding: 0 0.6875em 0.6875em 0 !important;
}

.gallery-item img {
	width: 100%;
}

.gallery figcaption {
	display: none;
}

.gallery.gallery-columns-1 figcaption {
	display: block;
}

.wp-playlist-tracks .wp-playlist-item.wp-playlist-playing {
	background: rgba(41,57,80, 1) !important;
	color: rgba(255,255,255, 1);
	border-radius: 2px;
}

.wp-playlist-tracks .wp-playlist-item.wp-playlist-playing .wp-playlist-caption {
	color: rgba(255,255,255, 1);
}

.mejs-container.mejs-video .mejs-controls,
.mejs-container.mejs-video .mejs-volume-button > .mejs-volume-slider {
	background: rgba(41,57,80, 0.33) !important;
}

.mejs-container.mejs-audio .mejs-controls,
.mejs-container.mejs-audio .mejs-volume-button > .mejs-volume-slider {
	background: rgba(41,57,80, 1) !important;
}

.sticky {}

.bypostauthor {}

/* ######################################## *\
		KEIN JAVASCRIPT
\* ######################################## */

.no-js {}
