/* @override
	https://demo.gesundheitszentrum-lg.de/wp/wp-content/themes/kob/style.css
	https://klinikum-oberlausitzer-bergland.de/wp/wp-content/themes/kob-0.46/style.css	
*/


/*
Theme Name: Klinikum Oberlausitzer Bergland (KOB)
Theme URI:
Description: Theme für Websites des Gesundheitszentrums Landkreis Görlitz (KOB, WSW, MVZ, MGLG, KSG)
Version: 0.46
Author: ZH2
*/



/*	IMPORTS
-------------------------------------------------------------------------------*/


@import url("css/columns.css");
@import url("css/swiper.min.css");


/* @group WEBFONTS */

/*	WEBFONTS
-------------------------------------------------------------------------------*/


/* silka medium */
@font-face {
  font-display: swap; 
  font-family: 'silka';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/silka-medium-webfont.woff2') format('woff2');
}

/* silka medium italic */
@font-face {
  font-display: swap; 
  font-family: 'silka';
  font-style: italic;
  font-weight: 400;
  src: url('webfonts/silka-mediumitalic-webfont.woff2') format('woff2');
}


/* silka bold */
@font-face {
  font-display: swap; 
  font-family: 'silka';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/silka-bold-webfont.woff2') format('woff2');
}

/* silka bold italic */
@font-face {
  font-display: swap; 
  font-family: 'silka';
  font-style: italic;
  font-weight: 700;
  src: url('webfonts/silka-bolditalic-webfont.woff2') format('woff2');
}


/* Icon Font – extra here for iframe views in WP Editor and TinyMCE */
@font-face { 
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  src: url('font/icons.woff2') format('woff2');
}



/* @end */

/* @group RESET */

/*	RESET
-------------------------------------------------------------------------------*/


article, aside, figure, footer, header, hgroup, nav, section {display: block;}
img, object, embed {max-width: 100%; height:auto;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; vertical-align: baseline;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: 800; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

input, select {vertical-align: middle;}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
input:focus, textarea:focus, select:focus { outline: none;}

input { /* remove top input shadow */
-webkit-appearance: none;
-moz-appearance: none;
}

table {font-size: inherit; font: 100%;}

a:hover, a:active {outline: none;}
small {font-size: 85%;}
strong, th {font-weight: 700;}
td, td img {vertical-align: top;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0; border-radius: 0; font-family: inherit;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clear { clear: both; height: 0px; overflow: hidden;}
.clr:after { content: ""; display: table; clear: both;}
.cf:after {	content: ""; display: table; clear: both; }

/* prevent flickering on touch */
* {
	-webkit-tap-highlight-color:transparent;
}

/* natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }

 /* subscript and superscript */
sub { vertical-align: sub; font-size: 70%; line-height: 0; }
sup { vertical-align: super; font-size: 70%; line-height: 0; }

/* @end */


/* @group VARS */


/*	VARS
-------------------------------------------------------------------------------*/


/* Color Info


*/

:root {
	--KOB-color: #3FA535;
	--WSW-color: #0083A7;
	--MGL-color: #5A9EC4;
	--MVZ-color: #1F377E;
	--KSG-color: #E30613;
	
	--KOB-bg: #e9f2ea;
	--WSW-bg: #dbecf2;
	--MGL-bg: #e6f0f6;
	--MVZ-bg: #eaeaf3;
	--KSG-bg: #ededed;
	
	/* these colors are defined in theme.json for dynamic theme variants */
	--primary-color: var(--wp--preset--color--primary);
	--primary-bg: var(--wp--preset--color--primary-bg);
	--secondary-bg: var(--wp--preset--color--secondary-bg);
	--red: var(--wp--preset--color--red);
	--text-color: var(--wp--preset--color--text-default);
	--text-gray: var(--wp--preset--color--text-gray);
	/* --- */

	--bg-gray: #EDEDED;
	--link-color: var(--primary-color);
	--link-color-hover: var(--primary-color);
	--border-color: #DDD;
	
	--gender-color-m: #0289C4;
	--gender-color-f: #DA7474;
	--gender-color-t: #3FA535;
	--gender-bg-m: #e5f3f9;
	--gender-bg-f: #f9e9ea; 
	--gender-bg-t: #e9f2ea; 


	--base-font-size: clamp(1rem, 0.53vw + 0.8rem, 1.13rem); /*16-18*/
	--base-font-size: 18px;
	--base-line-height: 1.6;
	
	--font-sans: silka, sans-serif;

	--text-tiny: 0.80rem;
	--text-small: 1rem;
	--text-base: var(--base-font-size);
	--text-large: 1.35rem;
	
	--default-width: calc((896/16) * 1rem);
	--wide-width: calc((1360/16) * 1rem);
	--semiwide-width: 68rem;
	--full-width: 100%;
	
	--page-padding: 40px; /*former container-padding*/

	--main-padding-top: clamp(40px, 10vw, 80px);
	--main-padding-bottom: clamp(80px, 10vw, 120px);
		
 	--space-xs: 10px;
	--space-sm: 20px;
	--space-md: 30px; /*default block space*/
	--space-lg: 50px; 
	--space-xl: clamp(50px, 12vw, 85px); 
	--space-xxl: clamp(80px, 12vw, 105px);
	--space-xxxl: 200px;
	
	--block-gap: 2.0rem;
	--block-gap-text: 1.5rem;

	--columns-gap: 30px;
	
	--box-padding: clamp(20px, 5vw, 30px);
	
	--box-padding-sm: clamp(20px, 5vw, 20px);
	--box-padding-md: var(--box-padding);
	--box-padding-lg: clamp(30px, 5vw, 40px);
	--box-padding-xl: clamp(40px, 5vw, 60px);
	--box-padding-xxl: clamp(40px, 5vw, 80px);

	--radius: 5px;
 }
 
 @media screen and (max-width: 600px) { 
	:root {
		--base-font-size: 16px;
		--text-small: .9rem;
		--text-large: 1.2rem;
		--page-padding: 20px;
		--block-gap: 1.5rem;
		--block-gap-text: 1.4rem;
	}
}


/* @end */



/* @group GENERAL */


/* GENERAL
---------------------------------------------------------------------------------*/


html {
	height: 100%;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-text-size-adjust: 100%;
}

body {
	height: 100%;
	font-family: var(--font-sans);
	font-size: var(--base-font-size);
	line-height: var(--base-line-height);
	color: var(--text-color);
	background: #FFF;
}


a {
	position: relative;
	color: var(--link-color);
	text-decoration: none;
	text-underline-offset: .2em;
}

a, input {
	transition: all 200ms ease;
}

a:visited {
}

a:active {
}

a:hover {
	color: var(--link-color-hover);
	text-decoration: underline;
}

img {
	display: block;
	max-width: 100%;
}

svg {
	display: block;
	max-width: 100%;
}

strong, b {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* TYPOGRAPHY
---------------------------------------------------------------------------------*/


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 0;
}


h1 {
	font-size: 40px;
	font-size: 2.6rem;
	line-height: 1.2;
	margin-bottom: 4rem;
	color: var(--primary-color);
	word-wrap: break-word;
	overflow-wrap: break-word;
}

:is(.is-layout-flow, .is-layout-constrained) h1 {
	margin-bottom: 4rem;
}


h2 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.3;
	margin-top: 3.0rem;
}

:where(.is-layout-flow, .is-layout-constrained) h2 {
	--block-gap: 3rem;
}


h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 2.5rem;
}

:where(.is-layout-flow, .is-layout-constrained) h3 {
	--block-gap: 2.5rem;
}

h4 {
	font-size: 1rem;
	line-height: 1.4;
	color: var(--text-gray);
	text-transform: uppercase;
}

h5 {
	font-size: 1rem;
	line-height: 1.4;
}

p {
	margin: var(--block-gap-text) 0 0 0;
}

:where(.is-layout-flow, .is-layout-constrained) :where(p,h3) + :where(p,ul,ol,.wp-block-table) {
	--block-gap: var(--block-gap-text);
}

hr {
	position: relative;
	display: block;
	clear: both;
	height: 1px;
	border: 0;
	background: transparent;
	border-bottom: 1px solid var(--border-color);
	margin: 3rem 0;
}


@media screen and (max-width: 980px) {

}


@media screen and (max-width: 768px) {

}


@media screen and (max-width: 600px) {
	h1 {
		font-size: 2.1rem;
		margin-bottom: 2rem;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	
	:is(.is-layout-flow, .is-layout-constrained) h1 {
		margin-bottom: 2rem;
	}
	
	h2 {
		font-size: 1.5rem;
		margin-top: 2.5rem;
	}
	
	:where(.is-layout-flow, .is-layout-constrained) h2 {
		--block-gap: 2.5rem
	}
	
	h3 {
		font-size: 1.25rem;
	}


}


@media screen and (max-width: 360px) {

}

/* @end */


/* @group ELEMENTS */

/* === Lists */
ul, ol {
}

ul {
	padding-left: 2.5ch;
	list-style-type: revert;
}

li {
	position: relative;
	margin: 0 0 5px 0;
}

li ul {
	margin-top: 5px;
}


ol {
	padding-left: 2.5ch;
}

ol li {
	list-style: revert;
}

.list-unstyled,
.list-unstyled li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.list-unstyled li:before {
	display: none;
}

/* list style: lines */

ul.is-style-lines,
ul.is-style-lines ul {
	list-style: none;
	padding: 0;
}

ul.is-style-lines ul li {

}

ul.is-style-lines li:before {
	display: none;
}

ul.is-style-lines,
ul.is-style-lines li {
	padding: 0;
}

ul.is-style-lines li {
	padding: 0.8rem 0;
	margin: 0;
	border-top: 1px solid var(--border-color);
}

ul.is-style-lines > li:first-child {
	border-top: none;
}

ul.is-style-lines li ul {
	padding: 0;
	margin: 0;
}

ul.is-style-lines ul li {
	padding-left: 1.5em;
}

ul.is-style-lines ul li:first-child {
	margin-top: .8rem;
}

ul.is-style-lines ul li:last-child {
	padding-bottom: 0;
}


/* list style: icon */

ul[class*="is-style-icon"],
ul[class*="is-style-icon"] ul {
	--list-icon-width: 1.3em;
	list-style: none;
	padding-left: 0;
}

ul[class*="is-style-icon"] li {
	position: relative;
	padding-left: calc(var(--list-icon-width));
	padding-bottom: .1em;
}

ul[class*="is-style-icon"] li::before {
  content: '✓'; 
  position: absolute;
  left: -.15em;
  top: 0.05em;
  font-family: 'icons';
  font-size: 1.3em;
  display: inline-flex;
  width: var(--list-icon-width);
  align-items: center;
  line-height: 1;
  color: var(--primary-color);
 }
 
 
 ul.is-style-icon-check li {
	--list-icon-width: 1.8em;
 }

 ul.is-style-icon-check li::before {
  content: '\e810';
 	font-size: 1.55em;
 	top: -.1em;
 }

 ul.is-style-icon-download li {
	--list-icon-width: 1.5em;
 }

 ul.is-style-icon-download li::before {
 	content: '\ebd0';
 }
 
 ul.is-style-icon-arrow li::before {
   content: '\e803'; 
 }


/* === Caption */


figcaption {
	font-size: var(--text-small);
	line-height: 1.4;
	margin: 10px 0 10px 0;
	text-align: left;
	word-break: break-word;
	overflow-wrap: break-word;
	margin: 1rem 0; 
	color: var(--text-gray)
}


/* WP Edit Link */

a.post-edit-link {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	font-size: 11px;
	padding: 8px 12px;
	text-transform: uppercase;
	text-decoration: none;
	background: #0073AA;
	color: #FFF;
}



/* === Embeds, iFrames  */

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}


/* === Icons */


i[class^="icon-"] {
	font-family: 'icons';
}

i.icon {
	font-weight: normal!important;
}

.icon.download {
	font-size: 1.9rem;
	color: var(--link-color);
	margin: 0 5px 5px 0;
	vertical-align: middle;
	display: inline-block;
}

.icon.download:before {
	margin: 0;
}

.icon.bullet {
	font-size: 85%;
}


/* === WP Styles */

/* default padding for has-background + override WP default */
:is(p,ul,ol).has-background,
.has-background { 
	padding: var(--box-padding);
	background: var(--primary-bg); /*fallback bg*/
	border-radius: var(--radius);
}


.alignfull.has-background {
	border-radius: 0;
}

.has-global-padding.alignfull {
	border-radius: 0;
	padding-inline: 0;
	padding-inline: var(--page-padding);
}

.alignfull:not(.has-global-padding) {
	AUS_padding: inherit;
}

.alignfull > .has-background {
	padding: var(--box-padding);
}

.alignfull > .has-background > * { /*BE*/
       padding-inline: 0;
}

.is-root-container :where(.has-global-padding:not(.has-background)) { /*BE*/
	padding-inline: 0;
}


:is(ul,ol).has-background { /*add space for bullets*/
	padding-left: calc(var(--box-padding) + 1rem);
}

.has-small-font-size {
	font-size: var(--text-small);
	--block-gap: 1rem;
}

.has-large-font-size {
	font-size: var(--text-large);
}


/* === Highlight Anchor Links */


.entry-content :target {
    animation: highlight 500ms ease-in;
}

@keyframes highlight {
    from {
        background-color: rgb(253 224 71);
    }
    to {
        background-color: #fff;
    }
}



/* @end */




/* @group LAYOUT */

/* LAYOUT
----------------------------------------------------------------------------------*/


/* # Container */

.page-wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	/*sticky footer*/
	display: flex;
	flex-direction: column;
}


.container,
.container-fluid {
	position: relative;
	max-width: var(--wide-width);
	margin: 0 auto;
	padding: 0 var(--page-padding);
}

.content-width { /*add to container class*/
	max-width: calc(var(--default-width) + 2 * var(--page-padding));
}


.entry-content {
}

.entry-content > * {
	border: 0px solid RED; /*helper*/
}

.stack > *:first-child {
	margin-top: 0;
}


/*
.wp-block-post-content is root container for all content blocks
in backend editor AND frontend
*/

.wp-block-post-content {
	padding-left: var(--page-padding);
	padding-right: var(--page-padding);
}

.wp-block-post-content.is-root-container { /*backend editor*/
	padding-inline: var(--page-padding)!important;
}


.wp-block-post-content > *:first-child {
	margin-top: 0;
}

/* alignment */
  
AUS_.wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--default-width);
	margin-left: auto;
	margin-right: auto;
}

.is-layout-flow > .alignwide {
	max-width: var(--wide-width);
}

.is-layout-constrained .alignsemiwide {
	max-width: var(--semiwide-width);
}

.is-layout-flow > .alignfull {
	margin-right: calc(var(--wp--style--root--padding-right) * -1);
	margin-left: calc(var(--wp--style--root--padding-left) * -1);
}



/* default vertical spacing between blocks 
   in theme.json when "appearanceTools": true the follwing gets added inline from WP
*/

/*

:where(body .is-layout-constrained) > * {
	margin-top: 0;
}

.is-layout-constrained > *,
.is-layout-flow > * {
  AUS_margin-top: 0;
}

.is-layout-constrained > * + *,
.is-layout-flow > * + * {
    AUS_margin-top: var(--block-gap);
}

.is-layout-constrained > :first-child,
.is-layout-flow > :first-child {
  AUS_margin-top: 0;
}


*/


/* @end */

/* @group HEADER */

/* HEADER
--------------------------------------------------------------------------------- */


#header {
	position: relative;
	z-index: 2;
}


#header > .container {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
}

.service-nav {
	position: absolute;
	z-index: 5;
	top: 15px;
	left: 0;
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	width: 100%;
	padding: 0 var(--page-padding);
	font-size: var(--text-small);
	font-size: calc((15/16) * 1rem);
}

.service-nav :where(a) {
	display: flex;
	align-items: center;
	color: var(--text-gray);
}

.service-nav a:hover {
	color: var(--text-color);
	text-decoration: none;
}

.service-nav > div {
	display: flex;
	align-items: center;
}


.service-nav__emergency a,
.service-nav__emergency a:hover {
	color: var(--red);
	font-weight: bold;
}

.service-nav__phone {
}

.service-nav i {
	line-height: 1;
	font-size: 1.2rem;
	margin: 0 3px 0 0;
	color: var(--text-gray);

}

.service-nav__lang { /*gtranslate dropdown*/
}

.service-nav__lang * {
	transition: all 200ms ease;
}

.service-nav__lang:hover * {
	color: var(--text-color);
}

.service-nav__lang i {
	margin-right: -1.25em;
}

.gtranslate_wrapper {
	display: flex;
}

.gtranslate_wrapper select {
	display: inline-flex;
	align-items: center;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
	font-weight: inherit;
	color: var(--text-gray);
	background: transparent;
	border: none;
	padding: 0 0;
	padding-top: 1px;
	padding-left: 2em;
	line-height: 1.3;
	transition: color 200ms ease;
	cursor: pointer;
	border: 0px solid #333;
}

AUS_.gtranslate_wrapper select:focus-visible {
  outline-offset: 2px;
  outline: revert;
}


.gtranslate_wrapper option {
}

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

.service-nav__linkhub {
	position: relative;
	z-index: 1;
	display: flex;
}

.linkhub-trigger {
	display: flex;
	align-items: center;
	gap: 3px;
	padding: 5px 0;
	border: none;
	background: transparent;
	font-size: inherit;
	color: var(--text-gray);
	text-transform: capitalize; /*for gtranslate*/
	transition: color 250ms ease;
}

.linkhub-trigger:hover,
.linkhub-trigger.active {
	color: var(--text-color);
}

.linkhub-trigger i {
	line-height: 1;
	font-size: 1.em;
	margin-right: -.35em;
	transition: transform 250ms ease;
}

.linkhub-trigger.active {
}

.linkhub-trigger.active i {
	transform: rotate(180deg);
}

.linkhub-list {
	position: absolute;
	top: 100%;
	margin-top: 0;
	right: 0;
	padding: 15px 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	background: #FFF;
	border-radius: var(--radius);
	min-width: 19rem;
	white-space: nowrap; /*gtranslate*/
	box-shadow: 0px 10px 25px -10px rgba(0,0,0, .4);
}


.linkhub-list.active {
	margin-top: 10px;
	opacity: 1;
	visibility: visible;
}

.linkhub-list li {
}

.linkhub-list a {
	display: block;
	padding: 10px 0;
	line-height: 1.4;
	font-size: calc((15/16) * 1rem);
	border-bottom: 1px solid var(--border-color);
}

.linkhub-list a:hover {
	AUS_text-decoration: underline;
}

.linkhub-list li:last-child a {
	border: none;
}

.service-nav__divider {
	flex: 0 0 auto;
	width: 1px;
	background: var(--border-color);
}

.service-nav__divider:first-child {
	display: none;
}


.header-top {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	align-items: flex-end;
	padding-bottom: 30px;
	height: 180px;
	height: 11.25rem;
	border: 0px solid CYAN;
}


/* Logo */


.logo {
	line-height: 1.3;
	font-size: 19px;
	border: 0px solid #333;
	
}


.logo a {
	display: block;
}

.logo a:hover {
	text-decoration: none;
}

.logo__icon {
	width: 130px;
	margin-bottom: 10px;
}

.wsw .logo__icon {
	width: 156px;
}

.mvzzi .logo__icon,
.mvzwsw .logo__icon {
	width: 112px; /*100px*/
	margin-bottom: 14px;
}

.ksg .logo {
}

.ksg .logo__icon {
	width: 100px;
}

.logo__title {
}

.logo img {
	display: block;
	width: 100%;
	height: auto;

}


@media screen and (max-width: 980px) {
	.header-top {
		align-items: center;
		padding: 0;
	}
	.service-nav,
	.header-search {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.header-top {
		height: 135px;
	}
	
	.logo {
		font-size: 18px;
	}
	
	.mvzzi .logo,
	.mvzwsw .logo,
	.mglg .logo,
	.ksg .logo {
		font-size: 16px;
	}
	
	.logo__icon {
		width: 80px;
	}
	
	.wsw .logo__icon {
		width: 120px;
	}
	
	.mvzzi .logo__icon,
	.mvzwsw .logo__icon {
		width: 80px;
		margin-bottom: 10px;
	}
	
	.ksg .logo__icon {
		width: 75px;
	}
	
	.logo__title span { /*gGmbH ausblenden aus Platzgründen!*/
		display: none;
}
	

}


/* @end */



/* @group SEARCH */

/* Search */

.header-search  {
	display: flex;
	margin-left: auto;
	max-width: 18rem;
	align-items: center;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.searchform {
	position: relative;
	width: 100%;
	max-width: 600px;
	overflow: hidden;
	border-radius: var(--radius);
	border: 1px solid var(--border-color);
}

.searchform input.s {
	width: 100%;
	height: 50px;
	height: 3.125rem;
	padding: 20px;
	padding-right: 3rem;
	background: #FFF;
	font-size: 1.1rem;
	line-height: 100%;
	color: var(--text-color);
	border:  none;
	box-shadow: none /*remove red border */;
}

.searchform input.s:focus {
	box-shadow: inset 0px 3px 15px -8px rgba(0,0,0, .2);
}


.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	padding: 0 20px;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	width: 3rem;
	height: 100%;
	outline-offset: -5px;
	background: transparent;
}

.searchform i {
	position: absolute;
	top: 0;
	right: 0;
	width: 3rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: var(--text-color);
	background: transparent;
}

@media screen and (max-width: 980px) {
	.header-search {
		display: none;
	}
}


/* @end */



/* @group MENU */

/* MENU
--------------------------------------------------------------------------------- */


#nav {
	padding: 0 0;
	color: #FFF;
	background: var(--primary-color);
}

#nav .container {
}

#nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0px clamp(40px, 5vw, 70px);
}

#nav ul li {
	position: relative;
}

#nav ul li a {
	position: relative;
	margin: 0;
	color: #FFF;
	font-size: var(--base-font-size);
	font-size: 18px;
	display: block;
	padding: 17px 0rem;
}

#nav ul li.menu-item-has-children {
	position: relative;
}

#nav ul li.menu-item-has-children a::after { /*triangle*/
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 11px 0 11px;
	border-color: var(--primary-color) transparent transparent transparent;
	transition: all 300ms ease;
}

#nav ul li.menu-item-has-children:hover a::after {
	margin-bottom: -10px;
}


#nav ul li.current-menu-item > a {
}

#nav ul li a:hover {
	color: rgba(255,255,255, .6);
	text-decoration: none;
}

#nav ul li.menu-item-has-children:hover > a,
#nav ul li.menu-item-has-children.active > a {
	color: rgba(255,255,255, .6);
}

#nav ul li.current_page_parent a:hover,
#nav ul li.current_page_parent:hover a,
#nav ul li.current_page_item:hover a {
}

/* 2nd level */

#nav ul ul {
	display: block;
	position: absolute;
	top: 100%;
	margin-top: 0px;
	left: calc(var(--box-padding) * -1);
	padding: 25px var(--box-padding);
	padding-top: 15px;

	z-index: 1;
	background: var(--primary-bg);

	min-width: 20rem;
	max-width: 80vw;
	border-radius: 0 0 var(--radius) var(--radius);

	opacity: 0;
	visibility: hidden;
	transition: all 250ms ease;
	transition: visibility 0;
	box-shadow: 0px 3px 30px -10px rgba(0,0,0, .1);
}

#nav ul li:focus-within > ul,
#nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	padding-top: 25px;
}

/* align last menu item to the right to avoid off screen position */
@media screen and (max-width: 1280px) {
	#nav ul li:last-child ul {
		left: auto;
		right: 0;
		min-width: 15rem;
	}
}

/* optional 2 columns submenu */
#nav ul .has-columns > ul {
	min-width: 40rem;
	column-count: 2;
	column-gap: 50px;
	column-rule: 1px solid rgba(0,0,0,.1);
}

#nav ul ul li {
	width: 100%; /*columns need that*/
	display: inline-block;
}

#nav ul ul li a {
	display: block;
	padding: 5px 0;
	font-size: var(--text-small);
	color: var(--text-color);
}

#nav ul ul li a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

#nav ul ul li.menu-item-has-children:hover > a,
#nav ul ul li.menu-item-has-children.active > a {
	color: var(--primary-color);
}

#nav ul li.menu-item-has-children li a::after {
	display: none;
}

/* 3rd level */

#nav ul ul ul {
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
	box-shadow: none;
	padding: 0 0 0 20px!important;	
}

#nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
}


@media screen and (max-width: 980px) {
	#nav {
		display: none;
	}
}




/* Mobile Menu
--------------------------------------------------------------------------------- */


.mob-menu {
	display: none; /*js trigger*/
	position: absolute;
   	top: 0;
   	left: 0;
	width: 100%;
	z-index: 10;
	opacity: 0;
	background: var(--primary-color);
	animation: navfadeIn 400ms ease-in-out 1 forwards;
	box-shadow: 0px -10px 60px 0px rgba(0,0,0, .7);
}

.mob-menu a:hover {
	text-decoration: none;
}

.mob-menu .container {
	--page-padding: 40px;
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.mob-emergency {
	display: flex;
	margin-top: 30px;
	margin-bottom: -30px;
}

.mob-emergency a {
	display: inline-flex;
	color: #FFF;
	line-height: 1;
	font-size: 1rem;
	font-weight: bold;
	padding: 13px 17px;
	background: var(--red);
}

.mob-menu nav {
	margin: 70px 0 0 0;
}

.mob-menu nav li a {
	display: flex;
	font-size: 19px;
	line-height: 1.4;
	letter-spacing: .5px;
	padding: 10px 0;
	text-align: left;
	color: #FFF;
}

.mob-menu nav li a:hover {
	color: rgba(255,255,255, .6);
	text-decoration: none;
}
	
.mob-menu nav li.current-menu-item > a {
	color: rgba(255,255,255, .6);
	AUS_text-decoration: underline;
}

.mob-menu nav li.menu-item-has-children.active > a {
}

.mob-menu nav li.menu-item-has-children > a::after {
	content: "\e809";
	display: flex;
	align-items: center;
	margin-left: 5px;
	color: rgba(255,255,255, .5);
	font-family: 'icons';
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1;
	transition: all 300ms ease;
	text-decoration: none;
}

.mob-menu nav li.menu-item-has-children.active > a::after {
	transform: rotate(180deg);
}

.mob-menu nav li.active > a {
	color: rgba(255,255,255, .6)
}

/* 2nd level */

.mob-menu nav li ul {
	position: relative;
	padding: 0px 0 0 25px;
	margin-bottom: 10px;
	border-left: 2px solid rgba(255,255,255, .2);
}

.mob-menu nav li li {
	opacity: 1;
	animation: none;
}

.mob-menu nav li li a {
	font-size: 17px;
}

.mob-menu nav li li a:hover {
}

.mob-menu nav li li.menu-item-has-children > a::after {
	display: none;
}

/* 3rd level */

.mob-menu nav li ul ul {
	display: block!important;
	border: none;
	padding-left: 20px;
	transition: none;
}


/* Mobile Menu Animation */

@keyframes navfadeIn {
0% {
	opacity: 0.0;
	transform: translate(0px,-50px);
}

100% {
	opacity: 1.0;
	transform: translate(0,0);
	}
}

@keyframes navfadeOut {
0% {
	opacity: 1.0;
	transform: translate(0px,0);
}

100% {
	opacity: 0.0;
	transform: translate(0px,-50px);
	}
}


@keyframes fadeLiIn {
0% {
	opacity: 0.0;
	transform: translate(0px,-10px);
}

100% {
	opacity: 1.0;
	transform: translate(0,0);
	}
}


/* Mobile Menu Trigger */


.mob-triggers {
	position: absolute;
	top: 20px;
	z-index: 15;
	right: calc(var(--page-padding) - 10px);
	display: none; /*flex*/
	gap: 5px;
}


.mob-search-trigger {
	color: var(--text-gray);
	font-size: 30px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}


.mob-menu-open .mob-search-trigger {
	display: none;
}


/* Mob Search */

.mob-search {
	display: none; /*flex*/
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	transition: all 250ms ease-in-out;
	padding: 0 var(--page-padding);
	background: var(--primary-color);
	background: var(--bg-gray);
}


.mob-menu-open .mob-search {

}

.mob-search.open  {
	visibility: visible;
	height: 6.5rem;
}

.mob-search .searchform {
	border: 1px solid var(--border-color);
	margin: 0 auto;
}

.mob-search .searchform button {
}

.mob-search input::placeholder {
}

.mob-search .searchform input.s:focus {
    outline: none;
}

.mob-search button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border: none;
	line-height: 1;
	overflow: hidden;
	padding: 0;
	background: transparent;
	width: 2.5rem;
	font-size: 24px;
	color: var(--link-color);
}


.mob-triggers button {
	border: none;
	width: 50px;
	height: 49px;
	margin: 0 0 0 0;
	z-index: 999;
	text-transform: uppercase;
	background: transparent;
	outline: none;
}


.mob-menu-trigger {

}

.mob-menu-trigger.open {
}


@media screen and (max-width: 980px) {

.mob-triggers {
	display: flex;
}

.mob-search {
	display: flex;
}

.mob-menu-open .mob-menu {
	display: flex;
	flex-direction: column;
}


}


/* Hamburger Icon ani*/


.mob-menu-trigger span {
	margin: 0 auto;
	position: relative;
}
.mob-menu-trigger span:before,
.mob-menu-trigger span:after {
	position: absolute;
	content: '';
}
.mob-menu-trigger span,
.mob-menu-trigger span:before,
.mob-menu-trigger span:after {
	width: 30px;
	height: 3px;
	background-color: var(--text-gray);
	display: block;
}
.mob-menu-trigger span:before {
	margin-top: -9px;
}
.mob-menu-trigger span:after {
	margin-top: 9px;
}

.mob-menu-trigger span {
	transition-duration: 0s;
	transition-delay: 0.15s;
}
.mob-menu-trigger.open span {
	background-color: rgba(0,0,0,0.0);
	transition-delay: 0.15s;
}
.mob-menu-trigger span:before {
	transition-property: margin, transform;
	transition-duration: 0.15s;
	transition-delay: 0.15s, 0s;
}
.mob-menu-trigger.open span:before {
	margin-top: 0;
	transform: rotate(45deg);
	transition-delay: 0s, 0.15s;
	background-color: #FFF;
}
.mob-menu-trigger span:after {
	transition-property: margin, transform;
	transition-duration: 0.15s;
	transition-delay: 0.15s, 0s;
}
.mob-menu-trigger.open span:after {
	margin-top: 0;
	transform: rotate(-45deg);
	transition-delay: 0s, 0.15s;
	background-color: #FFF;
}

/* end Hambuger Icon ani*/


.mob-phone {
	margin-top: 30px;
	color: #FFF;
	font-size: 16px;
}

.mob-phone a {
	color: #FFF;
	display: flex;
	align-items: center;
}

.mob-phone i {
	font-size: 1.2em;
	margin-left: -.2em;
	margin-right: 7px;
}

.mob-lang {
	margin-top: 10px;
	display: flex;
	font-size: 16px;
}

.mob-lang .gtranslate_wrapper select {
	display: block;
	padding: 0;
	color: #FFF;
	min-width: 18ch;
	line-height: 1.3;
}

.mob-lang i {
	font-size: 1.2em;
	margin-left: -.2em;
	margin-right: 7px;
	color: #FFF;
}


.mob-linkhub {
	margin-top: 30px;
	overflow: hidden;
	background: rgba(0,0,0, .08);
}

.mob-linkhub-trigger {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background: transparent;
	border: none;
	color: #FFF;
	font-size: 16px;
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
	text-transform: capitalize; /*gtranslate*/
}

.mob-linkhub-trigger i {
	opacity: .6;
	font-size: 1.3em;
	transition: transform 250ms ease;
}

.mob-linkhub-trigger.active i {
	transform: rotate(180deg);
}

.mob-linkhub .linkhub-list {
	display: none; /*js toggle*/
	position: relative;
	opacity: 1;
	visibility: visible;
	border-radius: 0;
	transition: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.mob-linkhub .linkhub-list.active {
}

.mob-linkhub .linkhub-list li {
	border-bottom: 1px solid var(--border-color);
}

.mob-linkhub .linkhub-list li:last-child {
	border: none;
}

.mob-linkhub .linkhub-list li a {
	text-align: left;
	border: none;
	display: block;
	max-width: 500px;
	padding: 15px 40px;
	margin: 0 auto;
}

.mob-linkhub .linkhub-list li a:hover {
	text-decoration: none;
	color: var(--text-color);
}

.mob-linkhub .linkhub-list li a br {
}


/* @end */




/* @group BREADCRUMB */

/* Breadcrumb */


.breadcrumb-wrap {
	position: relative;
	z-index: 1;
}


.breadcrumb-wrap::after { /*fade out*/
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background: linear-gradient(to left,  #f8f8f8 0%,rgba(0,0,0,0) 100%);
	pointer-events: none;
	border: 0px solid #333;
	display: none;
}

.breadcrumb {
	--delimiter-margin: 15px;
	position: relative;
	max-width: var(--wide-width);
	margin: 0 auto;
	margin-top: 15px;
	padding: 0 var(--page-padding);
	padding-bottom: 15px; /*space for x-scrollbar*/
	margin-bottom: -15px;
	color: var(--text-gray);
	font-size: 15px;
	font-size: calc(15/16 * 1rem);	
	
	white-space: nowrap;
	overflow-x: scroll;
	scrollbar-width: none;
	 /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}

.breadcrumb__list {
	position: relative;
	display: flex;
	gap: 5px 0;
}

.breadcrumb__list li {
	position: relative;
	display: flex;
	align-items: center;
	border: 0px solid #333;
}

.breadcrumb__list li:last-child {
	padding-right: 20px;
}

.breadcrumb a,
.breadcrumb span {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--text-gray);
	text-decoration: none;
	line-height: 1.3;
}

.breadcrumb a:hover {
	color: var(--text-color);
	text-decoration: underline;
}

.breadcrumb a.home {
}

.breadcrumb a.home i {
	margin-top: -.15em;
	margin-left: -.2em;
	margin-right: -.25em;
	font-size: 1.5em;
	line-height: 1;
}


.breadcrumb li:not(:last-child):after { /*delimiter*/
	content: "\e803";
	font-family: 'icons';
	font-weight: normal;
	margin: 0 var(--delimiter-margin);
	line-height: 1;
	font-size: 1.3em;
}

.breadcrumb .current-page span {
	color: var(--text-gray);
	/*truncate*/
	display: block;
	max-width: 60ch;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


@media screen and (max-width: 980px) {
	.breadcrumb-wrap::after {
		display: block;
	}
}


@media screen and (max-width: 600px) {
	.breadcrumb {
		--delimiter-margin: 8px;
		font-size: calc(13/16 * 1rem);
	}
	
	.breadcrumb .current-page span {
		max-width: 30ch;
	}

}


/* @end */

/* @group CONTENT */

/* CONTENT
--------------------------------------------------------------------------------- */

#content {
	position: relative;
	flex: 1 0 auto; /*sticky footer*/
}


@media screen and (max-width: 980px) {
	#content::after { /*gradient*/
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 80px;
		background: linear-gradient(to bottom,  rgba(0,0,0,0.04) 0%,rgba(0,0,0,0) 100%);
	}
}


main {
	padding-top: 0;
	padding-top: var(--main-padding-top);
	padding-bottom: var(--main-padding-bottom);
	min-height: 50vh;
}


/* @end */


/* @group WP BLOCK EDITOR  */

/* WP BLOCK EDITOR
--------------------------------------------------------------------------------- */

.editor-styles-wrapper { 
	overflow-y: auto; 
}

.block-editor-block-list__layout {
}


.block-editor-block-list__layout.is-root-container {
	padding: var(--main-padding-top) 0 var(--main-padding-bottom) 0; 
}


.wp-block {
	box-sizing: border-box;
}


.wp-block.components-placeholder {
	margin-top: var(--block-gap); /*e.g. for Shortcode block*/
}


.wp-block[class*="wp-block-acf-"].is-selected { /* for selected custom ACF blocks */
}


.wp-block[data-align] {
	float: none!important;
	max-width: var(--default-width);
}

.wp-block[data-align="wide"] {
	
}

.wp-block input { /* unset */
	-webkit-appearance: auto;
	-moz-appearance: auto;
}


.wp-block.acf-block-preview a:not(.acf-icon) { /*disable link clickability*/
	pointer-events: none; 
}


/* disable drop cap in block preview */
.has-drop-cap:not(:focus):first-letter {
	all: unset;
}


/* ACF fields */

.acf-field {
	-moz-osx-font-smoothing: auto;
}

.acf-field ul, 
.acf-field ol,
.acf-fields li {
	padding: 0;
	margin: 0;
}

.editor-styles-wrapper .acf-fields :where(th,tr,td) {
	box-sizing: initial;
}

.acf-field a {
	text-decoration: none;
}

a.acf-icon {
	color: #0071a1;
}

.acf-fields table { 
	border-collapse: inherit;
}

.acf-tab-group li {
  margin: 0 0.5em 0 0;
 }


 /* Helper - Block Outline */	
 
.block-editor-block-list__block:not([data-type*="acf"]):not(.is-reusable),
.block-editor-block-list__block.acf-block-preview .block,
.block-editor-block-list__block.acf-block-preview div[class*="wp-block-acf-"] {
	outline: 1px solid rgba(0,0,0, .13);
}

.block-editor-block-preview__content-iframe .block-editor-block-list__block {
	outline: none!important; /*no block outlines in block previews */
}


.block-editor-block-list__block:not([data-type*="acf"]):not(.is-reusable) .wp-block {
	outline-offset: -1px; /*prevent overlapping outline of nested blocks*/
}

/* Helper - Missing Blocks */

.wp-block.wp-block-missing {
	border: 2px solid RED;
}

/* TinyMCE - fix CSS conflicts, halbwegs */

.mce-tinymce .mce-btn button {
	font-size: 20px;
}

/* reset editor-styles in ACF fields with TinyMCE */

#tinymce * {
	margin: revert;
	padding: revert;
	font-size: .938rem;
	line-height: 1.4;
	color: #000;
	font-family: sans-serif;
	list-style: inside;
}

#tinymce::before,
#tinymce::after {
	display: none;
}

#tinymce a {
	color: #2171b1;
	text-decoration: underline;
}

#tinymce h1 { font-size: 2rem; }
#tinymce h2 { font-size: 1.5rem; }
#tinymce h3 { font-size: 1.25rem; }

#tinymce :where(p,h1,h2,h3,h4,h5,hr,ul,ol) { /*helper border*/
	position: relative;
	border: 1px dashed #CCC;
	border-color: #CCC;
	border-color: rgba(1,1,1, 0.25);
	padding: 2px;	
}


/*spacing helper - visualize spaces*/

.spacing-helper {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}

.spacing-helper :where(.space) {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #CCC;
	height: var(--space);
}

.space[data-size="xs"]   { --space: var(--space-xs); }
.space[data-size="sm"]   { --space: var(--space-sm); }
.space[data-size="md"]   { --space: var(--space-md); }
.space[data-size="lg"]   { --space: var(--space-lg); }
.space[data-size="xl"]   { --space: var(--space-xl); }
.space[data-size="xxl"]  { --space: var(--space-xxl); }
.space[data-size="xxxl"] { --space: var(--space-xxxl); }

.space::after {
	content: attr(data-size);
	font-size: 14px;
	text-transform: uppercase;
}

.space[data-size="md"] { /*default space*/
	background: lightblue;
}



/* @end */



/* @group WP BLOCKS  */

/* WP BLOCKS
--------------------------------------------------------------------------------- */

/* @group WP PARAGRAPH  */


/* WP PARAGRAPH
--------------------------------------------------------------------------------- */


.is-style-box-note { /*custom style*/
	padding: 25px 30px;
	border-radius: 10px;
	background: var(--primary-bg);
}

.is-style-box-important { /*custom style*/
	padding: 25px 30px;
	border-radius: 10px;
	background: transparent;
	border: 2px solid RED;
}


/* @end */




/* @group WP IMAGE  */


/* WP IMAGE
--------------------------------------------------------------------------------- */


.wp-block-image {
}

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

.wp-block-image.alignwide img,
.wp-block-image.alignfull img {
	width: 100%;
}

.wp-block-image .aligncenter, 
.wp-block-image .alignleft, 
.wp-block-image .alignright {
    display: table;
}

.wp-block-image .aligncenter > figcaption, 
.wp-block-image .alignleft > figcaption, 
.wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom; 
}


figcaption,
.wp-block-image figcaption,
.wp-block-embed figcaption {
	font-size: var(--text-tiny);
	line-height: 1.4;
	font-style: italic;
	margin: 10px 0 10px 0;
	text-align: left;
	word-break:break-word;
	overflow-wrap:break-word;
}

/*custom image styles*/

.is-style-image-shadow img {
	box-shadow: 0px 3px 15px -5px rgba(0,0,0, .6);
}

/* wp lightbox*/

.wp-lightbox-overlay .scrim {
	/*add custom bg color here*/
}


/* for Block Editor */

.wp-block[data-align] > .wp-block-image {
}


.wp-block[data-align="left"] > .wp-block-image {
	float: left;
}

.wp-block[data-align="right"] > .wp-block-image {
	float: right;
}


.wp-block-image .components-resizable-box__container { /*remove small space below images*/
    vertical-align: top; 
}

/* @end */


/* @group WP MEDIA-TEXT  */


/* WP MEDIA-TEXT
--------------------------------------------------------------------------------- */


.wp-block-media-text {
	gap: 30px;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.wp-block-media-text__content > :first-child {
	margin-top: 0;
}

.wp-block-media-text__content > :last-child {
	margin-bottom: 0;
}

:where(.wp-block-media-text__content) > * { /*WP missed this*/
	margin-top: var(--block-gap);
}

@media screen and (max-width: 600px) {
	.wp-block-media-text {
		gap: 20px;
	}
	
	.wp-block-media-text__content {
		
	}

}



/* @end */


/* @group WP GALLERY  */


/* WP GALLERY
--------------------------------------------------------------------------------- */


.wp-block-gallery {
	--wp--style--gallery-gap-default: 10px;
	AUS_--block-gap: 4rem; /*override block gap for this block*/
}

.wp-block-gallery.is-style-no-gap { /*custom style*/
	gap: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.0) 100%,transparent);
  bottom:0;
  box-sizing:border-box;
  color:#fff;
  font-size: var(--text-small);
  padding: 10px 10px;

}



/* @end */

/* @group WP EMBED  */

/* WP EMBED
--------------------------------------------------------------------------------- */

.wp-block-embed {
}

.wp-block-embed__wrapper > * {
	margin: 0 auto!important;
}

.wp-block-embed__wrapper iframe {
	width: 100%;
}

/* @end */


/* @group WP VIDEO  */


/* WP VIDEO (self hosted)
--------------------------------------------------------------------------------- */


.wp-block-video {
}

.wp-block-video video {
	display: block;
	width: 100%;
}

/* @end */


/* @group WP COVER  */

/* WP COVER
--------------------------------------------------------------------------------- */

.wp-block-cover {
	padding: 30px;
}


.wp-block-cover__inner-container > * {
	margin-top: 0;
}

.wp-block-cover__inner-container > :last-child {
	margin-bottom: 0;
}

/* @end */



/* @group WP QUOTE  */

/* WP QUOTE
--------------------------------------------------------------------------------- */

blockquote.wp-block-quote {
	margin-block: var(--space-lg);
	padding-left: 2ch;
	border-left: 4px solid var(--primary-color);
	max-width: 40rem;
}


blockquote.wp-block-quote > * {
	font-weight: bold;
	color: var(--primary-color);
}

.wp-block-quote p + p {
}

.wp-block-quote cite {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: var(--text-small);
	color: var(--text-gray);
	margin: 10px 0 0 0;
}

/* @end */


/* @group WP COLUMNS  */


/* WP COLUMNS
--------------------------------------------------------------------------------- */

.wp-block-columns {
	/*--block-gap is default the columns gap*/
	gap: 30px; /*override gap*/
}

.wp-block-column {
	
}



/* @end */


/* @group WP SPACER  */


/* WP SPACER
--------------------------------------------------------------------------------- */

.wp-block-spacer {
}


/* @end */


/* @group WP FILE  */


/* WP FILE
--------------------------------------------------------------------------------- */


.wp-block-file {
	position: relative;
	background: var(--primary-bg);
	background: transparent;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1ch 2ch;
	padding: 0 0 0 2.2rem;
}

.wp-block-file::before {
	position: absolute;
	top: 0.05em;
	content: "\ebd0";
	font-family: 'icons';
	font-size: 1.8em;
	line-height: 1;
	margin-left: -2.2rem;
	color: var(--link-color);
}

.wp-block-file + .wp-block-file {
	margin-top: 0.5em;
	border-top: 0px solid var(--border-color);

}

.wp-block-file__embed {
	border: 1px solid var(--border-color);
}

.wp-block-file a:not(.wp-block-file__button) {
	font-size: var(--base-font-size);
	display: inline-block;
}

.wp-block-file__button.wp-element-button {
	background: var(--link-color);
	font-weight: bold;
	text-transform: uppercase;
	font-size: var(--text-tiny);
	padding: 5px 15px 3px 15px;
	margin: 0;
	border-radius: var(--radius);
	background: transparent;
	color: var(--text-gray);
	border: 2px solid var(--border-color);
}

.wp-block-file__button:hover {
	color: var(--text-color);
	border-color: var(--text-gray);
	text-decoration: none;
}


/* @end */


/* @group WP TABLE  */


/* WP TABLE
--------------------------------------------------------------------------------- */


.wp-block-table {
	line-height: 1.4;
}

/* for editor */
.wp-block[data-align] table {
	width: 100%;
}

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

.wp-block-table table thead {
	text-align: left;
	border-bottom: 3px solid var(--border-color);
}

table {
	margin-top: 1.5rem;
}

.wp-block-table > * {
	margin-top: 0;
}

table thead td {
	font-weight: bold;
}

.wp-block-table  tfoot {
	border-top: 1px solid var(--border-color);
}


.wp-block-table tr {
	background: transparent;
	border-bottom: 1px solid var(--border-color);
}

.wp-block-table tr:last-child {
	border-bottom: none;
}

.wp-block-table tr th {
}

.wp-block-table th,
.wp-block-table td {
	border-color: var(--border-color);
	padding: 0.6rem 0.6rem;
}

.wp-block-table tr td:last-child {
	padding-right: 0;
}

.wp-block-table p {
	margin: 0;
}

.wp-block-table figcaption {
	margin: 1rem 0; 
}

/* custom style: stripes */

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
	background: rgba(0,0,0, .04);
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
	padding-left: 15px;
}

.wp-block-table.is-style-stripes tr,
.wp-block-table.is-style-stripes thead,
.wp-block-table.is-style-stripes tfoot {
	border: none;
}

/* custom style: blank */

.wp-block-table.is-style-blank {
	line-height: inherit;
}

.wp-block-table.is-style-blank :is(thead, tfoot, tr) {
	border: none;
}

.wp-block-table.is-style-blank th,
.wp-block-table.is-style-blank td {
	padding-block: 0;
	padding-left: 0;
	border: none;
}


/*for editor - show borders on select*/

.wp-block-table.is-selected table thead,
.wp-block-table.is-selected table tfoot,
.wp-block-table.is-selected table th,
.wp-block-table.is-selected table td,
.wp-block-table.is-selected table tr {
	border: 1px dashed #999;
}


/* @end */


/* @group WP GROUP  */

/* WP GROUP
--------------------------------------------------------------------------------- */

.wp-block-group {
	gap: var(--columns-gap)!important /*override WP defaults*/;
}

.wp-block-group.has-background {
	
}

.wp-block-group > .wp-block-group {
	margin-bottom: 0;
}

.wp-block-group > :first-child {
	margin-top: 0;
}

.wp-block-group > :last-child {
	margin-bottom: 0;
}


/* @end */


/* @group WP BUTTONS  */


/* WP BUTTONS
--------------------------------------------------------------------------------- */

.wp-block-buttons { 
	gap: 15px; /*override WP inline default*/
}

.wp-block-button__link  {
	width: auto;
	text-transform: uppercase;
	padding: .9em 1.9em;
	font-weight: bold;
	font-size: 1rem;
	font-size: var(--text-small);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
	letter-spacing: .1px;
	text-decoration: none;
	background: var(--primary-color);
	border: 2px solid var(--primary-color);
	border-radius: 5px;
}

.wp-block-button__link:hover {
	background: var(--text-color);
	border-color: var(--text-color);
	color: #FFF;
	text-decoration: none;
	
	background: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color);
}


.wp-block-button__link {

}

.wp-block-button__link:hover {

}

/*custom style: btn-secondary*/

.wp-block-button.is-style-btn-secondary .wp-block-button__link {
	color: var(--text-gray);
	border-color: var(--border-color);
	background: transparent;
}

.wp-block-button.is-style-btn-secondary .wp-block-button__link:hover {
	color: var(--text-color);
	border-color: var(--text-gray);
}

/*custom style: btn-text*/


.wp-block-button.is-style-btn-text .wp-block-button__link {
	display: inline-block;
	position: relative;
	text-transform: none;
	padding: 0;
	border: none;
	background: transparent;
	font-weight: normal;
	font-size: var(--base-font-size);
	color: var(--primary-color);
}	

.wp-block-button.is-style-btn-text .wp-block-button__link:hover {
	color: var(--text-color);
	text-decoration: underline;
}

.wp-block-button.is-style-btn-text .wp-block-button__link::before {
	content: "\e803";
	font-family: 'icons';
	font-size: 1.3em;
    display: inline-flex;
	vertical-align: text-bottom;
	line-height: 1;
	margin-left: -.2em;
	margin-right: .2em;
	text-decoration: none;
	display: inline-block;
}

.wp-block-button.is-style-btn-text .wp-block-button__link:hover::before {
	text-decoration: none;
}



/* @end */



/* @group WP SHORTCODE  */

/* WP SHORTCODE
--------------------------------------------------------------------------------- */

.wp-block-shortcode { /* class only in editor */
}

/* @end */


/* @group WP HTML  */

/* WP HTML
--------------------------------------------------------------------------------- */

.wp-block-html { /* class only in editor */
}

/* @end */


/* @group WP VIDEO  */

/* WP VIDEO
--------------------------------------------------------------------------------- */

.wp-block-video {
}

/* @end */


/* @group WP AUDIO  */

/* WP AUDIO
--------------------------------------------------------------------------------- */

.wp-block-audio {
}

/* @end */


/* @group WP CODE  */


/* WP CODE
--------------------------------------------------------------------------------- */

.wp-block-code {
	background: #F1F1F1;
}

.wp-block-code code {
	background: none;
	padding: var(--box-padding);
	font-size: 1rem;
}

code {
	margin: 0;
}

/* @end */


/* @group WP DETAILS  */


/* WP DETAILS
--------------------------------------------------------------------------------- */

.wp-block-details {
	--block-gap: 1.4em;
}

.wp-block-details[open] {
	padding-bottom: var(--space-md);
}

.wp-block-details summary {
	padding: .9em;
	background: var(--primary-bg);
	background: rgba(0,0,0, .04);
	border-radius: var(--radius);
}

.wp-block-details summary::marker {
	/*no safari support*/
}


.wp-block-details summary + * {
}

.wp-block-details + .wp-block-details {
	margin-top: 3px;
}


.wp-block-details .wp-block-details { /*details within details*/
	margin-left: 30px;
}



/* @end */


/* @group WP FOOTNOTES  */


/* WP FOOTNOTES
--------------------------------------------------------------------------------- */

.wp-block-footnotes {
	font-size: var(--text-tiny);
	padding-top: var(--space-sm);
	border-top: 1px solid var(--border-color);
}




/* @end */


/* @group WP SEPARATOR  */


/* WP SEPARATOR
--------------------------------------------------------------------------------- */

hr.wp-block-separator {
	position: relative;
	display: block;
	clear: both;
	height: 1px;
	border: 0;
	background: transparent;
	border-bottom: 2px solid var(--border-color);
	margin: var(--block-gap) 0;
}


/* @end */



/* @end */


/* @group CUSTOM BLOCKS  */

/* CUSTOM BLOCKS
--------------------------------------------------------------------------------- */



/* @group BANNER */

/* Banner
--------------------------------------------------------------------------------- */


.banner {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
	margin-bottom: var(--main-padding-top);
	margin-bottom: var(--space-xl);
	height: 610px; /*the height*/
	height: clamp(480px, 43vw, 640px);
}

.entry-content > .banner:first-child {
	margin-top: calc(var(--main-padding-top) * -1); /*  minus the main top padding*/
}

.is-root-container > .wp-block-acf-banner:first-child .banner { /*for editor*/
	margin-top: calc(var(--main-padding-top) * -1);
}


.banner__content {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-inline: var(--page-padding);
	margin: 0 auto;
	max-width: var(--default-width);
}

.banner__content .container {
	display: flex;
	justify-content: center;
	text-align: center;
}

.banner__title {
	width: 100%;
	text-align: center;
	color: #FFF;
	margin: 0;
	margin-bottom: .5rem;
	max-width: 55rem;
	font-size: clamp(1.7rem, 4.5vw, 2.5rem);
	line-height: 1.3;
	text-shadow: 0px 2px 10px rgba(0,0,0, .3);
}

.banner__image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .1);
}

.banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
	opacity: 1;
}

.banner_image-caption  {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	color: #FFF;
	margin: 0;
	padding: 10px 15px;
	font-style: normal;
	font-size: var(--text-tiny);
	background: rgba(0,0,0, .4);
}


.banner__emergency-link {
	position: absolute;
	z-index: 1000;
	top: 50%;
	right: 0;
	transform: translateY(-51%);
	font-weight: bold;
	line-height: 1;
	padding: 20px;
	display: flex;
	align-items: center;
	aspect-ratio: 1/.99;
	color: #FFF;
	background: var(--red);
}

.banner__emergency-link:hover {
	text-decoration: none;
	color: rgba(255,255,255, .6);
}


.banner__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.0;
}


@media screen and (max-width: 980px) {
	.banner__emergency-link {
		top: 0;
		transform: none;
		padding: 15px;
	}
}

@media screen and (max-width: 600px) {
	.banner {
		height: 365px;
	}
	
	.banner__emergency-link {
		aspect-ratio: auto;
	}
	
	.banner__title br {
		display: none;
	}

	.banner_image-caption  {
	   font-size: 0.75rem;
	}
	
}


/* @end */


/* @group ACCORDION */


/* Accordion
--------------------------------------------------------------------------------- */


.accordion-item {
	position: relative;
	overflow: hidden;
	border: none;
	width: 100%;
	outline-offset: 1px;
}

.accordion-item + .accordion-item {
	margin-top: 5px;
}

.wp-block-acf-accordion + .wp-block-acf-accordion {
	margin-top: 5px; /*WP editor*/
}

.wp-block-acf-accordion + .wp-block-acf-accordion .accordion-item {  /*WP editor*/
	margin-top: 10px;
}

.block-editor-block-list__layout > *:first-child {
	margin-top: 0;
}

.accordion-heading {
	margin: 0;
	padding: 0;
	border: none;
	text-transform: none;
}

.accordion-trigger {
	display: block;
	position: relative;
	border: none;
	text-align: left;
	width: 100%;
	padding: clamp(22px, 5vw, 25px) var(--box-padding);
	padding-right: 50px;
	font-size: var(--base-font-size);
	font-size: 1.125rem;
	font-size: calc(var(--base-font-size) * 1.02);
	color: var(--text-color);
	background: var(--primary-bg);
	font-weight: bold;
    outline-offset: -5px;
	line-height: 1.4;
	border-radius: var(--radius);
	transition: all 300ms ease;
}

.accordion-trigger:hover {
	text-decoration: none;
	color: var(--primary-color);
}

.accordion-trigger.active {
	color: var(--primary-color);
}

.accordion-trigger:hover,
.accordion-trigger:hover i {
}

.accordion-trigger:hover i {
	text-decoration: none;
}

.accordion-trigger i:after {
	position: absolute;
	top: clamp(20px, 5vw, 23px);
	right: 15px;
	margin: 0;
	content: "\e809";
	display: block;
	line-height: 1;
	border-radius:0;
	font-family: 'icons';
	font-size: 1.7em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	transition: transform 250ms ease, margin 250ms ease;
}

 .accordion-trigger.active i:after {
	transform: rotate(180deg);
	margin-top: -.1em;
}

.accordion-content {
	position: relative;
	padding: 5px 0 var(--space-md) 0;
	padding-inline: var(--box-padding);
}

.accordion-content > *:first-child,
.accordion-content .acf-innerblocks-container > *:first-child  {
	margin-top: var(--space-sm);
}


.wp-block-acf-accordion .accordion-content {
	display: none; /*WP preview: collapse item*/
}

.wp-block-acf-accordion.is-selected .accordion-content,
.wp-block-acf-accordion.has-child-selected .accordion-content {
	display: block; /*WP preview: expand item on select*/
}

.wp-block-acf-accordion.is-selected  .accordion-trigger i:after {
	transform: rotate(180deg); /*WP editor*/
}

@media screen and (max-width: 600px) {
	.accordion-content {
		padding-inline: 5px;
	}
	
}


/* @end */



/* @group IMAGE-SLIDER */

/* Image-Slider
--------------------------------------------------------------------------------- */

.image-slider {
	AUS_margin-block: var(--space-lg);
}

.image-slider.alignwide {
}

.image-slider.alignfull {
}

.image-slider .swiper {
}

.image-slider .swiper-wrapper {
 }

.image-slider__image {
	position: relative;
	overflow: hidden;
	background: rgba(0,0,0, .05);
	border: 0px solid MAGENTA;
	height: 500px; /*the height*/
	height: clamp(300px, 70vw, 600px);
}

.image-slider.alignwide .image-slider__image,
.image-slider.alignfull .image-slider__image {
	height: clamp(300px, 60vw, 750px);
}


.image-slider__image img {
    display: block;
    width: 100%;
    height: 100%;
	AUS_aspect-ratio: 3/2;
    object-fit: cover;
}


.image-slider__caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0;
	color: #FFF;
	font-size: var(--text-small);
	padding: 15px;
	padding-bottom: 50px; /*space fo bullets*/
	text-shadow: 0 2px 5px rgba(0,0,0, .5);
	background: rgba(0,0,0, .5);
}



.image-slider .swiper-pagination-bullets {
	position: absolute;
}


.image-slider.has-captions .swiper-pagination-bullets {
	AUS_display: none; /*no pagination when captions. basta! */
}


/* style: is-contain */

.image-slider.is-contain .image-slider__image img {
    object-fit: contain;
}

/* style: is-overflow */

.image-slider.is-overflow .swiper {
	overflow: visible;
}

.wp-block.wp-block-acf-image-slider {
	overflow: hidden; /*WP*/
}




/* @end */







/* @group GALLERY */

/* Gallery
--------------------------------------------------------------------------------- */


.gallery {
	AUS_margin-block: var(--space-lg)
}

.gallery__grid {
	--gallery-gap: clamp(10px, 2vw, 20px);
	display: flex;
	flex-wrap: wrap;
	gap: var(--gallery-gap) 0;
	margin-left: calc(var(--gallery-gap) * -.5); /*  offset gap */
}

.gallery__item {
	position: relative;
	flex: 0 0 auto;
	width: calc(100% / 3); /*default 3 colums*/
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin: 0;	
	padding-right: calc(var(--gallery-gap) * .5);
	padding-left: calc(var(--gallery-gap) * .5);
	
}

.gallery.columns-1 .gallery__item { width: calc(100% / 1); }
.gallery.columns-2 .gallery__item { width: calc(100% / 2); }
.gallery.columns-3 .gallery__item { width: calc(100% / 3); }
.gallery.columns-4 .gallery__item { width: calc(100% / 4); }
.gallery.columns-5 .gallery__item { width: calc(100% / 5); }
.gallery.columns-6 .gallery__item { width: calc(100% / 6); }


@media screen and (max-width: 980px) {

.gallery.columns-2 .gallery__item { width: calc(100% / 2); }
.gallery.columns-3 .gallery__item { width: calc(100% / 2); }
.gallery.columns-4 .gallery__item { width: calc(100% / 2); }
.gallery.columns-5 .gallery__item { width: calc(100% / 3); }
.gallery.columns-6 .gallery__item { width: calc(100% / 3); }

}

@media screen and (max-width: 600px) {

.gallery.columns-2 .gallery__item { width: calc(100% / 2); }
.gallery.columns-3 .gallery__item { width: calc(100% / 2); }
.gallery.columns-4 .gallery__item { width: calc(100% / 2); }
.gallery.columns-5 .gallery__item { width: calc(100% / 2); }
.gallery.columns-6 .gallery__item { width: calc(100% / 2); }

}


.gallery.gap-zero .gallery__grid {
	--gallery-gap: 0;
}

.gallery__image {
	flex: 1;
}

.gallery__image a {
	display: block;
	height: 100%;
}

.gallery__image  img {
	display: block;
	margin: 0;
	width: 100%;
	transition: all 600ms ease!important;
}

.gallery__image a:hover img {
	transform: scale(1.08);
	opacity: .8;
}




/* gallery cropped */
.gallery__item.is-cropped  {
	flex: 1 0 auto; /* images in last row take remaining space*/
}

.gallery__item.is-cropped img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

/* gallery has custom aspect ratio */
.gallery__item.has-ratio .ratio-wrap {
	position: relative;
}

.gallery__item.ratio-1-1 .gallery__image { aspect-ratio: 1 }
.gallery__item.ratio-4-3 .gallery__image { aspect-ratio: 4/3 }
.gallery__item.ratio-3-2 .gallery__image { aspect-ratio: 3/2 }
.gallery__item.ratio-16-9 .gallery__image { aspect-ratio: 16/9 }


.gallery__item.has-ratio .gallery__image {
	overflow: hidden;
	position: relative;
}

.gallery__item.has-ratio img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

.gallery__item figcaption {
	margin: 0;
}



/* -- Gallery Masonry (JS) */


.gallery.is-masonry {
}

.gallery.is-masonry .gallery__item {
	padding: calc(var(--gallery-gap) / 2);
}



/* @end */


/* @group DOWNLOADS */

/* Downloads
--------------------------------------------------------------------------------- */


.downloads__list {
}

.downloads__list li {
	padding: 0.6rem 0;
	padding-left: 2.5rem;
	border-bottom: 1px solid var(--border-color);
}

.downloads__list li:first-child {
	padding-top: 0;
}

.downloads__list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.downloads__list li i {
	display: inline-block;
	margin-left: -2.5rem;
	width: 2.5rem;
	font-size: 1.4em;
}

.downloads__list li i:before {
	margin: 0;
}

.downloads__list li a {
	font-weight: bold;
}

.downloads__item-caption {
	font-size: var(--text-small);
}


/* @end */



/* @group IFRAME EMBED */

/* iframe embed
--------------------------------------------------------------------------------- */


.iframe-embed {
}

.iframe-embed iframe {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	background: rgba(0,0,0, .05);
}

.wp-block .iframe-embed iframe {
	pointer-events: none; /*WP*/
}

.iframe-embed iframe {
	min-height: 320px; /*for mobile when ratio is to small*/
}


.ratio-1 { aspect-ratio: 1;}
.ratio-3-2 { aspect-ratio: 3/2;}
.ratio-4-3 { aspect-ratio: 4/3;}
.ratio-16-9 { aspect-ratio: 16/9;}
.ratio-2-1 { aspect-ratio: 2/1;}


/* @end */

/* @group TEASER-CARDS */


/* Teaser Cards
--------------------------------------------------------------------------------- */


.teaser-cards {
	--block-gap: var(--space-lg);
	margin-top: var(--space-xl);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.alignwide .teaser-cards, 
.teaser-cards.alignwide {
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
	grid-template-columns: repeat(3, minmax(0,1fr));
}

.teaser-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--primary-bg);
}

.teaser-card__image {
	aspect-ratio: 2/1;
	overflow: hidden;
	width: 100%; /*safari*/
}

.teaser-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.teaser-card__image a {
	display: block;
	height: 100%;
}

.teaser-card__image a img {
	transition: 600ms ease;
}

.teaser-card__image a:hover img {
	transform: scale(1.1);
}

.teaser-card__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: var(--box-padding-lg);
}

.teaser-card__title {
	margin: 0;
	line-height: 1.3;
}

.teaser-card__title a {
	display: block;
	color: var(--text-color);
}

.teaser-card__title a:hover {
	color: var(--link-color);
	text-decoration: none;
}

.teaser-card__subtitle {
	margin-top: 1rem;
	font-size: var(--text-small);
}

.teaser-card__button {
	margin-top: 1rem;
}

.teaser-card__button a {
	background: red;
	text-align: left;
}


@media screen and (max-width: 980px) {
	.teaser-cards {
		grid-template-columns: 1fr 1fr;
	}
	.alignwide .teaser-cards,
	.teaser-cards.alignwide  {
		grid-template-columns: 1fr 1fr;
	}
	
    .teaser-cards.has-rows-3 .teaser-card:first-child,
    .teaser-cards.has-rows-5 .teaser-card:first-child,
    .teaser-cards.has-rows-7 .teaser-card:first-child,
    .teaser-cards.has-rows-9 .teaser-card:first-child {
		grid-column: 1/-1; /*span to all columns if odd row count to make it more compact*/
	}

}

@media screen and (max-width: 768px) {
	.teaser-cards,
	.alignwide .teaser-cards,
	.teaser-cards.alignwide  {
		grid-template-columns: 1fr;
	}

	
	.teaser-card__image {
		aspect-ratio: 2.2/1;
	}
	
	
	.teaser-card__content {
		padding:  30px 30px;
	}
	
}

/* @end */

/* @group TEASER-FEATURED-PAGE */


/* Teaser Featured Page
--------------------------------------------------------------------------------- */


.teaser-featured-page {
	margin-top: var(--space-xl);
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--primary-bg);
}

.teaser-featured-page.bg-active {
	background: var(--secondary-bg);
}

.teaser-featured-page:not(.has-image) {
	grid-template-columns: 1fr;
}


.teaser-featured-page__image {
	height: 100%;
	width: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
}

.teaser-featured-page__image.image-left  {
	order: 2;
}

.teaser-featured-page__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.teaser-featured-page__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: var(--box-padding-xl);
}




.teaser-featured-page__content > * {
	--block-gap: 1.5rem;
	margin-top: var(--block-gap);
}

.teaser-featured-page__content > *:first-child {
	margin-top: 0;
}

.teaser-featured-page__metatitle {
	text-transform: uppercase;
	font-size: var(--text-small);
	color: var(--text-gray);
	margin-bottom: .2em;
}

.teaser-featured-page__title {
	margin-top: 0;
}

.teaser-featured-page__subtitle {
	margin-top: 1rem;
	font-size: var(--text-small);
}

@media screen and (max-width: 980px) {
	
	.teaser-featured-page {
		grid-template-columns: 1fr;
	}
	
	.teaser-featured-page__image {
		aspect-ratio: 3/2;
	}
	
	.teaser-featured-page__image.image-left  {
		order: 0;
	}
	
	.teaser-featured-page__content {
}


}

@media screen and (max-width: 600px) {


}






/* @end */



/* @group RECENT POSTS */

/* Recent Posts
--------------------------------------------------------------------------------- */


.recent-posts {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px 30px;
}


.recent-post-card {
}

.recent-post-card:not(.has-post-thumbnail) {
	padding-top: 20px;
	border-top: 1px solid var(--border-color);
}

.recent-post-card__image {
	margin: 0;
}

.recent-post-card__image a {
	display: block;
	overflow: hidden;
	aspect-ratio: 4/3;
}


.recent-post-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
	transition: all 600ms ease!important;
}

.recent-post-card__image a:hover img {
	transform: scale(1.1);
}

.recent-post-card__content {
	padding: 15px 10px;
}


.recent-post-card__date {
	font-size: var(--text-small);
	color: var(--text-gray);
}

.recent-post-card__title {
	margin: 0;
	font-size: var(--base-font-size);
	line-height: 1.4;
}

.recent-post-card__title a {
	display: block;
	color: var(--text-color);
}

.recent-post-card:has(.recent-post-card__image a:hover) .recent-post-card__title a,
.recent-post-card__title a:hover  {
	color: var(--link-color);
	text-decoration: none;
}



@media screen and (max-width: 980px) {
	.recent-posts {
		grid-template-columns: 1fr;
		gap: 30px 30px;
		padding-bottom: 15px;
	}
	
	.recent-post-card {
		display: grid;
		grid-template-columns: 1fr 1.5fr;
		gap: clamp(20px, 4.5vw, 30px);
	}
	
	.recent-post-card__content {
		padding: 0;
	}
	
	
	
}

@media screen and (max-width: 600px) {
	
}



/* @end */



/* @group JOBS */

/* Jobs
--------------------------------------------------------------------------------- */

.jobs {
	margin-bottom: 2.5rem;
}

.jobs > *:first-child {
	margin-top: 0;
}

.job-list-cat {
	margin-top: 2.5rem;
}


.job-list {
	margin-top: var(--space-sm);
}

.job-list li {
	border: 1px solid var(--border-color);
}

.job-list li:nth-child(even) {
	background: rgba(0,0,0, .035);
}

.job-list li + li {
	border-top: none;
}

.job-list li a {
	display: block;
	padding: 15px;
	font-weight: bold;
}


/* @end */



/* @group PRAXIS */

/* Praxis
--------------------------------------------------------------------------------- */

.praxis {
}

.praxis > *:first-child {
	margin-top: 0;
}

.frontend-edit-goto-button {
	position: absolute;
	z-index: 1;
	top:20px;
	right: 0;
	line-height: 1;
	padding: 15px;
	color: var(--text-color);
	font-size: 1rem;
	background: cyan;
}

.frontend-edit-goto-button:hover {
	color: var(--text-color);
}

.frontend-edit {
	font-weight: normal;
	padding: var(--box-padding);
	background: #EEE;
	border-radius: var(--radius);
	border: 3px solid CYAN;
}

.frontend-edit:target {
   animation: frontendEdittarget 500ms ease-in;
}


@keyframes frontendEdittarget {
    from {
        background: cyan;
    }
    to {
        background: #EEE;
    }
}



.frontend-edit .logged-in-only {
	display: none; /*hide field, e.g. URL parameter*/
}


.frontend-edit h3 {
	margin: 0;
	margin-bottom: 20px;
	font-weight: bold;
}

.frontend-edit form {
	background: #FFF;
	border: 1px solid #DDD;
}

.frontend-edit * {
	font-family: sans-serif;
	font-weight: normal;
}

.frontend-edit .acf-field label {
	font-size: 14px;
	margin: 0!important;
}

.frontend-edit .acf-field p.description {
	margin: 0;
	font-size: 13px;
}

.frontend-edit .acf-form-submit {
	padding: 15px;
	border-top: 1px solid #DDD;
}

.frontend-edit .acf-form-submit input.button {
	background: transparent;
	color: var(--text-color);
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	border-radius: var(--radius);
	border: 1px solid var(--text-color);
}

.frontend-edit .mce-edit-area * {
	font-family: sans-serif;
}

.frontend-edit .updated p { /*success*/
	font-size: 15px;
	margin: 0 0 10px 0; 
 	color: green;
}


/* @end */


/* @group UPCOMING EVENTS */

/* EM Upcoming Events
--------------------------------------------------------------------------------- */


.upcomingevents {
	margin-top: var(--space-lg);
}

.upcomingevents-list {

}

.upcomingevents-list .em-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px 60px;
	border: 0px solid #333;
}


.upcomingevent {
	display: flex;
	gap: 30px;
	border: 0px solid #333;
}

.upcomingevent-date {
	flex: 0 0 auto;
	margin-top: 2px;
	margin-bottom: auto;
	text-align: center;
	color: #FFF;
	line-height: 1;
	padding: 20px 10px;
	min-width: 8.5ch;
	font-size: 0.95rem;
	background: var(--primary-color);
}

.upcomingevent-date__day {
	display: block;
	font-weight: bold;
	font-size: 2rem;
	margin-top: -.1em;
	margin-bottom: .1em;
}

.upcomingevent-date__month-year {
	
}

.upcomingevent-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.upcomingevent-cats {
	margin: 0 0 0px 0;
	text-transform: uppercase;
	color: var(--text-gray);
	font-size: var(--text-small);
}

.upcomingevent ul.event-categories,
.upcomingevent ul.event-categories li {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	padding: 0;
	margin: 0;
}

.upcomingevent ul.event-categories li a {
	text-transform: uppercase;
	color: var(--text-gray);
	font-size: var(--text-small);
	pointer-events: none;
}

.upcomingevent ul.event-categories li a:hover {
	text-decoration: none;
}


.upcomingevent-title {
	margin: 0;
}

.upcomingevent-title a {
	display: block;
	font-size: var(--base-font-size);
	color: var(--text-color);
}

.upcomingevent-title a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.upcomingevent-time {
	font-size: var(--text-small);
	font-style: italic;
}

.upcomingevent-content__date {
	display: none;
}

.upcomingevent-cancelled {
	color: var(--red);
	font-size: var(--text-small);
}


@media screen and (max-width: 980px) {
	.upcomingevents-list .em-list {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
}


@media screen and (max-width: 600px) {
	.upcomingevent {
		gap: 20px;
	}
	
	.upcomingevent-date {
		font-size: 0.8rem;
	}
	
	.upcomingevent-date__day {
		font-size: 1.54rem;
	}
	
	.upcomingevent-title {
		font-size: 1.1rem;
	}
}


/* @end */


/* @group LOGO GALLERY */

/* Logo Gallery
--------------------------------------------------------------------------------- */


.logo-gallery {
}

.logo-gallery__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
}

.logo-gallery__grid.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.logo-gallery__grid.columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.logo-gallery__grid.columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.logo-gallery__grid.columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.logo-gallery__item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-gallery__item a {
	display: block;
	width: 100%;
	height: 100%;
}


.logo-gallery__item img {
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 4/3;
}

@media screen and (max-width: 600px) {
	.logo-gallery__grid {
		grid-template-columns: repeat(3, 1fr)!important;
		gap: 20px;
	}
}



/* @end */


/* @group BABY GALLERY */

/* Baby Gallery
--------------------------------------------------------------------------------- */


.baby-gallery {
	margin-block: var(--space-lg);
	container-type: inline-size;
}

.searchandfilter {
	margin-bottom: 30px;
}

.searchandfilter ul {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
}

.searchandfilter ul li {
	margin: 0;
	padding: 0;
}

.searchandfilter label {
	display: block;
}

.searchandfilter input {
	width: 100%;
	box-shadow: none;
	padding: 15px;
	border-radius: var(--radius);
	font-size: var(--base-font-size);
	border: 1px solid var(--border-color);
}

.searchandfilter input:focus {
	box-shadow: inset 0px 3px 15px -8px rgba(0,0,0, .2);
}


.searchandfilter .sf-field-search {
	flex: 1;
	max-width: 25ch;
}


.searchandfilter select {
	padding: 15px;
	padding-right: 40px;
	font-size: var(--base-font-size);
	font-weight: normal;
	color: var(--text-color);
	box-sizing: border-box;
	border: none;
	border-radius: var(--radius);
	-webkit-appearance: none;
	border: 1px solid var(--border-color);
	min-width: auto!important;
}

.searchandfilter .sf-field-reset {
	margin-left: auto;
	display: flex;
	align-items: center;
	visibility: hidden;
}

.searchandfilter .sf-field-reset a {
	display: block;
	font-size: var(--text-tiny);
	color: var(--text-gray);
}

/*show reset button only when option is selected*/
.searchandfilter:has(select option:checked:not([value=""])) .sf-field-reset {
	visibility: visible;
}

/*show reset button only when input has value*/
.searchandfilter:has(input.sf-input-text:not(:placeholder-shown)) .sf-field-reset {
	visibility: visible;
}


/*.sf-option-active*/




@media screen and (max-width: 600px) {
	.searchandfilter .sf-field-reset {
		display: none;
	}

}


.results-header { /*counts*/
	display: none;
}


.baby-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 30px;
}


@container (max-inline-size: 896px) {
  .baby-gallery__grid {
  	grid-template-columns: repeat(3, 1fr);
  }
  .baby-card__title {
  	font-size: var(--base-font-size);
  }
}

@container (max-inline-size: 600px) {
  .baby-gallery__grid {
  	grid-template-columns: repeat(2, 1fr);
	gap: 30px 20px;
  }
}


.baby-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 4/3;
	background: rgba(0,0,0, .05);
	border-radius: var(--radius);
}

.baby-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

.baby-card__content {
	margin-top: var(--space-sm);
	font-size: var(--text-small);
}

.baby-card__title {
	margin: 0 0 2px 0;
}

.gender-m .baby-card__title a {
	color: var(--gender-color-m);
}

.gender-w .baby-card__title a {
	color: var(--gender-color-f);
}


.sf-pagination {
	margin-top: var(--space-lg);
}

.sf-pagination__pages {
	margin-top: 20px;
	font-size: var(--text-small);
	color: var(--text-gray);
	text-align: center;
}

.sf-pagination__prevnext {
		display: flex;
		justify-content: center;
		gap: 10px;
}

.sf-pagination__prevnext a {
	--size: 3.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: var(--size);
	height: var(--size);
	line-height: 1;
	font-size: 1.8rem;
	color: var(--text-gray);
	border-radius: var(--radius);
	border: 2px solid var(--border-color);
}

.sf-pagination__prevnext a:hover {
	color: var(--text-color);
	border-color: var(--text-color);
}


/*single baby*/

.baby-post-card {
	overflow: hidden;
	border-radius: var(--radius);
}

.baby-post-card.gender-m {
	background: var(--gender-bg-m);
}

.baby-post-card.gender-w {
	background: var(--gender-bg-f);
}

.baby-post-card.gender-twins {
	background: var(--gender-bg-t);
}

.baby-post-card__image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4/3;
}

.baby-post-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
	pointer-events: none; /*image copy protect haha*/
}

.baby-post-card__content {
	padding: var(--box-padding);
}

.baby-post-card__content h1 {
	margin: 0 0 2px 0;
	font-size: clamp(1.4rem, 3vw, 1.625rem);
}
.baby-post-card.gender-m h1 {
	color: var(--gender-color-m);
}

.baby-post-card.gender-w h1 {
	color: var(--gender-color-f);
}

.baby-post-card__content ul {
	margin-bottom: 10px;
}


/* @end */


/* @end */




/* @group BLOG */

/* BLOG
--------------------------------------------------------------------------------- */



.blog-entry-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}


.blog-entry {
}

.blog-entry:not(.has-post-thumbnail) {
	padding-top: 20px;
	border-top: 1px solid var(--border-color);
}

.blog-entry__image {
	margin: 0 0 15px 0;
}

.blog-entry__image a {
	display: block;
	overflow: hidden;
	aspect-ratio: 4/3;
}


.blog-entry__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
	transition: all 600ms ease!important;
}

.blog-entry__image a:hover img {
	transform: scale(1.1);
}

.blog-entry__content {
	padding: 0 10px 30px;
}


.blog-entry__date {
	font-size: var(--text-small);
	color: var(--text-gray);
}

.blog-entry__title {
	margin: 0;
	font-size: var(--base-font-size);
	line-height: 1.4;
}

.blog-entry__title a {
	display: block;
	color: var(--text-color);
}

.blog-entry:has(.blog-entry__image a:hover) .blog-entry__title a,
.blog-entry__title a:hover  {
	color: var(--link-color);
	text-decoration: none;
}



@media screen and (max-width: 980px) {
	.blog-entry-grid {
		grid-template-columns: 1fr 1fr;
		gap: 15px 30px;
	}
}

@media screen and (max-width: 600px) {
	.blog-entry-grid {
		grid-template-columns: 1fr;
	}
}

/* single post */

.blog-post__header {
	margin-bottom: var(--space-lg);
}

.blog-post__title {
	margin: 0;
}

.blog-post__meta {
	display: flex;
	margin-top: var(--space-xs);
	color: var(--text-gray);
	font-size: var(--text-small);
}

.blog-post__date {
}

.blog-post__cats {
}

.blog-post__cats::before {
	content: "|";
	margin: 0 5px;
}

.blog-post__cats a {
	color: var(--text-gray);
}

.blog-post__cats a:hover {
	color: var(--text-color);
}

.blog-post__image {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 0 var(--space-lg) 0;
	display: block;
	overflow: hidden;
}

.blog-post__image img {
	width: 100%;
}

.blog-post__image p.wp-caption-text {
	margin: 0.6rem 0 0 0;
	font-size: 0.8rem;
}

.blog-post__content {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

.blog-post__tags {
	color: var(--text-gray);
	font-size: var(--text-small);
	margin-top: var(--space-lg);
}

.blog-post__tags a {
	color: var(--text-gray);
}

.blog-post__tags a:hover {
}

.blog-post__tags span {
	display: inline-block;
}

.back-to-blog {
	margin-top: var(--space-xl);
}


/* Archive */


.show-tax {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: var(--box-padding-sm);
	margin-bottom: var(--space-lg);
	border-radius: var(--radius);
	border: 1px solid var(--border-color);
}

.show-tax__tax {
	flex: 1;
	color: var(--text-gray);
}

.show-tax__title {
	color: var(--text-color);
}

.show-tax__all {
	color: var(--text-gray);
	margin: 0 0 0 auto;
}

.show-tax__all i {
}



/* post-pagination */

.post-pagination {
	margin-top: var(--space-xl);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
}

.post-pagination .page-numbers.dots {
	max-width: 2ch;
	font-weight: normal;
}

.post-pagination .page-numbers {
	border: 2px solid var(--border-color);
	border-radius: 5px;
}

.post-pagination .page-numbers.current {
	color: var(--text-color);	
	border-color: var(--text-color);
}

.post-pagination > span,
.post-pagination > a {
	display: flex;
	flex: 1 0 auto;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
	max-width: 3.5rem;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	color: var(--text-gray);
}

.post-pagination a:hover {
	color: var(--text-color);
	border-color: var(--text-color);
}

.post-pagination a.prev,
.post-pagination a.next {
	font-size: 1.4em;
	border: 2px solid var(--border-color);
}

.post-pagination a.prev {
}

.post-pagination a.next {
}


a.prev span,
a.next span {
	display: none;
}

body:not(.paged) .post-pagination a.next,
body:not(.paged) .post-pagination a.next {
}

.post-pagination a.prev:before,
.post-pagination a.next:after {
	font-family: 'icons';
}

.post-pagination a.prev:before {
	content: "\e804"; /*<*/
}

.post-pagination a.next:after {
	content: "\e803"; /*>*/
}


/* Post Navigation */

.post-nav-section {
	padding: 4rem 0;
	background: rgba(0,0,0, .05);
}

.post-nav {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
}


.post-nav.first-post {

}

.post-nav .prev-post,
.post-nav .next-post {
	width: 100%;
}

.post-nav .next-post {
}

.post-nav a {
	position: relative;
	display: block;
	font-size: 1.0rem;
	line-height: 125%;
	max-width: 430px;
}

.post-nav .prev-post a::after,
.post-nav .next-post a::after {
	content: ">";
	position: absolute;
	top: 0;
	line-height: 1;
}

.post-nav .prev-post a::after {
	content: "<";
	left: 0;
}

.post-nav .next-post a::after {
	right: 0;
}


.post-nav span {
	display: block;
	font-size: 0.75rem;
	margin: 0 0 0.5rem 0;
	display: none;
}

.post-nav a br {
	display: none;
}

.post-nav a:hover {
}

.post-nav .prev-post a {
	padding-right: 1rem;
	padding-left: 3rem;
}

.post-nav .next-post a {
	padding-left: 1rem;
	padding-right: 3rem;
	text-align: right;
	float: right;
}

.post-nav.first-post .next-post a,
.post-nav.last-post .prev-post a {

}


/* Post Taxonomies  */

.post-tax-section {
	position: relative;
	padding: var(--space-xl) 0;
	background: var(--bg-gray);
}


.post-tax-section .wp-block-columns {
	margin-bottom: 0;
}

.post-tax {
}

.post-tax__title {
	font-size: var(--text-base-size);
	margin-top: 0;
}

.post-tax__list {
	margin-top: var(--space-md);
}

.post-tax__list li a {
	display: block;
	margin: 0 0 0.2rem 0;
}

.post-tax__list li a:hover {
}



/* @end */



/* @group SEARCH PAGE*/

/* Search Page
--------------------------------------------------------------------------------- */


.search-result {
	margin-bottom: var(--space-xl);
}

.search-result__title {

}

.search-result__title span {
	font-weight: bold;
	font-style: italic;
}

.search-result.no-result .searchform {
	max-width: 30rem;
}

.searchform-wrap {
	position: relative;
	max-width: 100%;
	margin-top: var(--space-md);
	border: 0px solid #333;
}

.search-result .searchform {
	position: relative;
	border: 1px solid var(--border-color);
	overflow: hidden;
}

.search-result .searchform input[type="text"] {
	border: none;
	padding: 20px;
	width: 100%;
	height: 3.3rem;
	font-size: 1.1rem;
	line-height: 1;
	color: var(--text-color);
	border:  none;
}

.search-result .searchform input::placeholder {
}

.search-result .searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	padding: 0 20px;
	text-transform: uppercase;
	overflow: hidden;
	width: 3rem;
	font-size: 1.4rem;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: transparent;
}

.search-result .searchform i {
	position: relative;
	text-align: center;
	background: transparent;
}


.search-result__list {
	margin-top: var(--space-md);
}



.search .hentry {
	border: 0;
	border-bottom: 1px solid var(--border-color);
	margin: 0;
}

.search-result__entry a {
	display: block;
	text-decoration: none;
	padding: 12px 0;
}
.search-result__entry a:hover :not(.search-result__post-type) {
	text-decoration: underline;
}

.search-result__entry a strong {
	padding-right: .5ch;
}



.search-result__post-type {
	color: var(--text-gray);
	text-transform: uppercase;
	font-size: var(--text-tiny);
	margin-left: .5ch;
	AUS_display: none; /*AUS*/
}


.search-result__excerpt {
	margin-top: -12px;
	margin-bottom: 12px;
}

.search-result__entry .excerpt_part { /*Relevanssi excerpt*/
	display: block;
}

.search-result__entry .excerpt_part strong {
	font-weight: normal;
	background: var(--secondary-bg);
}

.search-result__entry .matches-meta { /*Relevanssi Aufschlüsselungsformat/*/
	font-size: var(--text-small);
	color: var(--text-gray);
	AUS_display: none; /*AUS*/
}

.search-result__entry .type-page .entry-details {
	display: none;
}




.search .post-pagination {
	margin-top: var(--space-xl);
}


.search-results .entry-details span {
	display: none;
}

/* @end */



/* @group EVENTS */

/* Events (EM Plugin)
--------------------------------------------------------------------------------- */

.em-group {
}


.em-events-list > *:first-child {
	margin-top: 0;
}

.em-events-list__group-title {
	--item-gap: 30px;
	font-size: var(--base-font-size);
	padding-top: var(--item-gap);
	margin-top: var(--item-gap);
	margin-bottom: var(--item-gap);
	border-top: 1px solid var(--border-color);
	color: var(--text-gray);
}


.em-item {
	display: flex;
	gap: 30px;
}

.em-item + .em-item {
	--item-gap: 30px;
	margin-top: var(--item-gap);
	padding-top: var(--item-gap);
	border-top: 1px solid var(--border-color);
}

.em-item-date {
	flex: 0 0 auto;
	margin-top: 5px;
	margin-bottom: auto;
	text-align: center;
	color: #FFF;
	line-height: 1;
	padding: 25px 10px;
	min-width: 8.5ch;
	font-size: 0.95rem;
	background: var(--primary-color);
}

.em-item-date__day {
	display: block;
	font-weight: bold;
	font-size: 2rem;
	margin-top: -.1em;
	margin-bottom: .1em;
}

.em-item-date__date-divider {
	padding: 4px 0;
	}

.em-item-date__month-year {
	
}

.em-item-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	border: 0px solid TAN;	
}

.em-item-cats {
	margin: 0 0 0px 0;
	text-transform: uppercase;
	color: var(--text-gray);
	font-size: var(--text-small);
	AUS_pointer-events: none;
}

.em-item ul.event-categories,
.em-item ul.event-categories li {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	padding: 0;
	margin: 0;
}

.em-item ul.event-categories li a {
	text-transform: uppercase;
	color: var(--text-gray);
	font-size: var(--text-small);
	pointer-events: none;
}

.em-item ul.event-categories li a:hover {
	text-decoration: none;
}


.em-item-title {
	margin: 0;
}

.em-item-title a {
	display: block;
	color: var(--text-color);
}

.em-item-title a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.em-item-time {
	font-size: var(--text-small);
	font-style: italic;
}

.em-item-content__date {
	display: none;
}

.em-item-cancelled {
	color: var(--red);
	font-size: var(--text-small);
}


.em-pagination {
	margin-top: var(--space-xl);
	display: flex;
	justify-content: center;
	gap: 10px;
}

.em-pagination a,
.em-pagination span {
	display: flex;
	flex: 1 0 auto;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
	max-width: 3.5rem;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	color: var(--text-gray);
	border: 2px solid var(--border-color);
	border-radius: 5px;
}

.em-pagination span.current {
	color: var(--text-color);	
	border-color: var(--text-color);
}

.em-pagination a:hover {
	color: var(--text-color);
	border-color: var(--text-color);
}



@media screen and (max-width: 600px) {
	.em-item {
		gap: 20px;
	}
	
	.em-item-date {
		font-size: 0.8rem;
	}
	
	.em-item-date__day {
		font-size: 1.54rem;
	}
	
	.em-item-title {
		font-size: 1.1rem;
	}

}

/* EM single */



.em-archive-title {
	margin-bottom: 1rem;
	color: var(--primary-color);
}

.em-title {
	margin: 0;
}

.is-past .em-title {
	color: var(--text-gray);
}


.em-meta {
	margin: var(--space-lg) 0;
	font-weight: bold;
}

.em-meta__item {
	
}

.em-cancelled {
	color: var(--red);
	font-weight: normal;
}

.em-meta__item-cats {
	font-weight: normal;
	text-transform: uppercase;
	color: var(--text-gray);
	font-size: var(--text-small);
}



.em-meta__item ul.event-categories,
.em-meta__item ul.event-categories li {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	padding: 0;
	margin: 0;
}

.em-meta__item ul.event-categories li a {
	text-transform: uppercase;
	color: var(--text-gray);
	font-size: var(--text-small);
	font-weight: normal;
	pointer-events: none;
}

.em-meta__item ul.event-categories li a:hover {
	text-decoration: none;
}


.back-to-overview {
	margin-top: var(--space-xl);
}






/* @end */


/* @group PW protected */

/* PW Protected
--------------------------------------------------------------------------------- */


.post-password-form {
	text-align: center;
	padding: var(--box-padding);
	background: var(--primary-bg);
}

.post-password-form p { /*WP info text*/
	display: none;
}

.post-password-form p + p {
	display: block;
	margin: 0;
}

.post-password-form label {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px
}

.post-password-form input {
	flex: 1 0 auto;
	font-size: 1rem;
	padding: 10px;
	max-width: 10rem;
	border: 1px solid var(--border-color);
}

.post-password-form input[type="submit"] {
	display: none;
}

/* @end */


/* @group FORMS */

/* FORMS (contact form 7)
--------------------------------------------------------------------------------- */


.wpcf7 {
	position: relative;
}

.wpcf7 .row {
	--gap-y: 0px;
}

.wpcf7-form {
	position: relative;
	margin: 0 auto;
	overflow: visible;
	display: flex;
	justify-content: center;
	max-width: 1000px;
	background: var(--primary-bg);
	border-radius: var(--radius);
}

.wpcf7-form .form-wrap {
	margin: 0 auto;
	padding: 50px var(--box-padding-xl);
	overflow: hidden;
	border: 0px solid #333;
}


@media screen and (max-width: 600px) {
	.wpcf7-form .form-wrap {
		padding: 40px 20px;
}


}



.wpcf7-form .form-wrap > *:first-child {
	margin-top: 0;
}


.wpcf7 .form-title {
	margin: 0 0 1rem 0;
}

.wpcf7 .form-subtitle {
	margin: 1rem 0;
	font-size: var(--text-small);
	color: var(--text-color);
}

.wpcf7 hr {
	margin: 1.0rem 0 1.5rem 0;
	border-color: rgba(0,0,0, .2);
}

.wpcf7 br {
}

.wpcf7 .fieldset {
	overflow: hidden;
}

.wpcf7 .form-field {
	z-index: 1;
	margin: 0;
	margin-top: 20px;
}

.wpcf7 .form-field:focus-within label,
.wpcf7 .form-field.select-focus label {
}

.wpcf7 label {
	padding: 0 0;
	width: auto;
	text-transform: none;
	padding-right: 10px;
	margin: 0 0 0.3rem 0;
	display: inline-block;
	text-align: left;
	line-height: 140%;
	cursor: default;
	transition: all 350ms ease;
	font-size: var(--text-small);
	font-weight: normal;
	color: var(--text-color);
}

.wpcf7 .form-field--mandatory {
	margin-top: 0;
	font-size: var(--text-tiny);
	text-align: right;
	color: var(--text-gray);
}


.wpcf7 .row-submit {
}

.wpcf7 .row.response {
	margin-bottom: 0;
}

.wpcf7 input.wpcf7-text,
.wpcf7 input.wpcf7-quiz,
.wpcf7-text,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7-date,
.wpcf7-number,
.wpcf7-captchar,
.wpcf7-file,
.wpcf7-email {
	padding: 1.0rem;
	font-size: var(--base-font-size);
	font-size: 97%;
	line-height: 1.3;
	color: var(--text-color);
	background-color: #FFF;
	width: 100%;
	box-sizing: border-box;
	border: none;
	border-radius: var(--radius);
	-webkit-appearance: none;
	font-weight: normal;
	border: none;
	border: 1px solid var(--border-color);
	transition: all 300ms ease;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	border-color: rgba(0,0,0, .5);

}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-moz-placeholder {
}


.wpcf7 textarea {
	max-height: 230px;
	width: 100%;
}


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

.wpcf7 .submit-btn-wrap {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 1rem;
}


.wpcf7 input.wpcf7-submit {
	line-height: 1.2;

}

.wpcf7 input.wpcf7-submit:hover {
}

.wpcf7 input.wpcf7-submit:active {
}


.wpcf7 .wpcf7-spinner {
	flex: 0 0 24px;
	background: rgba(0,0,0, .3);
	AUS_visibility: visible!important;

}

.wpcf7 .response {
	position: relative;
}

.wpcf7 .invalid .wpcf7-response-output {
	display: block;
	font-size: 0.9rem;
	padding: 1rem;
	margin: 1rem 0 0 0;
	clear: both;
	position: relative;
	text-align: left;
	background: #FFF;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
	border-color: transparent;
	color: RED;
	text-align: center;
}

.wpcf7 .wpcf7-form.sent {
}


.wpcf7 .sent .wpcf7-response-output {
	margin: var(--space-md) 0 0 0;
	padding: 5.5rem 2rem 4rem 2rem;
	text-align: center;
	color: var(--primary-color);
	font-weight: bold;
	border: none;
	border-radius: var(--radius);
	background: #FFF;
}

.wpcf7 .sent .wpcf7-response-output:after { /*ok icon*/
	content: "";
	position: absolute;
	left: 50%;
	top: 2.5rem;
	width: 20px;
	height: 32px;
	border: solid var(--primary-color);
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
}



.wpcf7 span.wpcf7-not-valid-tip {
	background: red;
	color: #FFF;
	display: none;
}


.not-valid label {
	color: RED;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
	border-color: RED;
}


.wpcf7 .field-note {
	font-size: 0.7rem;
}



/* Checkbox & Radiobuttons */


.wpcf7 .wpcf7-checkbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}


.wpcf7 .wpcf7-radio {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.wpcf7 input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
}

.wpcf7 input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item  {
  	margin: 0 0 0 0;
  	width: auto;
}

.wpcf7-radio input,
.wpcf7-checkbox input,
.wpcf7-acceptance input {
	display: none; /*custom*/
}

.wpcf7-radio label,
.wpcf7-checkbox label,
.wpcf7-acceptance label {
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 0 auto;
	font-size: 1rem;
	text-transform: none;
	font-weight: bold;
	padding: 5px 0;
	padding-right: 30px;
	color: var(--text-color);
	transition: all 300ms ease;
}

.wpcf7-radio .wpcf7-list-item-label:hover,
.wpcf7-checkbox .wpcf7-list-item-label:hover,
.wpcf7-acceptance .wpcf7-list-item-label:hover {
}

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before {
	content: "";
	width: 26px;
	height: 26px;
	background: #FFF;
	border: 1px solid var(--border-color);
	opacity: 1;
	position: relative;
	margin: 0 15px 0 0;
	flex: 0 0 auto;
}


.wpcf7-radio .wpcf7-list-item-label:before {
	border-radius: 50%;
}



.wpcf7-radio .wpcf7-list-item-label:after {  /*the dot*/
	content: "";
	position: absolute;
	top: 13px;
	left: 8px;
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 50%;
	opacity: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:after  {  /*the checkmark*/
	content: "";
	position: absolute;
	left: 9px;
	top: 9px;
	width: 9px;
	height: 14px;
	border: solid #FFF;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}


.wpcf7-radio input:checked + .wpcf7-list-item-label,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label,
.wpcf7-acceptance input:checked + .wpcf7-list-item-label {
}

.wpcf7-radio input:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
	border-color: var(--primary-color);
	background: var(--primary-color);
}

.wpcf7-radio input:checked + .wpcf7-list-item-label:after,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
	opacity: 1;
}


.wpcf7-radio.wpcf7-not-valid .wpcf7-list-item-label:before,
.wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label:before,
.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label:before {
	border-color: RED;
}


/* Checkbox Acceptance (Datenschutz) */


.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 0.8rem;
	line-height: 1.5;
	font-weight: normal;
	align-items: flex-start;
}

.wpcf7-acceptance .acceptance-text {
}

.wpcf7 .form-field--datenschutz {
	margin-top: 5px;
}

.wpcf7 .form-field--datenschutz > label {
  display: none;
}

.wpcf7-acceptance span a {
	font-weight: bold;
}


/* Select */
/* https://codepen.io/chriscoyier/pen/zYYZaGP */

select {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	transition: all 200ms ease;
	background-color: #fff;

	/* https://websemantics.uk/tools/svg-to-background-image-conversion */
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='718 26 725 35 732 26' transform='translate(-718 -26)' fill='%231C4E60' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .8em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: 0.7em auto, 100%;
}
select::-ms-expand {
	display: none;
}

.select-css:focus {
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	outline: none;
}

select option {
	font-weight: normal;
	font-size: 1rem;
}

/* Disabled styles */
select:disabled, select[aria-disabled=true] {
	opacity: .5;
}


/* @end */






/* @group SLIDER (swiperjs) */

/* SLIDER
--------------------------------------------------------------------------------- */


.swiper {
	height: 100%;
}

.swiper .swiper-wrapper {
}

.swiper .swiper-slide {
	background: #F1F1F1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /*cover or contain*/
}

.is-contain .swiper-slide img {
	object-fit: contain;
}

.swiper-button {
	width: 55px;
	height: 55px;
	transform: translateY(-55%);
	margin: 0 0;
	transition: all 250ms ease-in-out;
	background: rgba(0,0,0, .2);
}

.swiper-button:hover {
	opacity: .8;
}

.swiper-button::after {
	font-family: 'icons';
	font-size: 1.8rem;
	color: #FFF;
	text-shadow: 0 2px 10px rgba(0,0,0,.3), 0 0px 2px rgba(0,0,0,.1);
}

.swiper-button-prev {
	left: 0;
	right: auto;
}

.swiper-button-prev::after {
	content: "\e804";
}

.swiper-button-next {
	right: 0;
	left: auto;
}

.swiper-button-next::after {
	content: "\e803";
}

.swiper-button.swiper-button-disabled {
	AUS_opacity: 0;
}

.swiper > .swiper-pagination-bullets {
	z-index: 100;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,.7);
	opacity: 1;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active-main {
	background: var(--primary-color);
	opacity: 1;
}

.swiper-pagination-bullet:only-child {
   visibility: hidden;
}


@media screen and (max-width: 600px) {
	.swiper-button {
		margin-left: -5px;
		margin-right: -5px;
	}
}






/* @end */



/* @group LIGHTBOX */

/* Lightbox PhotoSwipe Plugin
--------------------------------------------------------------------------------- */

.pswp__caption {
	
}

.pswp__caption__text {
	font-size: var(--text-small);
	line-height: 1.4;
}

.pswp__button.pswp__button--zoom {
	display: none;
}

/* @end */




/* @group FOOTER */

/* FOOTER
--------------------------------------------------------------------------------- */


#footer {
}

.site-footer {
	--page-padding: 60px;
	position: relative;
	width: 100%;
	padding: var(--space-xxl) 0;
	color: #FFF;
	background: var(--primary-color);
	font-size: calc(16/16 * 1rem);
}


.site-footer :where(a) {
	color: #FFF;
}

.site-footer :where(a):hover {
	color: #FFF;
	text-decoration: underline;
}

.footer-columns {
	margin-top: var(--space-md);
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.footer-column {
	line-height: 1.8;
	flex: 1;
	max-width: 19rem;
}

.footer-column :is(ul,li) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-column a {
}

.footer-column a:hover {
}


.footer-bottom {
	margin-top: var(--space-md);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: var(--space-md) 50px;
}

.footer-menu {
	
}

.footer-menu ul {
	display: flex;
	gap: 8px 30px;
}

.footer-menu a {
	display: block;
}

.footer-menu a:hover {
	color: #FFF;
}


.footer-footnote {
	font-size: var(--text-small);
	color: rgba(255,255,255, .5);
}


@media screen and (max-width: 980px) {
	
}


@media screen and (max-width: 600px) {
	.site-footer {
		--page-padding: 40px;
	}

	.footer-column {
		flex: 100%;
		max-width: 100%;
	}
	
	.footer-menu ul {
		flex-direction: column;
	}
	
	
}





/* @end */


/* @group SCROLL TO TOP BUTTON */

/* Scroll to top button
--------------------------------------------------------------------------------- */

.scrolltopbtn {
	position: fixed;
	bottom: 20px;
	right: var(--page-padding);
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-align: center;
	border-radius: 100%;
	transition: 300ms;
	transform: translateY(100%);
	opacity: 0;
	z-index: 5;
    color: #000;
	border: none;
	padding: 0;
	background: rgba(0,0,0, .15);	
}

.scrolltopbtn i {
	margin-bottom: 1px;
	transition: 250ms ease;
}

.scrolltopbtn.active:hover i {
	transform: translateY(-10%);
}


.scrolltopbtn.active {
	transform: translateY(0);
	opacity: 1;
}

/* @end */


/* @group BORLABS COOKIE */

/* Borlabs Cookie Banner
--------------------------------------------------------------------------------- */


#BorlabsCookieBox ._brlbs-box {
}

.BorlabsCookie ._brlbs-content-blocker {

}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
	width: 100%;
	margin: 0!important;
}


.BorlabsCookie ._brlbs-content-blocker img {
	width: 100%;
	display: block;
}

.video-embed-wrap .BorlabsCookie {
	margin-bottom: -56.5%; /*minus the ratio*/
}

.BorlabsCookie input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

.BorlabsCookie span#CookieBoxTextHeadline {
}

.BorlabsCookie #CookieBoxTextDescription {

}

.BorlabsCookie ._brlbs-btn  {
}

.BorlabsCookie ._brlbs-btn._brlbs-btn-accept-all {
}

#BorlabsCookieBox,
.brlbs-cmpnt-container {
	--white: #FFF;
	--black: var(--text-color);
	
	--body-color: var(--text-color); /*text*/
	--base: var(--text-color); /*link*/
	--base-ultra-light: #EEE;

	--primary: var(--primary-color);
	--primary-hover: var(--text-color);
	
	/* ---- */
    --dialog-button-accept-all-color: var(--primary);
    --dialog-button-accept-all-color-hover: var(--primary-hover);
    --dialog-button-accept-all-text-color: var(--white);
    --dialog-button-accept-all-text-color-hover: var(--white);
    --dialog-button-accept-only-essential-color: var(--primary);
    --dialog-button-accept-only-essential-color-hover: var(--primary-hover);
    --dialog-button-accept-only-essential-text-color: var(--white);
    --dialog-button-accept-only-essential-text-color-hover: var(--white);
    --dialog-button-close-color: var(--primary);
    --dialog-button-close-color-hover: var(--primary-hover);
    --dialog-button-close-text-color: var(--white);
    --dialog-button-close-text-color-hover: var(--white);
    --dialog-button-preferences-color: var(--primary);
    --dialog-button-preferences-color-hover: var(--primary-hover);
    --dialog-button-preferences-text-color: var(--white);
    --dialog-button-preferences-text-color-hover: var(--white);
    --dialog-button-save-consent-color: var(--primary);
    --dialog-button-save-consent-color-hover: var(--primary-hover);
    --dialog-button-save-consent-text-color: var(--white);
    --dialog-button-save-consent-text-color-hover: var(--white);
    --dialog-button-selection-color: var(--black);
    --dialog-button-selection-color-hover: var(--base);
    --dialog-button-selection-text-color: var(--white);
    --dialog-button-selection-text-color-hover: var(--white);
    --dialog-checkbox-background-color-active: var(--primary-hover);
    --dialog-checkbox-background-color-disabled: var(--base-ultra-light);
    --dialog-checkbox-background-color-inactive: var(--white);
    --dialog-checkbox-border-color-active: var(--primary-hover);
    --dialog-checkbox-border-color-disabled: var(--base-ultra-light);
    --dialog-checkbox-check-mark-color-active: var(--white);
    --dialog-card-background-color: var(--white);
    --dialog-card-control-element-color: var(--primary);
    --dialog-card-control-element-color-hover: var(--primary-hover);
    --dialog-card-text-color: var(--body-color, var(--black));
    --dialog-control-element-color: var(--text-color);
    --dialog-control-element-color-hover: var(--primary-hover);
    --dialog-footer-background-color: var(--base-ultra-light);
    --dialog-footer-text-color: var(--base);
    --dialog-link-primary-color: var(--primary);
    --dialog-link-primary-color-hover: var(--primary-hover);
    --dialog-link-secondary-color: var(--base);
    --dialog-link-secondary-color-hover: var(--primary-hover);
    --dialog-list-item-background-color-even: var(--white);
    --dialog-list-item-background-color-odd: var(--white);
    --dialog-list-item-text-color-even: var(--body-color, var(--black));
    --dialog-list-item-text-color-odd: var(--body-color, var(--black));
    --dialog-list-item-control-element-color: var(--base);
    --dialog-list-item-control-element-color-hover: var(--base);
    --dialog-list-item-control-element-separator-color: var(--base);
    --dialog-list-item-separator-color: var(--base-ultra-light);
    --dialog-search-bar-input-background-color: var(--white);
    --dialog-search-bar-input-border-color-focus: var(--primary);
    --dialog-search-bar-input-text-color: var(--body-color, var(--black));
    --dialog-separator-color: var(--base-ultra-light);
    --dialog-switch-button-background-color-active: var(--primary);
    --dialog-switch-button-background-color-inactive: var(--base-ultra-light);
    --dialog-switch-button-color-active: var(--white);
    --dialog-switch-button-color-inactive: var(--white);
    --dialog-tab-bar-tab-background-color-active: var(--primary);
    --dialog-tab-bar-tab-background-color-inactive: var(--white);
    --dialog-tab-bar-tab-border-color-bottom-active: var(--primary);
    --dialog-tab-bar-tab-border-color-bottom-inactive: var(--base-ultra-light);
    --dialog-tab-bar-tab-border-color-left-active: var(--primary-hover);
    --dialog-tab-bar-tab-border-color-left-inactive: var(--base-ultra-light);
    --dialog-tab-bar-tab-border-color-right-active: var(--primary-hover);
    --dialog-tab-bar-tab-border-color-right-inactive: var(--base-ultra-light);
    --dialog-tab-bar-tab-border-color-top-active: var(--primary-hover);
    --dialog-tab-bar-tab-border-color-top-inactive: var(--base-ultra-light);
    --dialog-tab-bar-tab-text-color-active: var(--white);
    --dialog-tab-bar-tab-text-color-inactive: var(--body-color, var(--black));
    --dialog-table-row-background-color-even: var(--base-ultra-light);
    --dialog-table-row-background-color-odd: var(--base-ultra-light);
    --dialog-table-row-text-color-even: var(--body-color, var(--black));
    --dialog-table-row-text-color-odd: var(--body-color, var(--black));
    --dialog-table-row-border-color: var(--base-ultra-light);
    --dialog-text-color: var(--body-color, var(--black));
	--dialog-checkbox-border-color-inactive: var(--base);
	
	--content-blocker-button-color: var(--primary);
	--content-blocker-button-color-hover: var(--primary-hover);
	
	--content-blocker-link-color: var(--link-color);
	--content-blocker-link-color-hover: var(--link-color-hover);
}



/* @end */


/* @group ACCESSIBILITY */

/* ACCESSIBILITY */


.sr-only {
	position: absolute;
	width: .0625rem;
	height: .0625rem;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable {
	transition: all 0s ease;
}

.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.sr-menu {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 50;
}


/* @end */


/* @group ANIMATIONS */

/* ANIMATIONS
---------------------------------------------------------------------------------*/


/*  https://github.com/daneden/animate.css */


.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}

.animated.infinite {
	animation-iteration-count: infinite;
}


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}


@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}



@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
   transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
	animation-name: fadeInDown;
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
	transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/* @end */


/* @group UTILITES */

/* UTILITES
---------------------------------------------------------------------------------*/


.kob-color { color: var(--KOB-color); }
.wsw-color { color: var(--WSW-color); }
.mgl-color { color: var(--MGL-color); }
.mvz-color { color: var(--MVZ-color); }
.ksg-color { color: var(--KSG-color); }

.kob-bg { background: var(--KOB-bg); }
.wsw-bg { background: var(--WSW-bg); }
.mgl-bg { background: var(--MGL-bg); }
.mvz-bg { background: var(--MVZ-bg); }
.ksg-bg { background: var(--KSG-bg); }


/* @end */


/* ------------------------------------------------------------------------------

MEDIA QUERIES

---------------------------------------------------------------------------------*/


@media screen and (max-width: 1136px) {
body:after {
	content: "<1136";
	position: fixed;
	top: 0;
	line-height: 1;
	padding: 5px;
	font-size: 11px;
	background: lawngreen;
	z-index: 1000;
	opacity: .8;

	display: none; /* AN/AUS*/
}

}


@media screen and (max-width: 980px) {
body:after {
	content: "<980";
	background: TAN;
}


}


@media screen and (max-width: 768px) {
body:after {
	content: "<768";
	background: PINK;
}

}


@media screen and (max-width: 600px) {
body:after {
	content: "<600";
	background: YELLOW;
}

}


@media screen and (max-width: 360px) {
body:after {
	content: "<360";
	background: MAGENTA;
}


}




/* END
---------------------------------------------------------------------------------*/
