/*
 Theme Name: Divi Child
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* COLORS Start */

:root {
  font-size: 20px;
  --seewirt-grey: #5a5956;
  --seewirt-creme: #fcf9f4;
  --seewirt-creme-dark: #f4f0e5;
  --seewirt-orange: #fa5205;
  --seewirt-blue: #a4bcc2;
  --seewirt-green: #ada400;
  --seewirt-apricot: #f6beb2;
  --seewirt-yellow: #ffec7a;
  --white: #fff;
  --black: #000;
}

/* COLORS End */


/* CUSTOM STYLE Start */

@font-face {
  font-family: PalmdaleRegular;
  src: url(/fonts/PalmdaleRegular/font.woff2) format("woff2");
  font-weight: normal;
}

@font-face {
  font-family: BourbonSt;
  src: url(/fonts/BourbonSt/font.woff2) format("woff2");
  font-weight: normal;
}

@font-face {
  font-family: OrganGrinder;
  src: url(/fonts/OrganGrinder/font.woff2) format("woff2");
  font-weight: normal;
}

@font-face {
  font-family: ApercuCondensed;
  src: url(/fonts/ApercuCondensedMedium/font.woff2) format("woff2");
  font-weight: normal;
}

@font-face {
  font-family: ApercuCondensed;
  src: url(/fonts/ApercuCondensedBlack/font.woff2) format("woff2");
  font-weight: bold;
}

p, body {
	font-family: 'ApercuCondensed', sans-serif;
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: var(--seewirt-grey);
	font-weight: normal;
}

b, strong {
	font-family: 'ApercuCondensed', sans-serif;
	font-weight: bold;
}

a {
	transition: all 0.4s ease-in-out;
}
a:hover, a:focus {
	color: var(--seewirt-grey);
}

h1 {
	font-family: 'PalmdaleRegular', cursive;
	font-size: 4.5rem;
	line-height: 4.75rem;
	color: var(--seewirt-orange);
	transform: rotate(-10deg);
	margin: 0 0 4rem 0;
}
h2 {
	font-family: 'BourbonSt', serif;
	font-size: 4rem;
	line-height: 4.25rem;
	color: var(--seewirt-orange);
}
h3 {
	font-family: 'OrganGrinder', sans-serif;
	font-size: 2rem;
	line-height: 2.25rem;
	color: var(--seewirt-orange);
}
h4 {
	font-family: 'ApercuCondensed', sans-serif;
	font-size: 1.75rem;
	line-height: 2rem;
	color: var(--seewirt-orange);
}
h5 {
	font-family: 'ApercuCondensed', sans-serif;
	font-size: 1rem;
	line-height: 1.25rem;
	letter-spacing: 0.05rem;
	color: var(--seewirt-orange);
}
.bigger-fontsize, .bigger-fontsize p {
	font-size: 1.75rem;
	line-height: 2rem;
	color: var(--seewirt-orange);
}

#main-content {
	background-color: var(--seewirt-creme);
}
#main-content .content-container {
	padding-top: 0;
}

.image-crop-portrait, .image-crop-square, .image-crop-landscape {
	margin: 0 !important;
}
.image-crop-portrait .et_pb_image_wrap, .dipl-hero-slide-media-inner {
    padding-top: 117.44%;
    display: block;
	overflow: hidden;
	position: relative;
}
.image-crop-square .et_pb_image_wrap {
    padding-top: 100%;
    display: block;
	overflow: hidden;
}
.image-crop-landscape .et_pb_image_wrap {
    padding-top: 66.66%;
    display: block;
	overflow: hidden;
}
.image-crop-square .et_pb_image_wrap {
	padding-top: 100%;
}
.image-crop-portrait .et_pb_image_wrap img, .image-crop-square .et_pb_image_wrap img, .image-crop-landscape .et_pb_image_wrap img, .dipl-hero-slide-media-inner img {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

#page-container .button {
    text-transform: uppercase;
    font-family: 'ApercuCondensed', sans-serif;
    font-weight: bold;
    color: var(--seewirt-orange);
    display: inline-block;
    padding: 7px 18px 2px 18px !important;
    border: solid 1px var(--seewirt-orange);
    letter-spacing: 0.05rem;
	font-size: 1.1rem;
    line-height: 1.5rem !important;
}
.button:hover, .button:focus {
	color: var(--seewirt-creme) !important;
	background: var(--seewirt-orange);
	border: solid 1px var(--seewirt-orange);
}
#page-container .button.alt {
	color: var(--seewirt-creme);
	background: var(--seewirt-orange);
}
.button.alt:hover, .button.alt:focus {
	color: var(--seewirt-orange) !important;
	background: var(--seewirt-creme) !important;
}

.dipl_line {
	border-top-width: 1px !important;
	border-color: var(--seewirt-orange) !important;
}
.dipl_separator h1 {
	margin: 0;
}
.dipl_separator .dipl_separator_container.align_center .dipl_line_before {
	margin-right: 1.5rem !important;
}
.dipl_separator .dipl_separator_container.align_center .dipl_line_after {
	margin-left: 1.5rem !important;
}

.center_columns_vertically {
	display: flex;
}
.center_columns_vertically .et_pb_column {
	margin-top: auto;
	margin-bottom: auto;
}
.center_columns_vertically.text-column-left .et_pb_column:first-child {
	padding-right: 9%;
}
.center_columns_vertically.text-column-right .et_pb_column.et-last-child {
	padding-left: 9%;
}
.center_columns_vertically .et_pb_image.small-image {
	position: absolute !important;
  	bottom: -15%;
  	width: 66%;
	border: solid 20px var(--seewirt-creme);
	top: auto;
	left: auto;
}
.center_columns_vertically .et_pb_image.small-image.right {
  	right: -20%;
}
.center_columns_vertically .et_pb_image.small-image.left {
  	left: -45%;
}

.et_pb_section, .et_pb_row, .et_pb_row.text-mit-bild {
	padding: 3% 0;
}
.et_pb_row.text-mit-bild.top-container {
	padding-top: 0;
}
.et_pb_row.text-mit-bild h2 {
	margin-bottom: 2rem;
}

.error-page h1 {
	margin-bottom: 30px;
}

.pre-headline {
	color: var(--seewirt-orange);
	text-transform: uppercase;
	margin-bottom: 1rem;
	letter-spacing: 0.05rem;
}
.et_pb_row.divider-solid {
	padding: 3% 0 !important;
}
#headline {
	padding-top: 0;
}

#datenschutz, #impressum {
	padding: 3% 0 6% 0;
}
#datenschutz h2, #impressum h2 {
	margin-top: 2rem;
  	margin-bottom: 1rem;
  	font-size: 3.5rem;
	line-height: 3.75rem;
}

/* CUSTOM STYLE End */


/* STARTSEITE Start */

#homepage-header {
	padding: 0 80px;
}
#homepage-header .et_pb_row {
	padding: 0;
	width: 100%;
    max-width: 100%;
	min-height: 75vh;
}
#homepage-header h1 {
	font-family: 'ApercuCondensed', sans-serif;
	transform: rotate(0deg);
	color: var(--seewirt-orange);
	font-size: 3.75rem;
	line-height: 4.25rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top: -8vh;
}
#homepage-header h1 span.left {
	margin-right: 10vw;
}
#homepage-header h1 span.right {
	margin-left: 10vw;
}

.startseite .button {
	margin-top: 1rem;
}
.startseite .button.alt {
	margin-top: 0;
}

/* .startseite .nummern {
	font-family: 'BourbonSt', serif;
	font-size: 6rem;
	line-height: 6rem;
	color: var(--seewirt-orange);
	padding: 2rem 0 3rem 0;
} */

#einleitung {
	padding-left: 5%;
	padding-right: 5%;
}
#einleitung, #einleitung p {
	font-size: 1.75rem;
	line-height: 2rem;
	color: var(--seewirt-orange);
}
#einleitung .et_pb_column_1 {
	padding-bottom: 5%;
}
#einleitung .et_pb_column.et-last-child {
	padding: 0 0 15% 0;
}
#einleitung.center_columns_vertically .et_pb_column {
	margin-top: auto;
	margin-bottom: auto;
}
#einleitung .urlaub-wie-damals {
	position: absolute !important;
	width: 53%;
	bottom: 0;
	right: -6%;
	z-index: 11;
}
.et_pb_video_play:before {
    transform: scale(1);
    animation: pulse 2s infinite;
    border-radius: 50%;
	background: var(--white); 
    border: 8px solid var(--white);
}
#einleitung .et_pb_video_play {
	font-size: 5rem;
	line-height: 5rem;
	margin-left: -2.9rem;
	margin-top: -2.9rem;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        transform: scale(1.2);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.startseite #angebote {
	padding: 3% 0;
}

.startseite #strandhaus h2 {
	font-family: 'PalmdaleRegular', cursive;
	font-size: 4.5rem;
	line-height: 4.75rem;
	color: var(--seewirt-orange);
	transform: rotate(-10deg);
	margin: 2rem 0 2.5rem 0;
}
.startseite #strandhaus .et_pb_column:first-child {
	margin-bottom: 0;
}
.startseite #strandhaus .palmen {
	bottom: 0;
	right: -29%;
}

#startseite-zimmer .et_pb_column:first-child, #startseite-restaurant .et_pb_column:first-child {
	padding-bottom: 20%;
}
#startseite-zimmer .et_pb_column:last-child, #startseite-restaurant .et_pb_column:last-child {
	margin-bottom: 7%;
}

#startseite-restaurant .image-crop-portrait .et_pb_image_wrap img {
	object-position: 50% 80%;
}

#besonderes-zu-entdecken {
  padding: 3% 0;
}
#besonderes-zu-entdecken .dipl_hero_slider_item {
  padding: 0 0 3% 0!important;
}
#besonderes-zu-entdecken .dipl_hero_slider_item_3 .dipl-hero-slide-media-inner img {
	object-position: 50% 100%;
}
#besonderes-zu-entdecken .dipl_hero_slider_item_4 .dipl-hero-slide-media-inner img {
	object-position: 50% 38%;
}
#besonderes-zu-entdecken .dipl_hero_slider_item_6 .dipl-hero-slide-media-inner img {
	object-position: 50% 70%;
}
#besonderes-zu-entdecken .dipl-hero-slide-content-wrap {
	margin-left: 13%;
}
#besonderes-zu-entdecken h2 {
	font-family: 'ApercuCondensed', sans-serif;
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: var(--seewirt-orange);
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 2.5rem;
}
#besonderes-zu-entdecken h3 {
	font-family: 'PalmdaleRegular', cursive;
	font-size: 4.5rem;
	line-height: 4.75rem;
	color: var(--seewirt-orange);
	transform: rotate(-10deg);
	margin: 0 0 4rem 0;
	text-align: center;
}
#besonderes-zu-entdecken .et_pb_button {
    text-transform: uppercase;
    font-family: 'ApercuCondensed', sans-serif;
    font-weight: bold;
    color: var(--seewirt-orange);
    display: inline-block;
    padding: 7px 18px 2px 18px !important;
    border: solid 1px var(--seewirt-orange);
    letter-spacing: 0.05rem;
    line-height: 1.5rem !important;
	margin-top: 1rem;
}
#besonderes-zu-entdecken .et_pb_button:hover, #besonderes-zu-entdecken .et_pb_button:focus {
	color: var(--seewirt-creme);
	background: var(--seewirt-orange);
	border: solid 1px var(--seewirt-orange);
}
#besonderes-zu-entdecken .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin: 0 6px;
	background: var(--seewirt-creme) !important;
	border: solid 1px var(--seewirt-orange);
	opacity: 1;
}
#besonderes-zu-entdecken .swiper-pagination-bullet-active {
	background: var(--seewirt-orange) !important;
}

/* STARTSEITE End */


/* ZIMMER Start */

#zimmerbeschreibung {
	padding: 0 0 3% 0;
}
#page-container #zimmer-auswahl .et_pb_button {
	font-weight: normal;
	line-height: 1.5rem !important;
	border: solid 1px var(--seewirt-orange);
	padding: 7px 38px 2px 10px !important;
	letter-spacing: 0.05rem;
}
#page-container #zimmer-auswahl .et_pb_button:after {
	font-size: 1.4rem !important;
	line-height: 1.2rem;
	margin-left: .1em;
}
#zimmer-auswahl {
	margin-bottom: 35px;
}
#zimmer-auswahl .dipl_dropdown_button_wrap {
	text-align: right;
}
#page-container #zimmer-auswahl .dipl_dropdown_menu_items {
	font-size: 0.9rem;
	min-width: 180px;
	background-color: var(--seewirt-creme);
	box-shadow: none;
	border: 1px solid var(--seewirt-orange);
	border-top: none;
	padding: 5px 0;
	text-align: left;
}
#page-container #zimmer-auswahl .dipl_dropdown_menu_items a {
	line-height: 1.2rem;
	color: var(--seewirt-grey);
}
#page-container #zimmer-auswahl .dipl_dropdown_menu_items a:hover {
	color: var(--seewirt-creme);
	background-color: var(--seewirt-orange);
}
#zimmerkategorien {
	padding: 3% 0 3% 0;
}
#zimmerkategorien .dipl_separator .dipl_separator_container.align_center .dipl_line_before {
	margin-right: 1rem !important;
}
#zimmerkategorien .dipl_separator .dipl_separator_container.align_center .dipl_line_after {
	margin-left: 1.75rem !important;
}
#zimmerkategorien.zimmer-startseite .dipl_separator .dipl_separator_container.align_center .dipl_line_before {
	margin-right: 1.5rem !important;
}
#zimmerkategorien.zimmer-startseite .dipl_separator .dipl_separator_container.align_center .dipl_line_after {
	margin-left: 1.5rem !important;
}
#zimmerkategorien h2 {
	font-family: 'PalmdaleRegular', cursive;
	font-size: 4.5rem;
	line-height: 4.75rem;
	color: var(--seewirt-orange);
	transform: rotate(-10deg);
	margin: 0;
}
#zimmerkategorien.zimmer-startseite h2 {
	font-family: 'ApercuCondensed', sans-serif;
	font-size: 1rem;
	line-height: 1rem;
	transform: rotate(0);
	text-transform: uppercase;
	padding: 0;
}
#fruehstueck .image-crop-portrait .et_pb_image_wrap img {
	object-position: 50% 100%;
}
#fruehstueck .et_pb_column:first-child {
  margin-bottom: 7%;
}

/* ZIMMER End */


/* RESTAURANT Start */
#restaurant h1 {
	margin-left: -25%;
	margin-right: -25%;
	font-size: 4rem;
	line-height: 4.25rem;
}
#restaurant .image-crop-portrait .et_pb_image_wrap img {
	object-position: 50% 80%;
}
#feine-kueche {
	padding: 3% 0 6% 0;
}
#page-container .striped-bg {
	background-image: linear-gradient(0deg, var(--seewirt-creme) 25%, var(--seewirt-apricot) 25%, var(--seewirt-apricot) 50%, var(--seewirt-creme) 50%, var(--seewirt-creme) 75%, var(--seewirt-apricot) 75%, var(--seewirt-apricot) 100%) !important;
	background-size: 20% 20%;
	background-repeat: repeat;
	background-position: 0 0;
	padding: 0 0 240px 0 !important;
}

#speisekarte-headline {
	padding: 0;
	margin-bottom: 60px;
}
#speisekarte-headline h1 {
	margin-top: -60px;
}
#speisekarte {
	background: var(--seewirt-creme-dark);
	padding: 40px 5%;
}
#speisekarte .et_pb_column {
	border: 1px solid rgba(0,0,0,0.5);
}
#tisch-reservieren p {
	margin-top: 1rem;
}
#unsere-kueche .et_pb_column:first-child {
	margin-bottom: 7%;
}
#unsere-kueche .unsere-kueche-headline {
	position: absolute !important;
	top: 13%;
	left: 55%;
	text-align: center;
	width: 150%;
}
#unsere-kueche .image-crop-portrait .et_pb_image_wrap img {
	object-position: 50% 75%;
}

/* RESTAURANT End */


/* STRANDHAUS ATTILA Start */

#strandhaus h1 {
	margin: 2rem 0 2.5rem 0;
}
#strandhaus .image-crop-portrait .et_pb_image_wrap img {
	object-position: 50% 100%;
}
#strandhaus .strandhaus-headline {
	position: relative !important;
	left: -130%;
	text-align: center;
	width: 206%;
}
#strandhaus .et_pb_column:first-child {
	margin-bottom: 7%;
}
#strandhaus .et_pb_column.et-last-child {
	margin-top: 8%;
}
#strandhaus .sommer-wie-damals {
	position: absolute !important;
	width: 206px;
	top: 10%;
	right: -106%;
	z-index: 10;
}
#strandhaus .palmen {
	position: absolute !important;
	width: 100%;
	bottom: -9%;
	top: auto;
	right: -37%;
	left: auto;
}
#urlaub-wie-damals {
	padding: 3% 0 6% 0;
}
#attila .image-crop-portrait .et_pb_image_wrap img {
	object-position: 50% 27%;
}
	

/* STRANDHAUS ATTILA End */


/* SEMINARE Start */

#seminare h1 {
	margin-left: -25%;
	margin-right: -25%;
	font-size: 4rem;
	line-height: 4.25rem;
}
#seminare .image-crop-portrait .et_pb_image_wrap img {
	object-position: 13% 50%;
}
#individuelles-angebot p {
	margin-top: 1rem;
}
#ihr-team .et_pb_column:first-child {
	margin-bottom: 7%;
}
#ihr-team .image-crop-landscape .et_pb_image_wrap img {
	object-position: 0% 100%;
	height: 120% !important;
}

/* SEMINARE End */


/* KONTAKT Start */

#kontakt {
	padding-bottom: 0;
}
#kontakt .image-crop-portrait .et_pb_image_wrap img {
	object-position: 50% 75%;
}
#anreise {
	padding-top: 0;
}
#anreise .et_pb_column:first-child {
	padding: 3% 0;
}
#anreise .et_pb_column.et-last-child {
	padding-left: 9%;
}
#anreise .et_pb_blurb_content {
	max-width: 100%;
	border-bottom: solid 1px var(--seewirt-grey);
	padding: 0.5rem 0 0.5rem 1rem;
}
#anreise .et_pb_blurb_content p {
	padding-bottom: 0.5rem;
}
#anreise .et_pb_main_blurb_image {
	width: 25px;
}
#anreise .et_pb_main_blurb_image img {
	animation: none;
}
#anreise .et_pb_blurb_container {
 	padding-left: 8%;
}
#anreise .et_pb_blurb_container h2 {
	font-family: 'ApercuCondensed', sans-serif;
	font-size: 0.75rem;
	line-height: 1rem;
	letter-spacing: 0.05rem;
	color: var(--seewirt-orange);
	text-transform: uppercase;
	margin-bottom: 0;
}
#anreise .image-crop-portrait .et_pb_image_wrap img {
	object-position: 50% 100%;
}

/* KONTAKT End */


/* HEADER Start */

#header {
	padding: 40px 0 50px 0;
	margin: 0;
}
.header_logo {
	width: 182px;
	height: auto;
	margin: 0 auto !important;
}
.header_logo a {
	display: block;
	line-height: 1px;
}

#page-container #header-menu {
	position: fixed;
	width: 100%;
	min-height: 100px;
	bottom: 0;
	top: auto;
	left: 0;
	z-index: 10;
	background: var(--seewirt-creme) !important;
	padding: 0;
	margin: 0;
	font-family: 'ApercuCondensed', sans-serif;
	font-weight: normal;
	color: var(--seewirt-orange);
}

#header-menu .et_pb_row {
	width: 100%;
}
#header-menu p {
	color: var(--seewirt-orange);
}
#header-menu p a {
	display: inline-block;
	margin: 0 0 0 40px;
}

#header-menu ul li a {
	font-family: 'ApercuCondensed', sans-serif;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

#header-menu ul {
    list-style-type: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 0 23px 0;
}

#header-menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#header-menu li:after {
	position: relative;
	top: -6px;
	content: '';
	display: inline-block;
	margin: 0 20px;
	width: 30px;
	height: 1px;
	background: var(--seewirt-orange);
}
#header-menu li:last-child:after {
	width: 0;
	height: 0;
	margin: 0;
}

#page-container .jetzt_buchen-jetzt_anfragen  {
    position: fixed;
	top: 50%;
	background-color: var(--seewirt-orange) !important;
	width: 280px;
	height: 80px;
	padding: 30px 0;
    margin: 0;
	transition: all 0.4s ease-in-out;
}
#page-container .jetzt_buchen-jetzt_anfragen .et_pb_text {
	z-index: 2;
}
#page-container #jetzt_buchen-button  {
    right: -100px;
	left: auto;
    transform: translateY(-50%) rotate(-90deg);
}
#page-container #jetzt_anfragen-button  {
    left: -100px;
	right: auto;
    transform: translateY(-50%) rotate(90deg);
}
#page-container .jetzt_buchen-jetzt_anfragen:hover {
	height: 120px;
	padding: 40px 0;
}
#page-container .jetzt_buchen-jetzt_anfragen .et_pb_row {
	width: 100%;
	padding: 0;
	margin: 0;
}
#page-container .jetzt_buchen-jetzt_anfragen a {
	font-family: 'ApercuCondensed', sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: var(--seewirt-creme);
	font-weight: bold;
	letter-spacing: 0.05rem;
}
#page-container .jetzt_buchen-jetzt_anfragen .et-pb-icon {
	top: -90px;
	color: var(--seewirt-creme);
	font-size: 36px;
	padding: 0 8px 14px 6px;
	background-color: var(--seewirt-orange);
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}
#page-container .jetzt_buchen-jetzt_anfragen:hover .et-pb-icon {
	top: -100px;
}

#jetz_buchen-button-mobil, #jetz_anfragen-button-mobil, #menuToggle, #sprachauswahl-mobil {
	display: none;
}

/* HEADER End */


/* FOOTER Start */

#footer .center_columns_vertically {
	display: flex;
}
#footer .center_columns_vertically .et_pb_column {
	padding: 0;
	text-align: left;
}
#page-container #footer {
	background-color: var(--seewirt-orange) !important;
	padding: 120px 0;
	font-size: 1.8rem;
	line-height: 2.4rem;
	color: var(--seewirt-orange);
}

#footer h2 {
	font-family: 'PalmdaleRegular', cursive;
	font-size: 3.25rem;
	line-height: 3.25rem;
	transform: rotate(-10deg);
	margin: 15px 0 60px 0;
}

#footer .et_pb_icon {
	display: inline-block !important;
	margin-right: 15px;
}
#page-container #footer .et-pb-icon {
	color: var(--seewirt-orange);
	font-size: 36px;
	transition: all 0.4s ease-in-out;
}	
#page-container #footer .et-pb-icon:hover, #page-container #footer .et-pb-icon:focus {
	color: var(--seewirt-grey);
}
#page-container #footer .facebook .et-pb-icon {
	font-size: 30px;
	top: -2px;
}

#footer .logo-und-briefmarke {
	margin: 0 auto;
	padding: 40px;
}
#footer .footer_logo {
	width: 182px;
	height: auto;
	margin: 20px auto;
}
#footer .footer_stamp {
	position: absolute !important;
	top: 0;
	right: 0;
	left: auto;
	width: 207px;
	height: auto;
}
#footer .footer_stamp_circle {
	position: absolute !important;
	top: 95px;
	right: 145px;
	left: auto;
	width: 150px;
	height: auto;
}

#footer .karte-inhalt {
	padding: 0 90px 90px 90px;
	margin: 0 auto;
}
#footer .karte-inhalt-links {
	border-right: solid 1px var(--seewirt-orange);
	padding-right: 3% !important;
}
#footer .karte-inhalt-rechts {
	border-left: solid 1px var(--seewirt-orange);
    left: -1px;
}
#footer .footer-kontakt-mobile {
	display: none;
}

#footer .footer-adress {
	margin: 60px 0 0 0;
	padding-left: 80px;
}
#footer .footer-adress p {
	padding-bottom: 0;
	margin-bottom: 15px;
	border-bottom: solid 1px rgba(250,82,5,0.3);
	font-size: 1.8rem;
	line-height: 2.4rem;
	color: var(--seewirt-orange);
}

#footer .footer-links {
	padding: 50px 0 140px 0 !important;
	font-size: 1.4rem;
}
#footer .footer-links a {
	display: inline-block;
	margin: 0 30px;
	color: var(--seewirt-creme);
}
#footer .footer-links a:hover, .footer-links a:focus {
	color: var(--black);
}
#footer .footer_ps {
	margin-top: 30px;
}
#footer .footer_ps {
	font-size: 1.1rem;
	line-height: 1.4rem;
	color: var(--seewirt-grey);
}

/* FOOTER End */


/* GALEA IT WEBSLINE PLUGIN Start */
.websline-roomgrid {
  margin-bottom: 0;
}

.websline-roomcard {
  background: var(--seewirt-creme);
  overflow: hidden;
  text-align: center;
  transition: transform 0.4s ease;
  width: 29.33%;
  margin: 0 6% 50px 0;
}
.websline-roomcard:last-child, .websline-roomcard[style*="display: block;"]:nth-child(6) {
	margin-right: 0;
}

.websline-cardimage {
  width: 100%;
  height: 50vh;
  min-height: 400px;
  max-height: 550px;
  object-fit: cover;
}

.websline-roomtype {
  font-size: 1rem;
  line-height: 1.4rem;
  color: var(--seewirt-orange);
  text-transform: uppercase;
  margin-top: 20px;
}

.websline-cardtitle, .websline-packagetitle {
  font-family: 'OrganGrinder', sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
  padding: 5px 20px;
  color: var(--seewirt-orange);
}
.websline-infos {
  font-size: 1rem;
  line-height: 1.4rem;
  color: var(--seewirt-grey);
  margin-bottom: 30px;
}
.websline-button {
	position: relative;
	top: 0;
	text-transform: uppercase;
	font-family: 'ApercuCondensed', sans-serif;
	font-weight: bold;
	color: var(--seewirt-orange);
	display: inline-block;
	padding: 7px 18px 2px 18px;
	border: solid 1px var(--seewirt-orange);
	letter-spacing: 0.05rem;
	background: var(--seewirt-creme);
	font-size: 1.1rem;
	line-height: 1.5rem;
}
.websline-button:hover, .websline-button:focus {
	color: var(--seewirt-creme);
	background: var(--seewirt-orange);
}

.websline-tabs {
  text-align: center;
  margin-bottom: 60px;
}

.websline-tabs .websline-tab {
  position: relative;
  background: none;
  border: none;
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: var(--seewirt-orange);
  padding: 0;
  margin: 0 40px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.websline-tabs .websline-tab::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom center;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: var(--seewirt-orange);
  transition: transform 0.25s ease-out;
}
.websline-tabs .websline-tab:hover::after {
  transform: scaleX(1);
  transform-origin: bottom center;
}
.websline-tabs .websline-tab.active {
  font-weight: bold;
}
.websline-tabs .websline-tab.active::after {
  transform: scaleX(1);
}

/* .websline-template {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7%;
  margin-bottom: 40px;
}
.websline-left, .websline-right {
	width: 46.5%;
}
.websline-right {
	padding-top: 70px;
} */

.websline-left, .websline-right {
	width: 100%;
}

.websline-kategorie {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.4rem;
  color: var(--seewirt-orange);
  font-weight: normal;
  margin-bottom: 5px;
}

.websline-caption {
  font-family: 'BourbonSt', serif;
  font-size: 4rem;
  line-height: 4rem;
  color: var(--seewirt-orange);
  margin: 0;
  letter-spacing: 0.08rem;
  transform: rotate(0);
}

.websline-teaser {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: var(--seewirt-orange);
  margin: 10px 0;
}
.websline-preis {
  font-size: 1.75rem;
  line-height: 2rem;
  color: var(--seewirt-orange);
  margin: 15px 0;
}

.websline-preis small {
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: var(--seewirt-orange);
  margin-left: 2px;
}
.websline-right .websline-button {
	top: -4px;
	margin-left: 40px;
	color: var(--seewirt-creme);
	background: var(--seewirt-orange);
}
.websline-right .websline-button:hover, .websline-right .websline-button:focus {
	color: var(--seewirt-orange);
	background: var(--seewirt-creme);
}

.websline-merkmale {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 50px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.websline-merkmale div {
  text-align: center;
}
.websline-merkmale img {
	margin-right: 5px;
}

.websline-ausstattung {
  padding: 20px 0;
  margin-top: 25px;
  font-size: 1rem;
  line-height: 1.2rem;
}
.websline-ausstattung ul {
  column-count: 2;
  column-gap: 50px;
  -moz-column-count: 2;
  -moz-column-gap: 50px;
  -webkit-column-count: 2;
  -webkit-column-gap: 50px;
  list-style: none;
  padding: 0;
}
.websline-ausstattung ul li {
  padding: 15px 20px 12px 45px;
  border-top: solid 1px var(--seewirt-grey);
}
.websline-ausstattung ul li::before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/layout/zimmer-liste.png);
  background-size: cover;
  position: absolute;
  margin: 2px 0 0 -45px;
  font-size: 50px;
}

.websline-roomgrid .flickity-page-dots {
	padding: 0;
	bottom: 0;
}
.websline-roomgrid .flickity-page-dots .dot {
	width: 9px;
	height: 9px;
	margin: 0 6px;
	background: var(--seewirt-creme);
	border: solid 1px var(--seewirt-orange);
	opacity: 1;
}
.websline-roomgrid .flickity-page-dots .dot.is-selected {
	background: var(--seewirt-orange);
}
.websline-roomgrid .flickity-button {
	background: none !important;
	color: var(--seewirt-orange);
}
.websline-roomgrid .flickity-prev-next-button.previous {
    left: -3%;
}
.websline-roomgrid .flickity-prev-next-button.next {
    right: -3%;
}
.websline-roomgrid .flickity-button:focus {
    box-shadow: 0 0 0 5px var(--seewirt-orange);
}

.websline-left .gallery-main img {
    width: 100%;
	height: 40vh;
	min-height: 400px;
	max-height: 550px;
	object-fit: cover;
}
.websline-left .gallery-nav .gallery-cell {
	width: 31.33%;
	height: auto;
	margin: 1.5%;
}
.websline-left .gallery-nav .gallery-cell img {
	width: 100%;
	height: 130px;
	object-fit: cover;
}
.websline-left .flickity-button {
	background: var(--seewirt-creme) !important;
	color: var(--seewirt-orange);
}

.websline-packagesgrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(30.66%, 1fr));
	gap: 4%;
	margin-bottom: 0;
}
.websline-packagecard {
	background: var(--seewirt-creme);
	overflow: hidden;
	text-align: center;
	transition: transform 0.4s ease;
	width: 100%;
	padding: 0;
}
.package-image {
	padding: 17%;
	background: var(--seewirt-apricot);
	margin-bottom: 30px;
	line-height: 0;
}
.package-image img {
	width: 100%;
	height: 40vh;
	min-height: 300px;
	max-height: 450px;
	object-fit: cover;
}
.websline-packagetitle {
	font-size: 2rem;
	line-height: 2rem;
	margin-bottom: 25px;
	padding: 0 16%;
}

/* GALEA IT WEBSLINE PLUGIN End */


/* MEDIA QUERIES Start */

@media only screen and ( max-width: 1599px ) {
	
	/* CUSTOM STYLE Start */
	p, body {
		font-size: 1rem;
		line-height: 1.3rem;
	}		
	h1 {
		font-size: 3.75rem;
		line-height: 4rem;
		margin: 0 0 4rem 0;
	}
	h2 {
		font-size: 3.5rem;
		line-height: 3.75rem;
	}
	h3 {
		font-size: 2rem;
		line-height: 2.25rem;
	}
	h4 {
		font-size: 1.75rem;
		line-height: 2rem;
	}
	h5 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	#page-container .button {
		font-size: 1rem;
	}
	.bigger-fontsize, .bigger-fontsize p {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
	.et_pb_row.text-mit-bild h2 {
		margin-bottom: 2rem;
	}
	.center_columns_vertically.text-column-left .et_pb_column:first-child {
		padding-right: 6%;
	}
	.center_columns_vertically.text-column-right .et_pb_column.et-last-child {
		padding-left: 6%;
	}
	.center_columns_vertically .et_pb_image.small-image {
		bottom: -10%;
		width: 60%;
	}
	.center_columns_vertically .et_pb_image.small-image.right {
		right: -15%;
	}
	.center_columns_vertically .et_pb_image.small-image.left {
		left: -45%;
	}
	#datenschutz h2, #impressum h2 {
		margin-top: 2rem;
		margin-bottom: 1rem;
		font-size: 3rem;
		line-height: 3.25rem;
	}

	/* CUSTOM STYLE End */

	/* STARTSEITE Start */

	#einleitung .et_pb_column_1 {
		padding-right: 6%;
	}
	#homepage-header {
		padding: 0 60px;
	}
	#homepage-header h1 {
		font-size: 3.5rem;
		line-height: 4rem;
	}
	#einleitung, #einleitung p {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
	.startseite #strandhaus h2 {
		font-size: 3.75rem;
		line-height: 4rem;
		margin: 2rem 0;
	}
	.startseite #strandhaus .et_pb_column.et-last-child {
		margin-top: 6%;
	}
	#besonderes-zu-entdecken h2 {
		font-size: 1.1rem;
		line-height: 1.5rem;
		margin-bottom: 2.5rem;
	}
	#besonderes-zu-entdecken h3 {
		font-size: 3.5rem;
		line-height: 3.75rem;
		margin: 0 0 4rem 0;
	}
	#besonderes-zu-entdecken .dipl-hero-slide-content-wrap {
		margin-left: 8%;
	}

	/* STARTSEITE End */

	/* ZIMMER Start */

	#zimmerkategorien h2 {
		font-size: 3.75rem;
		line-height: 4rem;
	}

	/* ZIMMER End */

	/* RESTAURANT Start */
	
	#restaurant h1 {
		font-size: 3rem;
		line-height: 3.25rem;
	}

	/* RESTAURANT End */

	/* STRANDHAUS ATTILA Start */
	
	#strandhaus .strandhaus-headline {
		left: -121%;
	}
	#strandhaus h1 {
		margin: 2rem 0 2.5rem 0;
	}	

	/* STRANDHAUS ATTILA End */

	/* SEMINARE Start */

	#seminare h1 {
		font-size: 3rem;
		line-height: 3.25rem;
	}

	/* SEMINARE End */

	/* HEADER Start */

	#page-container .jetzt_buchen-jetzt_anfragen  {
		height: 60px;
		padding: 20px 0;
	}
	#page-container #jetzt_buchen-button  {
		right: -110px;
	}
	#page-container #jetzt_anfragen-button  {
		left: -110px;
	}
	#page-container .jetzt_buchen-jetzt_anfragen:hover {
		height: 100px;
		padding: 30px 0;
	}
	#page-container .jetzt_buchen-jetzt_anfragen a {
		font-size: 1.3rem;
	}
	#page-container .jetzt_buchen-jetzt_anfragen .et-pb-icon {
		top: -80px;
		font-size: 36px;
		padding: 0 8px 16px 6px;
	}
	#page-container .jetzt_buchen-jetzt_anfragen:hover .et-pb-icon {
		top: -90px;
	}

	/* HEADER End */

	/* FOOTER Start */

	#page-container #footer {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}  
	#footer h2 {
		font-size: 3.25rem;
		line-height: 3.25rem;
	}	
	#footer .footer-adress p {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	#footer .footer-links {
		padding: 40px 0 140px 0 !important;
		font-size: 1.3rem;
	}
	#footer .footer_ps {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	
	/* FOOTER End */
	
	/* GALEA IT WEBSLINE PLUGIN Start */
	
	.websline-tabs .websline-tab {
	  font-size: 1.5rem;
	  line-height: 1.5rem;
	}
	.websline-button {
		font-size: 1rem;
	}
	.websline-caption {
	  font-size: 3.75rem;
	  line-height: 3.75rem;
	}
	.websline-teaser {
	  font-size: 1rem;
	  line-height: 1.3rem;
	}
	.websline-preis small {
	  font-size: 1rem;
	}
	.websline-ausstattung {
	  font-size: 0.9rem;
	  line-height: 1rem;
	}
	#page-container #zimmer-auswahl .et_pb_button {
		font-size: 1.1rem;
		line-height: 1.2rem !important;
	}
	#page-container #zimmer-auswahl .et_pb_button::after {
	  line-height: 1rem;
	}
	.websline-merkmale {
	  font-size: 1.3rem;
	  line-height: 1.3rem;
	}
	.websline-cardtitle, .websline-packagetitle {
	  font-size: 1.5rem;
	  line-height: 1.75rem;
	}
	
	/* GALEA IT WEBSLINE PLUGIN End */
	
}

@media only screen and ( max-width: 1279px ) {
	
	/* CUSTOM STYLE Start */
	p, body {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}		
	h1 {
		font-size: 3.25rem;
		line-height: 3.5rem;
		margin: 0 0 3rem 0;
	}
	h2 {
		font-size: 3rem;
		line-height: 3.25rem;
	}
	#page-container .button {
		font-size: 0.9rem;
	}
	.bigger-fontsize, .bigger-fontsize p {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.et_pb_row.text-mit-bild h2 {
		margin-bottom: 1.5rem;
	}
	#datenschutz h2, #impressum h2 {
		margin-top: 2rem;
		margin-bottom: 1rem;
		font-size: 3rem;
		line-height: 3.25rem;
	}

	/* CUSTOM STYLE End */

	/* STARTSEITE Start */

	#homepage-header h1 {
		font-size: 2.75rem;
		line-height: 3.25rem;
	}
	#einleitung {
		padding-left: 0;
		padding-right: 0;
	}
	#einleitung, #einleitung p {
		font-size: 1.4rem;
		line-height: 1.7rem;
	}
	.startseite #strandhaus h2 {
		font-size: 3.25rem;
		line-height: 3.5rem;
		margin: 1.5rem 0 0 0;
	}
	.startseite #strandhaus .et_pb_column.et-last-child {
		margin-top: 5%;
	}
	.startseite #strandhaus .palmen {
		right: -15%;
	}
	#besonderes-zu-entdecken h2 {
		font-size: 1rem;
		line-height: 1.4rem;
		margin-bottom: 2rem;
	}
	#besonderes-zu-entdecken h3 {
		font-size: 3.25rem;
		line-height: 3.5rem;
		margin: 0 0 3rem 0;
	}

	/* STARTSEITE End */

	/* ZIMMER Start */

	#zimmerkategorien h2 {
		font-size: 3.25rem;
		line-height: 3.5rem;
	}

	/* ZIMMER End */

	/* RESTAURANT Start */
	
	#restaurant h1 {
		font-size: 3rem;
		line-height: 3.25rem;
	}

	/* RESTAURANT End */

	/* STRANDHAUS ATTILA Start */
	
	#strandhaus .strandhaus-headline {
		left: -121%;
	}
	#strandhaus h1 {
		margin: 2rem 0 2.5rem 0;
	}	

	/* STRANDHAUS ATTILA End */

	/* SEMINARE Start */

	#seminare h1 {
		font-size: 3rem;
		line-height: 3.25rem;
	}

	/* SEMINARE End */

	/* HEADER Start */

	#header-menu p a {
		margin: 0 0 0 30px;
	}
	#header-menu li:after {
		top: -6px;
		margin: 0 15px;
		width: 10px;
	}

	/* HEADER End */

	/* FOOTER Start */

	#page-container #footer {
		padding: 90px 0;
		font-size: 1.5rem;
		line-height: 2rem;
	}  
	#footer h2 {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}	
	#footer .karte-inhalt {
		padding: 0 60px 60px 60px;
		margin: 0 auto;
	}
	#footer .footer-adress {
		margin: 60px 0 0 0;
		padding-left: 60px;
	}
	#footer .footer-adress p {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	#footer .footer-links a {
		margin: 0 25px;
	}
	#footer .footer_ps {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	
	/* FOOTER End */
	
	/* GALEA IT WEBSLINE PLUGIN Start */
	
	.websline-tabs .websline-tab {
	  font-size: 1.5rem;
	  line-height: 1.5rem;
	}
	.websline-button {
		font-size: 1rem;
	}
	.websline-caption {
	  font-size: 3.75rem;
	  line-height: 3.75rem;
	}
	.websline-teaser {
	  font-size: 1rem;
	  line-height: 1.3rem;
	}
	.websline-preis small {
	  font-size: 1rem;
	}
	.websline-ausstattung {
	  font-size: 0.9rem;
	  line-height: 1rem;
	}
	#page-container #zimmer-auswahl .et_pb_button {
		font-size: 1.1rem;
		line-height: 1.2rem !important;
	}
	#page-container #zimmer-auswahl .et_pb_button::after {
	  line-height: 1rem;
	}
	.websline-merkmale {
	  font-size: 1.3rem;
	  line-height: 1.3rem;
	}
	
	/* GALEA IT WEBSLINE PLUGIN End */	
	
}

@media only screen and ( max-width: 979px ) {
	
	/* CUSTOM STYLE Start */
	
	p, body {
		font-size: 0.9rem;
		line-height: 1.25rem;
	}
	h1 {
		font-size: 1.75rem;
		line-height: 2rem;
		margin: 0 0 3rem 0;
	}
	h2 {
		font-size: 2rem;
		line-height: 2.25rem;
	}
	.bigger-fontsize, .bigger-fontsize p {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.et_pb_section {
		padding: 0;
	  }
	.et_pb_row {
		width: 90%;
	}
	.et_pb_text {
		padding: 0 5%;
	}
	#main-content {
		padding-top: 116px;
	}
	#page-container .et_pb_button_module_wrapper {
		text-align: center;
	}
	#page-container .button {
		padding: 6px 15px 0 15px;
	}
	.image-crop-portrait .et_pb_image_wrap {
		padding-top: 143.75%;
	}
	.center_columns_vertically {
		display: block;
	}
	.center_columns_vertically .et_pb_column {
		padding: 0;
	}
	.center_columns_vertically.text-column-left .et_pb_column:first-child {
		padding-right: 0;
	}
	.center_columns_vertically.text-column-right .et_pb_column.et-last-child {
		padding-left: 0;
	}
	.center_columns_vertically .et_pb_image {
		margin: 0 15% 60px 15% !important; 
	}
	.center_columns_vertically.top-container .et_pb_image {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.center_columns_vertically .et_pb_text {
		text-align: center;
	}
	.center_columns_vertically .et_pb_image.small-image {
		position: absolute;
		bottom: 0;
		width: 50%;
		border: solid 7px var(--seewirt-creme);
		margin: 0 !important;
	}
	.center_columns_vertically .et_pb_image.small-image:after {
		content: '';
		height: 5%;
	}
	.center_columns_vertically .et_pb_image.small-image.right {
		right: -5.5%;
		left: auto;
		border-right: none;
	}
	.center_columns_vertically .et_pb_image.small-image.right.left-mobile {
		left: -5.5%;
		border-left: none;
		border-right: solid 7px var(--seewirt-creme);
	}
	.center_columns_vertically .et_pb_image.small-image.left {
		left: -5.5%;
		border-left: none;
	}
	.center_columns_vertically .et_pb_image.small-image.left.right-mobile {
		right: -5.5%;
		border-right: none;
		border-left: solid 7px var(--seewirt-creme);
	}
	.et_pb_row, .et_pb_row.text-mit-bild {
		padding: 45px 0;
	}
	.et_pb_row.text-mit-bild h2 {
		margin-bottom: 1rem;
	}
	.pre-headline {
		margin-bottom: 0.5rem;
	}
	.et_pb_row.divider-solid {
		padding: 45px 0 !important;
	}
	#headline {
		padding: 45px 0 0 0;
	}
	#angebote {
		padding-top: 0;
	}
	#datenschutz, #impressum {
		padding: 0 0 90px 0;
	}
	#datenschutz h2, #impressum h2 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 2rem;
		line-height: 2.25rem;
	}
	
	/* CUSTOM STYLE End */
	
	
	/* STARTSEITE Start */

	#homepage-header {
		padding: 0 5%;
	}
	#homepage-header .et_pb_row {
		min-height: 60vh;
		background-size: auto 130%;
	}
	#homepage-header h1 {
		font-size: 1.5rem;
		line-height: 1.8rem;
		letter-spacing: 0.07rem;
		margin-top: 9%;
	}
	#homepage-header h1 span.left {
		display: inline-block;
		width: 100%;
		margin-right: 0;
	}
	#homepage-header h1 span.right {
		display: inline-block;
		width: 100%;
		margin-left: 0;
	}
	#einleitung, #startseite-zimmer, #startseite-restaurant {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 45px;
	}
	#einleitung, #einleitung p {
		font-size: 1.25rem;
		line-height: 1.4rem;
	}
	#einleitung {
		padding: 60px 0 0 0;
	}
	#einleitung .et_pb_column_1 {
		padding-bottom: 0;
		padding-right: 0;
	}
	#einleitung .et_pb_column, #startseite-zimmer .et_pb_column, #startseite-restaurant .et_pb_column {
		order: 2;
	}
	#einleitung .et_pb_column:last-child, #startseite-zimmer .et_pb_column:last-child, #startseite-restaurant .et_pb_column:last-child {
		order: 1;
	}
	#einleitung .urlaub-wie-damals {
		position: relative !important;
		width: 50%;
		bottom: auto;
		right: auto;
		margin: 0 auto -16% auto !important;
	}
	.startseite #angebote {
	    padding: 30px 0;
	}
	.startseite #strandhaus h2 {
		font-size: 2rem;
		line-height: 2.25rem;
	}
	/* .startseite .nummern {
		font-size: 2rem;
		line-height: 2.25rem;
		padding: 0 0 0.25rem 0;
	}
	.startseite .et_pb_row.text-mit-bild h2 {
		font-size: 1.5rem;
		line-height: 2.5rem;
		margin-bottom: 1rem;
	} */
	.startseite .image-crop-portrait {
		margin-bottom: 30px !important;
	}
	#startseite-zimmer .et_pb_column:first-child, #startseite-restaurant .et_pb_column:first-child {
		padding-bottom: 0;
	}
	#besonderes-zu-entdecken {
	  padding: 45px 0 90px 0;
	}
	#besonderes-zu-entdecken .dipl_hero_slider_item {
	  padding: 0 0 30px 0!important;
	}
	#besonderes-zu-entdecken .dipl-hero-slide-media-wrap {
    	margin-bottom: 45px;
		padding: 0 15%;
	}
	#besonderes-zu-entdecken .dipl-hero-slide-media-inner {
		padding-top: 143.75%;
	}
	#besonderes-zu-entdecken .dipl-hero-slide-content-wrap {
		margin-left: 0;
	}
	#besonderes-zu-entdecken .dipl-hero-slide-content {
		text-align: center;
		padding: 0 5%;
	}
	#besonderes-zu-entdecken h2 {
		font-size: 0.9rem;
		line-height: 1.25rem;
		margin-bottom: 30px;
	}
	#besonderes-zu-entdecken h3 {
		font-size: 1.75rem;
		line-height: 2rem;
		margin: 0 0 45px 0;
	}

	/* STARTSEITE End */
	
	
	/* ZIMMER Start */
	
	#zimmerbeschreibung {
		padding: 0;
	}
	#page-container #zimmer-auswahl .et_pb_button {
		font-size: 0.9rem;
		line-height: 1.2rem !important;
		padding: 6px 30px 1px 10px !important;
	}
	#page-container #zimmer-auswahl .et_pb_button:after {
		font-size: 1.1rem !important;
		line-height: 0.9rem;
	}
	#zimmer-auswahl .dipl_dropdown_button_wrap {
		text-align: center;
	}
	#zimmerkategorien {
		padding: 45px 0 0 0;
	}
	#zimmerkategorien .dipl_separator .dipl_separator_container.align_center .dipl_line_after {
		margin-left: 1.25rem !important;
	}
	#zimmerkategorien h2 {
		font-size: 1.75rem;
		line-height: 2rem;
	}
	#fruehstueck {
		padding-bottom: 90px;
	}
	
	/* ZIMMER End */
	
	
	/* RESTAURANT Start */
	
	#restaurant h1 {
		margin-left: 0;
		margin-right: 0;
		font-size: 1.75rem;
		line-height: 2rem;
	}
	#feine-kueche {
		padding: 0 0 90px 0;
		margin-top: 15px;
	}
	#page-container .striped-bg {
		padding: 0 0 110px 0 !important;
	}
	#speisekarte-headline {
		margin-bottom: 0;
	}
	#speisekarte-headline h1 {
		margin-top: -25px;
	}
	#speisekarte {
		padding: 30px;
	}
	#tisch-reservieren {
		padding: 60px 0 30px 0;
	}
	#unsere-kueche {
		padding: 30px 0 90px 0;
	}
	#unsere-kueche p {
		margin-top: 0.5rem;
	}
	#unsere-kueche .unsere-kueche-headline {
		top: 5%;
		left: 0;
		width: 100%;
		padding: 0;
	}

	/* RESTAURANT End */
	
	
	/* STRANDHAUS ATTILA Start */

	#strandhaus h1 {
		margin: 2rem 0 2.5rem 0;
	}
	#strandhaus .strandhaus-headline {
		left: 0;
		text-align: center;
		width: 100%;
	}
	#strandhaus .et_pb_column:first-child {
		margin-bottom: 0;
	}
	#strandhaus .et_pb_column.et-last-child {
		margin-top: 0;
	}
	#strandhaus .sommer-wie-damals {
		position: absolute !important;
		width: 45%;
		top: 20%;
		right: auto;
		left: 50%;
    	transform: translate(-50%, 0);
	}
	#strandhaus .palmen {
		bottom: 0;
		right: -15%;
	}
	#urlaub-wie-damals {
		padding: 15px 0 90px 0;
	}
	#wind {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 45px;
	}
	#wind .et_pb_column {
		order: 2;
	}
	#wind .et_pb_column:last-child {
		order: 1;
	}
	#attila {
		padding-bottom: 90px;
	}
	#attila .et_pb_button_module_wrapper {
		text-align: center;
	}

	/* STRANDHAUS ATTILA End */
	
	
	/* SEMINARE Start */
	
	#seminare h1 {
		margin-left: 0;
		margin-right: 0;
		font-size: 1.75rem;
		line-height: 2rem;
	}
	#individuelles-angebot {
		padding: 0;
	}
	#individuelles-angebot p {
		margin-top: 0.5rem;
	}
	#weitblick {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 90px;
	}
	#weitblick .et_pb_column {
		order: 2;
	}
	#weitblick .et_pb_column:last-child {
		order: 1;
	}

	/* SEMINARE End */
	
	
	/* KONTAKT Start */
	
	#anreise {
		display: flex;
		flex-wrap: wrap;
		padding: 60px 0;
    	border-top: solid 2px rgba(250,82,5,0.5);
    	margin-top: 60px;
	}
	#anreise .et_pb_column {
		order: 2;
	}
	#anreise .et_pb_column:last-child {
		order: 1;
	}
	#anreise .et_pb_column:first-child {
		padding: 0;
	}
	#anreise .et_pb_column.et-last-child {
		display: none;
	}
	#anreise .et_pb_blurb {
		margin-bottom: 15px;
	}
	#anreise .et_pb_blurb:last-child .et_pb_blurb_content {
		border: none;
	}
	
	/* KONTAKT End */
	
	
	/* HEADER Start */
	
	#menuToggle {
	  font-family: 'ApercuCondensed', sans-serif;
	  display: block;
	  position: absolute;
	  top: 25px;
	  left: 0;
	  user-select: none;
	  width: 40px;
	  height: 100%;
	  padding: 0;
	}
	#menuToggle .et_pb_row {
		padding: 0;
	}
	#menuToggle a {
	  text-decoration: none;
	  color: var(--seewirt-creme);
	  transition: color 0.3s ease;
	}
	#menuToggle a:hover {
	  color: var(--black);
	}
	#menuToggle input {
	  display: block;
	  width: 40px;
	  height: 32px;
	  position: absolute;
	  top: -7px;
	  left: -5px;
	  cursor: pointer;
	  opacity: 0;
	  z-index: 2;
	  margin: 0;
	}
	#menuToggle label[for=menuCheckbox] {
	  position: absolute;
	  top: -9999px;
	  left: -9999px;
	}
	#menuToggle span {
	  display: block;
	  width: 32px;
	  height: 4px;
	  margin-bottom: 5px;
	  position: relative;
	  background: var(--seewirt-grey);
	  border-radius: 3px;
	  z-index: 1;
	  transform-origin: 4px 0px;
	  transition: transform 0.5s cubic-bezier(0.8,0.3,0.05,1),
				  background 0.5s cubic-bezier(0.8,0.3,0.05,1),
				  opacity 0.55s ease;
	}
	#menuToggle span:first-child {
	  transform-origin: 0% 0%;
	}
	#menuToggle span:nth-last-child(2) {
	  transform-origin: 0% 100%;
	}
	#menuToggle input:checked ~ span {
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, 0);
	  background: var(--seewirt-grey);
	}
	#menuToggle input:checked ~ span:nth-last-child(3) {
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}
	#menuToggle input:checked ~ span:nth-last-child(2) {
	  transform: rotate(-45deg) translate(0, -1px);
	}
	#mobile-menu {
	  position: fixed;
	  max-width: 100vw;
	  width: 100vw;
	  height: 100vh;
	  max-height: 100vh;
	  margin: 0 0 0 -5%;
	  padding: 50px;
	  padding-top: 90px;
	  box-sizing: border-box;
	  overflow-y: auto;
	  background: var(--seewirt-orange);
	  list-style-type: none;
	  transform-origin: 0% 0%;
	  transform: translate(0, 100%);
	  transition: transform 0.5s cubic-bezier(0.8,0.3,0.05,1);
	}

	#mobile-menu li {
	  padding: 13px 0;
	  font-size: 1.25rem;
	  line-height: 1.5rem;
	  text-align: center;
	  font-weight: bold;
	  letter-spacing: 0.1rem;
	  color: var(--seewirt-creme);
	  text-transform: uppercase;
	}
	#mobile-menu li:last-child {
	  padding-top: 45px;
	}
	#menuToggle input:checked ~ ul {
	  transform: translate(0, 14px);
	}

	#header {
		padding: 50px 0 18px 0;
		position: fixed;
		width: 100%;
		background: var(--seewirt-creme) !important;
	}
	.header_logo {
		width: 110px;
		height: auto;
		margin: 0 auto;
	}
	#page-container #header-menu {
		display: none;
	}
	#page-container #jetzt_buchen-button, #page-container #jetzt_anfragen-button {
		display: none;
	}
	#sprachauswahl-mobil {
		display: block;
		position: absolute;
		bottom: 25px;
		right: 0;
		margin-bottom: 0;
		font-size: 0.9rem;
		font-weight: bold;
	}
	#jetz_buchen-button-mobil {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		line-height: 0.8rem !important;
		font-size: 0.98rem;
		margin-bottom: 0px;
		border: solid 1px var(--seewirt-orange) !important;
		padding: 5px 4px 1px 4px !important;
		letter-spacing: 0.05rem;
		background-color: var(--seewirt-orange);
		color: var(--seewirt-creme) !important;
	}
	#jetz_buchen-button-mobil:hover, #jetz_buchen-button-mobil:focus {
		background-color: var(--seewirt-creme);
		color: var(--seewirt-orange) !important;
	}
	#schnellanfrage-button-mobil {
		line-height: 0.8rem !important;
		font-size: 0.98rem;
		margin-bottom: 0px;
		border: solid 1px var(--seewirt-creme) !important;
		padding: 5px 4px 1px 4px !important;
		letter-spacing: 0.05rem;
		background-color: var(--seewirt-creme);
		color: var(--seewirt-orange) !important;
	}
	#schnellanfrage-button-mobil:hover, #schnellanfrage-button-mobil:focus {
		background-color: var(--seewirt-orange);
		color: var(--seewirt-creme) !important;
	}
	
	/* HEADER End */
	
	
	/* FOOTER Start */

	#page-container #footer {
		padding: 30px 0;
		font-size: 1rem;
		line-height: 1.25rem;
	}
	#footer h2 {
		font-size: 1.1rem;
		line-height: 1rem;
		margin: 30px 0 0 -20px;
		text-align: center;
	}
	#footer h2 br {
		display: none;
	}
	#footer h2 span {
		display: inline-block;
		width: 100%;
	}
	#page-container #footer .facebook .et-pb-icon {
		display: none;
	}
	#page-container #footer .instagram .et-pb-icon {
		display: none;
	}
	#footer .logo-und-briefmarke {
		padding: 20px;
	}
	#footer .footer_logo {
		width: 82px;
		height: auto;
		margin: 0 auto;
	}
	#footer .footer_stamp {
		width: 64px;
	}
	#footer .footer_stamp_circle {
		top: 30px;
		right: 45px;
		width: 52px;
	}
	#footer .karte-inhalt {
		padding: 0 20px 20px 20px;
	}
	#footer .karte-inhalt-links {
		padding-right: 0 !important;
	}
	#footer .karte-inhalt .et_pb_column {
		margin: auto !important;
		width: 50% !important;
	}
	#footer .footer-kontakt-karte {
		display: none;
	}
	#footer .footer-kontakt-mobile {
		display: block;
		padding: 40px 0;
	}
	#footer .footer-kontakt-mobile p {
		font-size: 1rem;
		line-height: 1.25rem;
		text-align: center;
		color: var(--seewirt-creme);
	}
	#footer .footer-kontakt-mobile a {
		color: var(--seewirt-creme);
	}
	#footer .footer-kontakt-mobile a:hover, #footer .footer-kontakt-mobile a:focus {
		color: var(--black);
	}
	#footer .footer-kontakt-mobile .et_pb_column {
		text-align: center;
	}
	#page-container #footer .et_pb_icon {
		margin: 0 5px;
	}
	#page-container #footer .et-pb-icon:hover, #page-container #footer .et-pb-icon:focus {
		color: var(--black) !important;
		font-size: 30px;
	}
	#page-container #footer .footer-kontakt-mobile .instagram .et-pb-icon {
		display: block;
		color: var(--seewirt-creme);
		font-size: 24px;
	}
	#page-container #footer .footer-kontakt-mobile .facebook .et-pb-icon {
		display: block;
		color: var(--seewirt-creme);
		font-size: 22px;
		top: -1px;
	}
	#footer .footer-adress {
		margin: 40px 0 20px 0;
		padding: 0 12%;
	}
	#footer .footer-adress-mobile {
		display: none;
	}
	#footer .footer-adress p {
		padding-bottom: 0;
		margin-bottom: 10px;
		font-size: 0.6rem;
	    line-height: 0.7rem;
		text-align: left;
	}
	#page-container #footer .footer-links {
		padding: 10px 0 40px 0 !important;
		font-size: 0.75rem;
	}
	#page-container #footer .footer-links a {
		display: block;
		margin: 5px 0;
	}
	#footer .footer_ps {
		display: none;
	}

	/* FOOTER End */
	
	
	/* GALEA IT WEBSLINE PLUGIN Start */
	
	/* .websline-template {
	  gap: 0;
	  margin-bottom: 40px;
	  text-align: center;
	}
	.websline-left, .websline-right {
		width: 100%;
	}
	.websline-right {
		padding-top: 40px;
	} */
	.websline-kategorie {
	  font-size: 0.9rem;
	  line-height: 1.25rem;
	  text-align: center;
	}
	.websline-caption {
	  font-size: 2rem;
	  line-height: 2.25rem;
	  letter-spacing: 0.05rem;
	  text-align: center;
	}
	.websline-teaser {
	  font-size: 0.9rem;
	  line-height: 1.25rem;
	  text-align: center;
	}
	.websline-preis {
	  font-size: 1.25rem;
	  line-height: 1.4rem;
	  text-align: center;
	}
	.websline-preis small {
	  font-size: 0.75rem;
	  line-height: 1.25rem;
	}
	.websline-jetzt-buchen {
		display: block;
		margin-top: 15px;
	    text-align: center;
	}
	.websline-button {
		font-size: 0.9rem;
		line-height: 1.25rem;
		padding: 6px 15px 0 15px;
		margin-left: 0;
	}
	.websline-right .websline-button {
		top: 0;
		margin-left: 0;
	}
	.websline-merkmale {
	  font-size: 0.9rem;
	  line-height: 1.25rem;
	}
	.websline-merkmale div {
	  margin: auto auto 0;
	}
	.websline-merkmale img {
	  margin: 0 auto 6px auto;
	  display: block;
	}
	.websline-ausstattung {
	  font-size: 0.9rem;
	  line-height: 1.2rem;
	  margin-top: 5px;
	}
	.websline-ausstattung ul {
	  column-count: 1;
	  -moz-column-count: 1;
	  -webkit-column-count: 1;
      text-align: left;
	}
	.websline-ausstattung ul li {
	  padding: 10px 20px 7px 45px;
	}
	.websline-ausstattung ul li::before {
	  width: 15px;
	  height: 15px;
	  margin: 2px 0 0 -35px;
	}
	.websline-roomgrid {
	  margin-bottom: 0;
	}
	.websline-roomcard {
	  width: 100%;
	  padding: 0 15% 50px 15%;
	}
	.websline-cardimage {
	  min-height: 250px;
	  max-height: 320px;
	}
	.websline-cardtitle, .websline-packagetitle {
	  font-size: 1.25rem;
	  line-height: 1.4rem;
	}
	.websline-tabs .websline-tab {
	  font-size: 1rem;
	  line-height: 1rem;
	  margin: 0 10px;
	}
	.websline-left .gallery-nav .gallery-cell {
		width: 31.33%;
		margin: 0 1.5%;
	}
	.websline-left .gallery-nav .gallery-cell img {
		height: 120px;
	}
	.websline-packagesgrid {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
		gap: 0;
	}
	.websline-packagecard {
		margin-top: 45px;
	}
	.package-image {
		margin: 0 15% 20px 15%;
		padding: 10%;
	}
	.package-image img {
	    min-height: 200px;
	    max-height: 250px;
	}
	.websline-packagetitle {
		margin-bottom: 15px;
	}
	
	/* GALEA IT WEBSLINE PLUGIN End */
	
}