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

/* color base rgba(74,144,226, 1); */

/* color crc blue rgba(74,144,226, 1); */
/* color crc red rgba(226,99,141, 1); */
/* color crc green rgba(172,201,132, 1); */
/* color crc yellow rgba(248,218,160, 1); */
/* color crc orange rgba(240,184,102, 1); */

/* color crc black rgba(0,0,0, 1); */
/* color crc black rgba(34,34,34, 1); */
/* color crc black rgba(51,51,51, 1); */

/* color crc grey rgba(238,238,238, 1); */
/* color crc grey rgba(204,204,204, 1); */

/* color crc white rgba(255,255,255, 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: 14px;
	background: rgba(255,255,255, 1);
}

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

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

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

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

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

a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: rgba(74,144,226, 1);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h2, .h3, .h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0.6875em;
	line-height: 1.25;
	word-break: break-word;
}

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

h2, .h2, .headline {
	font-size: 2.25rem;
	line-height: 1.125;
}

h3, .h3 {
	font-size: 1.5rem;
}

h4, .h4 {
	font-size: 1.25rem;
	font-weight: 700;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 0.875rem;
}

blockquote {
	margin: 1.375em 0;
	padding: 1.375em 0 0 3.4375em;
	position: relative;
}
	blockquote:before {
		content: '\f10d';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		font-size: 2rem;
		display: inline-block;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		color: rgba(74,144,226, 0.88);
	}

blockquote p {
	font-style: italic;
	font-size: 1.25rem;
	background: rgba(74,144,226, 0.06);
	color: rgba(74,144,226, 1);
	display: inline-block;
	padding: 0.6875em;
}

blockquote cite {
	display: block;
	font-size: 0.875rem;
	margin-top: 0.6875em;
}
	blockquote cite:before {
		content: "-";
		margin-right: 0.34375em;
	}

.small {
	font-size: 0.875rem;
}

.title-subline {}

.title-subline .title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 3.5rem;
	letter-spacing: 0.125em;
}

.title-subline .subline {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
	margin-top: -0.515625em;
}

.has-background {}
	.has-black-background-color {
		background-color: rgba(51,51,51, 1);
	}
	.has-white-background-color {
		background-color: rgba(255,255,255, 1);
	}
	.has-crc-1182-blue-background-color {
		background-color: rgba(74,144,226, 1);
	}
	.has-crc-1182-red-background-color {
		background-color: rgba(226,99,141, 1);
	}
	.has-crc-1182-green-background-color {
		background-color: rgba(172,201,132, 1);
	}
	.has-crc-1182-yellow-background-color {
		background-color: rgba(248,218,160, 1);
	}
	.has-crc-1182-orange-background-color {
		background-color: rgba(240,184,102, 1);
	}
	.has-crc-1182-grey-background-color {
		background-color: rgba(153,153,153, 1);
	}

.has-text-color {}
	.has-black-color {
		color: rgba(51,51,51, 1);
	}
	.has-white-color {
		color: rgba(255,255,255, 1);
	}
	.has-crc-1182-blue-color {
		color: rgba(74,144,226, 1);
	}
	.has-crc-1182-red-color {
		color: rgba(226,99,141, 1);
	}
	.has-crc-1182-green-color {
		color: rgba(172,201,132, 1);
	}
	.has-crc-1182-yellow-color {
		color: rgba(248,218,160, 1);
	}
	.has-crc-1182-orange-color {
		color: rgba(240,184,102, 1);
	}
	.has-crc-1182-grey-color {
		color: rgba(153,153,153, 1);
	}

.has-border-color {}
	.has-black-border-color {
		border-color: rgba(51,51,51, 1);
	}
	.has-white-border-color {
		border-color: rgba(255,255,255, 1);
	}
	.has-crc-1182-blue-border-color {
		border-color: rgba(74,144,226, 1);
	}
	.has-crc-1182-red-border-color {
		border-color: rgba(226,99,141, 1);
	}
	.has-crc-1182-green-border-color {
		border-color: rgba(172,201,132, 1);
	}
	.has-crc-1182-yellow-border-color {
		border-color: rgba(248,218,160, 1);
	}
	.has-crc-1182-orange-border-color {
		border-color: rgba(240,184,102, 1);
	}
	.has-crc-1182-grey-border-color {
		border-color: rgba(153,153,153, 1);
	}

figure.bg-image {
	background-color: rgba(0,0,0, 0.12);
}

figure.bg-image img {
	border: 0;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}

.bg-image-1-2 {
	padding-top: 200% !important;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: 100% !important;
}

.sticky-wrapper:not(.is-sticky) {
	height: auto !important;
}

.sticky-section {
	display: none;
	left: 0;
	width: 100%;
	background: rgba(34,34,34, 1);
	color: rgba(255,255,255, 1);
}

.sticky-section .letter {
	font-family: 'Lato', sans-serif;
	position: relative;
	width: 40px;
	height: 40px;
	border-width: 2px;
	border-style: solid;
	border-radius: 9999px;
}
	.sticky-section .letter.letter-dotted {
		border-style: dotted;
	}

.sticky-section .letter span {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
}

.sticky-section .wrapper {
	display: flex;
	align-items: center;
	padding-top: 0.6875em;
	padding-bottom: 0.6875em;
}

.sticky-section .wrapper .h3 {
	margin-bottom: 0;
}
	.sticky-section .wrapper .h3:not(:first-child) {
		border-left: 1px solid rgba(255,255,255, 0.12);
		padding-left: 0.515625em;
		margin-left: 0.515625em;
	}

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

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

/* page-top */
#page-top {
	padding-top: 0.6875em;
	padding-bottom: 0.6875em;
	display: flex;
}

#page-top .menu {
	display: flex;
}
	#page-top #social-menu {
		width: 50%;
		justify-content: flex-start;
	}
	#page-top #meta-menu {
		width: 50%;
		justify-content: flex-end;
	}

#page-top .menu li {}
	#page-top #social-menu li {
		margin-right: 1.375em;
	}
	#page-top #meta-menu li {
		margin-left: 1.375em;
	}

#page-top .menu a {
	color: rgba(51,51,51, 1);
	text-transform: uppercase;

}

#page-top .menu i {
	vertical-align: middle;
}

#page-top .menu .menu-link-title {
	font-size: 0.75rem;
	display: none;
	margin-left: 1.03125em;
}
	#page-top .menu .no-link .menu-link-title {
		margin-left: 0;
	}

/* header */
.header-container {
	position: relative;
	background: rgba(34,34,34, 1);
}

#header {}

#branding {
	overflow: hidden;
}

#logo {
	font-size: 1rem;
	line-height: 1.375em;
	width: 172px;
	padding: 0.6875em 0;
	margin: 0;
}
	.is-sticky #logo {
		width: 136px;
	}

#logo a {
	display: block;
	position: relative;
	overflow: hidden;
}

#logo .logo {
	transform: translateY(0);
	transition: all ease 0.3s;
}
	.is-sticky #logo .logo {
		transform: translateY(-100%);
	}

#logo .logo-sticky {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(100%);
	transition: all ease 0.3s;
}
	.is-sticky #logo .logo-sticky {
		transform: translateY(0);
	}

/* intro */
.intro-container {
	padding-top: 1.375em;
	padding-bottom: 1.375em;
	background: rgba(34,34,34, 1);
	position: relative;
}
	.intro-container.light {
		background: rgba(255,255,255, 1);
		padding-bottom: 0 !important;
	}

.intro-container .intro-background {
	padding: 0;
	max-width: none;
}

.intro-container .intro-background #intro-background-canvas {
	width: 100%;
	height: 100%;
}

.intro-container #intro {
	position: relative;
	z-index: 2;
}

.intro-container #breadcrumb {
	margin-bottom: 1.375em;
	font-family: 'Lato', sans-serif;
}

.intro-container #breadcrumb a {
	color: rgba(255,255,255, 1);
	text-transform: uppercase;
	text-decoration: none;
}
	.intro-container.light #breadcrumb a {
		color: rgba(34,34,34, 1);
	}

.intro-container #breadcrumb i {
	font-size: 1.25rem;
	margin-right: 0.6875em;
	vertical-align: middle;
}

.intro-container #breadcrumb .title {
	vertical-align: middle;
}

.intro-container .page-title {
	text-transform: uppercase;
}
	.intro-container.light .page-title  {
		text-transform: none;
	}

.intro-container .title {
	color: rgba(255,255,255, 1);
}
	.intro-container.light .title  {
		color: rgba(34,34,34, 1);
	}

.intro-container .field-body {
	color: rgba(255,255,255, 0.8);
	font-family: 'Lato', sans-serif;
	font-size: 1.25rem;
}
	.intro-container.light .field-body {
		color: rgba(0,0,0, 0.8);
	}

.intro-container .field-body p:first-of-type strong {
	color: rgba(255,255,255, 1);
}
	.intro-container.light .field-body p:first-of-type strong {
		color: rgba(0,0,0, 1);
	}

.intro-container .field-thumbnail {
	margin-bottom: 0.6875em;
}

.intro-container .field-caption {
	font-style: italic;
}

.filter-intro-container {
	width: 100vw;
	margin-left: calc((100vw - 100%) / -2);
}

/* main */
.main-container {
	margin-top: 1.375em;
	margin-bottom: 1.375em;
	overflow: hidden;
}

#main {}

.content-container {
	width: 100%;
}

#content {}

#project-group,
#researcher,
#alumni-crc,
#publication,
#crosssell,
#media,
[id^="recent"] {
	margin-top: 1.375em;
	margin-bottom: 1.375em;
}

.intro-container.intro-container--intro-slider-alumni {
	padding-top: 0;
	padding-bottom: 1.375em !important;
}

#intro-slider-alumni {
	position: relative;
	padding-top: 55px;
}

#intro-slider-alumni .slide .image {
	margin-bottom: 0.6875em;
}

#intro-slider-alumni .slide a {
	color: rgba(34,34,34, 1);
}

#intro-slider-alumni .field-body {
	font-size: 1.125rem;
}

#intro-slider-alumni .prevnext .prev,
#intro-slider-alumni .prevnext .next {
	position: absolute;
	background: rgba(34,34,34, 1);
	color: rgba(255,255,255, 1);
	width: 40px;
	height: 40px;
	cursor: pointer;
}
	#intro-slider-alumni .prevnext .prev {
		top: 0;
		right: 60px;
	}
	#intro-slider-alumni .prevnext .next {
		top: 0;
		right: 15px;
	}

#intro-slider-alumni .prevnext .prev i,
#intro-slider-alumni .prevnext .next i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

/* footer */
.footer-container {
	position: relative;
	margin-top: 2.75em;
	background: rgba(34,34,34, 1);
}

#footer {
	padding-top: 0.6875em;
	padding-bottom: 0.6875em;
}

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

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

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

.has-sidebar .sidebar-area {
	font-size: 0.875rem;
}

/* 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-sponsor */
.widget-area-sponsor-container {
	overflow: hidden;
	padding-top: 1.375em;
	padding-bottom: 1.375em;
}

.widget-area-sponsor-container .widget-area-title {
	margin-bottom: 3.4375em;
}

.widget-area-sponsor-container .widget-area-title h2 {
	position: relative;
	margin-bottom: 0;
	text-align: center;
}
	.widget-area-sponsor-container .widget-area-title h2:before {
		content: '';
		width: 50vw;
		height: 1px;
		background: rgba(0,0,0, 0.2);
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateX(-100%);
	}
	.widget-area-sponsor-container .widget-area-title h2:after {
		content: '';
		width: 100%;
		height: 1px;
		background: rgba(0,0,0, 0.2);
		position: absolute;
		left: 0;
		top: 50%;
	}

.widget-area-sponsor-container .widget-area-title h2 span {
	display: inline-block;
	padding: 0 1.03125em;
	position: relative;
	background: rgba(255,255,255, 1);
	z-index: 1;
}

#widget-area-sponsor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#widget-area-sponsor .widget {
	text-align: center;
	margin-bottom: 1.375em;
	flex-basis: 100%;
}

#widget-area-sponsor .widget img {
	max-width: auto !important;
	max-height: 150px !important;
	width: auto;
}

/* widget-area-partner */
.widget-area-partner-container {
	padding-top: 1.375em;
	padding-bottom: 1.375em;
}

#widget-area-partner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#widget-area-partner .widget {
	text-align: center;
	margin-bottom: 1.375em;
	margin-left: 1.375em;
	flex-basis: calc(50% - 1.375em * (1 / 2));
}
	#widget-area-partner .widget:nth-child(2n+1) {
		margin-left: 0;
	}

#widget-area-partner .widget img {
	max-width: auto !important;
	max-height: 85px !important;
	width: auto;
}

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

/* widget_coffee_filter */
.field-body + .widget_coffee_filter {
	margin-top: 5.5em;
}

.widget_coffee_filter .widget-title {
	color: rgba(255,255,255, 1);
	font-size: 1.25rem;
	font-weight: 700;
}

.widget_coffee_filter .widget-title:after {
	content: ':';
}

/* ######################################## *\
		LAYOUTS / BLÖCKE
\* ######################################## */

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

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

.list-grid {
	margin: 0;
}

.list-grid .list-item {
	padding: 0;
	padding-top: 1.375em;
	border-top: 1px solid rgba(0,0,0, 0.12);
	margin-top: 1.375em;
}
	.list-grid .list-item:first-child {
		border-top: 0;
		margin-top: 0;
	}

/* wp-block-columns */
.wp-block-columns.is-style-nomargin {
	margin-bottom: 0;
}

.wp-block-columns .wp-block-column .wp-block-group {
	height: 100%;
}

/*
.wp-block-columns .wp-block-column p:first-of-type strong {
	font-family: 'Lato', sans-serif;
	font-size: 1.25rem;
	line-height: 1.125;
}
*/

.wp-block-columns .wp-block-column .wp-block-group.card {
	box-shadow: none;
	border: 1px solid rgba(0,0,0, 0.12);
	border-radius: 0;
}

.wp-block-columns .wp-block-column .wp-block-group.card figure {
	margin: -0.6875em -1.375em 1.375em;
}

.wp-block-columns .wp-block-column .wp-block-group.card p.small {
	margin-bottom: 0;
}

.wp-block-columns .wp-block-column .wp-block-group.card p:last-of-type a {}
	.wp-block-columns .wp-block-column .wp-block-group.card p:last-of-type a:before {
		content: '\f0c1';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		display: inline-block;
		margin: 0 0.6875em 0 0;
		white-space: nowrap;
	}
		.wp-block-columns .wp-block-column .wp-block-group.card p:last-of-type a:nth-of-type(1):before {
			content: '\f095';
		}
		.wp-block-columns .wp-block-column .wp-block-group.card p:last-of-type a:nth-of-type(2):before {
			content: '\f1ac';
		}
		.wp-block-columns .wp-block-column .wp-block-group.card p:last-of-type a:nth-of-type(3):before {
			content: '\f0e0';
		}

/* wp-block-separator */
.wp-block-separator {
	height: 0;
	margin: 1.375em 0;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
	max-width: none !important;
}
	.wp-block-separator.is-style-wide {
		height: 0;
		margin: 2.75em 0;
		width: 100vw;
		margin-left: calc((100vw - 100%) / -2);
	}

/* wp-block-latest-videos */
.wp-block-latest-videos {
	margin-bottom: 1.375em;
}

/* wp-block-recent-news */
.wp-block-recent-news {
	margin-bottom: 1.375em;
}

/* wp-block-upcoming-events */
.wp-block-upcoming-events {
	margin-bottom: 1.375em;
}
	.wp-block-upcoming-events.wp-block-upcoming-events-type-small {
		border: 1px solid rgba(0,0,0, 0.12);
	}

/* wp-block-insights */
.wp-block-insights {
	width: 100vw;
	position: relative;
	margin: 2.75em 0;
	margin-left: calc((100vw - 100%) / -2);
}

.wp-block-insights .insights {
	display: flex;
	position: relative;
}
	.wp-block-insights .insights:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background: rgba(0,0,0, 0.33);
	}

.wp-block-insights .insight {
	display: flex;
	flex-wrap: wrap;
}
	.wp-block-insights .insight-0 {
		flex: 0 0 25%;
	}

	.wp-block-insights .insight-1 {
		flex: 0 0 37.5%;
	}

	.wp-block-insights .insight-2 {
		flex: 0 0 37.5%;
	}

.wp-block-insights .image {}
	.wp-block-insights .image-100 {
		flex: 0 0 100%;
	}
	.wp-block-insights .image-66 {
		flex: 0 0 66.666%;
	}
	.wp-block-insights .image-33 {
		flex: 0 0 33.333%;
	}

.wp-block-insights .title-subline {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	color: rgba(255,255,255, 1);
}

/* wp-block-slider */
.wp-block-slider {
	width: 100vw;
	min-width: 100%;
	margin-bottom: 1.375em;
	margin-left: calc((100vw - 100%) / -2);
	position: relative;
}

.wp-block-slider .slide {
	position: relative;
}

.wp-block-slider .slide .bg-image {
	position: relative;
}
	.wp-block-slider .slide .bg-image:before {
		content: '';
		background: rgba(0,0,0, 0.24);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

.wp-block-slider .slide .title-subline {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	color: rgba(255,255,255, 1);
}

.wp-block-slider .slide .permalink {
	margin-top: 1.375em;
}

.wp-block-slider .prevnext > div {
	border: 2px solid rgba(255,255,255, 1);
	color: rgba(255,255,255, 1);
	width: 3.4375em;
	height: 3.4375em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 9999px;
	z-index: 10;
	cursor: pointer;
}
	.wp-block-slider .prevnext .prev {
		top: 50%;
		left: 2.75em;
	}
	.wp-block-slider .prevnext .next {
		top: 50%;
		right: 2.75em;
	}

.wp-block-slider .prevnext i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	font-size: 2rem;
}

.wp-block-slider .dots {
	display: flex;
	position: absolute;
	bottom: 1.375em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	width: 100%;
}

.wp-block-slider .dots .dot {
	width: 100%;
	padding-right: 0.6875em;
	cursor: pointer;
}

.wp-block-slider .dot .bar {
	display: block;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255, 1);
	position: relative;
}

.wp-block-slider .dot .bar .filled {
	background: rgba(240,184,102, 1);
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
}
	.wp-block-slider .dot.tns-nav-active .bar .filled {
		transition: width linear 8s;
		width: 100%;
	}

.wp-block-slider .dot .title {
	display: block;
	font-weight: 700;
	color: rgba(255,255,255, 0.66);
	margin-top: 0.6875em;
	font-size: 0.875rem;
	line-height: 1.25;
	max-height: 3.75em;
	overflow: hidden;
}
	.wp-block-slider .dot.tns-nav-active .title {
		color: rgba(255,255,255, 1);
	}

/* wp-block-file */
.wp-block-file a:not(.wp-block-file__button) {
	text-decoration: none;
	pointer-events: none;
	color: rgba(34,34,34, 1);
	font-weight: 400;
}

/* wp-block-key-events */
.wp-block-key-events .field-image {
	position: relative;
	margin-bottom: 0;
}

.wp-block-key-events .field-image .play {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	border: 3px solid rgba(255,255,255, 1);
	width: 52px;
	height: 52px;
	border-radius: 9999px;
}

.wp-block-key-events .field-image .play i {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	font-size: 1.5rem;
	color: rgba(255,255,255, 1);
}

.wp-block-key-events .field-info {
	font-size: 1rem;
	padding: 0.171875em 0;
}

.wp-block-key-events .field-permalink .btn {
	padding: 1.03125em 0.6875em;
	font-size: 1rem;
}

/* wp-block-researchers */
.wp-block-researchers h3 {
	cursor: pointer;
	background: rgba(34,34,34, 1);
	color: rgba(255,255,255, 1);
	padding: 0.6875rem;
}
	.wp-block-researchers h3:before {
		content: '\f067';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		display: inline-block;
		margin-right: 5px;
		font-size: 0.875rem;
		vertical-align: middle;
	}
		.wp-block-researchers h3.active:before {
			content: '\f068';
		}

.wp-block-researchers .content {
	display: none;
}

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

.article {}

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

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

/* 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 {
	color: rgba(0,0,0, 1);
	font-weight: 700;
}

/* post-view-archive */
.post-view-archive .field {
	margin-bottom: 2.75em;
}

/* 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 {}

.single-post .main-container {
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

.single-post .additional-container {
	padding-bottom: 1.375em;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

.single-post .additional-container > div[id] h3:after {
	content: ':';
}

.single-post .additional-container .media .field-caption {
	font-style: italic;
	margin-bottom: 1.375em;
}

.single-post .additional-container .media .field-caption strong {
	display: block;
	font-style: normal;
}
	.single-post .additional-container .media .field-caption strong:after {
		content: ':';
	}

.post-type-post.post-view-full {
	padding-bottom: 1.375em;
}

.post-type-post.post-view-full .field-category-date {
	display: flex;
	align-items: center;
	margin-bottom: 0.6875em;
}

.post-type-post.post-view-full .field-category-date .h3 {
	margin-bottom: 0;
}
	.post-type-post.post-view-full .field-category-date .date {
		border-left: 1px solid rgba(34,34,34, 1);
		padding-left: 0.515625em;
		margin-left: 0.515625em;
	}

.post-type-post.post-view-full .field-category-date a {
	font-weight: 400;
	color: rgba(34,34,34, 1);
}

.post-type-post.post-view-full .who-when-where {
	margin: 2.75em 0;
}

.post-type-post.post-view-full .who-when-where .field {
	padding-bottom: 1.375em;
	margin-bottom: 1.375em;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}
	.post-type-post.post-view-full .who-when-where .field:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

.post-type-post.post-view-full .who-when-where h3:after {
	content: ':';
}

.post-type-post.post-view-featured,
.post-type-post.post-view-teaser {
	border: 1px solid rgba(204,204,204, 1);
	height: 100%;
}

.post-type-post.post-view-featured .field-thumbnail,
.post-type-post.post-view-teaser .field-thumbnail {
	position: relative;
	margin-bottom: 0;
}

.post-type-post.post-view-featured .wrapper,
.post-type-post.post-view-teaser .wrapper {
	padding: 1.375em 2.75em;
}

.post-type-post.post-view-teaser .field-category-date {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 0.34375em;
}

.post-type-post.post-view-teaser .field-category-date .date {
	border-left: 1px solid rgba(34,34,34, 1);
	padding-left: 0.515625em;
	margin-left: 0.515625em;
}

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

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

.post-type-post.post-view-featured .field-featured {
	margin-bottom: 1.375em;
}

.post-type-post.post-view-featured .featured {
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.171875em 0.6875em;
	background: rgba(240,184,102, 1);
}

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

.post-type-project_group.post-view-teaser .wrapper {
	flex: 1;
}

.post-type-project_group.post-view-teaser .title a {
	color: rgba(0,0,0, 1)
}

.post-type-project_group.post-view-teaser .field-more {
	margin-top: 1.375em;
}

.post-type-project_group.post-view-teaser .field-more a {
	text-transform: uppercase;
}

/* post-type-researcher */
.single-researcher .main-container {
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

.post-type-researcher.post-view-full {
	display: flex;
	flex-wrap: wrap;
}

.post-type-researcher.post-view-full .info {
	padding-bottom: 1.375em;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
	margin-bottom: 1.375em;
	flex: 0 0 100%;
	order: 2;
}

.post-type-researcher.post-view-full .info .institutions {
	margin-bottom: 1.375em;
}

.post-type-researcher.post-view-full .info .institution {
	margin-bottom: 0.34375em;
}

.post-type-researcher.post-view-full .info .institution a {
	font-weight: 400;
	color: rgba(51,51,51, 1);
}

.post-type-researcher.post-view-full .info .alumni {
	margin-bottom: 1.375em;
}

.post-type-researcher.post-view-full .contact {
	flex: 0 0 100%;
	order: 2;
	padding-bottom: 1.375em;
}

.post-type-researcher.post-view-full .contact .field {
	margin-bottom: 0.34375em;
}

.post-type-researcher.post-view-full .contact .field-website a {
	display: block;
	margin-bottom: 0.34375em;
}

.post-type-researcher.post-view-full .profile {
	padding-bottom: 1.375em;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
	margin-bottom: 1.375em;
	flex: 0 0 100%;
	order: 1;
}

.post-type-researcher.post-view-full .profile .field-thumbnail {
	margin-bottom: 0;
	width: 50%;
	max-width: 300px;
}

.post-type-researcher.post-view-teaser {
	display: flex;
	flex-wrap: wrap;
}

.post-type-researcher.post-view-teaser .project-groups {
	flex: 0 0 60px;
}

.post-type-researcher.post-view-teaser .field-thumbnail {
	flex: 0 0 130px;
}

.post-type-researcher.post-view-teaser .wrapper {
	flex: 0 0 calc(100% - 50px);
	margin-left: 50px;
}

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

.post-type-researcher.post-view-teaser .institutions {
	margin-bottom: 1.375em;
}

.post-type-researcher.post-view-teaser .institution a {
	font-weight: 400;
	color: rgba(51,51,51, 1);
}

/* post-type-alumni */
.single-alumni .intro-container--intro {
	padding-bottom: 1.375em !important;
}

.single-alumni .main-container {
	border-bottom: 1px solid rgba(0,0,0, 0.12);
	margin-bottom: 0;
	margin-top: 0;
}

.single-alumni .alumni-crc-container .part {
	margin-bottom: 1.375em;
}

.single-alumni .alumni-crc-container .institutions {
	margin-bottom: 1.375em;
}

.single-alumni .alumni-crc-container .institution a {
	font-weight: 400;
	color: rgba(51,51,51, 1);
}

.single-alumni .alumni-crc-container .head {
	margin-bottom: 1.375em;
}

.single-alumni .alumni-crc-container .head a {
	font-weight: 400;
}

.single-alumni .alumni-crc-container .projects {
	margin-bottom: 1.375em;
}

.single-alumni .alumni-crc-container .project {
	margin-bottom: 0.34375em;
}

.single-alumni .alumni-crc-container .project a {
	font-weight: 400;
	color: rgba(51,51,51, 1);
}

.post-type-alumni.post-view-full {
	display: flex;
	flex-wrap: wrap;
}

.post-type-alumni.post-view-full .info {
	flex: 0 0 100%;
	order: 2;
}

.post-type-alumni.post-view-full .info .position {
	margin-bottom: 1.375em;
}

.post-type-alumni.post-view-full .info .institutions {
	margin-bottom: 1.375em;
}

.post-type-alumni.post-view-full .info .institution {
	margin-bottom: 0.34375em;
}

.post-type-alumni.post-view-full .info .institution a {
	font-weight: 400;
	color: rgba(51,51,51, 1);
}

.post-type-alumni.post-view-full .info .countries {
	margin: 0 0 1.375em;
}
	.post-type-alumni.post-view-full .info .institutions + .countries {
		margin-top: -1.03125em;
	}

.post-type-alumni.post-view-full .info .countries a {
	font-weight: 400;
}

.post-type-alumni.post-view-full .info .head {
	margin-bottom: 1.375em;
}

.post-type-alumni.post-view-full .info .head a {
	font-weight: 400;
}

.post-type-alumni.post-view-full .contact {
	margin-bottom: 1.375em;
}

.post-type-alumni.post-view-full .contact .field {
	margin-bottom: 0.34375em;
}

.post-type-alumni.post-view-full .contact .field-website a {
	display: block;
	margin-bottom: 0.34375em;
}

.post-type-alumni.post-view-full .profile {
	padding-bottom: 1.375em;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
	margin-bottom: 1.375em;
	flex: 0 0 100%;
	order: 1;
}

.post-type-alumni.post-view-full .profile .field-thumbnail {
	margin-bottom: 0;
	width: 50%;
	max-width: 300px;
}

.post-type-alumni.post-view-teaser {
	display: flex;
	flex-wrap: wrap;
}

.post-type-alumni.post-view-teaser .featured {
	width: 100%;
	margin-bottom: 0.34375em;
}

.post-type-alumni.post-view-teaser .featured span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.171875em 0.6875em;
	background: rgba(240,184,102, 1);
}

.post-type-alumni.post-view-teaser .project-groups {
	flex: 0 0 50px;
}

.post-type-alumni.post-view-teaser .field-thumbnail {
	flex: 0 0 130px;
}

.post-type-alumni.post-view-teaser .wrapper {
	flex: 0 0 calc(100% - 50px);
	margin-left: 50px;
}

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

.post-type-alumni.post-view-teaser .part {
	margin: -0.6875em 0 0.6875em;
}

.post-type-alumni.post-view-teaser .position {
	margin-bottom: 0.6875em;
}

.post-type-alumni.post-view-teaser .projects + .field {
	margin-top: 0.6875em;
}

.post-type-alumni.post-view-teaser .projects a {
	font-weight: 400;
	color: rgba(51,51,51, 1);
}

.post-type-alumni.post-view-teaser .institutions {
	margin-bottom: 1.375em;
}

.post-type-alumni.post-view-teaser .institution a {
	font-weight: 400;
	color: rgba(51,51,51, 1);
}

.post-type-alumni.post-view-teaser .countries {
	margin: 0 0 1.375em;
}
	.post-type-alumni.post-view-teaser .institutions + .countries {
		margin-top: -1.375em;
	}

/* post-type-publication */
.post-type-publication.post-view-teaser {
	display: flex;
}

.post-type-publication.post-view-teaser .year-project-groups {
	flex: 0 0 4.688rem;
}

.post-type-publication.post-view-teaser .year {
	font-weight: 700;
	margin-bottom: 1.375em;
}

.post-type-publication.post-view-teaser .wrapper {
	flex: 1;
}

.post-type-publication.post-view-teaser .field-body p:first-of-type strong {
	font-family: 'Roboto', sans-serif;
	font-size: 1.125rem;
}

.post-type-publication.post-view-teaser .field-featured {
	margin-bottom: 0.6875em;
}

.post-type-publication.post-view-teaser .featured {
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.171875em 0.6875em;
	background: rgba(240,184,102, 1);
}

/* post-type-video */
.single-video .intro-container {
	padding-bottom: 0;
	overflow: hidden;
}

.single-video .field-video .responsive-embed {
	margin-bottom: 0;
}

.single-video .main-container {
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

.post-type-video.post-view-full {
	padding-bottom: 1.375em;
}

.post-type-video.post-view-full .field-category-date {
	display: flex;
	align-items: center;
	margin-bottom: 0.6875em;
}

.post-type-video.post-view-full .field-category-date .h3 {
	margin-bottom: 0;
}
	.post-type-video.post-view-full .field-category-date .date {
		border-left: 1px solid rgba(34,34,34, 1);
		padding-left: 0.515625em;
		margin-left: 0.515625em;
	}

.post-type-video.post-view-full .field-category-date a {
	font-weight: 400;
	color: rgba(34,34,34, 1);
}

.post-type-video.post-view-featured,
.post-type-video.post-view-teaser {
	border: 1px solid rgba(204,204,204, 1);
	height: 100%;
}

.post-type-video.post-view-featured .field-thumbnail,
.post-type-video.post-view-teaser .field-thumbnail {
	position: relative;
	margin-bottom: 0;
}

.post-type-video.post-view-featured .field-thumbnail .play,
.post-type-video.post-view-teaser .field-thumbnail .play {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	border: 3px solid rgba(255,255,255, 1);
	width: 52px;
	height: 52px;
	border-radius: 9999px;
}

.post-type-video.post-view-featured .field-thumbnail .play i,
.post-type-video.post-view-teaser .field-thumbnail .play i {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	font-size: 1.5rem;
	color: rgba(255,255,255, 1);
}

.post-type-video.post-view-featured .field-thumbnail .time,
.post-type-video.post-view-teaser .field-thumbnail .time {
	position: absolute;
	left: 2.75rem;
	bottom: 0.6875em;
	font-size: 0.875rem;
	background: rgba(34,34,34, 1);
	color: rgba(255,255,255, 1);
	padding: 0 0.34375em;
}

.post-type-video.post-view-featured .wrapper,
.post-type-video.post-view-teaser .wrapper {
	padding: 1.375em 2.75em;
}

.post-type-video.post-view-featured .title a,
.post-type-video.post-view-teaser .title a {
	color: rgba(0,0,0, 1);
}

.post-type-video.post-view-featured {
	margin-bottom: 1.375em;
}

.post-type-video.post-view-featured .field-featured {
	margin-bottom: 1.375em;
}

.post-type-video.post-view-featured .featured {
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.171875em 0.6875em;
	background: rgba(240,184,102, 1);
}

.post-type-video.post-view-teaser .field-category-date {
	display: flex;
	align-items: center;
	margin-bottom: 0.171875em;
	line-height: 1.111;
}

.post-type-video.post-view-teaser .field-category-date .category {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.post-type-video.post-view-teaser .field-category-date .date {
	border-left: 1px solid rgba(204,204,204, 1);
	padding-left: 0.515625em;
	margin-left: 0.515625em;
	min-width: 85px;
}

.post-type-video.post-view-teaser .field-category-date a {
	font-weight: 400;
	color: rgba(34,34,34, 1);
}

/* post-type-activity */
.single-activity .intro-container:not(.light) {
	padding-bottom: 0;
	overflow: hidden;
}

.single-activity .main-container {
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

.post-type-activity.post-view-full {
	padding-bottom: 1.375em;
}

.post-type-activity.post-view-full .field-category-date {
	display: flex;
	align-items: center;
	margin-bottom: 0.6875em;
	flex-wrap: wrap;
}

.post-type-activity.post-view-full .field-category-date .h3 {
	margin-bottom: 0;
	flex: 0 0 100%;
}

.post-type-activity.post-view-full .field-category-date a {
	font-weight: 400;
	color: rgba(34,34,34, 1);
}

.post-type-activity.post-view-full .who-when-where {
	margin: 2.75em 0;
}

.post-type-activity.post-view-full .who-when-where .field {
	padding-bottom: 1.375em;
	margin-bottom: 1.375em;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}
	.post-type-activity.post-view-full .who-when-where .field:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

.post-type-activity.post-view-full .who-when-where h3:after {
	content: ':';
}

.post-type-activity.post-view-featured,
.post-type-activity.post-view-teaser {
	border: 1px solid rgba(204,204,204, 1);
	height: 100%;
}

.post-type-activity.post-view-featured .field-thumbnail,
.post-type-activity.post-view-teaser .field-thumbnail {
	position: relative;
	margin-bottom: 0;
}

.post-type-activity.post-view-featured .wrapper,
.post-type-activity.post-view-teaser .wrapper {
	padding: 1.375em 2.75em;
}

.post-type-activity.post-view-featured .title a,
.post-type-activity.post-view-teaser .title a {
	color: rgba(0,0,0, 1);
}

.post-type-activity.post-view-featured {
	margin-bottom: 1.375em;
}

.post-type-activity.post-view-featured .field-featured {
	margin-bottom: 1.375em;
}

.post-type-activity.post-view-featured .featured {
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.171875em 0.6875em;
	background: rgba(240,184,102, 1);
}

.post-type-activity.post-view-shedule {
	margin-bottom: 0;
}
	.post-type-activity.post-view-shedule:last-child {
		margin-bottom: 0;
	}
	.wp-block-upcoming-events-type-small .post-type-activity.post-view-shedule {
		padding: 0.6875em 1.375em;
	}
	.wp-block-upcoming-events-type-big .post-type-activity.post-view-shedule {
		margin-bottom: 1.375em;
	}

.post-type-activity.post-view-shedule .activity {
	padding: 0 0.6875em;
	max-width: 800px;
}

.post-type-activity.post-view-shedule.activity_category-crc-1182-talk .activity,
.post-type-activity.post-view-shedule.highlighted-highlight-1 .activity {
	padding: 0.6875em;
	background: rgba(240,184,102, 0.42);
}

.post-type-activity.post-view-shedule.highlighted-highlight-2 .activity {
	padding: 0.6875em;
	background: rgba(74,144,226, 0.42);
}

.post-type-activity.post-view-shedule .title {
	margin-bottom: 0;
}

.post-type-activity.post-view-shedule .title a {
	color: rgba(0,0,0, 1);
}

.post-type-activity.post-view-shedule .field-category-date {
	display: flex;
	align-items: center;
	margin-bottom: 0.171875em;
	line-height: 1.111;
}

.post-type-activity.post-view-shedule .field-category-date .category {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.post-type-activity.post-view-shedule .field-category-date .date {
	border-left: 1px solid rgba(204,204,204, 1);
	padding-left: 0.515625em;
	margin-left: 0.515625em;
	min-width: 85px;
}

.post-type-activity.post-view-shedule .field-category-date a {
	font-weight: 400;
	color: rgba(34,34,34, 1);
}

/* ######################################## *\
		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 {
	position: relative;
}

.field-excerpt p:last-of-type {
	margin-bottom: 0;
}

.field-excerpt .more {
	display: block;
	margin-top: 0.6875em;
}
	.field-excerpt .more.hover {
		position: absolute;
		left: 0;
		bottom: -2.75em;
		opacity: 0;
		text-transform: uppercase;
		pointer-events: none;
	}

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

.field-body {
	font-size: 1.125rem;
}

.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:not(.blocks-gallery-grid) {
	list-style: none;
	padding: 0;
	margin: 0.6875em 0 1.375em 0;
}
	.field-body p + ul {
		margin-top: -0.6875em;
	}
	.field-body ul ul {
		margin: 0.34375em 0 0 0;
	}

.field-body ul:not(.blocks-gallery-grid) li {
	padding: 4px 0 4px 1.375em;
}

.field-body ul:not(.blocks-gallery-grid) li:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	display: inline-block;
	margin-left: -0.859375em;
	width: 0.859375em;
	font-size: 1rem;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
	.field-body ul ul li:before {
		content: '\f101';
	}

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

/* 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(74,144,226, 1);
	border: 1px solid rgba(74,144,226, 1);
	color: rgba(255,255,255, 1);
	border-radius: 4px;
	text-decoration: none;
}
	.field-taxonomy.taxonomy-tag a {
		border: 1px solid rgba(74,144,226, 1);
		background: transparent;
		color: rgba(74,144,226, 1);
	}

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

.field-share ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid rgba(204,204,204, 1);
	padding: 1.375em 0 2.0625em 1.375em;
}

.field-share li {
	margin: 0 0 0.6875em 0;
}

.field-share a {
	display: block;
	font-size: 0.875rem;
	color: rgba(34,34,34, 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 i {
	font-size: 1.25rem;
	margin-right: 0.6875em;
	vertical-align: middle;
}
	.field-share li.share-facebook:hover i {
		color: #3B5998;
	}
	.field-share li.share-twitter:hover i {
		color: #55ACEE;
	}
	.field-share li.share-email:hover i {
		color: rgba(240,184,102, 1);
	}

.field-share span {
	font-weight: 400;
	font-size: 0.875rem;
}

/* field-letter */
.field-letter {
	margin-bottom: 0.6875em;
}

.field-letter .letter {
	font-family: 'Lato', sans-serif;
	position: relative;
	width: 80px;
	height: 80px;
	border-width: 2px;
	border-style: solid;
	border-radius: 9999px;
}
	.field-letter .letter.letter-dotted {
		border-style: dotted;
	}

.field-letter .letter span {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	font-size: 1.75rem;
	font-weight: 700;
}

/* project-group */
.project-group {
	margin-bottom: 0.6875em;
}

.project-group .letter {
	font-family: 'Lato', sans-serif;
	position: relative;
	width: 44px;
	height: 44px;
	border-width: 2px;
	border-style: solid;
	border-radius: 9999px;
}
	.project-group .letter.letter-dotted {
		border-style: dotted;
	}

.project-group .letter span {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: 700;
}

/* field-information */
.field-information h3:after {
	content: ':';
}

.field-information .informations {
	padding: 1.375em;
	background: rgba(74,144,226, 0.2);
	max-width: 600px;
}

.field-information .information {
	margin-bottom: 0.6875em;
}

.field-information .information .title {
	display: block;
}
	.field-information .information .title:after {
		content: ':';
	}

.field-information .information .link {
	display: block;
	font-weight: 400;
}

/* ######################################## *\
		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(74,144,226, 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(74,144,226, 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, .vfb-submit {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 1.03125em 2.0625em;
	text-align: center;
	background: rgba(74,144,226, 1);
	color: rgba(255,255,255, 1);
	border: 1px solid rgba(74,144,226, 0);
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	line-height: 1.25;
	text-decoration: none;
	transition: background 0.3s ease 0s;
	-webkit-appearance: none;
	cursor: pointer;
}
	.btn-o, .button-o {
		background: rgba(255,255,255, 1);
		border: 1px solid rgba(204,204,204, 1);
		color: rgba(51,51,51, 1);
	}
	.btn-blue, .button-blue {
		background: rgba(74,144,226, 1);
	}

.wp-block-button__link {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 1.03125em 2.0625em;
	text-align: center;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	line-height: 1.25;
	cursor: pointer;
	text-decoration: none;
	font-size: 1rem;
    border-radius: 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 .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: none;
}

.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(199,0,0, 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;
}

.wpcf7-form .wpcf7-not-valid {
	background: rgba(199,0,0, 0.06);
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
	border: 0;
	color: rgba(199,0,0, 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(199,0,0, 1);
			background: rgba(199,0,0, 0.06);
			color: rgba(199,0,0, 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: '\f17b';
	}
	.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
		content: '\f1d8';
	}

.grecaptcha-badge {
	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;
	left: 15px;
	z-index: 99;
	width: 40px;
	height: 40px;
	background: rgba(74,144,226, 1);
	color: rgba(255,255,255, 1);
	text-align: center;
	line-height: 38px;
	display: block;
	font-size: 1.25rem;
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	animation: 4s ease 0s normal none infinite running down;
}
	#guide a.top {
		background: rgba(74,144,226, 1);
		color: rgba(255,255,255, 1);
		bottom: 15px;
		line-height: 36px;
		animation: 4s ease 0s normal none infinite running up;
	}

/* 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(74,144,226, 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(74,144,226, 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(74,144,226, 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(74,144,226, 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);
	}

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

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

/* footer-menu */
#footer-menu {
	display: flex;
	justify-content: center;
}

#footer-menu li {
	padding: 0.34375em 1.03125em;
	border-left: 1px solid rgba(255,255,255, 0.2);
}
	#footer-menu li:first-child {
		border-left: 0;
	}

#footer-menu a {
	font-size: 0.75rem;
	text-transform: uppercase;
	color: rgba(255,255,255, 0.8);
}

/* 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: '››››';
		}

/* search */
.search-container {
	background: rgba(74,144,226, 0.98);
	position: fixed;
	width: 100%;
	height: 100%;
	align-items: center;
	display: none;
	z-index: 999;
}
	.search-container.active {
		display: flex;
	}

.search-container .max-width {
	flex: 0 0 100%;
}

.site-search {
	padding: 1.375em 0;
	position: relative;
}

.site-search .search-input {
	border: 0;
	background: none;
	color: rgba(255,255,255, 1);
	padding: 0;
	padding-right: 3.4375em;
	font-size: 2rem;
}
	.site-search .search-input:focus {
		border-bottom: 1px solid rgba(255,255,255, 1);
	}
	.site-search .search-input::-webkit-input-placeholder {
		color: rgba(255,255,255, 0.5);
	}

.site-search .search-submit {
	border: 0;
	position: absolute;
	z-index: 1;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	color: rgba(255,255,255, 1);
	font-size: 1.5rem;
	padding: 0;
}
	.site-search .search-submit:hover i:before {
		font-weight: 900;
	}

.site-search .search-close {
	border: 0;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	color: rgba(255,255,255, 1);
	font-size: 1.7rem;
	padding: 0;
}
	.site-search .search-close:hover i:before {
		font-weight: 900;
	}

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

#pagination {
	margin: 2.75em 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(74,144,226, 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 {
	display: flex;
	justify-content: center;
}

#pagination.archive.paged .page-numbers {
	background: transparent;
	text-decoration: none !important;
	border: 1px solid rgba(204,204,204, 1);
	height: 42px;
	width: 42px;
	line-height: 42px;
	font-size: 1.25rem;
	color: rgba(34,34,34, 1);
	margin: 0 0.171875rem;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
}
	#pagination.archive.paged .page-numbers.current {
		background: rgba(34,34,34, 1);
		border-color: rgba(34,34,34, 1);
		color: rgba(255,255,255, 1);
	}
	#pagination.archive.paged a.page-numbers:hover {
		border-color: rgba(34,34,34, 1);
		color: rgba(34,34,34, 1);
	}
	#pagination.archive.paged .page-numbers.dots {
		font-size: 1.75rem;
		line-height: 24px;
	}
	#pagination.archive.paged .prev,
	#pagination.archive.paged .next {
		font-size: 1.75rem;
	}

/* single.prev-next */
#pagination.single.prev-next {
	display: flex;
	margin: 0;
}

#pagination.single.prev-next .post-link {
	background: transparent;
	text-decoration: none !important;
	border: 1px solid rgba(204,204,204, 1);
	height: 42px;
	width: 42px;
	line-height: 40px;
	font-size: 1.75rem;
	color: rgba(34,34,34, 1);
	margin: 0 0.34375em 0 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	display: block;
	text-align: center;
}
	#pagination.single.prev-next .post-link:not(.no-posts):hover {
		border-color: rgba(34,34,34, 1);
		color: rgba(34,34,34, 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;
}

/* breadcrubs */
.breadcrumbs-container {
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

#breadcrumbs {
	padding-top: 0.6875em;
	padding-bottom: 0.6875em;
	font-size: 0.875rem;
}

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

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

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

#breadcrumbs > span:last-of-type {
	color: rgba(0,0,0, 1);
	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(74,144,226, 1);
	color: rgba(255,255,255, 1);
	text-shadow: none;
}

::-webkit-selection {
	background: rgba(74,144,226, 1);
	color: rgba(255,255,255, 1);
	text-shadow: none;
}

::-moz-selection {
	background: rgba(74,144,226, 1);
	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;
}
	.card.info {
		border-left-width: 5px;
		border-color: rgba(74,144,226, 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(74,144,226, 1);
			background: rgba(74,144,226, 0.06);
			color: rgba(74,144,226, 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(74,144,226, 0.12);
		}
			.card.em.info .card-title.line {
				border-bottom-color: rgba(74,144,226, 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);
}

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

/* swipebox */
#swipebox-overlay {
	min-width: 320px;
	background: rgba(0,0,0, 0.88);
	width: 100% !important;
}

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

#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;
	background: none;
	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: none;
	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: none;
}
	#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(74,144,226, 0.96) !important;
}

.tos-close,
.tos-next,
.tos-prev {
	background: rgba(74,144,226, 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(74,144,226, 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(74,144,226, 1);
}

.filter-style.filter-theme-custom .bundle-widget-keyword .submit-wrapper {
	background-color: rgba(0,0,0, 0.1);
	border-color: rgba(74,144,226, 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(74,144,226, 0);
	color: rgba(255,255,255, 1);
	border: 1px solid rgba(255,255,255, 0.24);
	box-shadow: none;
	padding: 0;
}
	.filter-style.filter-theme-custom .bundle-widget-autocomplete.bundle-active .bundle-inner {
		background: rgba(255,255,255, 1);
		border: 1px solid rgba(255,255,255, 1);
	}

.filter-style.filter-theme-custom .bundle-widget-autocomplete .filter-label {
	display: none;
}

.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);
	font-weight: bold;
	font-size: 1rem;
	padding: 12px 2.0625em 12px 1.375em;
	height: 54px;
	text-overflow: ellipsis;
}
	.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.bundle-active .autocomplete-input input {
		color: rgba(34,34,34, 1);
	}

.filter-style.filter-theme-custom .bundle-widget-autocomplete .remove-autocomplete {
	color: rgba(34,34,34, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-current {
	border: 1px solid rgba(255,255,255, 0.24);
	box-shadow: none;
}
	.filter-style.filter-theme-custom .bundle-widget-select.bundle-active .filter-current {
		background: rgba(255,255,255, 1);
		border: 1px solid rgba(255,255,255, 1);
	}

.filter-style.filter-theme-custom .bundle-widget-select .filter-label {
	background-color: rgba(74,144,226, 0);
	padding: 0.34375em 1.375em;
	height: 54px;
}

.filter-style.filter-theme-custom .bundle-widget-select.bundle-not-active .filter-label .label-filter {
	font-size: 1rem;
	line-height: 40px;
	color: rgba(255,255,255, 0.8);
}
	.filter-style.filter-theme-custom .bundle-widget-select.bundle-active .filter-label .label-filter {
		font-size: 0.75em;
		color: rgba(34,34,34, 1);
		line-height: 1.5;
	}

.filter-style.filter-theme-custom .bundle-widget-select.bundle-active  .filter-label .label-current {
	font-size: 1rem;
}

.filter-style.filter-theme-custom .bundle-widget-select .current-select {
	background-color: rgba(74,144,226, 0);
	color: rgba(255,255,255, 0.8);
	height: 54px;
	font-size: 1.5rem;
	line-height: 54px;
}
	.filter-style.filter-theme-custom .bundle-widget-select.bundle-active .current-select {
		color: rgba(34,34,34, 1);
	}

.filter-style.filter-theme-custom .bundle-widget-select .filter-select {
	background-color: rgba(34,34,34, 1);
	color: rgba(255,255,255, 0.66);
	top: 60px;
	border: 1px solid rgba(255,255,255, 0.24);
}

.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 label {
	padding: 0.6875em 1.375em;
}
	.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(74,144,226, 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(74,144,226, 1);
	color: rgba(255,255,255, 1);
}

.messages-style.messages-theme-custom {
	background: rgba(74,144,226, 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(34,34,34, 1);
	border: 1px solid rgba(255,255,255, 0.24);
}

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

.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: 99;
	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);
	}

[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: 540px;
	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(74,144,226, 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;
}

/* visual-form-builder */
form.visual-form-builder fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

form.visual-form-builder ul {
  padding: 0;
  margin: 0;
}

form.visual-form-builder ul li {
  padding: 0 !important;
  margin-bottom: 1.375em !important;
}

form.visual-form-builder ul li.vfb-item-instructions {
	max-width: 366px;
}

form.visual-form-builder ul li.vfb-item-file-upload {
	max-width: 366px;
}

form.visual-form-builder .vfb-fieldset {
	background: none;
	max-width: 540px;
}

form.visual-form-builder .vfb-item {

}
	form.visual-form-builder .vfb-item:before {
		content: none !important;
	}

form.visual-form-builder .vfb-legend {
	margin: 0 0 24px;
	padding: 0 10px;
}

form.visual-form-builder label.vfb-desc {
	font-size: 1rem;
}

input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea {
	padding: 8px;
}

select.vfb-select {
	height: 36px;
	border: 1px solid #ddd;
	background: #fafafa;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	padding: 1px 4px 0;
}

select.vfb-select:focus {
	border-color: rgba(74,144,226, 1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
}

/* sfbmo_organigramm */
#sfbmo_organigramm svg {
	width: 100%;
	height: auto;
}

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

.post-edit-link {
	color: rgba(74,144,226, 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;
}

.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 .alignnone {
	margin: 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(74,144,226, 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(74,144,226, 0.33) !important;
}

.mejs-container.mejs-audio .mejs-controls,
.mejs-container.mejs-audio .mejs-volume-button > .mejs-volume-slider {
	background: rgba(74,144,226, 1) !important;
}

.sticky {}

.bypostauthor {}

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

.no-js {}
