/* Fixes */
body.mce-content-body{
	margin: 15px;
}
.wp-block-image .components-resizable-box__container{
	display: inline-block !important;
}
.wp-block-nk-awb,
:where(.wp-block-group.has-background){
	padding: 0;
}
.wp-block-cover,
.wp-block-cover-image{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: clip;
	overflow-y: visible;
	min-height: 0;
	padding: 0;
	background-position: 50%;
}
:is( .wp-block-cover, .wp-block-cover-image ).is-position-top-left{
	align-items: flex-start;
	justify-content: flex-start;
}
.has-background-dim{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .5;
}
.has-background-dim-0{
	opacity: 0;
}
.has-background-dim-100{
	opacity: 1;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wp-block-cover__inner-container{
	width: 100%;
	z-index: 1;
}
/* .wp-block-site-logo img{
	width: auto;
	height: auto;
}
.wp-block-site-logo > div{
	width: auto !important;
	height: auto !important;
} */
/* .wp-block-image.is-style-rounded img{
	border-radius: 10px;
} */
.wp-block-group{
	position: relative;
}
:is( .wp-block-embed, .wp-block-image ) + p{
	margin-top: 1.5em;
}
p + :is( .wp-block-embed, .wp-block-image ){
	margin-top: 1.5em;
}
figure:not(.wp-block-table),
.wp-block-embed,
.wp-block-image{
	position: relative;
	margin-bottom: 0;
	font-size: 0;
}
.wp-block-video,
.wp-embed-aspect-16-9{
	aspect-ratio: 16/9;
}
.wp-block-video > div,
.wp-block-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wp-block-image :is( .aligncenter, .alignleft, .alignright ),
.wp-block-image:is( .aligncenter, .alignleft, .alignright ){
	display: block;
}
figure.aligncenter{
	display: block;
	text-align: center;
}
figure.alignright{
	display: block;
	text-align: right;
}
figcaption,
.wp-block-image figcaption{
	margin: 20px 0 0;
	font-size: 1rem;
}

.edit-post-visual-editor__post-title-wrapper{
	margin: 0 !important;
	padding: 15px;
	background: #fbfbfb;
	border-bottom: 1px solid #e0e0e0;
}
h1.editor-post-title{
	margin: 0;
	font-size: 30px;
	text-align: center;
}

/* Layout styles */
.has-text-align-center{
	text-align: center;
}
.is-layout-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
/* .is-layout-flex.is-nowrap{
	flex-wrap: nowrap;
} */
/* .is-layout-flex.is-vertical{
	flex-direction: column;
} */
/* .is-layout-grid{
	display: grid;
	gap: 10px;
} */
/* :is( .is-layout-flex, .is-layout-grid ) > *{
	margin: 0;
} */
/* .is-content-justification-left{
	justify-content: flex-start;
} */
.is-content-justification-center{
	justify-content: center;
}
/* .is-content-justification-right{
	justify-content: flex-end;
} */
/* .is-content-justification-space-between{
	justify-content: space-between;
} */

:root{
	--icon-arrow: url('data:image/svg+xml,<svg width="11" height="10" viewBox="0 0 11 10" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="m8.10938 5.625h-7.60938v-1.25h7.60938l-3.5-3.5.89062-.875 5 5-5 5-.89062-.875z"/></svg>');
}

/* Styling */
body{
	--bs-body-bg: var(--wp--preset--color--beige);
	--bs-body-text-align: left;
	--bs-body-color: var(--wp--preset--color--schwarz);
	--bs-body-font-family: var(--wp--preset--font-family--barlow);
	--bs-body-font-size: var(--wp--preset--font-size--regular);
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.375;
	/* overscroll-behavior: smooth; */
	/* scroll-padding: 100px; */
	/* accent-color: #f00; */
	/* caret-color: #f00; */
}

/* ::selection{
	opacity: 1;
	background: rgba(0, 0, 0, 0.99);
	color: #fff;
}
::-moz-selection{
	opacity: 1;
	background: rgba(0, 0, 0, 0.99);
	color: #fff;
} */

.row{
	gap: 60px 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-weight: 600;
	color: var(--wp--preset--color--dietziker-blau);
}
h5, h6,
.h5, .h6,
.is-style-h5, .is-style-h6{
	color: var(--wp--preset--color--schwarz);
}
.has-text-color :is( h1, h2, h3, h4, h5, h6 ),
.has-text-color :is( .h1, .h2, .h3, .h4, .h5, .h6 ){
	color: inherit;
}

h1, .h1, .is-style-h1{
	margin: 0 0 30px;
	font-size: 72px;
	line-height: 1.0833;
}
h2, .h2, .is-style-h2{
	margin: 0 0 40px;
	font-size: 52px;
	line-height: 1.1154;
}
h3, .h3, .is-style-h3{
	margin: 0 0 20px;
	font-size: 42px;
	line-height: 1.1429;
}
h4, .h4, .is-style-h4{
	margin: 0 0 20px;
	font-size: 26px;
	line-height: 1.2308;
}
:is(p, ul) + h4,
:is(p, ul) + :is(.h4, .is-style-h4){
	margin-top: 80px;
}
h5, .h5, .is-style-h5{
	margin: 0 0 5px;
	font-size: 16px;
}
:is(p, ul) + h5,
:is(p, ul) + :is(.h5, .is-style-h5){
	margin-top: 40px;
}
h6, .h6, .is-style-h6{
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid currentcolor;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4286;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

:is( h1, h2, h3, h4, h5, h6 ) + :is( h1, h2, h3, h4, h5, h6 ){
	margin-top: 80px !important;
}

.has-lead-font-size{
	/* font-size: var(--wp--preset--font-size--lead); */
	line-height: 1.1875;
}
.has-large-font-size{
	/* font-size: var(--wp--preset--font-size--large); */
	line-height: 1.2308;
}
.has-bigger-font-size{
	/* font-size: var(--wp--preset--font-size--bigger); */
	line-height: 1.3;
}
.has-small-font-size{
	/* font-size: var(--wp--preset--font-size--small); */
	font-weight: 500;
	line-height: 1.4286;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.has-mini-font-size{
	/* font-size: var(--wp--preset--font-size--mini); */
	line-height: 1.5;
}

button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	text-align: center;
}

hr{
	opacity: 1;
}
.wp-block-separator{
	border-bottom: 0;
}

a{
	color: var(--wp--preset--color--dietziker-blau);
	transition: color .3s ease;
}
a:hover{
	color: var(--wp--preset--color--orange);
}
.has-link-color a{
	color: inherit;
}

b, strong{
	font-weight: 600;
}

mark{
	padding: 0;
}

:where( p, ul ):not(:last-child){
	margin-bottom: 1.5em;
}
:is( p, ul ):last-child{
	margin-bottom: 0;
}

:is( .is-style-image-on-top, .is-style-background-only-shrinking ) .wp-block-cover__image-background{
	z-index: 1;
}

.btn,
.wp-block-button__link{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	min-width: 222px;
	padding: 6px 27px;
	background: none;
	border: 1.5px solid var(--wp--preset--color--dietziker-blau);
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4286;
	color: var(--wp--preset--color--dietziker-blau);
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	transition-property: border-color, color;
}
:is( .btn, .wp-block-button__link )::after{
	content: '';
	width: 11px;
	height: 10px;
	-webkit-mask: var(--icon-arrow) no-repeat 50% 50%;
	mask: var(--icon-arrow) no-repeat 50% 50%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background: var(--wp--preset--color--dietziker-blau);
	transition: background-color .3s ease;
}
a:hover :is( .btn, .wp-block-button__link ),
:is( .btn, .wp-block-button__link ):hover{
	border-color: var(--wp--preset--color--orange);
	color: var(--wp--preset--color--orange);
}
a:hover :is( .btn, .wp-block-button__link )::after,
:is( .btn, .wp-block-button__link ):hover::after{
	background-color: var(--wp--preset--color--orange);
}

.has-white-color :is( .btn, .wp-block-button__link ):not(:hover){
	border-color: #fff;
	color: #fff;
}
.has-white-color :is( .btn, .wp-block-button__link ):not(:hover)::after{
	background-color: #fff;
}

:is( .btn, .wp-block-button__link ).dropdown-toggle{
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	justify-content: flex-start;
}
:is( .btn, .wp-block-button__link ).dropdown-toggle::after{
	transform: rotate(90deg);
}
:is( .btn, .wp-block-button__link ).dropdown-toggle.selected{
	background-color: var(--wp--preset--color--dietziker-blau);
	color: #fff;
	transition: background-color .3s ease;
}
:is( .btn, .wp-block-button__link ).dropdown-toggle.selected:hover{
	background-color: var(--wp--preset--color--orange);
}
:is( .btn, .wp-block-button__link ).dropdown-toggle.selected::after{
	transform: rotate(270deg);
	background-color: #fff;
}

.dropdown-menu{
	min-width: 100%;
	padding: 0;
	box-shadow: 0px 2px 2px 0px rgba(134, 134, 134, 0.30);
}
.dropdown-item{
	padding: 0;
}
.dropdown-item + .dropdown-item{
	border-top: 0.5px solid var(--wp--preset--color--grau);
}
.dropdown-item a{
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 1.4286;
	color: var(--wp--preset--color--schwarz);
	text-decoration: none;
}
.dropdown-item a:hover{
	background-color: var(--wp--preset--color--beige);
}

:is(p, figure) + .wp-block-buttons{
	margin-top: 40px;
}

.swiper-container-wrapper :is(.swiper-button-next, .swiper-button-prev){
	top: 50%;
	left: auto;
	right: var(--bs-offset);
	width: 36px;
	height: 36px;
	margin: -18px 0 0;
	background: var(--wp--preset--color--dietziker-blau);
	border-radius: 0;
	transition: background-color .3s ease;
}
.swiper-container-wrapper :is(.swiper-button-next, .swiper-button-prev):hover{
	background-color: var(--wp--preset--color--orange);
}
.swiper-container-wrapper .swiper-button-prev{
	left: var(--bs-offset);
	right: auto;
}
.swiper-container-wrapper :is(.swiper-button-next, .swiper-button-prev)::after{
	content: var(--icon-arrow);
	font-size: 0;
	line-height: 1;
}
.swiper-container-wrapper .swiper-button-prev::after{
	transform: rotate(180deg);
}

.swiper-container-wrapper .swiper-horizontal > .swiper-pagination-bullets{
	display: flex !important;
	gap: 10px;
	justify-content: center;
	bottom: 40px;
}
.swiper-container-wrapper .swiper-pagination-bullet{
	--swiper-pagination-bullet-inactive-opacity: 1;
	width: 8px;
	height: 8px;
	background: none;
	border: 1px solid #fff;
	border-radius: 0;
	margin: 0 !important;
}
.swiper-container-wrapper .swiper-pagination-bullet:hover{
	border-color: var(--wp--preset--color--orange);
}
.swiper-container-wrapper .swiper-pagination-bullet-active{
	background-color: #fff;
}
.swiper-container-wrapper .swiper-pagination-bullet-active:hover{
	background-color: var(--wp--preset--color--orange);
}

/* figure.wp-block-gallery{
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	gap: 40px 20px !important;
	margin: 150px 0;
}
figure.wp-block-gallery figure{
	width: 100% !important;
}
figure.wp-block-gallery figcaption{
	margin: 25px 0 0;
	font-size: 16px !important;
	line-height: 1.25;
	position: static !important;
	color: inherit !important;
	background: none !important;
	text-align: left !important;
	padding: 0 !important;
	scrollbar-gutter: auto !important;	
}
@media (max-width: 991px){
	figure.wp-block-gallery{
		margin: 100px 0;
	}
}
@media (max-width: 767px){
	figure.wp-block-gallery{
		grid-template-columns: 1fr;
		margin: 80px 0;
	}
} */

.wp-block-table table{
	width: 100%;
	border: 0 !important;
	border-collapse: collapse;
	border-spacing: 0;
}
.wp-block-table :is(th,td){
	vertical-align: baseline;
	padding: 10px 0;
	border: 0 !important;
	border-top: 1px solid var(--wp--preset--color--schwarz) !important;
}
.wp-block-table tr > * + *{
	padding-left: 20px;
}

/* .dont-break-out{
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
} */

.accordion-item{
	border: none;
	border-bottom: 1px solid var(--wp--preset--color--schwarz);
	background: none;
}
.accordion-button:not(.collapsed),
.accordion-button.collapsed{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 0;
	background: none;
	border: 0;
	box-shadow: none;
	font-weight: 600;
	text-align: left;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after{
	content: attr(data-closed) "   " url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="m4.375 0v7.60938l-3.5-3.5-.875.89062 5 5 5-5-.875-.89062-3.5 3.5v-7.60938z" fill="%23005bbd"/></svg>');
	font-weight: 500;
	color: var(--wp--preset--color--dietziker-blau);
}
.accordion-button:not(.collapsed)::after{
	content: attr(data-opened) "   " url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="m5.625 10v-7.60938l3.5 3.5.875-.89062-5-5-5 5 .875.89062 3.5-3.5v7.60938z" fill="%23005bbd"/></svg>');
}
.accordion-body{
	padding: 20px 0;
}

.classicmenu .nav-link{
	padding: 0;
}

.is-style-menu ul{
	flex-direction: column;
	gap: 40px;
}
.is-style-menu .nav-link{
	font-size: 36px;
	font-weight: 600;
	line-height: 1.1667;
}
.is-style-menu .nav-link:hover{
	color: var(--wp--preset--color--orange);
}

.is-style-links ul{
	flex-direction: column;
	gap: 20px;
}
.is-style-links .nav-link{
	font-weight: 600;
}
.is-style-links .nav-link:hover{
	color: var(--wp--preset--color--orange);
}

.is-style-languages ul{
	gap: 1.4375em;
}
.is-style-languages li{
	position: relative;
}
.is-style-languages li + li::before{
	content: '|';
	position: absolute;
	top: 0;
	left: calc( -0.7188em - 1px );
}
.is-style-languages .nav-link:hover{
	color: var(--wp--preset--color--orange);
}
.is-style-languages .wpml-ls-current-language .nav-link{
	color: var(--wp--preset--color--orange);
	font-weight: 600;
}
.has-white-background-color .is-style-languages .wpml-ls-current-language .nav-link{
	color: var(--wp--preset--color--dietziker-blau);
}

.is-style-socials ul{
	gap: 20px;
}
.is-style-socials .nav-link{
	font-size: 0;
	-webkit-mask: var(--image) no-repeat 50% 50%;
	mask: var(--image) no-repeat 50% 50%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background: var(--wp--preset--color--dietziker-blau);
	transition: background-color .3s ease;
}
:is( .has-dietziker-blau-background-color, .has-grau-background-color ) .is-style-socials .nav-link{
	background-color: #fff;
}
.is-style-socials .nav-link:hover{
	background-color: var(--wp--preset--color--orange);
}
.is-style-socials .nav-link img{
	opacity: 0;
}

.is-style-footer ul{
	flex-direction: column;
	gap: 10px;
}
.is-style-footer .nav-link{
	text-decoration: underline;
}
footer a:hover,
footer .nav-link:hover{
	color: var(--wp--preset--color--orange);
}

.screen-reader-text{
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.wp-block-search__inside-wrapper{
	position: relative;
}
.wp-block-search__button-inside .wp-block-search__button{
	position: absolute;
	top: 0;
	right: 0;
}
.wp-block-search__input{
	width: 100%;
	height: 54px;
	padding: 0 12px;
	background: #fff;
	border: 0;
}
.wp-block-search__button{
	height: 100%;
	aspect-ratio: 1;
	margin: 0;
	padding: 0;
	background: url(images/search.svg) center no-repeat;
	border: 0;
	font-size: 0;
}

@media (max-width: 1199px){
	
}

@media (max-width: 991px){

}

@media (max-width: 767px){
	h1, .h1, .is-style-h1{
		font-size: 50px;
		line-height: 1.12;
	}
	h2, .h2, .is-style-h2{
		font-size: 42px;
		line-height: 1.1429;
	}
	h3, .h3, .is-style-h3{
		font-size: 32px;
		line-height: 1.2;
	}
	h4, .h4, .is-style-h4{
		font-size: 24px;
		line-height: 1.25;
	}
	.has-lead-font-size{
		--wp--preset--font-size--lead: 26px;
		line-height: 1.2308;
	}
	.has-bigger-font-size{
		--wp--preset--font-size--bigger: 18px;
		line-height: 1.3333;
	}
	.has-small-font-size{
		--wp--preset--font-size--small: 12px;
		line-height: 1.5;
	}
	.swiper-container-wrapper .swiper-horizontal > .swiper-pagination-bullets{
		bottom: 20px;
	}
	.accordion-button::after,
	.accordion-button:not(.collapsed)::after{
		content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="m4.375 0v7.60938l-3.5-3.5-.875.89062 5 5 5-5-.875-.89062-3.5 3.5v-7.60938z" fill="%23005bbd"/></svg>');
		font-size: 0;
	}
	.accordion-button:not(.collapsed)::after{
		content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="m5.625 10v-7.60938l3.5 3.5.875-.89062-5-5-5 5 .875.89062 3.5-3.5v7.60938z" fill="%23005bbd"/></svg>');
	}
	.text-center :is( ul, ol ){
		padding-left: 0;
		list-style-position: inside;
	}
}

@media (max-width: 575px){
	:root{
		--bs-offset: 20px;
		--snap: -20px;
	}
	.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl{
		padding-left: 20px;
		padding-right: 20px;
	}
}