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

:root {
	--color-base: 0,54,102;
	--color-lightblue: 128,185,217;
	--color-light: 240,241,245;
	
	--color-success: 77,170,112;
	--color-error: 229,0,27;
	--color-warning: 235,137,29;
}

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

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

body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	line-height: 1.375;
	min-width: 360px;
	background: rgba(255,255,255, 1);
	color: rgba(0,0,0, 1);
}

p, pre {
	margin: 0 0 1.375em;
}
	.field > *:last-child,
	.card > *:last-child,
	.list-item > *:last-child,
	.textwidget > *:last-child,
	.textbody > *: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(var(--color-base), 1);
	text-decoration: none;
}
	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;
	}

h1, h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .title {
	font-family: 'Nunito', sans-serif;
	color: rgba(var(--color-base), 1);
	margin-top: 0;
	margin-bottom: 0.6875em;
	line-height: 1.125;
	font-weight: 700;
}

h1, .page-title {
	font-size: 1.75rem;
	margin-bottom: 0.34375em;
	line-height: 1.375;
}
	.page-title,
	.wp-blocks > h1:first-child {
		margin-top: 1.375em;
	}

h2, .h2, .headline {
	font-size: 1.625rem;
	margin-bottom: 1.375em;
}
	h2:not(.headline), .h2:not(.headline) {
		border-left: 3px solid rgba(var(--color-lightblue), 1);
		padding-left: 0.515625em;
	}

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

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

h5 {
	font-size: 0.875rem;
}

h6 {
	font-size: 0.75rem;
}

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

.has-text-color.has-uksh-blue-color {
	color: rgba(var(--color-base), 1);
}

.has-text-color.has-uksh-lightblue-color {
	color: rgba(var(--color-lightblue), 1);
}

.has-background.has-uksh-blue-background-color {
	background-color: rgba(var(--color-base), 1);
}

.has-background.has-uksh-lightblue-background-color {
	background-color: rgba(var(--color-lightblue), 1);
}

.has-background.has-uksh-light-background-color {
	background-color: rgba(var(--color-light), 1);
}

.has-small-font-size {
	font-size: 0.875rem;
}

.has-normal-font-size {
	font-size: 1rem;
}

.has-highlight-font-size {
	font-size: 1.125rem;
}

.is-style-nomargin {
	margin-bottom: 0;
}

h1.is-style-nomargin,
h2.is-style-nomargin,
h3.is-style-nomargin,
h4.is-style-nomargin {
	margin-bottom: 0.34375em;
}

h3.is-style-edit-profile {
	position: relative;
	padding-right: 1.375em;
}
	h3.is-style-edit-profile:after {
		content: '\f040';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		position: absolute;
		font-size: 1.5rem;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		color: rgba(var(--color-lightblue), 1);
	}
	
h3.is-style-delete-profile {
	position: relative;
	padding-right: 1.375em;
}
	h3.is-style-delete-profile:after {
		content: '\f2ed';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		position: absolute;
		font-size: 1.5rem;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		color: rgba(var(--color-lightblue), 1);
	}
	
p.is-style-history-badge {
	position: relative;
}

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

/* page-wrapper */
#wrapper {
	position: relative;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

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

#header {}

#branding {}

#logo {
	font-size: 1rem;
	margin: 1.03125em 0;
	line-height: 1.375em;
	width: 175px;
}

/* info */
.info-container {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
	.info-container--info {
		background: rgba(var(--color-base), 1);
	}
	.info-container--error {
		background: rgba(var(--color-error), 1);
	}
	.info-container--warning {
		background: rgba(var(--color-warning), 1);
	}
	.info-container--success {
		background: rgba(var(--color-success), 1);
	}

#info {
	padding-top: 0.6875em;
	padding-bottom: 0.6875em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: rgba(255,255,255, 1);
}

#info > i {
	font-size: 1.25rem;
	margin-right: 1.03125em;
}

#info .info__txt {
	font-weight: 700;
	flex: 1;
}

#info .info__cta {
	flex: 100%;
	margin-top: 0.6875em;
}

#info .info__cta a {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	padding: 0.6875em 1.375em;
	text-align: center;
	font-size: 0.875rem;
	color: rgba(255,255,255, 1);
	border: 1px solid;
	min-width: 240px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 700;
	transition: background 0.3s ease 0s, color 0.3s ease 0s;
	text-decoration: none;
	align-items: center;
}
	#info .info__cta a.active {
		background: rgba(255,255,255, 1);
		border-color: rgba(255,255,255, 1);
		text-decoration: none;
	}
		.info-container--info #info .info__cta a.active {
			color: rgba(var(--color-base), 1);
		}
		.info-container--error #info .info__cta a.active {
			color: rgba(var(--color-error), 1);
		}
		.info-container--warning #info .info__cta a.active {
			color: rgba(var(--color-warning), 1);
		}
		.info-container--success #info .info__cta a.active {
			color: rgba(var(--color-success), 1);
		}

#info .info__cta i {
	font-size: 1.25rem;
}

/* main */
.main-container {
	flex: 1;
}
	.search .main-container {
		margin-bottom: 2.75em;
	}

#main {}

.content-container {
	width: 100%;
}

#content {}

/* crosssell */
.crosssell-container {
	background: rgba(var(--color-base), 0.07);
}

#crosssell {
	padding-top: 4.125em;
	padding-bottom: 4.125em;
}

/* footer */
.footer-container {
	position: relative;
	background: rgba(var(--color-base), 1);
}

#footer {}

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

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

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

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

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

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

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

/* widget-area-footer */
#widget-area-footer {
	padding: 2.75em 0;
}

/* widget-area-page-bottom */
#widget-area-page-bottom {
	padding: 2.75em 0;
}

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

#footer .widget:not(:last-child) {
	margin-bottom: 2.75em;
}

#footer .widget-title {
	color: rgba(255,255,255, 1);
	font-size: 1.125rem;
	margin-bottom: 1.375em;
}

#footer .textwidget {
	color: rgba(255,255,255, 1);
}

/* footer-logo */
.widget.footer-logo .image {
	width: 90px;
}

.widget.footer-logo .wp-caption {
	background: none;
	margin: 0;
}

.widget.footer-logo .wp-caption-text {
	color: rgba(255,255,255, 1);
	padding: 0;
	margin: 0.34375em 0 0;
	font-size: 0.875rem;
	line-height: 1.375;
	background: none;
	text-align: center;
	font-weight: 700;
}

/* footer-info */
.widget.footer-legal {
	
}

.widget.footer-legal .menu {
	padding-left: 0.34375em;
}

.widget.footer-legal .menu-item {
	margin-bottom: 0.6875em;
	padding-left: 0.6875em;
}
	.widget.footer-legal .menu-item::marker {
		content: '\f105';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 400;
		color: rgba(255,255,255, 0.25);
	}

.widget.footer-legal .menu-link {
	color: rgba(255,255,255, 1);
}

/* footer-copyright */
.widget.footer-copyright {
	font-size: 0.875rem;
	text-align: center;
	margin-bottom: 0 !important;
	font-weight: 700;
}


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

/* search */
.search .page-title span {
	color: rgba(var(--color-error), 1);
}

/* wp-blocks */
.wp-blocks {
	color: rgba(var(--color-base), 1);
}

.wp-blocks > *:last-child {
	margin-bottom: 0;
}

.wp-blocks a:not(.btn, .wp-block-button__link, .page-numbers, .acf-icon) {
	text-decoration: underline;
	color: rgba(102,134,168, 1);
}
	html.accessibility-contrast .wp-blocks a:not(.btn, .wp-block-button__link, .page-numbers, .acf-icon) {
		text-decoration: underline;
		color: rgba(var(--color-base), 1);
	}

.wp-blocks ul {
	padding-left: 0.859375em;
}

.wp-blocks ul li {
	margin-bottom: 0.6875em;
	padding-left: 0.171875em;
}
	.wp-blocks ul li:last-child {
		margin-bottom: 0;
	}
	.wp-blocks ul li::marker {
		font-size: 1.125rem;
	}

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

.wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 991.98px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}
	
	.wp-block-columns .wp-block-column {
		flex-basis: 100% !important;
	}
		.wp-block-column:not(:first-child) {
			margin-left: 20px;
		}
		
	.wp-block-column:empty {
    display: none;
	}
}

@media (max-width: 599.98px) {
	.wp-block-column:not(:first-child) {
		margin-top: 20px;
	}
		.wp-block-columns.is-style-edit-delete-profile .wp-block-column:not(:first-child) {
			margin-top: 40px;
		}
		
	.wp-block-column:empty {
    display: none;
	}
}

@media (min-width: 992px) {
	.wp-block-column:not(:first-child) {
		margin-left: 40px;
	}
}

@media (min-width: 1200px) {
	.wp-block-column:not(:first-child) {
		margin-left: 60px;
	}
		.wp-block-columns.is-style-edit-delete-profile .wp-block-column:not(:first-child) {
			margin-left: 220px;
		}
}

/* wp-block-group */
.wp-block-group.alignfull {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}

/* is-style-info */
.wp-block-group.is-style-info {
	padding: 1.375em 1.375em;
	background: rgba(var(--color-base), 0.07);
	font-size: 1rem;
	position: relative;
	margin-bottom: 1.375em;
}

.wp-block-group.is-style-info h4 {
	font-size: 1rem;
	position: relative;
	padding-right: 1.71875em;
}

.wp-block-group.is-style-info h4:after {
	content: '\f024';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	position: absolute;
	font-size: 1.25rem;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
	
/* is-style-register */
.wp-block-group.is-style-register {
	padding: 1.375em 1.375em;
	background: rgba(var(--color-base), 1);
	color: rgba(255,255,255, 1);
	font-size: 1rem;
	position: relative;
	margin-bottom: 1.375em;
}

.wp-block-group.is-style-register .widget-title {
	font-size: 1rem;
	position: relative;
	padding-right: 1.71875em;
	color: rgba(255,255,255, 1);
}

.wp-block-group.is-style-register .widget-title:after {
	content: '\f090';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	position: absolute;
	font-size: 1.25rem;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.wp-block-group.is-style-register .btn {
	background: rgba(255,255,255, 1);
	color: rgba(var(--color-base), 1);
}

/* is-style-card */
.wp-block-group.is-style-card {
	padding: 2.75em 1.375em 1.375em;
	background: rgba(255,255,255, 1);
	height: 100%;
}

.wp-block-group.is-style-card .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wp-block-group.is-style-card .wp-block-buttons {
	display: flex;
	flex: 1;
	align-items: flex-end;
}

/* wp-block-slider */
.wp-block-slider.alignfull {
	margin-left: -20px;
	margin-right: -20px;
}

.wp-block-slider.alignfull .slider__inner {
	padding-left: 20px;
	padding-right: 20px;
	pointer-events: none;
}
	.wp-block-slider.alignfull.wp-block-slider--innerblocks-image .slider__inner {
		padding-left: 0;
		padding-right: 0;
	}

.wp-block-slider.alignfull .slider__innerblocks > * {
	pointer-events: auto;
}

.wp-block-slider .bg-image,
.wp-block-slider .responsive-container {
	padding-top: 56.25% !important;
}
	.wp-block-slider.wp-block-slider--innerblocks-none .bg-image,
	.wp-block-slider.wp-block-slider--innerblocks-none .responsive-container {
		padding-top: 56.25% !important;
	}

.not-front .wp-block-slider .bg-image,
.not-front .wp-block-slider .responsive-container {
	padding-top: 100% !important;
}
	.not-front .wp-block-slider.wp-block-slider--innerblocks-none .bg-image,
	.not-front .wp-block-slider.wp-block-slider--innerblocks-none .responsive-container {
		padding-top: 56.25% !important;
	}

.wp-block-slider .thumbnail .bg-image {
	padding-top: 62.5% !important;
	height: 0 !important;
}

.wp-block-slider .responsive-container video {
	object-fit: cover;
}

.wp-block-slider.wp-block-slider--innerblocks-image .wp-block-image {
	opacity: 0;
	margin-bottom: 0;
}

.wp-block-slider.wp-block-slider--innerblocks-image .wp-block-image img {
	min-width: 100%;
}

.wp-block-slider .slider__inner {
	position: relative;
	z-index: 10;
	margin-top: -66.666%;
}
	.wp-block-slider.wp-block-slider--innerblocks-none .slider__inner {
		margin-top: 0;
	}
	
@media (max-width: 767.98px) {
	.front .wp-block-slider .slider__inner {
		margin-top: 0;
	}
	
	.wp-block-slider .slider__inner {
		margin-top: -100%;
	}
}

/*
.wp-block-slider .slider__innerblocks h1,
.wp-block-slider .slider__innerblocks h2,
.wp-block-slider .slider__innerblocks h3,
.wp-block-slider .slider__innerblocks p {
	color: rgba(255,255,255, 1);
}
*/

.wp-block-slider .wp-block-upcoming {
	margin-right: -20px;
}

.wp-block-slider .wp-block-upcoming .tns-ovh {
	box-shadow: 0 0px 24px rgba(0,0,0, 0.24);
}

.wp-block-slider .wp-block-upcoming .tns-nav {
	display: flex;
	justify-content: center;
	margin-top: 1.375em;
}

.wp-block-slider .wp-block-upcoming .tns-nav button {
	border: 2px solid rgba(var(--color-base), 1);
	width: 12px;
	height: 12px;
	margin: 0 6px;
	border-radius: 99px;
	padding: 0;
}
	.wp-block-slider .wp-block-upcoming .tns-nav button.tns-nav-active {
		background: rgba(var(--color-base), 1);
	}

.wp-block-slider .slider__innerblocks .wp-block-buttons {
	justify-content: center;
}

/* wp-block-spacer */
.wp-block-spacer {
	pointer-events: none !important;
}

@media (max-width: 767.98px) {
	.wp-block-spacer--small {
		height: 10px !important;
	}
	
	.wp-block-spacer--medium {
		height: 20px !important;
	}
	
	.wp-block-spacer--big {
		height: 40px !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.wp-block-spacer--small {
		height: 20px !important;
	}
	
	.wp-block-spacer--medium {
		height: 40px !important;
	}
	
	.wp-block-spacer--big {
		height: 60px !important;
	}
}

/* wp-block-separator */
.wp-block-separator.alignfull {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

/* wp-block-buttons */
.wp-block-buttons {
	margin-bottom: 0.6875em;
}

.wp-block-buttons > .wp-block-button {
	margin-right: 0.6875em;
	margin-bottom: 0.6875em;
}

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

/* wp-block-upcoming */
.wp-block-upcoming {
	margin-bottom: 2.75em;
}

.wp-block-upcoming .tns-ovh {
	box-shadow: 0 0px 24px rgba(0,0,0, 0.24);
}

.wp-block-upcoming .tns-nav {
	display: flex;
	justify-content: center;
	margin-top: 1.375em;
}

.wp-block-upcoming .tns-nav button {
	border: 2px solid rgba(var(--color-base), 1);
	width: 12px;
	height: 12px;
	margin: 0 6px;
	border-radius: 99px;
	padding: 0;
}
	.wp-block-upcoming .tns-nav button.tns-nav-active {
		background: rgba(var(--color-base), 1);
	}

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

.wp-block-accordion .accordion__item {
	border: 1px solid rgba(var(--color-base), 0.25);
	padding: 0.6875em 1.375em;
	border-radius: 3px;
	margin-bottom: 0.6875em;
}

.wp-block-accordion .accordion__title {
	margin-bottom: 0;
	position: relative;
	cursor: pointer;
	padding-right: 1.375em;
}

.wp-block-accordion .accordion__title i {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%) rotateX(0);
	transition: transform 0.3s ease 0s;
}
	.wp-block-accordion .accordion__title.ui-state-active i {
		transform: translateY(-50%) rotateX(180deg);
	}
	.wp-block-accordion .accordion__title i:before {
		content: '\f107';
	}

.wp-block-accordion .accordion__content {
	padding: 1.375em 0;
}

.wp-block-accordion .accordion__content > *:last-child {
	margin-bottom: 0;
}

/* wp-block-meeting-quiz */
.wp-block-meeting-quiz {
	margin-bottom: 1.375em;
}

.wp-block-meeting-quiz .quiz {
	border: 1px solid;
}
	.wp-block-meeting-quiz .quiz--info {
		border-color: rgba(var(--color-base), 1);
	}
	.wp-block-meeting-quiz .quiz--error {
		border-color: rgba(var(--color-error), 1);
	}
	.wp-block-meeting-quiz .quiz--warning {
		border-color: rgba(var(--color-warning), 1);
	}
	.wp-block-meeting-quiz .quiz--success {
		border-color: rgba(var(--color-success), 1);
	}

.wp-block-meeting-quiz .quiz__intro {
	padding: 1.375em;
}

.wp-block-meeting-quiz .quiz__message {
	padding: 0.6875em 1.375em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: rgba(255,255,255, 1);
}
	.wp-block-meeting-quiz .quiz__message--info {
		background: rgba(var(--color-base), 1);
	}
	.wp-block-meeting-quiz .quiz__message--error {
		background: rgba(var(--color-error), 1);
	}
	.wp-block-meeting-quiz .quiz__message--warning {
		background: rgba(var(--color-warning), 1);
	}
	.wp-block-meeting-quiz .quiz__message--success {
		background: rgba(var(--color-success), 1);
	}

.wp-block-meeting-quiz .quiz__message-icon {
	font-size: 1.25rem;
	margin-right: 1.03125em;
}

.wp-block-meeting-quiz .quiz__message-txt {
	font-weight: 700;
	flex: 1;
	font-size: 1rem;
}

.wp-block-meeting-quiz .quiz__message-cta {
	flex: 100%;
	margin-top: 0.6875em;
}

.wp-block-meeting-quiz .quiz__message-cta a {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	padding: 0.6875em 1.375em;
	text-align: center;
	font-size: 0.875rem;
	color: rgba(255,255,255, 1);
	border: 1px solid;
	min-width: 240px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 700;
	transition: background 0.3s ease 0s, color 0.3s ease 0s;
	text-decoration: none;
}

.wp-block-meeting-quiz .quiz__message-cta i {
	font-size: 1.25rem;
}

.wp-block-meeting-quiz .quiz__form {
	padding: 1.375em;
}

.wp-block-meeting-quiz .quiz__items {
	margin-bottom: 2.75em;	
}

.wp-block-meeting-quiz .quiz__item {
	margin-bottom: 1.03125em;	
}

.wp-block-meeting-quiz .quiz__question {
	margin-bottom: 0.34375em;
}

.wp-block-meeting-quiz .quiz__answers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wp-block-meeting-quiz .quiz__answer {
	margin-bottom: 0.6875em;
	cursor: pointer;
	flex: 100%;
}

.wp-block-meeting-quiz .quiz__answer-icon {
	color: rgba(var(--color-base), 0.25);
	margin-right: 0.171875em;
}
	.wp-block-meeting-quiz .quiz__answer-icon:before {
		content: '\f0c8';
	}
	.wp-block-meeting-quiz .quiz__answer-input:checked + .quiz__answer-icon {
		color: rgba(var(--color-base), 1);
	}
	.wp-block-meeting-quiz .quiz__answer-input:checked + .quiz__answer-icon:before {
		content: '\f14a';
		font-weight: 700;
	}
	
/* wp-block-meeting-data */
.wp-block-meeting-data {
	padding: 1.375em 1.375em;
	background: rgba(var(--color-base), 0.07);
	font-size: 1rem;
	position: relative;
	margin-bottom: 1.375em;
}

.wp-block-meeting-data .data__item {
	margin-bottom: 1.375em;
}
	.wp-block-meeting-data .data__item:last-child {
		margin-bottom: 0;
	}

.wp-block-meeting-data .data__label {
	display: block;
	margin-bottom: 0;
}

.wp-block-meeting-data .data__data {
	display: block;
}

/* wp-block-profile */
.wp-block-profile {
	
}

/* wp-block-history */
.wp-block-history {
	font-size: 1rem;
}

.wp-block-history table {
	width: 100%;
}

.wp-block-history thead tr,
.wp-block-history tbody tr {
	border-bottom: 1px solid rgba(var(--color-base), 0.25);
}
	.wp-block-history tbody tr:last-child {
		border-bottom: 0;
	}

.wp-block-history .history__header {
	padding: 0.6875em 1.375em 0.6875em 0;
	text-align: left;
}

.wp-block-history .history__data {
	padding: 0.6875em 1.375em 0.6875em 0;
	text-align: left;
	vertical-align: top;
}

.wp-block-history .history__data-icon {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(var(--color-base), 1);
	color: rgba(255,255,255, 1);
	display: inline-block;
	position: relative;
}
	.wp-block-history .history__item--score .history__data-icon {
		background: rgba(var(--color-success), 1);
	}
	.wp-block-history .history__item--link .history__data-icon {
		background: rgba(var(--color-warning), 1);
	}

.wp-block-history .history__data-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

.wp-block-history .history__data--course {
	color: rgba(var(--color-base), 0.66);
}

.wp-block-history .history__data--course strong {
	display: block;
	color: rgba(var(--color-base), 1);
}

/* wp-block-archive */
.wp-block-archive .archive__filter {
	margin: 2.75em 0 1.375em;
}

.wp-block-archive .coffee-filter {
	margin-bottom: 0;
}

.wp-block-archive .coffee-filter .bundle-widget-select .filter-current {
	box-shadow: none;
	border: 1px solid rgba(var(--color-base), 0.07);
}

.wp-block-archive .coffee-filter .bundle-widget-select .current-select i {
	font-weight: 400;
	font-size: 1.25rem;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}
	.wp-block-archive .coffee-filter .bundle-widget-select.bundle-open .current-select i {
		transform: translate(-50%, -50%) rotate(180deg);
	}

.wp-block-archive .coffee-filter.filter-theme-light .bundle-widget-select .filter-label {
	color: rgba(var(--color-base), 1);
}

.wp-block-archive .coffee-filter.filter-theme-light .bundle-widget-select .filter-select {
	color: rgba(var(--color-base), 1);
}

.wp-block-archive .coffee-filter.filter-theme-light .bundle-widget-select .filter-select .item-active label {
	color: rgba(var(--color-base), 1);
}

.wp-block-archive .coffee-filter.filter-theme-light .bundle-widget-select .filter-label .label-filter {
	font-family: 'Nunito', sans-serif;
	color: rgba(var(--color-base), 1);
	font-weight: 700;
}

/* wp-block-login */
.wp-block-login .login__wrapper {
	background: rgba(255,255,255, 1);
	box-shadow: 0 0px 24px rgba(0,0,0, 0.24);
	margin-bottom: 1.375em;
	display: none;
}
	.wp-block-login .login__switcher--register .login__wrapper--register {
		display: block;
	}
	.wp-block-login .login__switcher--login .login__wrapper--login {
		display: block;
	}

.wp-block-slider .slider__innerblocks .wp-block-login h1,
.wp-block-slider .slider__innerblocks .wp-block-login h2,
.wp-block-slider .slider__innerblocks .wp-block-login h3,
.wp-block-slider .slider__innerblocks .wp-block-login p {
	color: rgba(var(--color-base), 1);
}

.wp-block-login .login__form {
	padding: 1.375em;
}

.wp-block-login .login__slider {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.375em;
	border-top: 1px solid rgba(var(--color-base), 0.25);
}

.wp-block-login .login__slider-content {
	text-align: center;
	width: 100%;
}

.wp-block-login .login__slider img {
	width: 152px;
	margin-bottom: 1.375em;
}

.wp-block-login .login__form-instruction {
	font-size: 0.875rem;
	margin-top: -1.01325em;
	margin-bottom: 1.375em;
	display: block;
}
	.wp-block-login .login__form-instruction em {
		color: rgba(var(--color-error), 1);
		font-style: normal;
	}

/* acf-form */
.acf-form .acf-fields > .acf-field {
	padding: 0;
	border: 0;
	margin-bottom: 0.6875em;
}

.acf-form .acf-field .acf-label {
	margin: 0;
}

.acf-form .acf-field .acf-label label {
	font-family: 'Nunito', sans-serif;
	color: rgba(var(--color-base), 1);
	margin-top: 0;
	margin-bottom: 0.34375em;
	line-height: 1.125;
	font-weight: 700;
	font-size: 0.875rem;
}
	.acf-form .acf-field-message .acf-label label {
		font-size: 1rem;
		margin-bottom: 0.6875em;
		margin-top: 1.375em;
	}

.acf-form .acf-field .description {
	font-size: 0.875rem;
	color: rgba(var(--color-base), 0.66);
}

.acf-form .acf-field-true-false input {
	display: none;
}

.acf-form .acf-field-true-false .message {
	display: block;
	font-size: 0.875rem;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}
	.acf-form .acf-field-true-false .message:before {
		content: '\f0c8';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		position: absolute;
		left: 0;
		top: -1px;
		z-index: 1;
		color: rgba(var(--color-base), 0.25);
		font-size: 1rem;
	}
		.acf-form .acf-field-true-false input:checked + .message:before {
			content: '\f14a';
			font-weight: 900;
			color: rgba(var(--color-base), 1);
		}

.acf-form .acf-field-password .acf-input-wrap {
	position: relative;
}

.acf-form .acf-field-password .acf-input-wrap .input-type {
	position: absolute;
	top: 50%;
	z-index: 1;
	right: 0.6875em;
	transform: translateY(-50%);
	cursor: pointer;
	color: rgba(var(--color-base), 0.66);
}

.acf-form .acf-field-password .acf-input-wrap i {
	display: none;
}
	.acf-form .acf-field-password .acf-input-wrap .password .password,
	.acf-form .acf-field-password .acf-input-wrap .text .text {
		display: block;
	}

.acf-form .acf-field-password .acf-input-wrap {
	position: relative;
}

.acf-form .acf-required {
	color: rgba(var(--color-error), 1);
}

.acf-form .acf-notice {
	border: 0;
	background: rgba(var(--color-error), 1);
}

.acf-form .acf-notice p {
	color: rgba(255,255,255, 1) !important;
}

.acf-form .acf-field .acf-notice {
	background: none !important;
	border: 0;
	padding: 0;
	margin-bottom: 0.34375em;
}

.acf-form > .acf-notice {
	border-radius: 3px;
	font-weight: 700;
}
	.acf-form > .acf-notice.-error {
		border: 0;
		background: rgba(var(--color-error), 1) !important;
	}
	
.acf-form .acf-field .acf-notice p {
	font-size: 0.75rem;
	margin: 0;
	line-height: 1.375;
}
	.acf-form .acf-field .acf-notice.-error p {
		color: rgba(var(--color-error), 1) !important;
	}
	
/* loginform */
#loginform label[for] {
	font-family: 'Nunito', sans-serif;
	color: rgba(var(--color-base), 1);
	margin-top: 0;
	margin-bottom: 0.34375em;
	line-height: 1.125;
	font-weight: 700;
	font-size: 0.875rem;
}

#loginform .login-remember input {
	display: none;
}

#loginform .login-remember .message {
	display: block;
	font-size: 0.875rem;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	text-transform: lowercase;
}
	#loginform .login-remember .message:before {
		content: '\f0c8';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		position: absolute;
		left: 0;
		top: -1px;
		z-index: 1;
		color: rgba(var(--color-base), 0.25);
		font-size: 1rem;
	}
		#loginform .login-remember input:checked + .message:before {
			content: '\f14a';
			font-weight: 900;
			color: rgba(var(--color-base), 1);
		}

#loginform .login-lostpassword {
	font-size: 0.875rem;
}

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

.pager .pager__results {
	font-size: 1rem;
	flex: 1;
}

.pager .pager__pages,
.pager .pager__prevnext {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pager .page-numbers {
	height: 44px;
	width: 44px;
	border-radius: 3px;
	background: rgba(255,255,255, 1);
	border: 1px solid rgba(var(--color-base), 0.25);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 0 5px;
	font-weight: 700;
}
	.pager .page-numbers.current {
		background: rgba(var(--color-base), 1);
		color: rgba(255,255,255, 1);
	}
	.pager--top .page-numbers:not(.prev, .next) {
		display: none;
	}
	
/* language */
.language {
	position: relative;
	max-width: 110px;
	color: rgba(var(--color-base), 1);
}

.language .language__current {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 3px 5px;
	margin: -3px -5px;
	border-radius: 3px 3px 0 0;
}
	.language:hover .language__current {
		background: rgb(232,238,246, 1);
	}

.language .language__symbol {
	display: inline-flex;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(var(--color-base), 1);
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	border-radius: 99px;
	margin-right: 0.34375em;
	font-size: 0.875rem;
	font-weight: 600;
}

.language .language__name {
	font-size: 0.75rem;
	font-weight: 600;
}

.language .language__dropdown {
	position: absolute;
	top: 100%;
	left: -5px;
	width: calc(100% + 10px);
	z-index: 99;
	display: none;
	background: rgba(232,238,246, 1);
	padding: 3px 5px;
	border-radius: 0 0 3px 3px;
}
	.language:hover .language__dropdown {
		display: block;
	}
	
/* popup */
.popup {
	background: rgba(255,255,255, 1);
	box-shadow: 0 0px 24px rgba(0,0,0, 0.24);
	padding: 1.375em;
}
	.popup--access {
		padding: 0 1.375em 1.375em;
	}

.popup .popup__meta {
	margin: 0 -1.375em 1.375em;
	padding: 0.34375em 1.375em;
	border-bottom: 1px solid rgba(var(--color-base), 0.25);
}

.popup .popup__image {
	width: 54px;
	margin: 0 auto 1.375em;
}

.popup .popup__close {
	color: rgba(var(--color-base), 1);
	display: flex;
	font-weight: 600;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	margin-bottom: 1.375em;
}

.popup .popup__close i {
	font-size: 1.5rem;
}

.popup .popup__title {
	position: relative;
	margin-bottom: 1.375em;
}
	.popup--icon .popup__title {
		padding-left: 2.75em;
	}
	.popup--access .popup__title {
		text-align: center;
	}

.popup .popup__icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.popup .popup__icon i {
	font-size: 2rem;
	color: rgba(var(--color-base), 0.25);
}

.popup .popup__item {
	margin-bottom: 1.375em;
}
	.popup .popup__item:last-child {
		margin-bottom: 0;
	}

.popup .popup__item-title {
	display: flex;
	align-items: center;
	margin-bottom: 0.6875em;
}

.popup .popup__item-title h4 {
	flex: 1;
	margin-bottom: 0;
}

.popup .popup__switcher--contrast {
	position: relative;
	width: 36px;
	height: 20px;
	background: rgba(var(--color-base), 0.12);
	border: 1px solid rgba(var(--color-base), 0.25);
	border-radius: 99px;
	cursor: pointer;
}
	.popup .popup__switcher--contrast:before {
		content: '';
		width: 18px;
		height: 18px;
		border-radius: 99px;
		background: rgba(255,255,255, 1);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		transition: left 0.3s ease 0s;
	}
	.popup .popup__switcher--contrast.active {
		background: rgba(var(--color-base), 1);
		border: 1px solid rgba(var(--color-base), 1);
	}
		.popup .popup__switcher--contrast.active:before {
			left: calc(50% - 1px);
		}

.popup .popup__switcher--fontsize {
	width: 64px;
	height: 32px;
	position: relative;
	cursor: pointer;
}
	.popup .popup__switcher--fontsize:before,
	.popup .popup__switcher--fontsize:after {
		content: 'A';
		background: rgba(var(--color-base), 0.12);
		border: 1px solid rgba(var(--color-base), 0.25);
		width: 32px;
		height: 32px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		z-index: 1;
		font-family: 'Nunito', sans-serif;
		color: rgba(var(--color-base), 1);
		font-weight: 700;
	}
	.popup .popup__switcher--fontsize:before {
		font-size: 0.875em;
		left: 0;
		border-radius: 3px 0 0 3px;
		border-right: 0;
		background: rgba(var(--color-base), 1);
		border-color: rgba(var(--color-base), 1);
		color: rgba(255,255,255, 1);
	}
	.popup .popup__switcher--fontsize:after {
		font-size: 1.25em;
		right: 0;
		border-radius: 0 3px 3px 0;
		border-left: 0;
	}
	.popup .popup__switcher--fontsize.active:before {
		background: rgba(var(--color-base), 0.12);
		border-color: rgba(var(--color-base), 0.25);
		color: rgba(var(--color-base), 1);
	}
	.popup .popup__switcher--fontsize.active:after {
		background: rgba(var(--color-base), 1);
		border-color: rgba(var(--color-base), 1);
		color: rgba(255,255,255, 1);
	}

.popup .popup__item-content {
	color: rgba(var(--color-base), 1);
}

.popup .popup__options {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.75em;
}

.popup .popup__option {
	margin: 0 0.6875em;
	width: 50%;
}

.popup .popup__option a {
	width: 100%;
}

.popup .popup__disclaimer {
	margin-top: 1.375em;
	color: rgba(var(--color-base), 1);
	font-size: 0.75em;
}

.popup .menu-link {
	color: rgba(var(--color-base), 0.75);
	font-weight: 600;
	display: block;
	text-align: center;
	padding: 0.34375em 0.6875em;
}

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

.article {}

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

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

/* post-view-search-result */
.post-view-search-result {
	color: rgba(var(--color-base), 1);
}

.post-view-search-result .field-post-type {
	color: rgba(var(--color-base), 0.25);
	display: inline-block;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 0.6875em;
	line-height: 1.125;
	font-weight: 700;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 700;
}

.post-view-search-result h2 {
	margin-bottom: 0.6875em;
}

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

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

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

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

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

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

/* post-type-meeting */
.post-type-meeting.post-view-full {
	margin-top: 4.125em;
	margin-bottom: 4.125em;
}

.post-type-meeting.post-view-teaser {
	height: 100%;
	background: rgba(255,255,255, 1);
	position: relative;
}

.post-type-meeting.post-view-teaser a {
	display: block;
	text-decoration: none;
	height: 100%;
}

.post-type-meeting.post-view-teaser .recommended {
	position: absolute;
	bottom: 0.6875em;
	right: 1.375em;
	z-index: 1;
	width: 36px;
}

.post-type-meeting.post-view-teaser .category__items {
	position: absolute;
	top: 0.6875em;
	left: 1.375em;
}

.post-type-meeting.post-view-teaser .category__item {
	display: inline-block;
	font-size: 0.875rem;
	padding: 0 4px;
	color: rgba(255,255,255, 1);
	border: 1px solid;
	font-weight: 700;
	border-radius: 3px;
	margin-bottom: 5px;
}

.post-type-meeting.post-view-teaser .thumbnail img {
	min-width: 100%;
}

.post-type-meeting.post-view-teaser .wrapper {
	padding: 1.375em;
	position: relative;
}

.post-type-meeting.post-view-teaser .badge__items {
	position: absolute;
	top: 0;
	right: 1.375em;
	transform: translateY(-50%);
	z-index: 3;
	display: flex;
}

.post-type-meeting.post-view-teaser .badge__item {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 99px;
	background: rgba(var(--color-base), 1);
	color: rgba(255,255,255, 1);
	font-weight: 700;
	margin-left: 0.6875em;
	font-size: 1rem;
}
	.post-type-meeting.post-view-teaser .badge__item--error {
		background: rgba(var(--color-error), 1);
	}
	.post-type-meeting.post-view-teaser .badge__item--warning {
		background: rgba(var(--color-warning), 1);
	}
	.post-type-meeting.post-view-teaser .badge__item--success {
		background: rgba(var(--color-success), 1);
	}

.post-type-meeting.post-view-teaser .location {
	margin-bottom: 0.6875em;
	font-size: 1rem;
}
	
.post-type-meeting.post-view-teaser .location i {
	color: rgba(var(--color-base), 0.25);
}

.post-type-meeting.post-view-teaser .date {
	font-size: 1rem;
}

.post-type-meeting.post-view-teaser .date i {
	color: rgba(var(--color-base), 0.25);
}

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



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

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

/* 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,
.acf-form .acf-field input[type="text"],
.acf-form .acf-field input[type="password"],
.acf-form .acf-field input[type="date"],
.acf-form .acf-field input[type="datetime"],
.acf-form .acf-field input[type="datetime-local"],
.acf-form .acf-field input[type="email"],
.acf-form .acf-field input[type="month"],
.acf-form .acf-field input[type="number"],
.acf-form .acf-field input[type="search"],
.acf-form .acf-field input[type="tel"],
.acf-form .acf-field input[type="time"],
.acf-form .acf-field input[type="url"],
.acf-form .acf-field input[type="week"],
.acf-form .acf-field textarea,
.acf-form .acf-field select {
	width: 100%;
	border: 1px solid rgba(var(--color-base), 0.25);
	padding: 0.34375em 0.6875em;
	background: rgba(var(--color-base), 0.12);
	transition: border-color 0.3s ease 0s;
	font-size: 1rem;
	border-radius: 3px;
	font-weight: 700;
	box-shadow: none;
}
	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,
	.acf-form .acf-field input[type="text"]:focus,
	.acf-form .acf-field input[type="password"]:focus,
	.acf-form .acf-field input[type="date"]:focus,
	.acf-form .acf-field input[type="datetime"]:focus,
	.acf-form .acf-field input[type="datetime-local"]:focus,
	.acf-form .acf-field input[type="email"]:focus,
	.acf-form .acf-field input[type="month"],:focus
	.acf-form .acf-field input[type="number"]:focus,
	.acf-form .acf-field input[type="search"]:focus,
	.acf-form .acf-field input[type="tel"]:focus,
	.acf-form .acf-field input[type="time"]:focus,
	.acf-form .acf-field input[type="url"]:focus,
	.acf-form .acf-field input[type="week"]:focus,
	.acf-form .acf-field textarea:focus,
	.acf-form .acf-field select:focus {
		border-color: rgba(var(--color-base), 1);
	}

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

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

.styled-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgba(var(--color-base), 0.25);
	padding: 0.34375em 0.6875em;
	background: rgba(var(--color-base), 0.12);
	cursor: pointer;
	font-size: 1rem;
	border-radius: 3px;
	font-weight: 700;
	box-shadow: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	outline: none !important;
}
	.styled-select select:focus {
		border-color: rgba(var(--color-base), 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 {
	font-size: 0.875rem;
	background: rgba(255,255,255, 1);
	font-weight: 400;
}

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

textarea {
	resize: vertical;
}

.btn, .button, .submit {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	padding: 0.6875em 1.375em;
	text-align: center;
	color: rgba(255,255,255, 1);
	background-color: rgba(var(--color-base), 1);
	border-radius: 3px;
	border: 0;
	text-decoration: none;
	transition: background 0.3s ease 0s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-weight: 700;
}
	.btn-o, .button-o {
		background: none;
		padding: calc(0.6875em - 2px) calc(1.375em - 2px);
		border: 2px solid;
		color: rgba(var(--color-base), 1);
	}
	.button-o.button-red {
		color: rgba(var(--color-error), 1);
	}

.wp-block-button__link {
	padding: 0.6875em 1.375em;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-weight: 700;
}
	.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
		background-color: rgba(var(--color-base), 1);
	}
	.wp-block-button.is-style-outline .wp-block-button__link {
		padding: calc(0.6875em - 2px) calc(1.375em - 2px);
		border-width: 2px;
	}
		.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
			color: rgba(var(--color-base), 1);
		}
	
/* 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 {
	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 {
		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(var(--color-error), 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(var(--color-error), 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(var(--color-error), 0.06);
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
	border: 0;
	color: rgba(var(--color-error), 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(var(--color-error), 1);
			background: rgba(var(--color-error), 0.06);
			color: rgba(var(--color-error), 1);
		}
		.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
			border-color: rgba(var(--color-success), 1);
			background: rgba(var(--color-success), 0.06);
			color: rgba(var(--color-success), 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';
	}

/* guide */
@keyframes down {
	0% { transform: translateY(0); }
	25% { transform: translateY(5px); }
	50% { transform: translateY(0); }
	100% { 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(var(--color-base), 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(var(--color-base), 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(var(--color-base), 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(var(--color-base), 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(var(--color-base), 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(var(--color-base), 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);
	}
	
/* mmenu */
.mm-ocd {
	--mm-spn-line-height: 8px;
	min-width: 360px;
}
	.mm-ocd--open {
		background: rgba(0,0,0, 0.6);
	}

.mm-ocd--center-center .mm-ocd__content {
	margin: 0;
	top: auto;
	bottom: 0;
	right: auto;
	left: 50%;
	transform: translate(-50%,100%);
	max-width: 768px;
	width: 90%;
	z-index: 4;
	transition-property: top,right,bottom,left,transform,-webkit-transform;
}

.mm-ocd--center-center.mm-ocd--open .mm-ocd__content {
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}

.mm-ocd--center-center .mm-ocd__backdrop {
	width: 100%;
	min-width: 0;
	max-width: none;
	cursor: crosshair;
	pointer-events: none;
}

.mm-ocd .menu-item-is-user {
	padding: 0.515625em 20px;
	width: 100%;
	border-bottom: 1px solid rgba(var(--color-base), 0.25);
	color: rgba(var(--color-base), 1);
}

.mm-ocd .menu-item-is-user span {
	font-size: 0.75rem;
}

.mm-ocd .menu-item-is-user i {
	font-size: 0.875rem;
}

/*
.mm-spn #main-menu {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
*/

.mm-spn.mm-spn--navbar ul:before,
.mm-spn.mm-spn--navbar:after,
.mm-spn ul:before,
.mm-spn ul:after {
	content: none;
}

.mm-spn li:before {
	top: 50%;
}
	.mm-spn li:not(.menu-item-has-children):before {
		content: none;
	}

.mm-spn li:after {
	border: 0;
}

.mm-spn a {
	font-family: 'Nunito', sans-serif;
	color: rgba(var(--color-base), 1);
	line-height: 1.125;
	font-weight: 700;
	text-align: center;
	font-size: 1.25rem;
	width: calc(100% - 50px);
	width: calc(100% - var(--mm-spn-item-height));
}
	.mm-spn .current-menu-item > a > span {
		border-bottom: 3px solid rgba(var(--color-error), 1);
		display: inline-block;
		padding-bottom: 0.6875em;
	}

/* uksh-score */
.uksh-score.uksh-score--badge {
	display: inline-flex;
	background: rgba(var(--color-base), 1);
	color: rgba(255,255,255, 1);
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
	font-family: 'Nunito', sans-serif;
	width: 90px;
	height: 90px;
	border-radius: 999px;
}

p.is-style-history-badge .uksh-score.uksh-score--badge {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	font-size: 2rem;
	display: none;
}

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

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

/* meta-menu */
.meta-container {
	border-bottom: 1px solid rgba(var(--color-base), 0.25);
}

#meta-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.34375em 0;
}

#meta-menu .menu-item {
	margin: 0 0.34375em;
}
	#meta-menu .menu-item:first-child {
		margin-left: 0;
	}
	#meta-menu .menu-item:last-child {
		margin-right: 0;
	}
	#meta-menu .menu-item-is-language {
		flex: 1;
	}

#meta-menu .menu-link {
	font-size: 0.75em;
}

#meta-menu .menu-link i {
	font-size: 0.875rem;
}

/* mmenu */
.mm-spn.mm-spn--light {
	background: rgba(255,255,255, 1);
}

.mm-spn.mm-spn--dark {
	background: rgba(var(--color-base), 1);
}

/* footer-menu */
#footer-menu li a {
	display: block;
	padding: 1.03125em 0;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
	font-size: 0.875rem;
}
	#footer-menu li:last-child a {
		border-bottom: 0;
	}

/* 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(var(--color-base), 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;
	background: rgba(255,255,255, 1);
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	position: relative;
}

.site-search .search-input {
	border: 0;
	background: none;
	color: rgba(0,0,0, 1);
	padding: 0;
	padding-right: 2.75em;
	font-size: 2rem;
	border-radius: 0;
}
	.site-search .search-input:focus {
		border-bottom: 1px solid rgba(var(--color-base), 1);
	}

.site-search .search-submit {
	border: 0;
	position: absolute;
	z-index: 1;
	right: calc(1.375rem + 40px);
	top: 50%;
	transform: translateY(-50%);
	background: none;
	color: rgba(var(--color-base), 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: 1.375rem;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	color: rgba(var(--color-base), 1);
	font-size: 1.7rem;
	padding: 0;
}
	.site-search .search-close:hover i:before {
		font-weight: 900;
	}

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

#pagination {
	margin: 1.375em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::-webkit-selection {
	background: rgba(var(--color-base), 1);
	color: rgba(255,255,255, 1);
	text-shadow: none;
}

::-moz-selection {
	background: rgba(var(--color-base), 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-3x {
	margin-right: 1.03125em;
}

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

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

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

.fa-after-3x {
	margin-left: 1.03125em;
}

.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;
	font-size: 1rem;
}
	.card.info {
		border-left-width: 5px;
		border-color: rgba(var(--color-base), 1);
		border-radius: 0 3px 3px 0;
		color: rgba(var(--color-base), 1);
	}
	.card.error {
		border-left-width: 5px;
		border-color: rgba(var(--color-error), 1);
		border-radius: 0 3px 3px 0;
		color: rgba(var(--color-error), 1);
	}
	.card.success {
		border-left-width: 5px;
		border-color: rgba(var(--color-success), 1);
		border-radius: 0 3px 3px 0;
		color: rgba(var(--color-success), 1);
	}
	.card.warning {
		border-left-width: 5px;
		border-color: rgba(var(--color-warning), 1);
		border-radius: 0 3px 3px 0;
		color: rgba(var(--color-warning), 1);
	}
	.card.em {
		border: 0;
		background: rgba(var(--color-base), 1);
		box-shadow: none;
		border-radius: 3px;
		color: rgba(255,255,255, 1);
		display: flex;
		align-items: center;
	}
		.card.em.info {
			background: rgba(var(--color-base), 1);
		}
		.card.em.error {
			background: rgba(var(--color-error), 1);
		}
		.card.em.success {
			background: rgba(var(--color-success), 1);
		}
		.card.em.warning {
			background: rgba(var(--color-warning), 1);
		}
	.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(var(--color-base), 0.12);
		}
			.card.em.info .card-title.line {
				border-bottom-color: rgba(var(--color-base), 0.12);
			}
			.card.em.error .card-title.line {
				border-bottom-color: rgba(var(--color-error), 0.12);
			}
			.card.em.success .card-title.line {
				border-bottom-color: rgba(var(--color-success), 0.12);
			}
			.card.em.warning .card-title.line {
				border-bottom-color: rgba(var(--color-warning), 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;
}

.card i {
	font-size: 1.25rem;
	margin-right: 1.03125em;
}

.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(var(--color-base), 0.96);
	width: 100% !important;
}

#swipebox-top-bar {
	line-height: 1.375em;
	font-size: 14px;
	height: auto;
	background: rgba(var(--color-base), 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;
	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;
	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;
		animation:spin 1s linear infinite;
	}

@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(var(--color-base), 0.96) !important;
}

.tos-close,
.tos-next,
.tos-prev {
	background: rgba(var(--color-base), 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;
		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;
	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(var(--color-base), 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(var(--color-base), 1);
}

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

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

.messages-style.messages-theme-custom {
	background: rgba(var(--color-base), 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(var(--color-base), 1);
}

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

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

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

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

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

[data-off-canvas-name] {
	position: fixed;
	z-index: 35;
	overflow: hidden;
	display: none;
}
	[data-off-canvas-name][data-off-canvas-item-from] {
		display: block;
	}
	[data-off-canvas-name].active {
		box-shadow: 0 0 36px rgba(43,59,93, 0.29);
	}
	
[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(var(--color-base), 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 {
	transition: all ease-in-out 0.3s;
}
	 
/* ######################################## *\
		WORDPRESS CORE
\* ######################################## */



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

.no-js {}
