/* Fixes */
body.mce-content-body{
	margin: 15px;
}
.wp-block-nk-awb,
.wp-block-cover,
:where(.wp-block-group.has-background){
	padding: 0;
}
.wp-block-cover,
.wp-block-cover-image{
	min-height: 0;
	padding: 0;
}
.wp-site-blocks > * + *,
body .is-layout-flow > * + *{
	margin-block-start: 0;
}
.wp-block-site-logo a{
	padding: 25px 0;
}
.wp-block-site-logo img{
	width: auto;
	height: auto;
}
.wp-block-site-logo > div{
	width: auto !important;
	height: auto !important;
}
.wp-block-group{
	position: relative;
}
.wp-block-image{
	margin-bottom: 0;
	font-size: 0;
}
.wp-block-image figcaption{
	margin: 10px 0 0;
	font-size: 14px;
	color: var(--wp--preset--color--dunkelgrau);
}
.no-transition{
	transition: none !important;
}

/* Layout styles */
.is-layout-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.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;
}

/* Styling */
:root{
	--filter-weinrot: brightness(0) saturate(100%) invert(9%) sepia(90%) saturate(5443%) hue-rotate(323deg) brightness(76%) contrast(102%);
	--filter-pink: brightness(0) saturate(100%) invert(17%) sepia(90%) saturate(3017%) hue-rotate(311deg) brightness(99%) contrast(122%);
	--after-arrow: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="11" fill="none" viewBox="0 0 17 11"><path stroke="white" stroke-width="1.5" d="M0 5.5h15M10.5 1 15 5.5 10.5 10"/></svg>');
}
body{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--wp--preset--color--schwarz);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: var(--wp--preset--font-family--firasans);
	font-weight: 800;
}

h1, .h1, .is-style-h1{
	margin: 0 auto 22px;
	font-size: 50px;
	line-height: 1.16;
	letter-spacing: 0.002em;
}
h2, .h2, .is-style-h2{
	margin: 0 auto 20px;
	font-size: 46px;
	line-height: 1.1154;
}
:is(p, ul) + h2,
:is(p, ul) + :is(.h2, .is-style-h2){
	margin-top: 80px;
}
h3, .h3, .is-style-h3{
	margin: 0 auto 20px;
	font-size: 24px;
	line-height: 1.3333;
	letter-spacing: 0.002em;
}
:is(p, ul) + h3,
:is(p, ul) + :is(.h3, .is-style-h3){
	margin-top: 80px;
}
h4, .h4, .is-style-h4{
	margin: 0 auto 10px;
	font-size: 20px;
	line-height: 1.3;
}
:is(p, ul) + h4,
:is(p, ul) + :is(.h4, .is-style-h4){
	margin-top: 50px;
}
h5, .h5, .is-style-h5{
	margin: 0 auto 10px;
	font-size: 18px;
	line-height: 1.3;
}
h6, .h6, .is-style-h6{
	margin: 0 auto 10px;
	font-size: 1rem;
	line-height: 1.5;
}
:is(p, ul) + h6,
:is(p, ul) + :is(.h6, .is-style-h6){
	margin-top: 40px;
}

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

a, a:hover{
	color: inherit;
}
.has-link-color a{
	color: inherit;
}

p a{
	font-family: var(--wp--preset--font-family--firasans);
	font-weight: 500;
	color: var(--wp--preset--color--express-personal-pink);
	text-decoration: none;
}
p a:hover{
	color: var(--wp--preset--color--weinrot);
	text-decoration: underline;
}

p a:is( [href^="tel:"], [href^="mailto:"] ){
	font-family: var(--wp--preset--font-family--roboto);
	font-weight: 400;
	color: inherit;
}
p a:is( [href^="tel:"], [href^="mailto:"] ):hover{
	color: var(--wp--preset--color--express-personal-pink);
	text-decoration: none;
}

b, strong{
	font-weight: bold;
}

.lead,
.has-lead-font-size{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3333;
	color: var(--wp--preset--color--schwarz);
}

:is( p, ul ):not(:last-child){
	margin-bottom: 24px;
}
:is( p, ul ):last-child{
	margin-bottom: 0;
}

.btn, .wp-block-button__link{
	position: relative;
	z-index: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 16px 23px !important;
	background: var(--wp--preset--color--express-personal-pink) !important;
	border: 0;
	border-radius: 0 !important;
	font-family: var(--wp--preset--font-family--firasans);
	font-size: 22px !important;
	font-weight: 500 !important;
	line-height: 1.2727 !important;
	letter-spacing: 0.002em;
	color: var(--wp--preset--color--weiss) !important;
	text-transform: uppercase;
	text-decoration: none;
	transition: none;
}
:is( .btn, .wp-block-button__link ):before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 0%;
	height: 100%;
	background: var(--wp--preset--color--weinrot) !important;
	transition: width .3s ease;
}
:is( .btn, .wp-block-button__link ):hover:before{
	width: 100%;
	left: 0;
}
:is(.btn,.wp-block-button__link):after{
	content: var(--after-arrow);
	font-size: 0;
}

.btn.btn-next,
.is-style-next-link .wp-block-button__link{
	padding: 0 !important;
	background: none !important;
	font-size: 16px !important;
	color: var(--wp--preset--color--express-personal-pink) !important;
	text-transform: none;
}
:is( .btn.btn-next, .is-style-next-link .wp-block-button__link ):hover{
	color: var(--wp--preset--color--weinrot) !important;
}
:is( .btn.btn-next, .is-style-next-link .wp-block-button__link ):before{
	display: none;
}
:is( .btn.btn-next, .is-style-next-link .wp-block-button__link ):after{
	filter: var(--filter-pink);
}
:is( .btn.btn-next, .is-style-next-link .wp-block-button__link ):hover:after{
	filter: var(--filter-weinrot);
}

.btn.btn-back,
.is-style-back-link .wp-block-button__link{
	padding: 0 !important;
	background: none !important;
	font-size: 16px !important;
	color: var(--wp--preset--color--express-personal-pink) !important;
	text-transform: none;
}
:is( .btn.btn-back, .is-style-back-link .wp-block-button__link ):hover{
	color: var(--wp--preset--color--weinrot) !important;
}
:is( .btn.btn-back, .is-style-back-link .wp-block-button__link ):before{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="11" fill="none" viewBox="0 0 13 11"><path stroke="white" stroke-width="1.5" d="M13 5.5H3M6.5 10 2 5.5 6.5 1"/></svg>');
	font-size: 0;
	position: static;
	width: auto;
	height: auto;
	background: none !important;
}
:is( .btn.btn-back, .is-style-back-link .wp-block-button__link ):after{
	display: none;
}
:is( .btn.btn-back, .is-style-back-link .wp-block-button__link ):before{
	filter: var(--filter-pink);
}
:is( .btn.btn-back, .is-style-back-link .wp-block-button__link ):hover:before{
	filter: var(--filter-weinrot);
}

.wp-block-navigation.is-style-main-nav .wp-block-navigation__container{
	gap: 50px;
}
.wp-block-navigation.is-style-main-nav a.wp-block-navigation-item__content{
	font-size: 52px;
	line-height: 1.1154;
	color: var(--wp--preset--color--schwarz);
	text-decoration: none;
	transition: color .3s ease;
}
.wp-block-navigation.is-style-main-nav a.wp-block-navigation-item__content:hover{
	color: var(--wp--preset--color--weiss);
}

.swiper-container-wrapper :is(.swiper-button-next, .swiper-button-prev){
	top: 50%;
	left: auto;
	right: max( -60px, var(--snap) );
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: none;
	border-radius: 50%;
	background: var(--wp--preset--color--express-personal-pink);
	font-size: 0;
	transition: background-color .3s ease;
}
.swiper-container-wrapper :is(.swiper-button-next, .swiper-button-prev):hover{
	background-color: var(--wp--preset--color--weinrot);
}
.swiper-container-wrapper .swiper-button-prev{
	left: max( -60px, var(--snap) );
	right: auto;
}
.swiper-container-wrapper .swiper-button-prev:after{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="17" fill="none" viewBox="0 0 23 17"><path stroke="white" stroke-width="2" d="M23 8.50049H3M9.5 16 2.00011 8.50011 9.5 1.00022"/></svg>');
	font-size: 0;
}
.swiper-container-wrapper .swiper-button-next:after{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="17" fill="none" viewBox="0 0 23 17"><path stroke="white" stroke-width="2" d="M0 8.49951h20M13.5 1l7.4999 7.49989L13.5 15.9998"/></svg>');
	font-size: 0;
}

.has-background:not(.has-hellgrau-background-color) .swiper-container-wrapper :is(.swiper-button-next, .swiper-button-prev){
	background: #fff;
}
.has-background:not(.has-hellgrau-background-color) .swiper-container-wrapper :is(.swiper-button-next, .swiper-button-prev):after{
	filter: var(--filter-pink)
}

.swiper-container-wrapper .swiper-horizontal > .swiper-pagination-bullets{
	display: flex;
	gap: 10px;
	justify-content: center;
	bottom: 56px;
}
.swiper-container-wrapper .swiper-pagination-bullet{
	--swiper-pagination-bullet-inactive-opacity: .5;
	width: 15px;
	height: 15px;
	background: var(--wp--preset--color--mittelgrau);
	box-shadow: none;
	margin: 0 !important;
}
.has-background:not(.has-hellgrau-background-color) .swiper-container-wrapper .swiper-pagination-bullet{
	background: var(--wp--preset--color--weiss);
}
.swiper-container-wrapper .swiper-pagination-bullet-active{
	background-color: var(--wp--preset--color--express-personal-pink);
}

.is-style-z1 .wp-block-cover__image-background{
	z-index: 1;
}
.is-style-multiply-z1 .wp-block-cover__image-background{
	z-index: 1;
	mix-blend-mode: multiply;
}

.is-style-gap-80-lines:not([data-type="bootstrap/row"]),
.is-style-gap-80-lines[data-type="bootstrap/row"] > .row{
	--bs-gutter-x: 0;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 80px;
}
.is-style-gap-80-lines:not([data-type="bootstrap/row"]) > div,
.is-style-gap-80-lines[data-type="bootstrap/row"] > .row > div{
	position: relative;
	width: 100%;
}
.is-style-gap-80-lines:not([data-type="bootstrap/row"]) > div:not(:first-child):before,
.is-style-gap-80-lines[data-type="bootstrap/row"] > .row > div:not(:first-child):before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: -40px;
}

:is( .form-control, .form-select ),
:is( .form-control, .form-select ):focus{
	margin: 0 0 10px;
	padding: 7px 14px;
	background: var(--wp--preset--color--weiss);
	border: 1px solid var(--wp--preset--color--hellgrau);
	border-radius: 20px;
}
:is( .form-control, .form-select ):focus{
	box-shadow: none;
	border-color: var(--wp--preset--color--mittelgrau);
}
.form-select,
.form-select:focus{
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="13" fill="none" viewBox="0 0 11 13"><path stroke="%23232323" stroke-width="1.5" d="M5.5 0v10M10 6.5 5.5 11 1 6.5"/></svg>');
	background-position: right 12px center;
	background-repeat: no-repeat;
	border-color: var(--wp--preset--color--mittelgrau);
}
.form-control::-moz-placeholder{
	color: var(--wp--preset--color--mittelgrau);
}
.form-control::placeholder{
	color: var(--wp--preset--color--mittelgrau);
}
:is( .form-control, .form-select ).wpcf7-not-valid{
	border-color: #f00;
}
textarea.form-control{
	height: 240px;
	padding-top: 20px;
	padding-bottom: 20px;
}
textarea.form-control.smaller{
	height: 86px;
}

[data-id="verfugbar-teilzeit"] .form-control{
	margin: 0;
}

.wpcf7-submit{
	margin-top: 25px;
}

.wpcf7-acceptance{
	display: block;
	margin: 30px 0 15px;
}
:is( .wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio ) .wpcf7-list-item{
	display: block;
	margin: 0;
}
:is( .wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio ) .wpcf7-list-item label{
	display: flex;
	align-items: start;
	gap: 10px;
	cursor: pointer;
}
body #anmeldung :is(.wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio) .wpcf7-list-item label {
	display: block
}
body #anmeldung :is(.wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio) .wpcf7-list-item :is([type=checkbox], [type=radio])+span {
	color: var(--wp--preset--color--mittelgrau);
}
#jobs_filter input[type=checkbox],
:is( .wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio ) .wpcf7-list-item :is( [type=checkbox], [type=radio] ){
	flex-shrink: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"/>') center no-repeat;
	border: 1px solid var(--wp--preset--color--mittelgrau);
	border-radius: 0;
}
.wpcf7-radio .wpcf7-list-item [type=radio]{
	border-radius: 50%;
}
:is( .wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio ) .wpcf7-list-item :is( [type=checkbox], [type=radio] ){
	margin-top: 4px;
}
:is( .wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio ) .wpcf7-list-item :is( [type=checkbox], [type=radio] ) + span{
	color: var(--wp--preset--color--mittelgrau);
}
:is( .wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio ) .wpcf7-list-item :is( [type=checkbox], [type=radio] ) + span a{
	color: var(--wp--preset--color--express-personal-pink);
	font-weight: 500;
	text-decoration: none;
}
#jobs_filter input:is( [type=checkbox], [type=radio] ):checked,
:is( .wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio ) .wpcf7-list-item :is( [type=checkbox], [type=radio] ):checked{
	background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" xmlns="http://www.w3.org/2000/svg"><circle cx="4" cy="4" r="4" fill="%23E6007D"/></svg>');
	border-color: var(--wp--preset--color--schwarz);
}
#jobs_filter input:is( [type=checkbox], [type=radio] ):checked + span,
:is( .wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio ) .wpcf7-list-item :is( [type=checkbox], [type=radio] ):checked + span{
	color: var(--wp--preset--color--schwarz);
}
:is( .wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio ).wpcf7-not-valid{
	color: #f00;
}
:is( .wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio ).wpcf7-not-valid .wpcf7-list-item :is( [type=checkbox], [type=radio] ){
	border-color: #f00;
}

.wpcf7-form-control.two-cols{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 5px 20px;
	margin-bottom: 80px;
}
.wpcf7-form-control.two-cols .wpcf7-list-item:nth-child(odd){
	grid-row: auto 1;
	grid-column: 1/2;
}
.wpcf7-form-control.two-cols .wpcf7-list-item:nth-child(even){
	grid-row: auto 1;
	grid-column: 2/3;
}

.wpcf7-form-control.inline{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 50px;
}

.wpcf7-checkbox.inline{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 50px;
	margin-bottom: 80px;
}
.wpcf7 .recaptcha-notice {
	color: var(--wp--preset--color--mittelgrau);
	margin-top: 24px;
	display: block;
}
.wpcf7 .wpcf7-radio.fake-checkbox .wpcf7-list-item [type=radio] {
	border-radius: 0;
}

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

.wp-block-gallery{
	display: grid !important;
	grid-template-columns: repeat( 4, 1fr );
	gap: 25px;
}
.wp-block-gallery figure.wp-block-image{
	width: auto !important;
}
.wp-block-gallery figure.wp-block-image:first-child{
	grid-column: span 4;
}

.wp-block-gallery.is-style-golfova-akademia{
	grid-template-columns: 176fr 96fr 176fr;
}
.wp-block-gallery.is-style-golfova-akademia:before{
	display: none;
}
.wp-block-gallery.is-style-golfova-akademia figure.wp-block-image{
	width: 100% !important;
	height: 100%;
}
.wp-block-gallery.is-style-golfova-akademia figure.wp-block-image:nth-child(5n+1){
	grid-column: auto / span 1;
}
.wp-block-gallery.is-style-golfova-akademia figure.wp-block-image:nth-child(5n+2){
	grid-column: auto / span 2;
}
.wp-block-gallery.is-style-golfova-akademia figure.wp-block-image:nth-child(5n+3){
	grid-column: auto / span 2;
}
.wp-block-gallery.is-style-golfova-akademia figure.wp-block-image:nth-child(5n+4){
	grid-column: auto / span 1;
}
.wp-block-gallery.is-style-golfova-akademia figure.wp-block-image:nth-child(5n+5){
	grid-column: auto / span 3;
}
.wp-block-gallery.is-style-golfova-akademia img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wp-block-table table{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.wp-block-table :is(th,td){
	padding: 8px 0;
	border: 0;
}
.wp-block-table :is(th,td):last-child{
	text-align: right;
}
.wp-block-table tr > * + *{
	padding-left: 20px;
}

.wp-block-table.is-selected :is(th,td){
	border: 1px solid #000;
}
.wp-block-table#event-agenda-table :is(th, td):nth-child(2) {
	width: 80px;
}

.classicmenu{
	font-family: var(--wp--preset--font-family--firasans);
}

#footer-socials ul{
	gap: 10px;
}
#footer-socials a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	padding: 4px;
	background: #fff;
	border-radius: 50%;
	font-size: 0;
	transition: background-color .3s ease;
}
#footer-socials a:hover{
	background-color: var(--wp--preset--color--express-personal-pink);
}

#footer-links ul{
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
#footer-links a{
	display: block;
	padding: 0;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5714;
	color: var(--wp--preset--color--weiss);
	text-decoration: none;
}
.footercontact > a:hover,
#footer-gdpr a:hover,
#footer-links a:hover{
	color: var(--wp--preset--color--express-personal-pink);
}

#footer-gdpr a{
	padding: 0;
	font-weight: 800;
	text-decoration: none;
	color: inherit;
}
#footer-gdpr .current-menu-item a{
	color: var(--wp--preset--color--express-personal-pink);
}

.rank-math-breadcrumb{
	font-family: var(--wp--preset--font-family--firasans);
	font-weight: 500;
	line-height: 1.4286;
}
.rank-math-breadcrumb p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.rank-math-breadcrumb > p > * {
	max-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb .separator{
	color: var(--wp--preset--color--mittelgrau);
}
.rank-math-breadcrumb a:hover{
	color: var(--wp--preset--color--mittelgrau);
}
.rank-math-breadcrumb a:first-child{
	display: flex;
	align-items: center;
	gap: 5px;
}
.rank-math-breadcrumb a:first-child:before{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="15" fill="none" viewBox="0 0 13 15"><path fill="%23969696" d="M7.18.39C6.925.13 6.585 0 6.25 0s-.675.13-.93.39L0 5.735v7.94C0 14.405.59 15 1.315 15h9.87c.725 0 1.315-.59 1.315-1.325v-7.94zM4.405 14v-3.63c0-.73.09-1.325.815-1.325h2.06c.725 0 .815.59.815 1.32L8.11 14H4.4zm7.095-.325c0 .18-.14.325-.315.325h-2.07L9.1 10.36c-.01-1.91-.99-2.315-1.815-2.315h-2.06c-.83 0-1.815.405-1.815 2.325V14H1.32c-.175 0-.315-.145-.315-.325V6.15L6.03 1.095C6.105 1.02 6.19 1 6.25 1s.145.015.22.095L11.5 6.15z"/></svg>');
	font-size: 0;
}

/* .wp-block-cover-image.has-custom-content-position .wp-block-cover__inner-container.container,
.wp-block-cover.has-custom-content-position .wp-block-cover__inner-container.container{
	width: 100%;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container{
	width: 100%;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background{
	width: 100%;
	height: 100%;
} */

/* .wp-block-buttons{
	column-gap: 30px;
}
.wp-block-buttons > .wp-block-button{
	margin-right: 0;
	margin-bottom: 0;
} */

/* .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{
	border-top: 3px solid #fff;
}
.accordion-item{
	border: none;
	border-bottom: 3px solid #fff;
	background: none;
}
.accordion-button:not(.collapsed),
.accordion-button.collapsed{
	padding: 16px 30px;
	background: none;
	box-shadow: none;
	color: var(--dark--green);
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after{
	width: 10px;
	height: 10px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="none"><path fill="%23207331" d="M4.446 4.446V0h1.108v4.446H10v1.108H5.554V10H4.446V5.554H0V4.446z"/></svg>');
}
.accordion-button:not(.collapsed)::after{
	transform: rotate(-135deg);
}
.accordion-body{
	padding: 0 30px 30px;
} */

.mobile-collapsible{
	cursor: text;
}

.enlarge-button{
	position: absolute;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	padding: 7px 15px;
	background: var(--wp--preset--color--weiss);
	border: 1px solid var(--wp--preset--color--hellgrau);
	font-size: 12px;
	font-weight: 400;
	color: var(--wp--preset--color--dunkelgrau);
	text-decoration: none;
}

.team-member{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 40px 20px 20px;
	background: var(--wp--preset--color--dunkelblau);
	text-align: center;
	color: var(--wp--preset--color--weiss);
}
.team-member > img{
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 50%;
}
.team-member h3{
	margin-bottom: 2px;
}
.team-member .job{
	position: relative;
	font-family: var(--wp--preset--font-family--firasans);
	font-weight: 500;
	margin: 0 0 30px;
}
.team-member .job:after{
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -20px;
	background: var(--wp--preset--color--express-personal-pink);
}
.team-member .contacts{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	margin-top: auto;
}
.team-member .contacts a{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	transition: color .3s ease;
}
.team-member .contacts a:hover{
	color: var(--wp--preset--color--express-personal-pink);
}
.team-member .links{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
	width: 100%;
	margin-top: 10px;
}
.team-member .links a{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	background: #fff;
	border-radius: 50%;
}

.wp-block-post-title{
	margin: 0;
}

blockquote{
	position: relative;
	left: max( -25%, calc( var(--snap) + 20px ) );
}
blockquote > p{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3333;
	letter-spacing: 0.002em;
	color: var(--wp--preset--color--hellblau);
}
blockquote cite{
	position: relative;
	padding-bottom: 14px;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
}
blockquote cite:after{
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: var(--wp--preset--color--express-personal-pink);
	position: absolute;
	bottom: 0;
	left: 0;
}
blockquote cite strong{
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.002em;
}

.wp-block-embed{
	margin: 80px auto;
}

#blue-socials-ul,
ul.blue{
	gap: 10px;
}
#blue-socials-ul a,
ul.blue a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 0;
	width: 40px;
	height: 40px;
	background: var(--wp--preset--color--dunkelblau);
	border-radius: 50%;
}
#blue-socials-ul a img,
ul.blue a img{
	filter: brightness(0) invert(1);
	transform: scale(1.5);
}

.search-wrapper{
	position: relative;
}
.search-wrapper .form-control{
	margin: 0;
	padding: 18px 147px 18px 57px;
	background: var(--wp--preset--color--weiss) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="17" fill="none" viewBox="0 0 18 17"><path fill="%23e6007d" d="m17.2305 15.7008-5.1887-5.1887c.7817-1.09161 1.2466-2.41911 1.2466-3.8679C13.2884 2.97844 10.3167 0 6.64421 0 2.9717 0 0 2.97844 0 6.65094c0 3.67256 2.9717 6.64416 6.64421 6.64416 1.73854 0 3.31536-.6738 4.50139-1.7654l5.1347 5.128c.1348.1348.3033.1954.4785.1954s.3436-.0674.4784-.1954c.2628-.2628.2628-.6873 0-.9502zM6.64421 11.9407c-2.91779 0-5.2965-2.37197-5.2965-5.2965 0-2.92452 2.37197-5.29649 5.2965-5.29649 2.92452 0 5.29649 2.37197 5.29649 5.29649 0 2.92453-2.37197 5.2965-5.29649 5.2965z"/></svg>') left 20px center no-repeat;
	border: 0;
	border-radius: 999px;
}
.search-wrapper button{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	height: 60px;
	margin: 0;
	padding: 0 20px 0 0;
	background: none;
	border: 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2727;
	letter-spacing: 0.002em;
	color: var(--wp--preset--color--express-personal-pink);
	text-transform: uppercase;
}
.search-wrapper button:after{
	content: var(--after-arrow);
	font-size: 0;
	filter: var(--filter-pink)
}

.wp-block-separator.is-style-small{
	width: 40px;
	margin: 5px 0 20px;
	border-top: 4px solid var(--wp--preset--color--express-personal-pink);
}
hr.thick,
.wp-block-separator.is-style-thick{
	width: 126px;
	height: 6px;
	margin: 20px 0 50px;
	background: var(--wp--preset--color--express-personal-pink);
	border: 0;
}

.juicer-filter a{
	border-bottom: 4px solid transparent;
}
.juicer-filter a.active{
	border-color: var(--wp--preset--color--express-personal-pink);
}

.juicer-item{
	position: relative;
	transition: background-color .3s ease;
}
.juicer-item:hover{
	background-color: var(--wp--preset--color--hellgrau);
}
.juicer-item > a:after{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.juicer-item .content h5:after{
	content: '';
	width: 40px;
	height: 4px;
	background: var(--wp--preset--color--express-personal-pink);
	position: absolute;
	bottom: -9px;
	left: 0;
}

@media (min-width: 992px){
	.verfugbar-teilzeit-col{
		max-width: 160px;
		min-width: 64px
	}
}

@media( max-width: 1599px ){
	.wp-block-site-logo a{
		padding: 20px 0;
	}
	.wp-block-site-logo img{
		width: auto;
		height: 40px;
	}
}

@media( max-width: 991px ){
	:is(p, ul) + h3, :is(p, ul) + :is(.h3, .is-style-h3){
		margin-top: 60px;
	}
	.is-style-gap-80-lines:not([data-type="bootstrap/row"]), .is-style-gap-80-lines[data-type="bootstrap/row"] > .row{
		grid-template-columns: 1fr;
	}
	.is-style-gap-80-lines:not([data-type="bootstrap/row"]) > div:not(:first-child):before,
	.is-style-gap-80-lines[data-type="bootstrap/row"] > .row > div:not(:first-child):before{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: -40px;
		left: 0;
	}
	.mobile-collapsible{
		appearance: none;
		position: relative;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.mobile-collapsible:after{
		content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="15" fill="none" viewBox="0 0 13 15"><path stroke="%23969696" stroke-width="1.5" d="M6.5 0v12.2222M12 7.94429 6.5 13.4443 1 7.94429"/></svg>');
		font-size: 0;
		transform-origin: center;
		transition: transform .3s ease;
	}
	.mobile-collapsible.opened:after{
		transform: rotate(180deg);
	}
	.mobile-collapsible + *{
		height: 0px;
		overflow: hidden;
		transition: height .3s ease;
	}
	#footer-links-ul{
		padding-bottom: 10px;
	}
	.wp-block-embed{
		margin: 60px auto;
	}
	.hide-bg-on-mobile :is( .wp-block-cover__image-background, .wp-block-cover__background ){
		display: none;
	}
}

@media( max-width: 767px ){
	h1, .h1, .is-style-h1{
		margin-bottom: 10px;
		font-size: 32px;
		line-height: 1.1875;
	}
	:is(p, ul) + h3, :is(p, ul) + :is(.h3, .is-style-h3){
		margin-top: 40px;
	}
	.lead,
	.has-lead-font-size{
		font-size: 18px !important;
		font-weight: 500;
		line-height: 1.3333;
		color: var(--wp--preset--color--schwarz);
	}
	:is(p, figure) + .wp-block-buttons{
		margin-top: 40px;
	}
	.btn, .wp-block-button__link{
		padding: 10px 18px !important;
		font-size: 18px !important;
		font-weight: 500 !important;
		line-height: 1.5556 !important;
		letter-spacing: 0.011111em;
	}
	.rank-math-breadcrumb{
		font-size: 14px;
	}
	.wp-block-embed{
		margin: 40px auto;
	}
	.swiper-container-wrapper .swiper-horizontal > .swiper-pagination-bullets{
		bottom: 20px;
		gap: 5px;
	}
	.swiper-container-wrapper .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.search-wrapper button span{
		display: none;
	}
	.wpcf7-form-control.two-cols{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.wpcf7-checkbox.inline{
		flex-direction: column;
		gap: 10px;
	}
	.search-wrapper .form-control{
		padding: 18px 56px;
	}
	.logosgrid{
		gap: 20px;
	}
	.logosgrid .logo{
		height: 40px;
	}
	.logosgrid .caption{
		font-size: 12px;
		line-height: 1.3333;
	}
}

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