/*!
 * style.css
 *
 * @link https://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage cleantheme
 */
 
/* color blue rgba(28,169,239, 1); */
/* color darkblue rgba(0,36,78, 1); */
/* color green rgba(52,169,54, 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: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.375;
	min-width: 320px;
	background: rgba(255,255,255, 1);
	color: rgba(0,0,0, 0.66);
}

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

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

a {
	color: rgba(28,169,239, 1);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.page-title, .headline, .h3, .h4 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0.6875em;
	line-height: 1.125;
}

h1, .page-title {
	font-size: 3.375rem;
	font-size: 2.5rem;
}

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

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

h4, .h4 {
	font-size: 1.5rem;
	font-size: 1rem;
}

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

h6 {
	font-size: 0.875rem;
}

.small {
	font-size: 0.75rem;
}

.pull-blockquote {
	margin: 1.375em;
}

.pull-blockquote .blockquote-angle {
	margin-left: calc(-1.375em - 3px);
	margin-right: calc(-1.375em - 3px);
	transform: translateY(1px);
}

.pull-blockquote .responsive-container {
	padding-top: 18.0616740088% !important;
	overflow: hidden;
}

.pull-blockquote polyline {
	stroke-width: 2px;
}

.pull-left .wp-caption,
.pull-right .wp-caption {

}

.pull-left img,
.pull-right img {
	min-width: 100%;
}

blockquote {
	margin: 0;
	padding: 1.375em 1.375em 0;
	position: relative;
	border: 2px solid rgba(28,169,239, 1);
	border-bottom: 0;
	position: relative;
}
	blockquote:after {
		content: '';
	}

blockquote p {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.375;
	color: rgba(28,169,239, 1);
	margin-bottom: 0.6875em;
}

blockquote cite {
	display: block;
	font-size: 0.875rem;
	color: rgba(28,169,239, 1);
	text-transform: uppercase;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0.6875em;
	font-weight: bold;
}

.intro-l {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.375;
	margin-bottom: 1.375em;
	color: rgba(28,169,239, 1);
	font-style: italic;
}
	
.intro {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 1.250rem;
	margin-bottom: 1.375em;
	color: rgba(0,0,0, 1);
	line-height: 1.375;
}
	.intro:before {
		content: '';
		display: inline-block;
		width: 2.25rem;
		height: 3px;
		background: rgba(28,169,239, 1);
		margin-right: 0.34375em;
	}

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

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

/* header */
.header-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: rgba(255,255,255, 1);
	transition: all 0.3s ease;
}
	.header-container.sticky {
		background: rgba(255,255,255, 1);
		box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	}
	.header-container.clone {
		visibility: hidden;
		position: static;
	}

#header {}

#branding {
	height: 64px;
	float: left;
	width: 100%;
}

.navigation {
	clear: left;
}

#logo {
	font-size: 1rem;
	float: left;
	margin: 1.375em 0;
	line-height: 1.375em;
	width: 50px;
	position: relative;
	z-index: 99;
}

/* title */
.title-container {
	background: rgba(28,169,239, 1);
}

#title {
	padding-top: 2.75em;
	padding-bottom: 3.4375em;
}
	.post-type-archive-manufacturer #title {
		padding-bottom: 0.6875em;
	}

#title .page-title {
	color: rgba(255,255,255, 1);
	margin-bottom: 0.171875em;
}
	.has-angle #title .page-title {
		position: relative;
		z-index: 5;
	}
	.page-template-default #title .page-title {
		max-width: 780px;
		margin-right: auto;
		margin-left: auto;
	}
	
#title .subline {
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
}
	.has-angle #title .subline {
		position: relative;
		z-index: 5;
	}
	.page-template-default #title .subline {
		max-width: 780px;
		margin: 0 auto;
	}

/* main */
.main-container {
	position: relative;
}
	.page-template-default .main-container,
	.page-template-page-downloads .main-container {
		margin-top: 2.75em;
	} 
	.has-angle .main-container:after {
		content: '';
		background: rgba(28,169,239, 1);
		height: 75%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.has-angle .main-container > .angle {
		position: absolute;
		left: 0;
		top: 75%;
		width: 100%;
		z-index: 2;
		transform: translateY(-100%);
	}

#main {}
	.has-angle #main {
		position: relative;
		z-index: 5;
	}

.content-container {
	width: 100%;
}

#content {}

/* archive-container */
.archive-container {
	border-top: 1px solid rgba(0,0,0, 0.24);
	margin-top: 2.75em;
	padding-top: 2.75em;
}

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

#footer {}

.angle-top .responsive-container {
	position: relative;
	top: -1px;
	padding-top: 17.7083333333% !important;
	pointer-events: none;
}

.angle-bottom .responsive-container {
	position: relative;
	top: 1px;
	padding-top: 17.7083333333% !important;
	pointer-events: none;
}

/* ######################################## *\
		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-footer */
#widget-area-footer {
	display: flex;
	flex-wrap: wrap;
	padding-top: 1.375em;
	padding-bottom: 2.75em;
}

/* ######################################## *\
		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-menu */
.widget.footer-menu {
	width: 100%;
}

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

.widget.footer-menu .menu-item {
	width: 100%;
	position: relative;
	padding-top: 0.6875em;
	padding-bottom: 0.6875em;
	border-bottom: 1px solid rgba(255,255,255, 0.33);
}
	.widget.footer-menu .menu-item:last-child {
		border-bottom: 0;
	}

.widget.footer-menu .menu-link {
	color: rgba(255,255,255, 1);
	font-size: 0.875rem;
	text-align: center;
	display: block;
}

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

.widget.footer-social .menu-item {
	margin-bottom: 2.75em;
}
	.widget.footer-social .menu-item:last-child {
		margin-bottom: 0;
	}

.widget.footer-social .menu-link {
	color: rgba(255,255,255, 1);
	font-size: 0.875rem;
	position: relative;
	display: block;
}

.widget.footer-social i {
	font-size: 2rem;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	border-radius: 999px;
	border: 2px solid rgba(255,255,255, 1);
}
	.widget.footer-social i:before {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transform: translate(-50%, -50%);
	}

.widget.footer-social .menu-link-title {
	display: block;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 1.5rem;
	padding-left: 72px;
}

.widget.footer-social .menu-link-description {
	display: block;
	font-size: 0.875rem;
	padding-left: 72px;
}
	
/* footer-contact */
.widget.footer-contact {
	width: 100%;
	padding-right: 1.375em;
	position: relative;
}
	.widget.footer-contact:before {
		content: '';
		position: absolute;
		left: 0;
		top: -1.03125em;
		z-index: 1;
		background: url(../images/logo.png) no-repeat center center;
		width: 50px;
		height: 74px;
		background-size: cover;
		transform: translateY(-100%);
	}

.widget.footer-contact .widget-title {
	color: rgba(255,255,255, 1);
	font-size: 1.5rem;
}

.widget.footer-contact .field-body {
	color: rgba(255,255,255, 1);
	font-size: 0.875rem;
}

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

/* list */
.list {
	margin-bottom: 1.375em;
}
	.list:last-child {
		margin-bottom: 0;
	}
	.list-none {
		margin: 2.75em 0;
		min-height: 420px;
	}
	
.list-archive {
	margin-top: 2.75em;
	margin-bottom: 2.75em;
}

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

.layout.line-top {
	border-top: 1px solid rgba(0,0,0, 0.12);
}

.layout.line-bottom {
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

.layout.blue-top {
	background: rgba(28,169,239, 1);
	padding-top: 0;
	padding-bottom: 1.375em;
	margin-top: -1.375em;
}

.layout.blue-bottom {
	background: rgba(28,169,239, 1);
	padding-top: 1.375em;
	padding-bottom: 0;
	margin-bottom: -1.375em;
}

.list-none .headline {
	color: rgba(0,36,78, 1);
}

/* layout-title */
.layout-title {
	margin-bottom: 1.375em;
}
	.layout-title.alignment-center {
		text-align: center;
	}

.layout-title .title {
	color: rgba(28,169,239, 1);
	margin-bottom: 0.171875em;
}
	.layout[class*="blue"] .layout-title .title {
		color: rgba(255,255,255, 1);
	}

.layout-title .subline {
	color: rgba(0,36,78, 1);
}
	.layout-title.alignment-center .subline {
		max-width: 740px;
		margin: 0 auto;
	}

/* layout-slider */
.layout-slider .slide a {
	text-decoration: none;
}

.layout-slider .slide .bg-image:after {
	content: '';
	background: url(img/der-echte-norden.png) no-repeat center center;
	background-size: cover;
	width: 100px;
	height: 23px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 5;
}

.layout-slider .slide .title-subline {
	padding: 1.375em 15px;
}

.layout-slider .slide .title {
	font-size: 6.750rem;
	font-size: 2rem;
	margin-bottom: 0;
	color: rgba(0,36,78, 1);
}

.layout-slider .slide .subline {
	font-size: 3.375rem;
	font-size: 1.5rem;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0.6875em;
	line-height: 1.125;
	color: rgba(0,36,78, 1);
}

.layout-slider .slide .description {
	font-size: 0.875rem;
	font-style: italic;
	background: rgba(28,169,239, 1);
	color: rgba(255,255,255, 1);
	padding: 1.375em 15px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}

/* layout-content */
.layout-content {
	padding: 2.75em 0;
}

.layout[class*="blue"].layout-content .field-body {
	color: rgba(0,36,78, 1);
}

/* layout-teaser */
.layout-teaser {
	padding: 2.75em 0;
}

.layout-teaser .teaser a {
	text-decoration: none;
}

.layout-teaser .teaser.teaser-title .field-image {
	width: 110px;
	margin: 0 auto 1.375em;
}

.layout-teaser .teaser .title {
	color: rgba(0,36,78, 1);
	text-align: center;
	margin-bottom: 0;
}

.layout-teaser .teaser .title:after {
	content: '\f178';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	display: block;
	color: rgba(52,169,54, 1);
	text-align: center;
	margin-top: 0.34375em;
}

/* custom */
.layout.seal-quality .layout-title .subline {
	color: rgba(28,169,239, 1);
}

.layout.seal-steps .field-body p {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

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

.article {}

/* archive */
.post.archive .field-body {
	max-width: 780px;
}

.post.archive .field-body h2 {
	color: rgba(28,169,239, 1);
}

.post.archive .field-body h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(28,169,239, 1);
	font-size: 1.25rem;
	margin: 2.75em 0 1.375em;
}

/* page */
.post.page {}

.post.page .subline {
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
	max-width: 780px;
	margin: 0 auto 0.6875em;
}

.post.page .page-title {
	max-width: 780px;
	margin: 0 auto 0.34375em;
	color: rgba(28,169,239, 1);
}

.post.page .field-body {
	max-width: 780px;
	margin: 0 auto;
}

.post.page .field-body h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(28,169,239, 1);
	font-size: 1.25rem;
	margin: 2.75em 0 1.375em;
}

/* teaser */
.post.teaser {
	background: rgba(255,255,255, 1);
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	height: 100%;
}

.post.teaser a {
	display: block;
	text-decoration: none;
}
	.post.teaser a:hover {
		text-decoration: none;
	}

.post.teaser .field-thumbnail {
	margin-bottom: 0;
}

.post.teaser .field-thumbnail img {
	min-width: 100%;
}

.post.teaser .wrapper {
	padding: 2.75em 2.0625em;
}

.post.teaser .category,
.post.teaser .field-date {
	font-size: 0.75rem;
	color: rgba(0,0,0, 0.5);
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.6875em;
}

.post.teaser .headline {
	font-size: 1.25rem;
}

.post.teaser .field-more {
	margin-top: 2.0625em;
}

.post.teaser .field-more i {
	color: rgba(0,0,0, 0.5);
	margin-right: 0.6875em;
}

.post.teaser .field-more .label {
	display: inline;
	color: rgba(0,0,0, 0.33);
	font-style: italic;
	font-size: 0.875rem;
	font-weight: 400;
}

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

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

.page-template .page__content {
	margin: 1.375em 0;
}

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

.post-type-post.post-view-full .category,
.post-type-post.post-view-full .field-date {
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 0.6875em;
}

.post-type-post.post-view-full .page-title {
	color: rgba(28,169,239, 1);
	margin-bottom: 0.34375em;
}

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

.post-type-manufacturer.post-view-full .list-manufacturer-body {
	margin-bottom: 2.75em;
}

.post-type-manufacturer.post-view-full .field-thumbnail {
	position: relative;
}

.post-type-manufacturer.post-view-full .field-thumbnail .manufacturer-category {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 120px;
	height: 120px;
	background: rgba(242,244,246, 1);
	border-radius: 9999px;
	padding: 10px;
	transform: translate(-50%, 35%);
	display: none;
}

.post-type-manufacturer.post-view-full .field-thumbnail img {
	min-width: 100%;
}

.post-type-manufacturer.post-view-full .wrapper-manufacturer-body .manufacturer-category {
	width: 60px;
	height: 60px;
	background: rgba(242,244,246, 1);
	border-radius: 9999px;
	margin-bottom: 1.375em;
}

.post-type-manufacturer.post-view-full .headline {
	color: rgba(28,169,239, 1);
	margin-bottom: 0.34375em;
}

.post-type-manufacturer.post-view-full .distribution {
	font-size: 1rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.34375em;
}

.post-type-manufacturer.post-view-full #manufacturer-product {
	margin-top: 2.75em;
}

.post-type-manufacturer.post-view-full #manufacturer-product h3 {
	cursor: pointer;
	font-size: 1.5rem;
	margin-bottom: 0.34375em;
	padding-left: 1.03125em;
	position: relative;
}
	.post-type-manufacturer.post-view-full #manufacturer-product h3:before {
		position: absolute;
		left: 0.34375em;
		top: 0;
		z-index: 1;
		content: '\f0da';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		display: inline-block;
		transition: all 0.3s ease;
	}
		.post-type-manufacturer.post-view-full #manufacturer-product h3.ui-state-active:before {
			content: '\f0da';
			transform: rotate(90deg);
		}

.post-type-manufacturer.post-view-full #manufacturer-product .field-body {
	padding: 0.6875em;
	background: rgba(0,0,0, 0.012);
}

.post-type-manufacturer.post-view-full #manufacturer-product .field-body ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}
	.post-type-manufacturer.post-view-full #manufacturer-product .field-body ul li:before {
		content: '\f00c';
		font-weight: 300;
		margin-left: -1.375em;
		width: 1.375em;
		font-size: 0.875rem;
	}

.post-type-manufacturer.post-view-full #manufacturer-product ul {
	margin: 0;
}

.post-type-manufacturer.post-view-full #manufacturer-product .manufacturer-product {
	font-size: 0.875rem;
}

.post-type-manufacturer.post-view-full .manufacturer-meta {
	position: relative;
	padding-top: 1.375em;
	padding-bottom: 1.375em;
}
	.post-type-manufacturer.post-view-full .manufacturer-meta:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 33.333%;
		height: 1px;
		background: rgba(0,0,0, 0.24);
	}

.post-type-manufacturer.post-view-full .manufacturer-meta h4 {
	color: rgba(0,36,78, 1);
}

.post-type-manufacturer.post-view-full .manufacturer-meta .field-body {
	font-size: 0.875rem;
}

.post-type-manufacturer.post-view-full .manufacturer-meta.meta-links a {
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 1.03125em;
}

.post-type-manufacturer.post-view-full .manufacturer-meta.meta-links i {
	width: 40px;
	height: 40px;
	background: rgba(0,36,78, 1);
	color: rgba(255,255,255, 1);
	text-align: center;
	line-height: 40px;
	font-size: 1rem;
	border-radius: 9999px;
	margin-right: 0.6875em;
}
	.post-type-manufacturer.post-view-full .manufacturer-meta.meta-links .maps i {
		background: rgba(52,169,54, 1);
	}

.post-type-manufacturer.post-view-teaser {
	padding: 1.375em 0;
	border-bottom: 1px solid rgba(0,0,0, 0.24);
}
	.item-vr-gmap-list:last-child .post-type-manufacturer.post-view-teaser {
		border-bottom: 0;
	}

.post-type-manufacturer.post-view-teaser .wrapper-manufacturer-category {
	margin-bottom: 0.6875em;
	display: flex;
}

.post-type-manufacturer.post-view-teaser .manufacturer-category {
	width: 60px;
	height: 60px;
	background: rgba(242,244,246, 1);
	margin-right: 0.34375em;
	margin-bottom: 0.34375em;
	position: relative;
}
	.post-type-manufacturer.post-view-teaser .manufacturer-category:after {
		content: '';
		width: 0; 
	  height: 0; 
	  border-left: 10px solid transparent;
	  border-right: 10px solid transparent;
	  border-bottom: 10px solid rgba(255,255,255, 1);
	  position: absolute;
	  top: -2px;
	  right: -7px;
	  z-index: 1;
	  transform: rotate(45deg);
	}

.post-type-manufacturer.post-view-teaser .category {
	font-size: 0.75rem;
	color: rgba(52,169,54, 1);
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.34375em;
}

.post-type-manufacturer.post-view-teaser .distribution {
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -0.34375em;
	margin-bottom: 0.6875em;
}

.post-type-manufacturer.post-view-teaser .headline {
	font-size: 1.5rem;
	margin-bottom: 0.34375em;
}

.post-type-manufacturer.post-view-teaser .headline a {
	color: rgba(0,36,78, 1);
}

.post-type-manufacturer.post-view-teaser .manufacturer-meta .field-body {
	font-size: 0.875rem;
}
	
.post-type-manufacturer.post-view-teaser .manufacturer-meta.meta-links a {
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 1.03125em;
	cursor: pointer;
}

.post-type-manufacturer.post-view-teaser .manufacturer-meta.meta-links i {
	width: 40px;
	height: 40px;
	background: rgba(0,36,78, 1);
	color: rgba(255,255,255, 1);
	text-align: center;
	line-height: 40px;
	font-size: 1rem;
	border-radius: 9999px;
	margin-right: 0.6875em;
}
	.post-type-manufacturer.post-view-teaser .manufacturer-meta.meta-links .maps i {
		background: rgba(52,169,54, 1);
	}

.post-type-manufacturer.post-view-teaser .field-more {
}

.post-type-manufacturer.post-view-teaser .field-more a {
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
}

.post-type-manufacturer.post-view-teaser .field-more i {
	color: rgba(52,169,54, 1);
	margin-right: 0.6875em;
	font-size: 0.875rem;
	vertical-align: middle;
}

.post-type-manufacturer.post-view-marker .wrapper-manufacturer-category {
	margin-bottom: 0.6875em;
	display: flex;
}

.post-type-manufacturer.post-view-marker .manufacturer-category {
	width: 40px;
	height: 40px;
	background: rgba(242,244,246, 1);
	margin-right: 0.34375em;
	margin-bottom: 0.34375em;
	position: relative;
}
	.post-type-manufacturer.post-view-marker .manufacturer-category:after {
		content: '';
		width: 0; 
	  height: 0; 
	  border-left: 10px solid transparent;
	  border-right: 10px solid transparent;
	  border-bottom: 10px solid rgba(255,255,255, 1);
	  position: absolute;
	  top: -2px;
	  right: -7px;
	  z-index: 1;
	  transform: rotate(45deg);
	}

.post-type-manufacturer.post-view-marker .manufacturer-category img {	
	max-width: 100%;
	vertical-align: bottom;
	height: auto !important;
}

.post-type-manufacturer.post-view-marker .headline {
	font-size: 1.5rem;
	margin-bottom: 0.34375em;
}

.post-type-manufacturer.post-view-marker .headline a {
	color: rgba(0,36,78, 1);
}

.post-type-manufacturer.post-view-marker .manufacturer-meta .field-body {
	font-size: 0.875rem;
}

.post-type-manufacturer.post-view-marker .manufacturer-meta.meta-links {
	display: flex;
	justify-content: space-between;
}
	
.post-type-manufacturer.post-view-marker .manufacturer-meta.meta-links a {
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.post-type-manufacturer.post-view-marker .manufacturer-meta.meta-links i {
	width: 30px;
	height: 30px;
	background: rgba(0,36,78, 1);
	color: rgba(255,255,255, 1);
	text-align: center;
	line-height: 30px;
	font-size: 0.875rem;
	border-radius: 9999px;
	margin-right: 0.6875em;
	vertical-align: middle;
}
	.post-type-manufacturer.post-view-marker .manufacturer-meta.meta-links .maps i {
		background: rgba(52,169,54, 1);
	}

.post-type-manufacturer.post-view-marker .field-more a {
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
}

.post-type-manufacturer.post-view-marker .field-more i {
	color: rgba(52,169,54, 1);
	margin-right: 0.6875em;
	font-size: 0.875rem;
	vertical-align: middle;
}

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

.post-type-download.post-view-teaser .field-thumbnail {
	position: relative;
	width: 180px;
}

.post-type-download.post-view-teaser .bg-image {
	padding-top: 133.333% !important;
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	transition: all 0.3s ease;
}
	.post-type-download.post-view-teaser:hover .bg-image {
		box-shadow: 0 4px 12px rgba(43,59,93, 0.29);
	}

.post-type-download.post-view-teaser .download-link {
	position: absolute;
	bottom: 10%;
	left: calc(100% - 20px);
	z-index: 1;
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.6875em;
	white-space: nowrap;
	transition: all 0.3s ease;
}
	.post-type-download.post-view-teaser:hover .download-link {
		text-shadow: 0 4px 12px rgba(43,59,93, 0.29);
	}

.post-type-download.post-view-teaser .download-link i {
	width: 40px;
	height: 40px;
	background: rgba(52,169,54, 1);
	color: rgba(255,255,255, 1);
	text-align: center;
	line-height: 40px;
	font-size: 1.25rem;
	border-radius: 9999px;
	margin-right: 0.6875em;
	vertical-align: middle;
	transition: all 0.3s ease;
}
	.post-type-download.post-view-teaser:hover .download-link i {
		box-shadow: 0 4px 12px rgba(43,59,93, 0.29);
	}

.post-type-download.post-view-teaser .category {
	font-size: 0.75rem;
	color: rgba(0,0,0, 0.5);
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.6875em;
}

.post-type-download.post-view-teaser .headline {
	font-size: 1.5rem;
}

/* ######################################## *\
		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 {
	color: rgba(0,0,0, 0.66);
}

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

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

/* field-body */
.field-body {
	line-height: 1.625;
}

.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 0;
}
	.field-body p + ul {
		margin-top: -0.6875em;
	}
	.field-body ul ul {
		margin: 0.34375em 0 0 0;
	}

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

.field-body ul li:before {
	content: '\f0da';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	display: inline-block;
	margin-left: -0.859375em;
	width: 0.859375em;
	font-size: 1rem;
	vertical-align: middle;
	position: relative;
	top: -1px;
	color: rgba(28,169,239, 1);
}
	.field-body ul ul li:before {
		content: '\f0da';
		font-weight: 300;
	}

/* 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(28,169,239, 1);
	border: 1px solid rgba(28,169,239, 1);
	color: rgba(255,255,255, 1);
	border-radius: 4px;
	text-decoration: none;
}
	.field-taxonomy.taxonomy-tag a {
		border: 1px solid rgba(28,169,239, 1);
		background: transparent;
		color: rgba(28,169,239, 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(28,169,239, 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: '\f14c';
	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: 20px 1.375em;
	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;
	color: rgba(0,0,0, 0.66);
	font-size: 1.25rem;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
}
	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(28,169,239, 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(28,169,239, 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.515625em 1.375em;
	text-align: center;
	color: rgba(255,255,255, 1);
	background-color: rgba(28,169,239, 1);
	border-radius: 0;
	border: 0;
	font-size: 1.5rem;
	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;
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	margin: 0 0.65875em 0.6875em 0;
}
	.btn-secondary, button-secondary {
		background-color: rgba(52,169,54, 1);
	}
	.btn-tertiary, button-tertiary {
		background-color: rgba(242,244,246, 1);
		color: rgba(0,36,78, 1);
		box-shadow: none;
	}
	.btn-o, .button-o {
		background: none;
		padding-top: 8px;
		padding-bottom: 8px;
		border: 2px solid rgba(28,169,239, 1);
		color: rgba(28,169,239, 1);
	}
	.btn-margin, .button-margin {
		margin: 0.6875em 0 0;
	}
	.btn-lmargin, .button-lmargin {
		margin: 1.375em 0 0;
	}
	.btn-small, button-small {
		font-size: 0.875rem;
	}
	.btn i, .button i {
		vertical-align: sub;
		font-size: 2rem;
	}
	
/* 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 {
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.34375em;
	display: block;
}
	.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: 6px;
}

.wpcf7-form .field-acceptance .wpcf7-list-item-label {
	display: block;
	margin-left: 1.03125em;
	line-height: 1.375em;
	color: rgba(0,0,0, 0.66);
	font-size: 1.25rem;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
}
	.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: 0.75rem;
	position: relative;
	margin-top: 3px;
	z-index: 1;
	padding-left: 1.375em;
	line-height: 1.333;
	text-transform: uppercase;
	font-weight: bold;
}
	.wpcf7-form .wpcf7-response-output {
		padding: 1.375em 1.375em 1.375em 3.4375em !important;
		margin: 1.375em 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-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 {
	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(28,169,239, 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(28,169,239, 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(28,169,239, 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(28,169,239, 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: 25px 35px 25px 25px;
	background: rgba(255,255,255, 1);
}

.iw .si-pointer-top {
	border-top-color: rgba(255,255,255, 1);
}

.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(0,36,78, 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);
	}
	
/* gzsh-seal */
.gzsh-seal {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 1.375em;
	padding-bottom: 2.75em;
	overflow: hidden;
}

.gzsh-seal .step {
	position: relative;
	text-align: center;
	width: 100%;
}
	.gzsh-seal .step:after {
		content: '';
		width: 50%;
		height: 1px;
		background: rgba(0,0,0, 0.24);
		position: absolute;
		z-index: 1;
		left: 50%;
		top: 40px;
		transform: translate(50%, -50%);
		pointer-events: none;
	}
		.gzsh-seal .step-5:after {
			content: none;
		}

.gzsh-seal .index {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: rgba(0,36,78, 1);
	color: rgba(255,255,255, 1);
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 2.5rem;
	text-align: center;
	line-height: 72px;
	border-radius: 9999px;
	margin-bottom: 0.34375em;
}

.gzsh-seal .title {
	display: block;
	color: rgba(0,36,78, 1);
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 1.5rem;
	text-align: center;
}

.gzsh-seal .owl-carousel.owl-theme .owl-dots {
	margin-top: 0 !important;
	bottom: -2.0625em;
}

.gzsh-seal .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.gzsh-seal .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(0,36,78, 1);
	transform: scale(1);
}

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

#error-404-menu .menu-link i {
	display: none;
}

/* search */
.search-container {
	position: relative;
}

.site-search {
	position: relative;
	width: 100%;
	background: rgba(28,169,239, 1);
	padding: 12px 0;
	display: none;
}

.site-search .search-input {
	border: 0;
	background: none;
	color: 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: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	color: rgba(255,255,255, 1);
}

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

#pagination {
	margin: 1.375em 0;
}

/* archive.prev-next */
#pagination.archive.prev-next {
	margin: 0;
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-items: center;
	z-index: 5;
}

#pagination.archive.prev-next .page-count {
	display: block;
	font-size: 0.75rem;
	color: rgba(0,0,0, 0.5);
	text-transform: uppercase;
	margin-right: 2.75em;
	font-weight: bold;
}
	#pagination.archive.prev-next.pagination-top .page-count {
		color: rgba(255,255,255, 1);
	}

#pagination.archive.prev-next .page-prev-next {
	display: flex;
}

#pagination.archive.prev-next .page-prev-next .page-prev {
	margin-right: 0.34375em;
}

#pagination.archive.prev-next .page-prev-next .page-next {
	margin-left: 0.34375em;
}

#pagination.archive.prev-next .page-prev-next a,
#pagination.archive.prev-next .page-prev-next .no-pages {
	width: 60px;
	height: 60px;
	border: 2px solid rgba(242,244,246, 1);
	border-radius: 9999px;
	display: block;
	position: relative;
	color: rgba(0,0,0, 0.66);
}
	#pagination.archive.prev-next .page-prev-next .no-pages {
		opacity: 0.12;
		cursor: default;
	}
	#pagination.archive.prev-next.pagination-top a,
	#pagination.archive.prev-next.pagination-top .no-pages {
		border-color: rgba(255,255,255, 1);
		color: rgba(255,255,255, 1);
	}

#pagination.archive.prev-next .page-prev-next i {
	font-size: 2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

/* 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(28,169,239, 0.06);
		color: rgba(28,169,239, 1);
	}
	#pagination.archive.paged a.page-numbers:hover {
		background: rgba(28,169,239, 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 {
	margin: 0 0 1.375em;
	display: flex;
	position: relative;
	justify-content: flex-end;
}

#pagination.single.prev-next .page-overview {
	display: block;
	width: 50%;
	border-right: 2px solid rgba(255,255,255, 1);
}

#pagination.single.prev-next .page-overview .label {
	display: none;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	color: rgba(255,255,255, 1);
	font-size: 1.5rem;
	text-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	margin-bottom: 0.34375em;
	line-height: 1.125;
}

#pagination.single.prev-next .page-overview a {
	color: rgba(255,255,255, 1);
	height: 50px;
	padding: 0 1.375em;
	background: rgba(52,169,54, 1);
	display: block;
	text-align: center;
	width: 50%;
	position: relative;
}

#pagination.single.prev-next .page-overview i {
	font-size: 2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

#pagination.single.prev-next .page-prev-next {
	display: flex;
	width: 50%;
}

#pagination.single.prev-next .page-prev-next .page-prev {
	width: 50%;
	border-right: 1px solid rgba(255,255,255, 1);
}

#pagination.single.prev-next .page-prev-next .page-next {
	width: 50%;
	border-left: 1px solid rgba(255,255,255, 1);
}

#pagination.single.prev-next .post-link {
	text-align: center;
	height: 50px;
	background: rgba(242,244,246, 1);
	display: block;
	color: rgba(0,0,0, 0.66);
	position: relative;
}
	#pagination.single.prev-next .post-link.no-posts {
		opacity: 0.12;
		cursor: default;
	}

#pagination.single.prev-next .post-link i {
	font-size: 2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

/* 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(28,169,239, 1);
	color: rgba(255,255,255, 1);
	text-shadow: none;
}

::-webkit-selection {
	background: rgba(28,169,239, 1);
	color: rgba(255,255,255, 1);
	text-shadow: none;
}

::-moz-selection {
	background: rgba(28,169,239, 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(28,169,239, 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(28,169,239, 1);
			background: rgba(28,169,239, 0.06);
			color: rgba(28,169,239, 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(28,169,239, 0.12);
		}
			.card.em.info .card-title.line {
				border-bottom-color: rgba(28,169,239, 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 .owl-nav {
	margin: 0;
	position: absolute;
	bottom: 5px;
	right: 5px;
	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;
	background: rgba(0,0,0, 0.12);
	color: rgba(255,255,255, 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(28,169,239, 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(28,169,239, 0.96);
	width: 100% !important;
}

#swipebox-top-bar {
	line-height: 1.375em;
	font-size: 14px;
	height: auto;
	background: rgba(28,169,239, 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: 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(28,169,239, 0.96) !important;
}

.tos-close,
.tos-next,
.tos-prev {
	background: rgba(28,169,239, 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(28,169,239, 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(28,169,239, 1);
}

.filter-style.filter-theme-custom .bundle-widget-keyword .submit-wrapper {
	background-color: rgba(0,0,0, 0.1);
	border-color: rgba(28,169,239, 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(28,169,239, 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(28,169,239, 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(28,169,239, 1);
	color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-select {
	background-color: rgba(28,169,239, 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(28,169,239, 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(28,169,239, 1);
	color: rgba(255,255,255, 1);
}

.messages-style.messages-theme-custom {
	background: rgba(28,169,239, 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(28,169,239, 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: '';
		}
		
#vr-gmap-form .bundle-name-view .bundle-inner {
	padding: 0;
	box-shadow: none;
}

#vr-gmap-form .bundle-name-view .filter-label {
	margin: 0;
}

#vr-gmap-form .bundle-name-view .label-filter {
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.34375em;
}

#vr-gmap-form .bundle-name-view .filter-list {
	display: flex;
}

#vr-gmap-form .bundle-name-view .bundle-item {
	margin: 0;
	width: 50%;
}

#vr-gmap-form .bundle-name-view .bundle-item label {
	height: 64px;
	position: relative;
	background: rgba(255,255,255, 1);
	color: rgba(0,36,78, 1);
	border-radius: 0;
}
	#vr-gmap-form .bundle-name-view .bundle-item.item-active label {
		background: rgba(0,36,78, 1);
		color: rgba(255,255,255, 1);
	}

#vr-gmap-form .bundle-name-view .bundle-item .label {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.75rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	width: 100%;
}
	#vr-gmap-form .bundle-name-view .bundle-item label[for="vr-gmap-filter_list_filter-view_list"] .label:before {
		content: '\f022';
		font-weight: 300;
		font-size: 1.325rem;
		vertical-align: middle;
	}
	#vr-gmap-form .bundle-name-view .bundle-item label[for="vr-gmap-filter_list_filter-view_map"] .label:before {
		content: '\f5a0';
		font-weight: 300;
		font-size: 1.325rem;
		vertical-align: middle;
	}

#vr-gmap-form .bundle-widget-select .bundle-inner {
	position: relative;
}
	#vr-gmap-form .bundle-widget-select.bundle-name-manufacturer_category .bundle-inner:before {
		content: 'Produktgruppe';
		font-size: 0.75rem;
		color: rgba(0,36,78, 1);
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 0.34375em;
		display: block;
	}
	#vr-gmap-form .bundle-widget-select.bundle-name-manufacturer_distribution .bundle-inner:before {
		content: 'Produktvermarktung';
		font-size: 0.75rem;
		color: rgba(0,36,78, 1);
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 0.34375em;
		display: block;
	}

#vr-gmap-form .bundle-widget-select .filter-current {
	height: 64px;
	position: relative;
	background: rgba(255,255,255, 1);
	color: rgba(0,36,78, 1);
	border-radius: 0;
	box-shadow: none;
}
	#vr-gmap-form .bundle-widget-select.bundle-active .filter-current {
		background: rgba(0,36,78, 1);
		color: rgba(255,255,255, 1);
	}

#vr-gmap-form .bundle-widget-select .filter-label {
	background: none;
	height: auto;
	padding: 0;
}

#vr-gmap-form .bundle-widget-select .label-filter {
	color: rgba(0,0,0, 0.33);
	font-size: 1.25rem;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 2.0625em 0 1.375em;
}
	#vr-gmap-form .bundle-widget-select.bundle-active .label-filter {
		display: none !important;
	}

#vr-gmap-form .bundle-widget-select .current-select {
	background: none;
	color: rgba(0,36,78, 1);
	height: 64px;
	line-height: 64px;
}
	#vr-gmap-form .bundle-widget-select.bundle-active .current-select {
		color: rgba(255,255,255, 1);
	}

#vr-gmap-form .bundle-widget-select .current-select i:before {
	font-weight: 400;
	font-size: 1.25rem;
}

#vr-gmap-form .bundle-widget-select .label-current {
	color: rgba(0,36,78, 1);
	font-size: 1.25rem;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 2.0625em 0 1.375em;
}
	#vr-gmap-form .bundle-widget-select.bundle-active .label-current {
		color: rgba(255,255,255, 1);
	}

#vr-gmap-form .bundle-widget-select .filter-select {
	top: 90px;
	background: rgba(255,255,255, 1);
}

#vr-gmap-form .bundle-widget-select .filter-select label {
	color: rgba(0,36,78, 1);
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 1rem;
	padding: 0.6875em 2.0625em 0.6875em 1.375em;
}
	#vr-gmap-form  .bundle-widget-select .filter-select .select-item:hover label {
		background: rgba(0,36,78, 1);
		color: rgba(255,255,255, 1);
	}
	#vr-gmap-form .bundle-widget-select .filter-select .bundle-item.depth-1 label {
		padding-left: 2.0625em;
	}
	#vr-gmap-form .bundle-widget-select .filter-select .bundle-item.depth-2 label {
		padding-left: 2.75em;
	}
	#vr-gmap-form .bundle-widget-select .filter-select .bundle-item.depth-3 label {
		padding-left: 3.4375em;
	}
	
#vr-gmap-form .bundle-widget-select .filter-select .label:before {
	display: none !important;
}

#vr-gmap-form .bundle-widget-select .filter-select .item-active .label {
	font-weight: bold;
}

#vr-gmap-form .bundle-widget-autocomplete {
	width: 100%;
}

#vr-gmap-form .bundle-widget-autocomplete .bundle-inner {
	padding: 0;
	box-shadow: none;
}

#vr-gmap-form .bundle-widget-autocomplete .filter-label {
	margin: 0;
}

#vr-gmap-form .bundle-widget-autocomplete .label-filter {
	font-size: 0.75rem;
	color: rgba(0,36,78, 1);
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.34375em;
}

#vr-gmap-form .bundle-widget-autocomplete .filter-autocomplete {
	height: 64px;
	position: relative;
	background: rgba(255,255,255, 1);
	color: rgba(0,36,78, 1);
	border-radius: 0;
}
	#vr-gmap-form .bundle-widget-autocomplete.bundle-active .filter-autocomplete {
		background: rgba(0,36,78, 1);
		color: rgba(255,255,255, 1);
	}

#vr-gmap-form .bundle-widget-autocomplete .autocomplete-input {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	padding: 0;
}
	#vr-gmap-form .bundle-widget-autocomplete.bundle-not-active .autocomplete-input:after {
		content: '\f002';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 400;
		position: absolute;
		top: 50%;
		right: 1.03125em;
		font-size: 1.25rem;
		transform: translateY(-50%);
	}

#vr-gmap-form .bundle-widget-autocomplete .autocomplete-input input {
	background: none;
	color: rgba(0,0,0, 0.66);
	font-size: 1.25rem;
	padding: 0 2.75em 0 1.375em;
}
	#vr-gmap-form .bundle-widget-autocomplete.bundle-active .autocomplete-input input {
		color: rgba(255,255,255, 1);
	}

#vr-gmap-form .bundle-widget-autocomplete .remove-autocomplete {
	right: 1.375em;
}

.vr-gmap-filter-autocomplete.autocomplete-style.autocomplete-theme-custom {
	background: rgba(255,255,255, 1);
	transform: translate(0, 18px);
}

.vr-gmap-filter-autocomplete.autocomplete-style.autocomplete-theme-custom .autocomplete-suggestion {
	background: rgba(255,255,255, 1);
	color: rgba(0,36,78, 1);
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 1rem;
	padding: 0.6875em 2.0625em 0.6875em 1.375em;
}
	.vr-gmap-filter-autocomplete.autocomplete-style.autocomplete-theme-custom .autocomplete-suggestion.selected {
		background: rgba(0,36,78, 1);
		color: rgba(255,255,255, 1);
	}

.vr-gmap-filter-autocomplete.autocomplete-style.autocomplete-theme-custom .autocomplete-suggestion b {
	color: rgba(0,36,78, 1);
}
	.vr-gmap-filter-autocomplete.autocomplete-style.autocomplete-theme-custom .autocomplete-suggestion.selected b {
		color: rgba(255,255,255, 1);
	}

/* 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);
	}
	
[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(28,169,239, 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;
}
	 
/* ######################################## *\
		WORDPRESS CORE
\* ######################################## */

.post-edit-link {
	color: rgba(28,169,239, 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 {
	margin: 0.6875em 0 0;
	padding: 0;
	font-size: 0.75rem;
	color: rgba(28,169,239, 1);
	font-weight: bold;
}
	.gallery-caption {
		margin-top: 0;
		margin-bottom: 1.375em;
	}

.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(28,169,239, 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(28,169,239, 0.33) !important;
}

.mejs-container.mejs-audio .mejs-controls,
.mejs-container.mejs-audio .mejs-volume-button > .mejs-volume-slider {
	background: rgba(28,169,239, 1) !important;
}

.sticky {}

.bypostauthor {}

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

.no-js {}
