/* @override 
	https://yva.rocks/wp/wp-content/themes/yva/style.css */


/*
Theme Name: YVA ROCKS
Theme URI:
Description: 
Version: 0.11
Author: PD
Tags:
*/



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

@import url("https://use.typekit.net/hny5pkw.css");
@import url("css/columns.css");
@import url("css/swiper.min.css");

/* @group WEBFONTS */

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


/*

@font-face {
    font-family: 'the_jungleregular';
    font-weight: normal;
    font-style: normal;
    src: url('webfonts/thejungle_regular-webfont.woff2') format('woff2'),
         url('webfonts/thejungle_regular-webfont.woff') format('woff');
}

*/

@font-face {
    font-family: 'the_jungleregular';
    font-weight: normal;
    font-style: normal;
    src: url('webfonts/TheJungle.woff2') format('woff2')
  }




/* Aglet Sans via Adobe Typekit */



/* 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('icons/fonts/icons.woff') format('woff');
}



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

*:focus:not(:focus-visible) { outline: 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; }

/* fine-grained control over hyphenation in text */
* { hyphenate-limit-chars: 10 4 4; }

/* @end */


/* @group VARS */


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


/* Color Info

yva aqua		#00ABAA		
yva yellow		#FCE900
yva purple		#5B2483




*/

:root {
	--base-font-size: 18px;
	--base-line-height: 1.6;

	--body-bg: #FFF;

	--aqua: #00ABAA;
	--yellow: #FCE900;
	--purple: #5B2483;
	
	--text-color: var(--purple);
	--link-color: var(--purple);
	--link-color-hover: var(--purple);

	--border-color: #DDD;

	--primary-color: var(--purple);
	--secondary-color: var(--aqua);

	--primary-bg: #EAF7FC;
	--secondary-bg: #FEF4EA;

	--text-gray: #888;

	--font-sans: aglet-sans, sans-serif;
	--font-cool: 'the_jungleregular', sans-serif;

	--text-tiny: 0.8rem;
	--text-small: .95rem;
	--text-base: var(--base-font-size);
	--text-large: calc(var(--base-font-size) * 1.3);
	
	--default-width: calc((820/16) * 1rem);
	--wide-width: calc((1440/16) * 1rem);
	--semiwide-width: calc((1200/16) * 1rem);
	--full-width: 100%;
	
	--page-padding: 40px;

	--main-padding-top: clamp(4rem, 10vw, 6.0rem);
	--main-padding-bottom: clamp(5.6rem, 20vw, 8.4rem); 
		
 	--space-xs: 10px;
	--space-sm: 20px;
	--space-md: 30px; /*default block gap*/
	--space-lg: clamp(35px, 8vw, 50px);  
	--space-xl: clamp(60px, 12vw, 80px); 
	--space-xxl: clamp(100px, 12vw, 140px);
	--space-xxxl: clamp(100px, 14vw, 180px);
	
	--block-gap: 2rem; /*2rem*/
	--block-gap-text: 1.5rem;

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

	--radius: 20px;

	--header-height: clamp(130px, 15vw, 160px);
 }
 
  
 @media screen and (max-width: 600px) {
	 :root {
		--base-font-size: 18px;
		--page-padding: 20px;
		--block-gap: 1.5rem;
		--header-height: 110px; 
		--radius: 15px;
	}
}


/* @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: var(--body-bg);
}


a {
	position: relative;
	color: var(--link-color);
	text-decoration: underline;
	text-decoration-style: wavy;
	text-underline-offset: 0.12em;
	text-decoration-thickness: from-font;
}

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

a:visited {
}

a:active {
}

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


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

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


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


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


h1 {
	font-size: clamp(36px, 32.5217px + 1.087vw, 46px);
	line-height: 1.3;
	hyphens: auto;
	-webkit-hyphens: auto;
}

h2 {
	font-size: clamp(30px, 27.913px + 0.6522vw, 36px); 
	line-height: 1.3;
	margin-top: 3.0rem;
	--block-gap: 3.0rem;
}

h3 {
	font-size: clamp(24px, 25.3043px + 0.2174vw, 26px);
	line-height: 1.3;
}

h4 {
	line-height: 1.4;
	font-size: 1.0rem;
	text-transform: uppercase;
}


:where(h1, h2, h3, h4) strong { /*font cool when bold */
	font-family: var(--font-cool);
	font-weight: normal;
	text-transform: none;
	hyphens: auto;
	-webkit-hyphens: auto;
}

h1 strong {
	font-size: clamp(70px, 47.2727px + 7.1023vw, 120px);
	line-height: 1;
	hyphens: auto;
	-webkit-hyphens: auto;
}

h2 strong {
	font-size: clamp(50px, 45.9091px + 1.1364vw, 60px);
	line-height: 1;
	hyphens: auto;
	-webkit-hyphens: auto;
}

h3 strong {
	font-size: clamp(28px, 26.3636px + 0.4545vw, 32px);
	line-height: 1;
}

h4 strong {
	font-size: clamp(20px, 18.3636px + 0.4545vw, 24px);
	line-height: 1;
	letter-spacing: .01em;
}



:where(p,ul,ol) {
	margin: var(--block-gap-text) 0 0 0;
	--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: 1024px) {

}


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

}


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

}


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

ul li::marker {
}


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: 2.2rem;
	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: 0;
  top: 0.1em;
  font-family: 'icons';
  font-size: 1.3em;
  display: inline-flex;
  width: var(--list-icon-width);
  align-items: center;
  line-height: 1;
 }
 
 ul.is-style-icon-check li::before {
  content: '\e80e';
 }

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


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

.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: var(--yellow);
    }
    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: calc(var(--wide-width) + 2 * var(--page-padding));
	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 */
  

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


/* @end */

/* @group HEADER */

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


#header {
	position: relative;
	padding: 20px 0;
	height: var(--header-height);
	background: #FFF;
	display: flex;
	align-items: center;
}


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

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

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

/* Logo */


.logo {
	flex: 0 0 auto;
	width: 200px;
	width: clamp(160px, 20vw, 200px);
    transition: all 0.3s ease;
	border: 0px solid RED;
}

.logo a {
	display: block;
}

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


.logo svg path {
	transition: all 200ms ease;
}

.logo:hover a svg #youth path {
	fill:  var(--yellow);
}

.logo:hover a svg #vision path {
	fill:  var(--purple);
}

.logo:hover a svg #action path {
	fill:  var(--aqua);
}

@media screen and (max-width: 600px) {
	.logo {
		width: 150px;
	}

}

/* @end */







/* @group MENU */

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


#nav {
	margin-left: 30px;
	padding: 0 0;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	background: #FFF;
}


#nav ul {
	display: flex;
	gap: 0 35px;
	flex-wrap: wrap;
}

#nav ul li {
	position: relative;
	border-bottom: none;
}

#nav > ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}


#nav ul li a {
	position: relative;
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
	display: block;
	padding: 0rem 0rem;
	text-transform: uppercase;
	text-decoration: none;
}

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

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

#nav ul li:hover > a {
}


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

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

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

}

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

#nav ul ul {
	display: block;
	position: absolute;
	top: 100%;
	margin-top: 20px;
	left: -20px;
	padding: 15px 20px;

	z-index: 20;
	background: #FFF;
	border-radius: var(--radius);
	border: 3px solid var(--purple);
	box-shadow: 1px 5px 20px 0px rgba(0,0,0, 0);

	min-width: 13rem;

	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
}

#nav ul .active > ul { /*js class toggle*/
	opacity: 1;
	visibility: visible;
	margin-top: 10px;
}

/* align last menu item to the right to avoid off screen position*/

#nav ul li:last-child ul {
	left: auto;
	right: 0;
}

#nav ul ul li {
	padding: 0.2rem 0;
}


#nav ul ul li a {
	display: block;
}

#nav ul ul li:last-child a {
	padding-bottom: 0;
	border-bottom: none;
}

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

#nav ul ul li.menu-item-has-children > a:hover {

}

/* 3rd level */

#nav ul ul ul {
	display: none;
}

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


/* Language Menu */


#nav .menu-lang {
	display: flex;
	gap: 15px;
	margin-left: 50px;
}

.menu-lang a {
	--size: 35px;
	width: var(--size);
	height: var(--size);
	overflow: hidden;
	position: relative;
	text-indent: -50rem;
	border-radius: 100%;
	transition: transform 250ms ease;
}

.menu-lang :not(.current-lang) a:hover {
	transform: rotate(45deg);
}

.menu-lang a::after { /*flag*/
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent url(images/flag-de.svg) no-repeat center;
	background-size: contain;
	margin: 3px;
}

.menu-lang .lang-item-de a::after { 	background-image: url(images/flag-de.svg); }
.menu-lang .lang-item-cs a::after { 	background-image: url(images/flag-cs.svg); }
.menu-lang .lang-item-pl a::after { 	background-image: url(images/flag-pl.svg); }
.menu-lang .lang-item-en a::after { 	background-image: url(images/flag-en.svg); }


.menu-lang .current-lang a {
	border-color: var(--aqua);
}

.menu-lang .lang-item.current-lang::after { /*indicator for current*/
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 1;
	--size: 16px;
	width: var(--size);
	height: var(--size);
	border: 2px solid #FFF;
	border-radius: 100%;
	background: var(--aqua);

}



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


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

@media screen and (max-width: 1024px) {
	.mob-menu-open .mob-menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

}

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

.mob-menu-lang {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
	height: var(--header-height);
	margin-bottom: -80px;
}

.mob-menu-lang a {
	--size: 35px;
	display: block;
	width: var(--size);
	height: var(--size);
	overflow: hidden;
	position: relative;
	text-indent: -50rem;
	border-radius: 100%;
	transition: transform 250ms ease;
}

.mob-menu-lang :not(.current-lang) a:hover {
	transform: rotate(45deg);
}

.mob-menu-lang a::after { /*flag*/
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent url(images/flag-de.svg) no-repeat center;
	background-size: contain;
	margin: 3px;
}

.mob-menu-lang .lang-item-de a::after { 	background-image: url(images/flag-de.svg); }
.mob-menu-lang .lang-item-cs a::after { 	background-image: url(images/flag-cs.svg); }
.mob-menu-lang .lang-item-pl a::after { 	background-image: url(images/flag-pl.svg); }
.mob-menu-lang .lang-item-en a::after { 	background-image: url(images/flag-en.svg); }


.mob-menu-lang .current-lang a {
	border-color: var(--aqua);
}

.mob-menu-lang .lang-item.current-lang::after { /*indicator for current*/
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 1;
	--size: 16px;
	width: var(--size);
	height: var(--size);
	border: 2px solid #FFF;
	border-radius: 100%;
	background: var(--aqua);

}


.mob-menu nav {
	margin-top: 120px;
}

.mob-menu nav li a {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 20px 0;
	text-align: left;
	color: #FFF;
}

.mob-menu nav li a br {
	display: none;
}

.mob-menu nav li:first-child a {
	border-top: 0;
}

.mob-menu nav li a:hover {
}

.mob-menu nav li.current-menu-item > a {
	color: #FFF;
}

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

.mob-menu nav li.menu-item-has-children > a::after {
	content: "\e809";
	display: flex;
	margin-bottom: auto; /*!*/
	align-items: flex-start;
	color: rgba(0,0,0, .2);
	font-family: 'icons';
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1;
	transition: all 300ms ease;
}

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

.mob-menu nav li.active > a {
	color: var(--text-color);
}

.mob-menu nav li ul {
	position: relative;
	padding: 0px 0 0 25px;
	margin-bottom: 10px;
}

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

.mob-menu nav li li a {
	font-size: 1rem;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	border: none;
	padding: 10px 0;
	font-size: 17px;
}

.mob-menu nav li li a:hover {
	color: var(--link-color);
}

/* 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-menu-trigger {
	--hamburger-stroke-color: var(--purple);
	--hamburger-stroke-width: 32px;
	--hamburger-stroke-height: 5px;
	--hamburger-stroke-gap: 10px;
	
	display: none;
	position: absolute;
	top: 50%;
	right: var(--page-padding);
	transform: translateY(-50%);

	border: none;
	width: 50px;
	height: 49px;
	margin: 0 -10px 0 0;
	z-index: 999;
	text-transform: uppercase;
	background: beige;
	background: transparent;
	border-radius: 10rem;
	outline: none;
}

.mob-menu-trigger.open {
	--hamburger-stroke-color: #FFF;
}


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

.mob-menu-trigger {
	display: block;
}

.mob-menu-open .mob-menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}


}


/* 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: var(--hamburger-stroke-width);
	height: var(--hamburger-stroke-height);
	background-color: var(--hamburger-stroke-color);
	display: block;
	border-radius: 10px;
}

.mob-menu-trigger span:before {
	margin-top: calc(var(--hamburger-stroke-gap) * -1);
}
.mob-menu-trigger span:after {
	margin-top: calc(var(--hamburger-stroke-gap) * 1);
}

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

/* end Hambuger Icon ani*/

/* Menu Animation */

.mob-menu li {
 opacity: 0;
 animation: fadeLiIn 400ms ease-in-out 1 forwards;
 }

.mob-menu li:nth-child(1) {
  animation-delay: 100ms;
}

.mob-menu li:nth-child(2) {
  animation-delay: 200ms;
}

.mob-menu li:nth-child(3) {
  animation-delay: 300ms;
}

.mob-menu li:nth-child(4) {
  animation-delay: 400ms;
}

.mob-menu li:nth-child(5) {
  animation-delay: 500ms;
}

.mob-menu li:nth-child(6) {
  animation-delay: 600ms;
}

.mob-menu li:nth-child(7) {
  animation-delay: 700ms;
}

.mob-menu li:nth-child(8) {
  animation-delay: 750ms;
}

/* @end */



/* @group CONTENT */

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

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


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

.is-root-container.wp-block-post-content {
	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 { /*disable link clickability*/
	pointer-events: none; 
}

/*fix double root padding in BE (bc has-global-padding is missing on is-root-container on PHP templates)*/
:where(.is-root-container) :where(.has-global-padding:not(.wp-block-block)) {
	padding-right: 0;
	padding-left: 0;
}

/* 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 {
	padding: 0;
	margin: 0;
}

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

.acf-field a,
.acf-field a:hover {
	color: #0783BE;
	text-decoration: none;
}

a.acf-icon {
	color: #0783BE;
}

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

/*ACF block in editing mode */
.block-editor-block-list__block.acf-block-component.is-selected {
  display: block;
}


 /* Helper - Block Outline */	
 

.block-editor-block-list__block.acf-block-preview.wp-block,
.block-editor-block-list__block.acf-block-preview .wp-block,
.block-editor-block-list__block:not([data-type*="acf"]):not(.is-reusable) {
	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 {
	background: #FFF;
}

#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 :where(strong, b) {
	font-weight: bold;
}

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


/* == Custom Block Classes */

/* minus main top padding */

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

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

/* change column order on mobile */

@media screen and (max-width: 780px) {
	.mob-order-1 {
		order: -1;
	}
}


.hero .hero-image {
	margin-top: -100px;
	border: 1px solid RED;
}


/* Card Image-Text */

.card-image-text {
}

	.card-image-text figure {
	}


@media screen and (max-width: 1024px) {
	.card-image-text {
		flex-direction: column;
	}

	.card-image-text figure {
		max-width: 300px;
	}
	
}


/* rotate elements */

.rotate-left   { transform: rotate(-1deg); }
.rotate-left-1 { transform: rotate(-1deg); }
.rotate-left-2 { transform: rotate(-2deg);}
.rotate-left-3 { transform: rotate(-3deg);}
.rotate-left-4 { transform: rotate(-4deg);}
.rotate-left-5 { transform: rotate(-5deg);}

.rotate-right   { transform: rotate(1deg); }
.rotate-right-1 { transform: rotate(1deg); }
.rotate-right-2 { transform: rotate(2deg);}
.rotate-right-3 { transform: rotate(3deg);}
.rotate-right-4 { transform: rotate(4deg);}
.rotate-right-5 { transform: rotate(5deg);}



/* max-width elements (for images) */

@media screen and (max-width: 780px) {
	.mob-max-width-100 { max-width: 100px!important; }
	.mob-max-width-200 { max-width: 200px!important; }
	.mob-max-width-300 { max-width: 300px!important; }
	.mob-max-width-400 { max-width: 400px!important; }
	.mob-max-width-500 { max-width: 500px!important; }
}



/* yva cards */

.yva-cards {
}

@media screen and (max-width: 1024px) {
	.yva-cards {
		flex-direction: column!important;
	}

}

/* yva camp card */

.camp-card {
	max-width: 65rem;
}





/* @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-small);
	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__media {
}

.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__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: bold;
	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: "\e815";
	font-family: 'icons';
	font-size: 1.8em;
	line-height: 1;
	margin-left: -2.2rem;
}

.wp-block-file + .wp-block-file {
	margin-top: 0.75em;
	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);
	border-radius: 0;
	padding:4px 15px;
	margin: 0;
	border-radius: 100px;
	background: transparent;
	color: var(--text-color);
	border: 1px solid var(--primary-color);
}

.wp-block-file__button:hover {
	opacity: .6;
}


/* @end */


/* @group WP TABLE  */


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


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

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

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

/* custom style: dropshadow */

.is-style-dropshadow {
	box-shadow: 0px 5px 40px -10px rgba(0,0,0, .20);
}


/* @end */


/* @group WP BUTTONS  */


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

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

.wp-block-button__link  {
	text-transform: uppercase;
	padding: 1em 2.2em;
	font-weight: bold;
	font-size: 13px;
	font-size: 1rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
	letter-spacing: .1px;
	text-decoration: none;
	border: none;
	border-radius: 10rem;
	background: var(--purple);
	AUS_background-image: linear-gradient(90deg, var(--yellow), var(--aqua), var(--purple));
	box-shadow: 0px 3px 0px -10px rgba(0,0,0, .5);
}


.wp-block-button__link:hover {
	color: #FFF;
	text-decoration: none;
	box-shadow: 0px 3px 25px -10px rgba(0,0,0, .5);
}


/*custom style: btn-yellow*/

.wp-block-button.is-style-btn-yellow .wp-block-button__link {
	color: var(--purple);
	background: var(--yellow);
}

.wp-block-button.is-style-btn-yellow .wp-block-button__link:hover {
}


/*custom style: btn-aqua*/

.wp-block-button.is-style-btn-aqua .wp-block-button__link {
	color: #FFF;
	background: var(--aqua);
}

.wp-block-button.is-style-btn-aqua .wp-block-button__link:hover {
}





/* @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: 10px;
	border: 0;
	background: transparent;
	border-bottom: 2px solid rgba(0,0,0, .1);
	margin: var(--space-lg) 0;	
}


/* @end */






/* @end */


/* @group CUSTOM BLOCKS  */

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



/* @group HERO */

/* Hero
--------------------------------------------------------------------------------- */


.hero {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
	background: var(--primary-color);
	padding-block: clamp(80px, 10vw, 120px);
	padding-inline: clamp(40px, 5vw, 60px);
}

.hero:not(.alignfull) {
	border-radius: var(--radius);
}


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

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

.hero__grid {
	display: grid;
	grid-template-columns: 55% auto;
	gap: 50px 30px;
	width: 100%;
}

.hero__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero__content h1 {
	AUS_word-break: break-all;
}

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


.hero__image {
	margin: 0 auto;
	margin-top: calc(clamp(120px, 20vw, 180px) * -1) ;
}

.hero__image img {
	display: block;
	width: 100%;
	max-width: 550px;
}


@media screen and (max-width: 1200px) {
		
	.hero__grid {
		grid-template-columns: 1fr;
	}
	
	.hero__content {
		order: 2;
	}


}

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

	
}


/* @end */


/* @group SECTION-BETWEEN */

/* Section Between
--------------------------------------------------------------------------------- */

.section-between {
	--block-gap: 0;
	position: relative;
	overflow: visible;
	border: 0px solid #333;
}

.is-root-container .section-between {
	border: 1px dashed #333;
}


.section-between__image.size-xs {
	--size: clamp(130px, 30vw, 150px);
}

.section-between__image.size-s {
	--size: clamp(200px, 30vw, 250px);
}

.section-between__image,
.section-between__image.size-m {
	--size: clamp(280px, 30vw, 350px);
}

.section-between__image.size-l {
	--size: clamp(280px, 30vw, 450px);
}

.section-between__image.size-xl {
	--size: clamp(280px, 30vw, 550px);
}

.section-between__image {
	position: absolute;
	top: 0;
	left: 50%;
	width: var(--size);
	height: var(--size);
	z-index: 1;
	transform: translate(-50%,-60%);
	max-width: calc(100% - (var(--page-padding) * 2));
	border: 0px solid CYAN;
}

.section-between__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}





/* @end */



/* @group BANNER */

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


.banner {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
	margin-bottom: var(--main-padding-top);
	margin-bottom: var(--space-xxl);
	height: 730px; /*the height*/
	height: clamp(600px, 50vw, 730px);
}

.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 { /*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;
	max-width: 55rem;
	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__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}


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

}

@media screen and (max-width: 600px) {
	.banner {
		height: clamp( 380px, 105vw, 450px);
	}
	
	.banner__title br {
		display: none;
	}
	
}


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


/* style: is-contain */

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


/* style: is-overflow */

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

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




/* @end */



/* @group GALLERY */

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


.gallery {
}

.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 */
	margin-right: calc(var(--gallery-gap) * -.5); /*  offset gap */
}

.gallery__grid.columns-align-center {
	justify-content: center;

}
.gallery__grid.columns-align-right {
	justify-content: flex-end;
}

.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);
	aspect-ratio: unset!important;
}

.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: 1024px) {

.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 {
}

.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 ACCORDION  */

/* ACCORDION
--------------------------------------------------------------------------------- */


.accordion {
	--active-color: var(--aqua);
	position: relative;
	overflow: hidden;
	border: none;
	width: 100%;
	border: 3px solid var(--primary-color);
	border-radius: var(--radius);
	transition: all 300ms ease;
}

.accordion:hover {
	border-color: var(--active-color);
}


.accordion + .accordion {
	margin-top: 10px;
}

.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: var(--box-padding-sm);
	padding-right: 40px;
	font-size: var(--base-font-size);
	font-weight: bold;
	line-height: 1;
	color: var(--link-color);
	background: transparent;
	transition: all 300ms ease;
	outline-offset: -2px;
}

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

.accordion-trigger.active {
}

.accordion-trigger:hover,
.accordion-trigger:hover i {
	color: var(--active-color);
}

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

.accordion-trigger i::after {
	position: absolute;
	top: var(--box-padding-sm);
	right: 20px;
	margin: -.4rem 0 0 0;
	content: "+";
	display: block;
	line-height: 1;
	border-radius:0;
	font-size: 1.6em;
	font-weight: bold;
	font-style: normal;
	color: var(--link-color);
	text-decoration: none;
	transition: all 250ms ease-in-out;
}

 .accordion-trigger.active i::after {
	transform: rotate(180deg);
    content: "–";
}

.accordion-trigger:hover i:after {
	color: var(--active-color);
}

.accordion-content {
	position: relative;
	padding: var(--box-padding-sm);
	padding-top: 0;
}

.accordion-content > *:first-child,
.accordion-content .acf-innerblocks-container > *:first-child  {
	margin-top: 0;
}


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

/* style: cool  */

.accordion[class*="cool"] {
	border-width: 5px;
}
.accordion[class*="cool"] + .accordion[class*="cool"] {
	margin-top: 20px;
}

.accordion[class*="cool"] .accordion-trigger  {
	font-family: var(--font-cool);
	font-weight: normal;
	font-size: clamp(30px, 27.913px + 0.6522vw, 36px); 
	line-height: 1.2;
	padding-right: 70px;
}

.accordion[class*="cool"] .accordion-trigger i::after {
	right: 25px;
	margin: -.1rem 0 0 0;
	font-size: 1.5em;
	font-family: var(--font-cool);
}

.accordion[class*="cool"] .accordion-trigger.active i::after {
	transform: rotate(180deg);
    content: "-";
	margin-top: -.2em;
}


/* style: white */

.accordion[class*="white"] {
	--active-color: #FFF;
	background: #FFF;
	border-color: #FFF;
}

.accordion[class*="white"]:hover .accordion-trigger:hover,
.accordion[class*="white"]:hover .accordion-trigger:hover i::after {
	color: var(--aqua);
}

/* style: yellow */

.accordion[class*="yellow"] {
	--active-color: var(--yellow);
	background: var(--yellow);
	border-color: var(--yellow);
}

.accordion[class*="yellow"]:hover .accordion-trigger:hover,
.accordion[class*="yellow"]:hover .accordion-trigger:hover i::after {
	color: var(--aqua);
}

/* style: purple */

.accordion[class*="purple"] {
	--active-color: var(--purple);
	background: var(--purple);
	border-color: var(--purple);
	color: #FFF;
}

.accordion[class*="purple"] .accordion-trigger,
.accordion[class*="purple"] .accordion-trigger i::after {
	color: #FFF;	
}

.accordion[class*="yellow"]:hover .accordion-trigger:hover,
.accordion[class*="yellow"]:hover .accordion-trigger:hover i::after {
	color: var(--aqua);
}



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

/* @end */


/* @group FORM */

/* Form
--------------------------------------------------------------------------------- */


.form {
}

/* @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);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

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


.teaser-card {
	position: relative;
	background: #FFF;
	box-shadow: 0px 3px 35px -10px rgba(0,0,0, .25);
}

.teaser-card__image {
	aspect-ratio: 3/2;
	overflow: hidden;
}

.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 {
	padding: var(--box-padding);
	padding-block: 30px;
}

.teaser-card__metatitle {
	color: var(--text-gray);
	color: rgba(0,0,0, .35);
	text-transform: uppercase;
	font-size: var(--text-small);
	font-weight: bold;
}

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

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

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

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

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


/* style: rows */


.teaser-cards.is-style-rows {
	grid-template-columns: 1fr;
	gap: 30px;
}

.teaser-cards.is-style-rows .teaser-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.teaser-cards.is-style-rows .teaser-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: var(--box-padding) var(--box-padding-xl);
}

.teaser-cards.is-style-rows .teaser-card__image {
	aspect-ratio: 3/2.3;
}

@media screen and (max-width: 600px) {
	.teaser-cards.is-style-rows .teaser-card {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	.teaser-cards.is-style-rows .teaser-card__image {
		aspect-ratio: 3/2;
	}
	
}


/* @end */


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

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

.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;
	font-size: 0.9rem;
	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: bold;
	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: 0;
	-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 {

}

.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;
	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: var(--text-tiny);
	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 */

.wpcf7 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%;
}
.wpcf7 select::-ms-expand {
	display: none;
}

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

.wpcf7 select option {
	font-weight: normal;
	font-size: 1rem;
}

/* Disabled styles */
select:disabled, select[aria-disabled=true] {
	opacity: .5;
}


/* @end */




/* @group SLIDER (swiperjs) */

/* SLIDER
--------------------------------------------------------------------------------- */


.swiper {
	--swiper-theme-color: var(--primary-color);
	
	--swiper-navigation-size: 50px;
	--swiper-navigation-color: #FFF;
	
	--swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bullet-vertical-gap: 5px;
    --swiper-pagination-bullet-size: 10px;
	--swiper-pagination-bullet-width: inherit;
	--swiper-pagination-bullet-height: inherit;
	--swiper-pagination-bullet-border-radius: 100px;
    --swiper-pagination-color: var(--primary-color);
	--swiper-pagination-bullet-inactive-color: #FFF;
	--swiper-pagination-bullet-inactive-opacity: .7;
	
	--swiper-pagination-height: 25px;

	height: 100%;
}


.swiper-wrapper {

}

.swiper-slide {
}

.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 {
	--size: 50px;
	width: var(--size);
	height: var(--size);
	margin: 0;
	transform: translateY(-50%);
	transition: all 250ms ease-in-out;
	background: rgba(0,0,0, .25);
	border-radius: 10rem;
	opacity: 0; /* ON/OFF*/
}

.swiper:hover .swiper-button {
	opacity: 1;
}

.swiper-button:hover {
}

.swiper-button::after {
	font-family: 'icons';
	font-size: 32px;
}

.swiper-button-prev {
	left: 10px;
	right: auto;
}

.swiper-button-prev::after {
	content: "\e914";
}

.swiper-button-next {
	right: 10px;
	left: auto;
}

.swiper-button-next::after {
	content: "\e915";
}

.swiper-button.swiper-button-disabled {
	opacity: 0!important;
}

.swiper > .swiper-pagination-bullets {
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: var(--swiper-pagination-height);
}

.swiper-pagination-bullet {
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active-main {
}

.swiper-pagination-bullet:only-child {
   visibility: hidden;
}

.swiper:has(.swiper-pagination-bullet:only-child) { /*no pagination if only 1 slide*/
	--swiper-pagination-height: 0;
}

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

	.swiper {
    --swiper-pagination-bullet-size: 8px;
	--swiper-pagination-height: 20px;
	}
	
	.swiper-button {
		display: none;
	}
	
}





/* @end */





/* @group LIGHTBOX */

/* Lightbox PhotoSwipe Plugin
--------------------------------------------------------------------------------- */

.pswp {
	--pswp-bg: rgba(0,0,0, 1);
}


.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 {
	position: relative;
	width: 100%;
	padding: 0 0 var(--space-xxl) 0;
	text-align: center;
	background: #FFF;
	font-size: calc(16/16 * 1rem);
}


.footer-social {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.footer-social a {
	display: flex;
	align-items: center;
	border-radius: 10rem;
	background: var(--purple);
	color: #FFF;
	aspect-ratio: 1;
	height: 100%;
	padding: 10px;
	font-size: 2rem;
	overflow: hidden;
	text-decoration: none;
}

.footer-social a:hover {
	background: var(--aqua);
}

.footer-menu {
	margin-top: var(--space-xl);
	justify-content: center;
}

.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 30px;
}

.footer-menu a {
	display: block;
	text-decoration: none;
}

.footer-menu a:hover {
	opacity: .5;
}


@media screen and (max-width: 600px) {
	.footer-menu ul {
		flex-direction: column;
	}
	
}

/* @end */


/* @group SCROLL TO TOP BUTTON */

/* Scroll to top button
--------------------------------------------------------------------------------- */

.scrolltopbtn {
	--size: 55px; 
	position: fixed;
	bottom: 20px;
	right: var(--page-padding);
	width:  var(--size);
	height: var(--size);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	text-align: center;
	border-radius: 100%;
	transition: 300ms;
	transform: translateY(100%);
	opacity: 0;
	overflow: hidden;
	z-index: 5;
    color: var(--purple);
	border: none;
	padding: 0;
	background: rgba(255,255,255, 1);
	background: var(--yellow);
}

.scrolltopbtn i {
	margin-bottom: 1px;
	transition: 250ms ease;
}

.scrolltopbtn.active:hover i {
}


.scrolltopbtn.active {
	transform: translateY(0);
	opacity: 1;
}

/* @end */



/* @group BORLABS COOKIE */

/* Borlabs Cookie Banner
--------------------------------------------------------------------------------- */


#BorlabsCookieBox ._brlbs-box {
	box-shadow: 0px 3px 50px -10px rgba(0,0,0, .3)!important;
}

.BorlabsCookie ._brlbs-content-blocker {
	display: flex;
	justify-content: center;
	padding: 0;
}

.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 {
}

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

/* @end */


/* @group ANIMATIONS */

/* ANIMATIONS
---------------------------------------------------------------------------------*/


/*  https://github.com/daneden/animate.css */


.animated {
	animation-duration: 700ms;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  animation-name: fadeIn;
}


@keyframes fadeInDown {
  0% {
    opacity: 0;
   transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
	animation-name: fadeInDown;
}


@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/* @end */


/* @group UTILITES */

/* UTILITES
---------------------------------------------------------------------------------*/

.mt-0  { 	margin-top: 0!important; }
.mt-5  { 	margin-top: 5px!important; }
.mt-10 {	margin-top: 10px!important; }
.mt-20  {	margin-top: 20px!important; }
.mt-30  {	margin-top: 30px!important; }
.mt-40  {	margin-top: 40px!important; }
.mt-50  {	margin-top: 50px!important; }
.mt-60  {	margin-top: 60px!important; }
.mt-70  {	margin-top: 70px!important; }
.mt-80  {	margin-top: 80px!important; }
.mt-90  {	margin-top: 90px!important; }
.mt-100  {	margin-top: 100px!important; }
.mt-110  {	margin-top: 110px!important; }
.mt-120  {	margin-top: 120px!important; }
.mt-130  {	margin-top: 130px!important; }
.mt-140  {	margin-top: 140px!important; }
.mt-150  {	margin-top: 150px!important; }


.mb-0  { 	margin-bottom: 0!important; }
.mb-5  { 	margin-bottom: 5px!important; }
.mb-10 {	margin-bottom: 10px!important; }
.mb-20  {	margin-bottom: 20px!important; }
.mb-30  {	margin-bottom: 30px!important; }
.mb-40  {	margin-bottom: 40px!important; }
.mb-50  {	margin-bottom: 50px!important; }
.mb-60  {	margin-bottom: 60px!important; }
.mb-70  {	margin-bottom: 70px!important; }
.mb-80  {	margin-bottom: 80px!important; }
.mb-90  {	margin-bottom: 90px!important; }
.mb-100  {	margin-bottom: 100px!important; }
.mb-110  {	margin-bottom: 110px!important; }
.mb-120  {	margin-bottom: 120px!important; }
.mb-130  {	margin-bottom: 130px!important; }
.mb-140  {	margin-bottom: 140px!important; }
.mb-150  {	margin-bottom: 150px!important; }



.hyphens-none, 
.hyphens-none *{
	hyphens: none;
	-webkit-hyphens: none;
}

.hyphens-auto,
.hyphens-auto * {
	hyphens: auto;
	-webkit-hyphens: auto;
}

.hyphens-manual, 
.hyphens-manual *{
	hyphens: manual;
	-webkit-hyphens: manual;
}


/* @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: 1024px) {
body:after {
	content: "<1024";
	background: TAN;
}


}


@media screen and (max-width: 840px) {
body:after {
	content: "<840";
	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
---------------------------------------------------------------------------------*/
