<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Dr. Petkin Stammzellentherapie
Theme URI: https://drpetkin.at/
Author: Martin Paschinger, MA |Â&nbsp;Design- und EntwicklungsbĂĽro
Author URI: https://martinpaschinger.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drpetkin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

drpetkin is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# no information
--------------------------------------------------------------*/

/* Document
	 ========================================================================== */
.styled-list.alt.split.reset-margin {
	display: none!important;
}

html {
	scroll-behavior: smooth;
}

h2 {
	font-size: 36px;
	margin-bottom: 25px;
}

h3 {
	font-size: 28px;
}

p {
	margin-bottom: 25px;
}

p, li {
	line-height: 1.5;
}

.vimeo-container .wp-block-embed__wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	border-radius: 15px;
	margin-bottom: 50px;
}

.vimeo-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.wrap {
	flex-wrap: wrap;
}

.col-2 {
	width: 50%;
}

.icon.phone {
	background-image: url('./assets/icons/phone-icon.svg');
	transition: all 0.3s ease-in-out;
}

.icon.phone:hover {
	background-image: url('./assets/icons/phone-icon-white.svg');
}

.icon:hover,
.social-link:hover::before {
	background-color: rgba(74,13,129,1);
	color: #fff;
}

.swiper-container,
.swiper-container-alt {
	width: 60%;
	height: 460px;
	overflow: hidden;
	position: relative;
}

.swiper-container {
	border-radius: 0px 0px 80px 0px;
}

.swiper-container.alt {
	border-radius: 0px 0px 0px 80px;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

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

.intro-header {
	width: 100%;
	height: auto;
}

.desc {
	width: 40%;
	padding-left: 5vw;
	position: relative;
}

.desc img.alignright {
	width: 140px;
	height: auto;
	position: absolute;
	bottom: -130px;
    right: 30px;
}

.inner-w.alt {
	margin-top: 30px;
}

.team.is-flex{
	align-items: flex-start;
}

.inner-w.alt .desc {
	padding-left: 0;
}

.padding-adj.inner-w {
	padding: 0px 5vw;
}

.add-spacing,
.inner-w.add-spacing {
	margin-top: 100px;
	margin-bottom: 100px;
}

.add-spacing-bottom {
	margin-bottom: 100px;
}

.site-footer {
	padding: 50px 0px;
	background-color: #4A0D81;
	color: #fff;
}

.site-footer .col-2:last-child {
	text-align: right;
}

.site-footer p,
.site-footer a {
	color: #fff;
	margin: 0;
}

.site-footer p {
	font-family: 'Montserrat-SemiBold';
	font-weight: normal;
}

.site-footer a {
	font-weight: 400;
}

.team-block {
	border-top: 2px solid #4A0D81;
}

.team-block .col-2:first-child {
	width: 42%;
	padding-right: 10%;
}

.team-block .col-2:last-child {
	width: 58%;
}

.col-2 img {
	width: 100%;
	height: auto;
	display: block;
}

.wp-block-column {
	flex-basis: calc(65% - 16px);
	margin-bottom: 0px;
	position: relative;
	grid-auto-rows: 1fr;

}

.wp-block-column:last-of-type {
    flex-basis: calc(40% - 16px);
}

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

.rounded-corner {
	border-radius: 0px 0px 60px 0px!important;
}

.divider {
	width: 100%;
	height: 1px;
	background-color: #4a0c81;
	position: relative;
	display: block;
	margin: 100px 0px 0px 0px;
}

.divider.height-fix {
	height: 3px;
}

.set-anchor-padding {
	padding-top: 100px!important;
}

.set-col-padding-left {
	padding-left: 50px;
}

.set-col-padding-right {
	padding-right: 50px;
}

.set-bg-color {
	margin: 100px 0px;
	background-color: #dcd9ec;
	padding: 100px 0px 80px 0px;
}

.set-bg-color.reset-pt {
	padding-top: 80px;
}

.main-color-bold {
	font-weight: 600!important;
	color: #4a0c81;
}

.reset-margin {
	margin: 0;
}

.reset-margin li {
	margin: 0!important;
}

#vorteile .booking-button-entry {
	margin-top: 25px;
}

.set-label {
	background-color: #dcd9ec;
    padding: 25px;
    border-radius: 12px;
}

.set-label,
.set-label p {
    font-size: 14px;
	color: #4a0c81;
}

.set-label.alt {
	background-color: #ffffff5c;
}

button, .link {
	font-family: 'Montserrat-SemiBold';
	width: 100%;
	height: auto;
	font-size: 21px;
	font-weight: normal;
	padding: 17px 30px;
	border: 2px solid #4A0D81;
	background-color: transparent;
	border-radius: 50px;
	color: #4A0D81;
	margin-bottom: 20px;
	outline: none;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

button:hover,
.link:hover {
	background-color: rgba(74, 13, 129, 1);
	color: #fff;
}

.info-w {
	margin-top: 30px;
}

.call-to-action-w {
	width: 32%;
	position: absolute;
	bottom: 0px;
}

.call-to-action-w h3 {
	font-size: 21px;
	text-align: center;
	margin-bottom: 25px;
}

.contact-link-adj {
	display: block;
    text-align: center;
}

.team-members {
	padding: 100px 0px;
	background-color: #DCD9EC;
}

.team-members .is-flex {
	align-items: flex-start;
}

.team-members h3 {
	margin-bottom: 20px;
}

.team-members p {
	margin-bottom: 0px;
	color: #4A0D81;
}

.col-3 {
	width: 33.33333%;
}

.add-margin-top {
	margin-top: 200px;
}

.angebot-block .wp-block-column {
    flex-basis: calc(50% - 16px);
}

.angebot-block h2,
.angebot-block-ext h2 {
	margin-bottom: 40px;
}

.wp-block-column ul {
	list-style: initial;
	margin-left: 20px;
}

.wp-block-column ul li {
	list-style: initial;
	margin-bottom: 25px;
}

.relative {
	position: relative;
}

.set-padding-right {
	padding-right: 20vw!important;
}

.set-padding-right-in-px {
	padding-right: 265px!important;
}

.ul-pt {
	padding-top: 25px;
}

.mt {
	margin-top: 50px;
}

.text-sm {
	font-size: 15px;
    color: #4a0c81;
}

.sholder-svg {
	width: 9vw;
    height: auto;
    position: absolute;
    top: 42px;
    right: 0;
}

.knee-svg {
	width: 260px;
    height: auto;
    position: absolute;
    top: 160px;
    right: 0;
}

.center-text {
	text-align: center;
}

.p-10 {
	padding-left: 10%;	
}

.pr-4 {
	padding-right: 0;
    padding-top: 25px;
    padding-bottom: 10px;
}

.center-group {
	display: flex;
	align-items: center;
}

.wp-block-image {
	margin: 0;
}

.styled-list {
	padding: 25px 0px 25px 16px;
	margin-left: 0!important;
	list-style: initial;
}

.styled-list.split {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	column-gap: 60px;
}

.styled-list li {
	font-weight: 600;
	color: #4A0D81!important;
	margin-bottom: 10px;
}

.styled-list.alt li {
	font-weight: normal;
	color: #5D5D5D!important;
}

.set-sub-headline {
	margin-bottom: 0px;
    margin-top: 100px;
}

.wp-block-columns .wp-block-columns {
	margin-top: 200px;
}

.wp-block-image.adj img{
	width: 240px;
    right: 60px;
    top: -133px;
}

.angebot-block-s {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.angebot-block-s.standard {
	flex-direction: row;
}

.angebot-block-s.alternativ {
	flex-direction: row-reverse;
}

.angebot-block-s p {
	color: #4A0D81;
	margin: 10px 0px 50px 0px;
}

.angebot-block-s p:last-of-type {
	margin-bottom: 0px;
}

.angebot-block-s h2 {
	margin-bottom: 0px;
}

.angebot-block-s .clr {
	height: 100%;
	width: 42%;
	padding: 0px 70px;
	background-color: #DCD9EC;
	text-align: center;
	border-radius: 0px 0px 80px 0px;
}

.angebot-block-s.alternativ .clr {
	border-radius: 0px 0px 0px 80px;
}

.angebot-block-s .img {
	width: 58%;
}

.weiteres-block .wp-block-column {
    flex-basis: calc(50% - 16px);
}

.dropdown-block {
	width: 100%;
	height: auto;
	position: relative;
	padding: 25px 0px;
	border-top: 2px solid #4A0D81;
	border-bottom: 2px solid #4A0D81;
	margin-bottom: 100px;
}

.dropdown-block:nth-child(2) {
	border-top: none;
}

.dropdown-block p:last-of-type {
	margin-bottom: 0;
}

.dropdown {
	width: 100%;
	height: auto;
	position: relative;
	cursor: pointer;
}

.dropdown h2 {
	margin-bottom: 5px;
}

.inner-dropdown {
	max-height: 0px;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease-in-out;
}

.dropdown-block.active .dropdown-icon {
	transform: rotate(180deg);
}

.dropdown-block.active .inner-dropdown {
	max-height: 4000px;
	margin-top: 25px;
	opacity: 1;
	visibility: visible;
	align-items: flex-start!important;
}

.inner-dropdown h3 {
	margin-bottom: 10px;
}

.inner-dropdown .col-3 p {
	margin-bottom: 0px;
}

.inner-dropdown .col-3 {
	margin-bottom: 25px;
	padding-right: 30px;
}

.dropdown-icon {
	position: absolute;
	top: 13px;
	right: 0;
	transition: all 0.5s ease-in-out!important;
}

.kontakt-block .col-3 strong {
	color: #5D5D5D;
}

.kontakt-block .col-3 a {
	font-weight: 400;
}

.social-media-links {
	margin-top: 20px;
}

.social-media-links .col-2:first-child {
	width: 66.66666%;
}

.social-media-links .col-2:last-child {
	width: 33.33333%;
}

.social-media-links p {
	color: #4A0D81;
}

.social-link::before {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 2px solid #4A0D81;
	content: '';
	position: relative;
	display: inline-block;
	margin-right: 20px;
	background-position: 20px center;
	background-size: 16px;
	transition: all 0.3s ease-in-out;
}

.social-link.fb::before {
	background-image: url('./assets/icons/facebook-icon.svg');
	background-repeat: no-repeat;
}

.social-link.fb:hover::before {
	background-image: url('./assets/icons/fb-icon-white.svg');
}

.social-link.gl::before {
	background-image: url('./assets/icons/google-icon.svg');
	background-repeat: no-repeat;
	background-position: 17px center;
	background-size: 17px;
}

.social-link.gl:hover::before {
	background-image: url('./assets/icons/gl-icon-white.svg');
}

.social-link.bo::before {
	background-position: 17px center;
    background-size: 17px;
	background-image: url('./assets/icons/booking-icon.svg');
	background-repeat: no-repeat;
}

.social-link.bo:hover::before {
	background-image: url('./assets/icons/booking-icon-active.svg');
}

/* .acf-map {
	width: 100%;
	height: 520px;
	margin-top: 85px;
} */

.acf-map {
    height: 0;
    margin-top: 85px;
    border-top: 2px solid #4a0d81;
}

.acf-map iframe {
	width: 100%;
	height: 100%;
}

.additional-links {
	width: 100%;
	height: 360px;
	position: relative;
}

.additional-links .picture {
	width: 26%;
	height: 100%;
	overflow: hidden;
	padding-right: 30px;
}

.additional-links .picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.additional-links .text {
	width: 74%;
    height: 100%;
    background-color: #DCD9EC;
    border-radius: 0px 0px 80px 0px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
}

.additional-links .link {
	padding: 17px 48px;
	display: inline-block;
	margin: 0;
}

.additional-links .text p {
	color: #4A0D81;
	margin-bottom: 40px;
}

.additional-links .text p:last-of-type {
	margin-bottom: 0px;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.3s ease-in-out;
} 

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	transform: translateY(0);
	opacity: 1;
}

/* .swiper-container-alt .swiper-button-next,
.swiper-container-alt .swiper-button-prev {
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.3s ease-in-out;
} 

.swiper-container-alt:hover .swiper-button-next,
.swiper-container-alt:hover .swiper-button-prev {
	transform: translateY(0);
	opacity: 1;
}  */

.swiper-button-next, .swiper-button-prev {
    width: 37px;
	height: 53px;
	margin-top: -40px;
    background-size: 37px 54px;
}

.swiper-button-prev {
	outline: none;
	background-image: url('./assets/icons/arrow-left-icon.svg');
	left: 20px;
}

.swiper-button-next {
	outline: none;
	background-image: url('./assets/icons/arrow-right-icon.svg');
	right: 20px;
}

.overlay-block {
	width: 100%;
	height: 0vh;
	overflow: hidden;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(74, 13, 129, .99);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out;
}

.overlay-block.active {
	height: 100vh;
	opacity: 1;
	visibility: visible;
}

.scroll-header {
	width: 100%;
	height: auto;
	padding: 30px 0px;
	position: fixed!important;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto!important;
	background-color: rgba(74, 13, 129, .98);
	box-shadow: 0px 30px 40px rgba(74, 13, 129, .99);
	z-index: 110;
}

.scroll-header .col-2 .close-icon {
	width: 55px;
    height: auto;
    position: relative;
    cursor: pointer;
    align-items: flex-end;
	padding: 10px;
	transition: all 0.5s ease-in-out;
}

.scroll-header .col-2 .close-icon:hover {
	transform: rotate(180deg);
}

.scroll-header .col-2.is-flex {
	justify-content: flex-end;
	align-items: center;
}

.scroll-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 220px;
	padding-bottom: 150px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.scroll-content.active {
	opacity: 1;
	visibility: visible;
}

.scroll-content.display-adj {
	display: none;
}

.scroll-content h2,
.scroll-content h3,
.scroll-content p,
.scroll-content strong,
.scroll-content li,
.scroll-content a {
	color: #fff;
}

.leaflet-container a {
    color: #4a0c81!important;
    font-size: 12px;
    text-decoration: underline;
}

.datenschutz-adj h3 {
	margin-bottom: 25px;
}

.icon.menue {
	display: none;
}

[data-scroll] {
    --scale: calc( var(--viewport-y) * -25px );
    transform: translateY(var(--scale));
}

#cn-accept-cookie,
#cn-refuse-cookie {
  font-size: 13px!important;
  color: #fff;
  display: inline-block;
  position: relative;
}

#cn-refuse-cookie {
  opacity: 0.5;
}

#cn-accept-cookie::after,
#cn-refuse-cookie::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
}

#cookie-notice .cookie-notice-container {
  padding: 20px 15px;
  box-shadow: 0px -4px 20px rgba(35, 35, 35, 0.25);
}

.cta-booking {
	position: absolute;
    bottom: -60px;
    left: 321px;
    width: 160px;
    height: auto;
    z-index: 10;
    display: block;
}

.booking-button-entry {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	background-image: url('./assets/icons/booking-button-inactive.svg');
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}

.center-btn .booking-button-entry {
	width: 330px;
	margin: 0 auto;
}

.booking-button-entry:hover {
	background-image: url('./assets/icons/booking-button-active.svg');
}

.angebot-block-s .is-flex {
	justify-content: center;
}

.podcast-margin {
	margin-top: 100px;
}

.wp-block-audio figcaption {
    color: #4a0d81;
}

.jobs.add-spacing {
	margin-top: 50px;
}

.jobs ul {
	margin-left: 20px;
	margin-bottom: 25px;
}

.jobs ul li {
	list-style: initial;
}

.erfahrungsbericht {
	margin-top: 50px;
    display: grid;
    grid-template-columns: 2fr 1fr; /* Dies entspricht 66.66666% zu 33.33333% */
    gap: 30px;
}

.erfahrungsbericht &gt; div:first-child {
	max-height: 400px;
	padding: 50px 50px 0px 50px;
	border-radius: 0px 0px 0px 60px;
	background-color: #dcd9ec;
	overflow: hidden;
	position: relative;
	transition: max-height .4s ease;
}

.erfahrungsbericht h3 {
	margin-bottom: 30px;
}

.erfahrungsbericht p {
	color: #4b0083;
}

.erfahrungsbericht p:last-of-type {
	margin-bottom: 110px;
}

.erfahrungsbericht &gt; div:last-child {
	height: 400px;
	position: relative;
	overflow: hidden;
}

.erfahrungsbericht img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0; 
}

.erfahrungsbericht button {
	position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    background-color: #dcd9ec;
    border-radius: 0;
    width: 100%;
    text-align: left;
    padding-left: 50px;
	padding-bottom: 50px;
	padding-top: 30px;
	margin-bottom: 0!important;
}

.erfahrungsbericht button:hover {
	color: #4a0c81;
}

.erfahrungsberichte .entry-content {
	margin-bottom: 100px;
}

.erfahrungsbericht.expanded-content &gt; div:first-child {
    max-height: 6000px !important;
}

@media all and (max-width: 1280px) {
	.wp-block-column img {
		width: 100%!important;
		height: auto!important;
		display: block;
	}

	.site-branding svg, .logo svg {
		width: 330px!important;
	}

	.podcast-margin,
	.set-sub-headline,
	.divider {
		margin-top: 80px;
	}

	.set-anchor-padding {
		padding-top: 80px!important;
	}

	.set-bg-color {
		padding-top: 80px;
		padding-bottom: 60px;
		margin: 80px 0px;
	}

	.reset-styled-list {
		padding-bottom: 0;
	}

	.reset-styled-list li:last-of-type {
		margin-bottom: 0px;
	}

	.dropdown-block {
		margin-bottom: 80px;
	}

	.set-label,
	.set-label p {
		font-size: 14px!important;
	}

	.scroll-header .col-2 .close-icon {
		width: 50px;
	}

	.inner-w,
	.scroll-header {
		max-width: 980px!important;
	}

	.swiper-container, .swiper-container-alt {
		height: 400px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 23px;
	}

	p, a, li {
		font-size: 18px!important;
	}

	.desc img.alignright {
		width: 110px;
		bottom: -120px;
	}

	.wp-block-column img {
		width: 170px;
		top: -35px;
	}

	.add-spacing, .inner-w.add-spacing {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.team-members {
		padding: 90px 0px;
	}

	.wp-block-image.adj img {
		width: 190px;
		right: 70px;
		top: -103px;
	}

	.angebot-block-s {
		height: 360px;
	}

	.angebot-block-s .col-2.img{
		height: 100%;
	}

	.social-media-links {
		margin-top: 20px;
	}

	.acf-map {
		/* height: 400px; */
		margin-top: 70px;
	}

	.additional-links {
		height: 340px;
	}

	.col-2 img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.inner-dropdown .col-3 {
		margin-bottom: 20px;
	}

	[data-scroll] {
		--scale: 0;
		transform: translateY(var(--scale));
	}

	header.site-header li {
		margin-right: 20px!important;
	}

	.erfahrungsbericht {
		margin-top: 40px;
		gap: 20px;
	}
}

@media all and (max-width: 960px) {
	
	.wp-block-audio figcaption {
		font-size: 0.8rem;
		margin-top: 0.4rem;
	}

	.set-col-padding-left {
		padding-left: 25px;
	}
	
	.site-branding svg, .logo svg {
		width: 280px!important;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 22px;
	}

	p, a, li {
		font-size: 16px!important;
	}

	.angebot-block-s .clr {
		padding: 0 30px;
	}

	.additional-links {
		height: 320px;
	}

	.add-spacing, .inner-w.add-spacing {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.team-members {
		padding: 80px 0px;
	}

	.wp-block-image.adj img {
		right: 20px;
	}

	.angebot-block-s {
		height: 340px;
	}
}

@media all and (max-width: 820px) {
	.p-10 {
		padding-left: 0;
		padding-top: 25px;
	}

	.pr-4 {
		padding-top: 15px;
	}

	p, li {
		line-height: 1.4;
	}

	.vimeo-container .wp-block-embed__wrapper {
		margin-bottom: 30px;
	}

	.podcast-margin,
	.set-sub-headline,
	.divider {
		margin-top: 30px;
	}

	.set-anchor-padding {
		padding-top: 30px!important;
	}

	.set-padding-right-in-px {
		padding-right: 60px!important;
	}

	#vorteile .booking-button-entry {
		margin-top: 5px;
	}

	.set-bg-color {
		padding-top: 35px;
		padding-bottom: 30px;
		margin: 30px 0px;
	}

	.mg-img-mobil {
		margin-bottom: 25px!important;
	}

	.mt {
		margin-top: 30px;
	}

	.wp-block-image {
		margin: 0;
	}

	.knee-svg {
		width: 20vw;
		top: 95px;
	}

	.set-bg-color.reset-pt {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.booking-button-entry {
		margin: 0;
	}

	.wp-block-group ul:last-of-type {
		padding-bottom: 0;
	}

	.set-col-padding-right {
		padding-right: 0px;
	}

	.set-padding-right-in-px {
		padding-right: 12vw!important;
	}

	.reset-styled-list {
		padding-bottom: 0;
	}

	.reset-styled-list li:last-of-type {
		margin-bottom: 0px;
	}

	.dropdown-block {
		margin-bottom: 30px;
	}

	.set-col-padding-left {
		padding-left: 0px;
	}

	.sholder-svg {
		width: 60px;
		top: 50px;
	}

	.reset-margin-mobil {
		margin: 0;
	}

	.styled-list.split {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		column-gap: 0px;
	}

	.styled-list {
		padding: 15px 0px 15px 14px;
	}

	.jobs.add-spacing {
		margin-top: 0px;
	}

	.job-toast {
		width: 286px!important;
		height: 60px!important;
		bottom: 20px!important;
	}

	.job-toast p {
		font-weight: bold;
	}

	.job-toast img {
		height: 35px!important;
	}

	#dropdownTopEl .wp-block-columns {
		margin-bottom: 0em;
	}

	.site-branding svg, .logo svg {
		width: 190px!important;
	}

	.icon {
		width: 42px!important;
		height: 42px!important;
	}

	header .main-navigation {
		display: block;
	}

	header.site-header li a {
		color: #fff;
	}

	.menu-hauptmenue-container {
		position: fixed;
		bottom: 0px;
		left: 0;
		width: 100vw;
		height: calc(100% - 95px);		
		z-index: 110;
		display: flex;
		opacity: 0;
		visibility: hidden;
		justify-content: center;
		align-items: center;
		text-align: center;
		transition: all 0.3s ease-in-out;
	}

	.menu-hauptmenue-container.active {
		opacity: 1;
		visibility: visible;	
	}

	.menu-hauptmenue-container .nav-menu {
		margin-bottom:  80px;
	}

	header.site-header li {
		display: block!important;
		margin-bottom: 15px;
		margin-right: 0!important;
	}

	header.site-header {
		padding: 20px 20px 40px 20px!important;
	}

	.swiper-container, .swiper-container-alt {
		width: 100%;
		height: 200px;
	}

	.swiper-container {
		border-radius: 0 0 50px;
	}

	.swiper-container.alt {
		border-radius: 0px 0px 0px 50px!important;
	}

	.is-flex {
		display: block!important;
	}

	.site-header .is-flex {
		display: flex!important;
	}

	.desc {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	h3 {
		font-size: 16px;
	}

	p, a, li {
		font-size: 15px!important;
	}

	p {
		margin-bottom: 20px;
	}

	button, .link {
		font-size: 15px;
		padding: 15px 20px;
		margin-bottom: 15px;
	}

	.desc img.alignright {
		width: 60px;
		bottom: 0px;
		right: 0px;
	}

	.add-spacing, .inner-w.add-spacing {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.team-members {
		padding: 30px 0;
	}

	.col-3 {
		width: 100%;
	}

	.team-members .col-3 {
		margin-top: 20px;
	}

	.team-members .col-3:first-of-type {
		margin-top: 0px;
	}

	.team-members h3 {
		margin-bottom: 5px;
	}

	.padding-adj.inner-w {
		padding: 0;
	}

	.team-block .col-2:first-child {
		width: 100%;
		padding-right: 0;
	}

	.team-block .col-2:last-child {
		width: 100%;
		margin-top: 25px;
	}

	.angebot-block h2, .angebot-block-ext h2 {
		margin-bottom: 20px;
	}

	.wp-block-column img {
		width: 95px;
		height: auto!important;
		top: 5px;
	}

	.angebot-block .wp-block-columns {
		display: block;
	}

	.scroll-header {
		padding: 20px 0;
	}

	.scroll-content {
		margin-top: 140px;
		padding-bottom: 20px;
	}

	.scroll-header.is-flex,
	.scroll-header .col-2.is-flex {
		display: flex!important;
	}

	.wp-block-column ul li {
		margin-bottom: 15px;
	}

	.wp-block-columns .wp-block-columns {
		margin-top: 40px;
	}

	.wp-block-image.adj img {
		width: 80px;
		right: 40px;
		top: -95px;
	}

	.angebot-block-s .clr {
		height: 100%;
		width: 100%;
		padding: 20px 20px 40px 20px;
		border-radius: 0 0 60px;
	}

	.angebot-block-s {
		height: auto;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.angebot-block-s p {
		margin: 10px 0 30px;
	}

	.angebot-block-ext h2 {
		margin-bottom: 5px;
	}

	.angebot-block-s .img {
		width: 100%;
	}

	.dropdown-icon {
		top: 5px;
		width: 20px;
	}

	.inner-dropdown .wp-block-columns {
		display: block;
	}

	.inner-dropdown .col-3 {
		margin-bottom: 20px;	
	}

	.inner-dropdown .col-3:last-of-type {
		margin-bottom: 0;
	}

	.social-media-links .col-2:first-child,
	.social-media-links .col-2:last-child {
		width: 100%;
	}

	.social-media-links .col-2:last-child {
		margin-top: 10px;
	}

	.social-link:before {
		width: 40px;
		height: 40px;
		margin-right: 10px;
		background-position: 16px center;
		background-size: 12px;
	}

	.social-link.gl:before {
		background-position: 12px center;
	}

	a.is-flex {
		display: flex!important;
	}

	.acf-map {
		/* height: 230px; */
		margin-top: 40px;
	}

	.additional-links {
		height: auto;
	}

	.additional-links .picture {
		width: 100%;
		padding-right: 0;
		border-radius: 0;
	}

	.additional-links .text {
		width: 100%;
		height: auto;
		border-radius: 0 0 60px;
		padding: 20px;
	}

	.additional-links p:last-of-type {
		margin-bottom: 20px;
	}

	.col-2 {
		width: 100%;
	}

	.site-footer {
		padding: 20px 0;
	}

	.site-footer .col-2:last-child {
		text-align: left;
	}

	.info-w {
		margin-top: 20px;
	}

	.call-to-action-w {
		width: 100%;
		position: relative;
		margin-top: 10px;
	}

	.call-to-action-w h3 {
		margin-bottom: 20px;
	}

	.icon.menue {
		margin-left: 8px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}	

	.line {
		width: 60%;
		height: 2px;
		margin-top: 6px;
		margin-bottom: 0;
		background-color: #4A0D81;
		display: block;
	}

	.line:last-of-type {
		margin-bottom: 0;
    	margin-top: -15px;
	}

	.swiper-button-next, .swiper-button-prev {
		margin-top: -26px;
	}

	#menu-item-205-de {
		margin-right: 0px;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .25);
		padding-right: 0px!important;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}

	#menu-item-205-en {
		margin-top: 0px;
	}

	.cta-booking {
		bottom: 115px;
		left: initial;
		right: 15px;
		width: 90px;
	}

	.social-link.bo {
		margin: 10px 0px;
	}

	.social-link.bo::before {
		background-position: 13px center;
		background-size: 16px;
	}
	
	.booking-button-entry {
		max-width: 300px;
	}

	.erfahrungsbericht {
		margin-top: 20px;
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.erfahrungsbericht &gt; div:first-child {
		padding: 25px 25px 0px 25px;
		order: 1;
	}

	.erfahrungsbericht &gt; div:last-child {
		height: 320px;
	}

	.erfahrungsbericht button {
		padding-left: 25px;
		padding-bottom: 30px;
		padding-top: 20px;
		margin-bottom: 0!important;
	}

	.erfahrungsbericht &gt; div:first-child {
		max-height: 375px;
		padding: 25px 25px 0px 25px;
		border-radius: 0px 0px 0px 30px;
	}

	.erfahrungsbericht p:last-of-type {
		margin-bottom: 75px;
	}

	.erfahrungsberichte .entry-content {
		margin-bottom: 40px;
	}

	.erfahrungsbericht h3 {
		margin-bottom: 20px;
	}
}
</pre></body></html>