/*
 Theme Name: Divi Child
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


/* COLORS Start */

:root {
  font-size: 18px;
  --iw-black: #000;
  --iw-white: #fff;
  --iw-grey: #8da49d;
  --iw-red: #d51130;
  --iw-green: #95c11f;
  --iw-yellow: #ebc34f;
  --iw-beige: #dcd1b4;
  --iw-lightgrey: #eeedeb;
}

/* COLORS End */


/* CUSTOM STYLE Start */

@font-face {
  font-family: Astonpoliz;
  src: url(/fonts/astonpoliz.woff2) format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: Gellatio;
  src: url(/fonts/gellatio.woff2) format("woff2");
  font-weight: normal;
}

p, body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	line-height: 1.75em;
	color: var(--iw-black);
	font-weight: 300;
}

h1 {
	font-family: 'Astonpoliz', sans-serif;
	font-size: 64px;
	line-height: 1em;
	color: var(--iw-white);
	margin: 0 0 30px 0;
	font-weight: 400;
	letter-spacing: 3px;
}
h2 {
	font-family: 'Astonpoliz', serif !important;
	font-size: 64px;
	line-height: 1.1em;
	color: var(--iw-red);
	margin: 10px 0 0 0;
}
h3 {
	font-family: 'Gellatio', sans-serif !important;
	font-size: 26px;
	line-height: 1.5em;
	color: var(--iw-grey) !important;
	margin: 12px 0 30px 0;
	font-weight: normal;
}
h4 {
	font-family: 'Gellatio', sans-serif !important;
	line-height: 1.5em;
	font-size: 22px;
	color: var(--iw-grey) !important;
	padding-bottom: 15px;
}

a {
	transition: all 0.4s ease-in-out;
}

strong {
	font-weight: 600;
}

.et_button_no_icon .et_pb_button, .et_pb_button {
	font-family: 'Astonpoliz', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
	padding: 5px 28px 3px 38px !important;
	color: var(--iw-red) !important;
}
.et_button_no_icon .et_pb_button:hover, .et_pb_button:hover {
	padding: 5px 35px 3px 45px !important;
}
.et_button_no_icon .et_pb_button::before {
	background: url(/wp-content/uploads/button-bg.png) no-repeat;
	content: '';
	background-size: 100% auto;
	position: absolute;
    background-position: 0 0;
    left: 4px;
	width: 26px;
    height: 52px;
    opacity: 1;
	display: inherit;
	transform: translateY(-50%);
}

.dipl_breadcrumb .dipl-breadcrumb-wrapper ol {
	font-size: 16px;
	font-weight: normal;
}
.dipl_breadcrumb.breadcrumb-navigation .dipl-breadcrumb-wrapper.layout1 li .breadcrumb-page {
	background-color: var(--iw-lightgrey) !important;
}
.dipl_breadcrumb.breadcrumb-navigation .dipl-breadcrumb-wrapper.layout1 li:first-child .breadcrumb-page {
	border-radius: 10px 0 0 10px !important;
	padding-left: 18px !important;
}
.dipl_breadcrumb.breadcrumb-navigation .dipl-breadcrumb-wrapper.layout1 li:last-child .breadcrumb-page {
	border-radius: 0 10px 10px 0 !important;
	padding-right: 18px !important;
}

.crop-3-2 .et_pb_image_wrap {
	padding-top: 66.66%;
	display: block;
	width: 100%;
}
.crop-3-2 .et_pb_image_wrap img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

#betriebe-container h2, #impressum h2, #datenschutz h2, #kontakt h2, #anreise-container h2 {
	font-size: 44px;
	line-height: 1.25em;
}
#betriebe-container h3 {
	margin: 30px 0 0 0;
	font-size: 24px;
}
#anreise-container h3 {
	margin: 30px 0 0 0;
}
#anreise-container .infos h3 {
	margin: 12px 0 30px 0;
}
#betriebe-container .et_pb_image_wrap::after, .uebersicht .et_pb_image_wrap::after {
	background: url(/wp-content/uploads/image-overlay.webp) no-repeat;
	content: '';
	background-size: 100% auto;
	position: absolute;
    background-position: 0 0;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}
#veranstaltungen.uebersicht .et_pb_image_wrap::after {
	background: url(/wp-content/uploads/image-overlay-grey.webp) no-repeat;
	content: '';
	background-size: 100% auto;
	position: absolute;
    background-position: 0 0;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}
#downloads.uebersicht .et_pb_image {
	margin: 0 auto 20px auto !important;
}
#downloads.uebersicht img {
  height: 250px;
  width: auto;
}
#downloads.uebersicht .et_pb_image_wrap::after {
	background: none;
}
.bild-spiegeln .et_pb_image_wrap::after {
    -webkit-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.uebersicht .et_pb_text {
	text-align: center;
}
.uebersicht h3 { 
	font-family: 'Astonpoliz', serif !important;
	font-size: 22px !important;
	line-height: 1.25em;
	color: var(--iw-red) !important;
	margin: 0 !important;
	padding-bottom: 7px;
}
#veranstaltungen.uebersicht h3 { 
	font-size: 28px;
	padding: 5px 0 15px 0;
}
#veranstaltungen .et_pb_button {
	background-color: var(--iw-white) !important;
	border-color: var(--iw-white) !important;
}
#veranstaltungen .et_pb_button:hover {
	background-color: var(--iw-white) !important;
}
#betriebe-container.uebersicht p, #veranstaltungen.uebersicht p { 
	line-height: 1.5em;
}
.uebersicht .et_pb_button_module_wrapper {
	bottom: 0;
	position: absolute;
	width: 100%;
	text-align:center;
}
.uebersicht .et_pb_column {
	padding-bottom: 55px;
	--vertical-gap: 15px;
}
#veranstaltungen.uebersicht .et_pb_column {
	padding-bottom: 65px;
}
.uebersicht .et_pb_button {
	line-height: 1.3em !important;
	font-size: 16px;
}
#veranstaltungen.uebersicht .et_pb_button {
	font-size: inherit;
}
.uebersicht .et_pb_button::before {
	background-size: auto 100%;
    height: 40px;
}

#testimonials .et_pb_slide_content p {
	font-size: 22px;
	text-align: center;
}
.testimonials-name {
	font-family: 'Gellatio', sans-serif !important;
	font-size: 18px;
	font-weight: normal;
	color: var(--iw-grey);
}

.infos {
	padding: 50px;
	margin-top: -35px;
	background-color: var(--iw-lightgrey);
	background-image: url(/wp-content/uploads/image-overlay.webp);
	background-repeat: no-repeat;
	content: '';
	background-size: 100% 100%;
    background-position: 0 0;
}
.infos p {
	font-size: 16px;
	margin-bottom: 20px;
}

#programm .dipl_tabs_controls {
  gap: 5px !important;
}
#programm .dipl_tabs_item_title {
	width: 270px !important;
	border-radius: 10px;
	background-color: var(--iw-lightgrey);
	transition: all 0.4s ease-in-out;
}
#programm .dipl_tabs_item_title:hover {
	background-color: #dddddd !important;
}
#programm .dipl_tabs_item_title_inner_wrap {
	justify-content: left !important;
	font-size: 16px;
	font-weight: normal;
	padding-left: 18px !important;
}
#programm .dipl_tab_icon {
  margin-left: 10px;
  position: absolute;
  right: 10px;
}
#programm .dipl_tabs_item {
	padding-left: 40px;
	padding-top: 0;
}
#programm .dipl_single_tab_content {
	padding-top: 0;
}
#programm .dipl_tab_icon {
	font-size: 18px !important;
	margin-top: -2px;
	color: var(--iw-red) !important;
}
#impressum h3 {
	margin-bottom: 0;
}
#datenschutz h3 {
	margin: 20px 0 5px 0;
}

/* CUSTOM STYLE End */


/* ILLMITZ MAP Start */

#illmitz-map .dipl_text_marker {
	background-color: var(--iw-red);
	border-radius: 50%;
	color: var(--iw-white) !important;
	width: 17px;
	height: 17px;
	line-height: 1.5em;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

.dipl_tooltip {
	width: 260px !important;
	max-width: 260px !important;
}
.tooltipster-sidetip .tooltipster-content {
    color: var(--iw-black) !important;
	line-height: 1.5em !important;
	font-size: 16px;
}
.tooltipster-sidetip .tooltipster-content p:last-of-type {
	padding-top: 25px !important;
}
.tooltipster-sidetip.dipl_tooltip .tooltipster-box {
	background-color: rgba(255,255,255,0.9) !important;
	border-radius: 10px !important;
}
.tooltipster-sidetip.dipl_tooltip .tooltipster-box p {
	line-height: 1.5em !important;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.tooltipster-sidetip.dipl_tooltip.tooltipster-show.tooltipster-bottom {
	padding-top: 10px !important;
}
.tooltipster-sidetip.dipl_tooltip.tooltipster-show.tooltipster-top {
	padding-bottom: 10px !important;
}

.dipl_tooltip .et_pb_button {
    font-size: 14px;
	margin: 25px 0 0 0;
}
.dipl_tooltip .et_pb_button:hover {
    border: solid 2px var(--iw-black);
	color: var(--iw-black); 
}

.tooltipster-base {
	pointer-events: inherit !important;
}

.dipl_image_wrapper span {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 170px;
    padding: 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    text-align: center;
    font-size: 14px;
	font-weight: normal;
	line-height: 1.25em;
	border-radius: 7px;
	z-index: 999;
}
.dipl_image_wrapper:hover span {
    opacity: 1;
}
.dipl_image_wrapper:hover span:hover {
    opacity: 0;
}

/* ILLMITZ MAP End */


/* LEITFADEN Start */

#leitfaden {
	padding: 60px;
}
#leitfaden h3 {
	font-family: 'Astonpoliz', sans-serif !important;
	margin: -10px 0 -6px 0;
	font-size: 30px;
	font-weight: 400;
	/* transform: rotate(0deg); */
}
#leitfaden .et_flex_column {
	--vertical-gap: 20px;
}

.leitfaden-row {
	width: 800px !important;
	margin: 0;
}
.leitfaden-row-right .et_flex_column {
	align-items: flex-end;
}
.leitfaden-text {
	width: 320px;
}
.leitfaden-text p {
	font-size: 14px;
	line-height: 1.5em;
}
.leitfaden-zahl {
	font-size: 90px;
	display: inline-block;
	color: var(--iw-red);
	padding-right: 7px;
}
.leitfaden-headline {
	display: inline-block;
	max-width: 70%;
	font-size: 24px;
	line-height: 1em;
}

.gaestezimmer-buchen {
	padding-top: 0;
}
.img-gaestezimmer-buchen {
	position: absolute;
	left: 110px;
	top: -150px;
	width: 300px;
}
.anreise-planen {
	padding-top: 0;
	margin-top: -63px !important;
}
.img-anreise-planen {
	position: absolute;
	right: 210px;
	top: -50px;
	width: 300px;
}
.weinerlebnis-ticket {
	padding-top: 0;
	margin-top: -63px !important;
}
.img-weinerlebnis-ticket {
	position: absolute;
	left: 300px;
	top: 80px;
	width: 200px;
}
.vinothek-besuchen {
	padding-top: 0;
}
.img-vinothek-besuchen {
	position: absolute;
	right: 280px;
	top: -30px;
	width: 300px;
}
.abendessen-geniessen {
	padding-top: 140px;
}
.img-abendessen-geniessen {
	position: absolute;
	left: 290px;
	top: -110px;
	width: 300px;
}
.weinerlebnis-starten {
	padding-top: 37px;
}
.img-weinerlebnis-starten {
	position: absolute;
	right: 220px;
	top: -40px;
	width: 300px;
}
.komfortabel-uebernachten {
	padding-top: 100px;
}
.img-komfortabel-uebernachten {
	position: absolute;
	left: 220px;
	top: -130px;
	width: 300px;
}
.weine-kaufen-ab-hof {
	padding-top: 40px;
}
.img-weine-kaufen-ab-hof {
	position: absolute;
	right: 25px;
	top: -250px;
	width: 300px;
}
.check-out {
	padding-top: 0;
}
.img-check-out {
	position: absolute;
	left: 210px;
	top: -50px;
	width: 300px;
}

/* LEITFADEN End */


/* MAIN SLIDER Start */

#main-slider {
	background-color: var(--iw-lightgrey);
}
#main-slider p {
	font-family: 'Fira Sans', sans-serif;
	color: var(--iw-white);
	font-size: 30px;
	margin: 5px 0;
	font-weight: normal;
}
#main-slider h1 {
	font-family: 'Astonpoliz', sans-serif;
	text-transform: uppercase;
	margin: 0;
	font-size: 72px;
}
#main-slider h2 {
	font-family: 'Gellatio', serif !important;
	margin: 22px 0 0 0;
	font-size: 36px;
	font-style: normal;
	line-height: 1.75em;
	/* transform: rotate(-1deg); */
}

#main-slider.betriebe-slider h1 {
	font-size: 64px;
}
#main-slider.betriebe-slider  h2 {
	font-size: 32px;
}

#main-slider .et_pb_button_wrapper {
	margin-top: 20px;
}

#main-slider .et_pb_slide_description {
    --vertical-gap: 0;
	padding-bottom: 30px;
}
#main-slider .et-pb-arrow-next, #main-slider .et-pb-arrow-prev {
    font-size: 96px;
	color: rgba(255,255,255,0.5);
}
#main-slider .et-pb-arrow-next:hover, #main-slider .et-pb-arrow-prev:hover {
    font-size: 96px;
	color: rgba(255,255,255,1);
}

#main-slider .et_pb_more_button {
    background: #fff;
    color: var(--iw-black) !important;
    border-color: transparent;
}
#main-slider .et_pb_more_button:hover {
    color: var(--iw-red) !important;
}

.slider-date {
	display: inline-block;
    font-size: 36px;
    line-height: 1em;
	margin-top: 15px;
	font-weight: 600;
    /* padding: 10px;
    background-color: var(--iw-white);
    transform: rotate(-2deg);
    color: var(--iw-grey);
    text-shadow: none; */
}

/* MAIN SLIDER End */


/* HEADER Start */

#header {
	width: 100%;
	padding: 0;
	height: 70px;
	z-index: 99;
	background-color: transparent;
}
#logo {
	margin-left: 30px;
	position: absolute;
}
#logo .et_pb_image_wrap {
	background-color: #fff;
	padding: 0 50px 50px 50px;
	border-bottom-left-radius: 55%;
	border-bottom-right-radius: 65%;
}
#logo img {
	height: 72px;
	width: auto;
	margin-top: 30px;
}

#sprachauswahl {
	position: absolute;
	top: 43px;
    right: 110px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 4px 0;
	color: var(--iw-white);
	font-weight: 600;
	background-color: var(--iw-grey);
	border-radius: 50%;
	border: solid 5px #fff;
	position: fixed;
	transition: all 0.4s ease-in-out;
}
#sprachauswahl a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	line-height: 1.75em;
}
#sprachauswahl:hover {
	background-color: var(--iw-red);
}

#zimmer-buchen {
	position: absolute;
	top: 44px;
	right: 190px;
	width: 220px;
	font-family: 'Astonpoliz', sans-serif !important;
	font-size: 18px;
	transform: rotate(-2deg);
	background-color: var(--iw-red);
	text-align: center;
	padding: 5px 3px 4px 3px;
	/* padding: 10px 3px 3px 3px; */
	border-radius: 10px;
	border: solid 5px #fff;
	transition: all 0.4s ease-in-out;
}
#zimmer-buchen:hover {
	background-color: var(--iw-beige);
}
#zimmer-buchen a {
	color: var(--iw-white);
}
#zimmer-buchen:hover a {
	color: var(--iw-black);
}
	
#menuToggle {
	position: fixed;
    display: block;
    top: 32px;
    right: 32px;
    user-select: none;
    width: 70px;
    height: 70px;
    padding: 20px 14px;
	background-color: var(--iw-grey);
	border-radius: 50%;
	border: solid 5px #fff;
	transition: all 0.4s ease-in-out;
}
#menuToggle:hover {
	background-color: var(--iw-red);
	cursor: pointer;
}
#menuToggle .et_pb_row {
    padding: 0;
}
#menuToggle a {
    text-decoration: none;
    color: var(--iw-black);
    transition: color 0.3s ease;
}
#menuToggle a:hover {
    color: var(--iw-black);
}
#menuToggle input {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -25px;
    left: -19px;
    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(--iw-white);
	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(--iw-red);
}
#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;
	min-height: 700px;
	max-height: 100vh;
	margin: 0;
	padding: 90px 0;
	box-sizing: border-box;
	overflow-y: auto;
	background: var(--iw-white);
	transform-origin: 0% 0%;
	transform: translate(0, -100%);
	transition: transform 0.5s cubic-bezier(0.8,0.3,0.05,1);
	left: 0;
	top: 0;
}
#mobile-menu ul {
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	list-style-type: none;
}
#mobile-menu li {
	padding: 18px 0;
	font-family: 'Gellatio', serif;
	font-size: 22px;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	color: var(--iw-black);
	/* text-transform: uppercase; */
}
#mobile-menu li a:hover {
	color: var(--iw-red);
}
#mobile-menu li:last-child {
  padding-top: 45px;
}
#menuToggle input:checked ~ div {
  transform: translate(0, 0);
}

.menu-logo {
	width: 200px;
	height: auto;
}

#menu05,
#menu05 span {
  display: inline-block;
  box-sizing: border-box;
}
#menu05 {
  position: relative;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  transition: .6s cubic-bezier(.68, -.5, .32, 1.6);
}
#menu05:focus:not(:focus-visible) {
  outline: none;
}
#menu05 span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 4px;
  transition: .3s .2s;
}
#menu05 span:nth-of-type(1) {
  top: 0;
  left: 0;
}
#menu05 span:nth-of-type(2) {
  top: 20px;
  left: 0;
}
#menu05 span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
#menu05.active {
  transform: rotate(180deg);
}
#menu05.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}
#menu05.active span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
#menu05.active span:nth-of-type(3) {
  opacity: 0;
}

/* HEADER End */


/* FOOTER Start */

#footer {
	background-color: var(--iw-lightgrey);
	padding: 120px 0;
	margin-bottom: 0;
}

#footer a {
	color: var(--iw-black);
}
#footer a:hover {
	color: var(--iw-red);
}

#footer p {
	font-size: 16px;
	line-height: 2em;
	font-weight: normal;
}

#footer h3 {
	font-family: 'Gellatio', serif !important;
	font-size: 22px;
	line-height: 1em;
	color: var(--iw-red) !important;
	margin: 0 0 10px 0;
}

#social-media {
	position: absolute;
	left: 0;
	bottom: -16px;
	padding-left: 44px;
}
#social-media .et-pb-icon {
	color: var(--iw-grey);
	font-size: 40px;
	border: solid 4px var(--iw-white);
	border-radius: 50%;
	background-color: var(--iw-white);
	transition: all 0.4s ease-in-out;
}
#social-media .et-pb-icon:hover {
	color: var(--iw-red);
}

#footer-bottom {
	padding: 70px 0 35px 0;
	background-color: #fff;
}
#footer-logo {
	margin-right: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#footer-logo .et_pb_image_wrap {
	background-color: #fff;
	padding: 50px 50px 0 50px;
	border-top-left-radius: 65%;
	border-top-right-radius: 50%;
}
#footer-logo img {
	height: 72px;
	width: auto;
	margin-bottom: 30px;
}

/* FOOTER End */


/* KONTAKTFORMULAR Start */

#formular .wpforms-head-container {
	padding-bottom: 0;
}
#formular .wpforms-title {
	font-family: 'Gellatio', sans-serif !important;
	font-size: 26px;
	line-height: 1.5em;
	color: var(--iw-grey) !important;
	margin: 12px 0 20px 0;
	font-weight: normal;
}
#formular input, #formular textarea {
	color: var(--iw-black);
	border: solid 1px var(--iw-grey);
	border-radius: 7px;
	font-weight: 300;
}
#formular .wpforms-field-label {
	font-weight: 600;
}
#formular .wpforms-field-medium {
	max-width: 100%;
}
#formular .wpforms-field-sublabel {
	color: var(--iw-black);
}
#formular button.wpforms-submit {
	font-family: 'Astonpoliz', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
	padding: 5px 28px 3px 38px !important;
	color: var(--iw-red);
	background-color: var(--iw-white);
	border: solid 2px var(--iw-red);
	border-radius: 25px;
}
#formular button.wpforms-submit:hover {
	padding: 5px 35px 3px 45px !important;
}
#formular button.wpforms-submit::before {
	background: url(/wp-content/uploads/button-bg.png) no-repeat;
	content: '';
	background-size: 100% auto;
	position: absolute;
    background-position: 0 0;
    left: 4px;
	width: 26px;
    height: 52px;
    opacity: 1;
	display: inherit;
	transform: translateY(-50%);
	margin-top: 6px;
}
#formular .wpforms-required-label, #formular .wpforms-error {
	color: var(--iw-red);
}

/* KONTAKTFORMULAR End */


/* MEDIA QUERIES Start */

@media only screen and (min-width: 981px) {
  	.et_pb_section {
    	padding: 6% 0;
  	}
}

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

}