/*
 Theme Name:   OceanWP Child
 Description:  Child Theme des high-performance WP-Theme OceanWP
 Author:       Philipp Limbeck
 Author URI:   https://insyde.at/
 Template:     oceanwp
 Version:      1.0
 Text Domain:  oceanwp-child
*/

/* overwrite general settings of oceanwp for focus of links (black border) */
#main a:focus,
#site-header a:focus,
#footer a:focus {
    outline: 0px !important;
}

:root {
    --farbe-weiss: #ffffff;
    --farbe-schwarz: #000000;
    --farbe-braun: #98803E;
    --farbe-gold: #9a813a;
}

#site-header-inner {
    max-width: 2560px;
    width: 100%;
}

/* Standard / Basis */
#primary {
    padding-left: 3vw;
    padding-right: 3vw;
}

#mobile-header-img-wrapper {
    display: none;
}


body.home #right-sidebar {
    width: 0%;
    display: none;
}

body.home #saison-text p {
    font-size: clamp(24px, calc(16px + 1.6vw), 40px);
    background: linear-gradient(120deg, var(--farbe-gold) 0%, #fff7cc 20%, var(--farbe-gold) 40%, var(--farbe-gold) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gold-shimmer 3.5s linear infinite;
}

/* Animation */
@keyframes gold-shimmer {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}



#right-sidebar {
    text-align: center;
    border-right: 1px solid var(--farbe-schwarz);
}

#right-sidebar .widget_media_image {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 160px;
    height: auto;
}

#right-sidebar #media_image-2 {
    padding-top: 15px;
}

#right-sidebar #media_image-5 {
    margin-bottom: 0;
}

#right-sidebar #media_image-5 img {
    width: 100px;
    height: auto;
}

#right-sidebar #text-2 a {
    font-size: clamp(20px, calc(18px + 0.4vw), 24px);
    color: var(--farbe-braun);
}

#custom_html-2,
#text-2 {
    margin-right: 4vw;
}

#custom_html-2 .sidebar-share {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#custom_html-2 .sidebar-share-title {
    margin-bottom: 6px;
    color: var(--farbe-braun);
    font-size: clamp(20px, calc(18px + 0.4vw), 24px);
}

#custom_html-2 .sidebar-share-icons {
    display: flex;
    justify-content: center;
    gap: 14px;
}

#custom_html-2 .sidebar-share-logos {
    width: 40px;
    height: auto;
    display: block;
}


body.page #primary.content-area {
    border-left-width: 0;
    padding-left: 5vw;
}

body.home #primary {
    width: 100%;
}

#main .no-margin-bottom,
#footer .no-margin-bottom {
    margin-bottom: 0px;
}


/* S C H R I F T E N */
/* ---------------------------------------------------
   BASIS-SCHRIFTGRÖSSE DES ROOT-ELEMENTS
   ---------------------------------------------------

   Setzt die Grundgröße für die gesamte Seite.
   Alle rem-Einheiten beziehen sich darauf.

   1rem = 16px
--------------------------------------------------- */
html.html {
    font-size: 16px;
	overflow: auto !important;
}

#site-header.full_screen-header #full-screen-menu{
	overflow-y: hidden !important;
}

/* ---------------------------------------------------
   RESPONSIVE (FLUID) SCHRIFTGRÖSSE
   ---------------------------------------------------

   clamp(min, preferred, max)

   min       = kleinste Schriftgröße
   preferred = dynamische Größe (abhängig von Viewport)
   max       = größte erlaubte Schriftgröße

--------------------------------------------------- */
body.page {
    font-size: clamp(1rem,
            /* Minimum: 16px */
            calc(0.208vw + 1rem),
            /* Dynamische Größe: 16px + 0.208% der Viewportbreite */
            1.25rem
            /* Maximum: 20px */
        );
}

/* ---------------------------------------------------
   WAS PASSIERT IN DER PRAXIS?

   Mobile (375px):
   ≈ 16.8px

   Tablet (1024px):
   ≈ 18.1px

   Desktop (~1920px und größer):
   ≈ 20px (Maximalwert durch clamp)

   → Schrift wächst weich mit der Bildschirmbreite
   → keine Media Queries notwendig
--------------------------------------------------- */




/* S C H R I F T E N  - Schriften Beginn */
body.home #wrap h1 {
    font-weight: 500;
    font-size: clamp(40px, calc(20px + 4vw), 80px);
    color: var(--farbe-weiss);
    font-style: italic;
}

body.home #wrap h2 {
    /*font-family: "MinionPro";*/
    font-weight: 500;
    font-size: clamp(40px, calc(20px + 4vw), 80px);
    color: var(--farbe-braun);
}

body:not(.home) h1,
body:not(.home) h2 {
    font-size: clamp(30px, calc(20px + 1.7vw), 60px);
    color: var(--farbe-gold);
}

body:not(.home) h1 {
    font-style: italic;
}

.text-geboxt-mit-sidebar {
    padding-left: 4vw;
    padding-right: 4vw;
}

#main .newsletter-anmelden-rabattcode-zeile {
    color: var(--farbe-braun);
    font-size: clamp(16px, calc(10px + 4vw), 30px);
    font-family: "Bodoni Moda";
    font-weight: 500;
    font-style: italic;
}

/* S C H R I F T E N  - Schriften Ende */



#main .newsletter-anmelden-rabattcode-zeile img {
    max-width: 5vw;
}

#main .trennlinie img,
#footer .trennlinie img {
    height: 6px;
}





/* SEKTION B I L D  m i t  T E X T  u n d  L O G O */
.wifi-card-row {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    max-width: 70vw;
    margin: 0 auto !important;
}

.wifi-card-row .vc_column_container,
.wifi-card-row .wpb_wrapper {
    position: relative;
}

.wifi-card-col {
    position: relative;
    transform: rotate(-2deg);
    margin: auto;
    z-index: 1;
}

#wifi-card-row-tiefgang .wifi-card-col {
    transform: rotate(5deg);
}

.wifi-card-col::before {
    content: "";
    position: absolute;
    inset: -18px;
    background: #fff;
    border-radius: 32px;
    z-index: -1;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.25);
}

#main .wifi-card-image,
#main .wifi-card-image .wpb_single_image,
#main .wifi-card-image figure,
#main .wifi-card-image .vc_single_image-wrapper {
    display: block;
    margin: 0;
}

.wifi-card-image div.vc_single_image-wrapper {
    border: 30px solid var(--farbe-weiss);
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wifi-card-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 35px;
}

.wifi-card-text {
    position: absolute;
    top: 10%;
    left: 8%;
    z-index: 5;
    max-width: 420px;
    text-align: center;
    transform: rotate(3deg);
    font-family: "Bodoni Moda";
}

#main .wifi-card-text p {
    margin: 0;
    font-size: clamp(22px, 2vw, 40px);
    line-height: 1.2;
    color: var(--farbe-schwarz);
    font-style: italic;
}

.wifi-card-butterfly {
    position: absolute;
    top: 15%;
    right: 24%;
    z-index: 6;
    margin: 0 !important;
}

#main .wifi-card-butterfly .wpb_single_image,
#main .wifi-card-butterfly figure,
#main .wifi-card-butterfly .vc_single_image-wrapper {
    margin: 0;
}

.wifi-card-butterfly img {
    display: block;
    width: clamp(80px, 7.5vw, 130px);
    height: auto;
    transform: rotate(10deg);
    pointer-events: none;
    animation: hover1 6s ease-in-out infinite;
}

@keyframes hover1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }

    25% {
        transform: translate(6px, -8px) rotate(-3deg) scale(1.05);
    }

    50% {
        transform: translate(-4px, 4px) rotate(2deg) scale(1.02);
    }

    75% {
        transform: translate(3px, -6px) rotate(-2deg) scale(1.03);
    }
}

.wifi-card-stoerer {
    position: absolute;
    top: -60px;
    right: 10vw;
    z-index: 10;
    margin: 0 !important;
}

#wifi-card-row-tiefgang .wifi-card-stoerer {
    display: none;
}

.wifi-card-stoerer .wpb_single_image,
.wifi-card-stoerer figure,
.wifi-card-stoerer .vc_single_image-wrapper {
    margin: 0 !important;
}

.wifi-card-stoerer img {
    display: block;
    width: clamp(160px, 14vw, 240px);
    height: auto;
    filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.25));
    animation: stoerer-wobble 6s ease-in-out infinite;
    transform-origin: center;
}

@keyframes stoerer-wobble {
    0% {
        transform: rotate(8deg);
    }

    50% {
        transform: rotate(14deg);
    }

    100% {
        transform: rotate(8deg);
    }
}


.zicksee-video .wifi-card-image .plyr,
.zicksee-video .wifi-card-image .plyr__video-wrapper,
.zicksee-video .wifi-card-image video,
.zicksee-video .wifi-card-image .plyr__poster {
    border-radius: 50px !important;
}

.zicksee-video .wifi-card-image .plyr__video-wrapper {
    overflow: hidden;
}

.zicksee-video .wifi-card-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zicksee-video .wifi-card-image {
    background: #fff;
    padding: 18px;
    border-radius: 50px;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.25);
}

.zicksee-video .wifi-card-col::before {
    z-index: 1;
}

/* SEKTION B I L D  m i t  T E X T  u n d  L O G O */




/* H E A D E R */
/* Menü - rechts oben über dem Bild */
#site-header-inner #site-navigation-wrap {
    position: absolute;
    top: 9vh;
    right: 40px;
    left: auto;
    margin: 0;
    z-index: 50;
}

#site-navigation-wrap {
    right: 10vw !important;
}

#site-header.full_screen-header .menu-bar-inner .menu-bar .ham,
#site-header.full_screen-header .menu-bar-inner .menu-bar .ham:before,
#site-header.full_screen-header .menu-bar-inner .menu-bar .ham:after {
    background-color: var(--farbe-weiss);
    height: 4px;
    width: 36px;
    border-radius: 4px;
}

/* Camping Zicksee Logo - mittig */
#site-header-inner .header-container #site-logo {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 40;
    margin: 0;
}

/* Jetzt buchen Störer - links mittig */
#site-header-inner .header-container #jetzt-buchen {
    position: absolute;
    top: 40%;
    left: 18%;
    transform: translate(-50%, -50%);
    z-index: 45;
    /*max-width: 12vw;
    animation: sonne-pulse 4s ease-in-out infinite;*/
}

body.home #site-header-inner .header-container #jetzt-buchen img {
    width: 400px;
    height: auto;
}

body:not(.home) #site-header-inner .header-container #jetzt-buchen img {
    width: 300px;
    height: auto;
}




/* Header H1 über dem EINZICKARTIG Schriftzug */
#site-header-inner .header-container #header-ueberschrift {
    position: absolute;
    left: 50%;
    bottom: 8vh;
    transform: translateX(-50%);
    z-index: 45;
    text-align: center;
    width: 80vw;
}

/* Einzickartig Schriftzug - mittig unten */
#site-header-inner .header-container #einzickartig-logo {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 45;
}

#site-header-inner .header-container #einzickartig-logo img {
    width: 350px;
    height: auto;
}



body.home .header-container {
    position: relative;
}

aside#right-sidebar #right-sidebar-inner #media_image-5,
aside#right-sidebar #right-sidebar-inner #text-2{
	display: none;
}

body.home #home-webcam-badge {
	display: none;
    position: absolute;
    left: 8vw;
    bottom: -13vh;
    text-align: center;
}

body.home #home-webcam-badge img {
    display: block;
    width: clamp(70px, 8vw, 120px);
    height: auto;
    margin-bottom: 10px;
}

body.home #home-webcam-badge span {
    display: block;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.1;
    color: #000;
}

#main .partner-logos-zeile {
    max-width: 40vw;
    margin: 0 auto;
}

#main .partner-logos-zeile img {
    max-height: 110px;
    width: auto;
}


/* Overlay Hintergrund entfernen */
#site-header.full_screen-header #full-screen-menu {
    background: transparent !important;
}

/* Overlay Position */
#site-header.full_screen-header #site-header-inner #full-screen-menu #full-screen-menu-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 100vh;
    padding-right: 9vw;
    padding-left: 4vw;
}

/* Menübox */
#site-header.full_screen-header #site-header-inner #full-screen-menu #site-navigation {
    position: relative;
    width: min(920px, 46vw);
    min-height: 500px;
    padding: 70px 6px 30px 56px;
    background: rgba(255, 255, 255, 0.72);
    border: 12px solid rgba(255, 255, 255, 0.92);
    border-radius: 42px;
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Hauptmenü links */
#site-header.full_screen-header ul#menu-mainmenue {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 340px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Menüeinträge */
#site-header.full_screen-header ul#menu-mainmenue>li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

/* Hauptlinks */
#site-header.full_screen-header ul#menu-mainmenue>li>a {
    display: inline-block;
    padding: 0;
    font-size: clamp(22px, 1.45vw, 34px);
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    color: #1f1f1f !important;
}

/* Theme Dropdown Icons entfernen */
#site-header.full_screen-header ul#menu-mainmenue .dropdown-toggle,
#site-header.full_screen-header ul#menu-mainmenue .sf-sub-indicator,
#site-header.full_screen-header ul#menu-mainmenue .caret,
#site-header.full_screen-header ul#menu-mainmenue .nav-arrow {
    display: none !important;
}

/* Campingplatz hervorheben */
#site-header.full_screen-header ul#menu-mainmenue>li.menu-item-36>a {
    color: var(--farbe-gold) !important;
    font-weight: 700;
}

/* Linie rechts von Campingplatz */
#site-header.full_screen-header ul#menu-mainmenue>li.menu-item-36::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 22px);
    width: 74px;
    height: 1px;
    background: #1f1f1f;
    transform: translateY(-50%);
}

/* Alle Submenus verstecken */
#site-header.full_screen-header ul#menu-mainmenue .sub-menu {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Nur Campingplatz Submenu anzeigen */
#site-header.full_screen-header ul#menu-mainmenue>li.menu-item-36>.sub-menu {
    display: block !important;
    position: absolute;
    top: -2px;
    left: calc(100% + 128px);
    min-width: 365px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Rechte Spalte */
#site-header.full_screen-header ul#menu-mainmenue>li.menu-item-36>.sub-menu>li {
    display: block;
    margin: 0 0 8px 0;
    padding: 0;
    list-style: none;
}

/* Submenü Links */
#site-header.full_screen-header ul#menu-mainmenue>li.menu-item-36>.sub-menu>li>a {
    display: block;
    padding: 0;
    font-size: clamp(22px, 1.40vw, 34px);
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--farbe-gold) !important;
}

/* Hover leicht weicher */
#site-header.full_screen-header ul#menu-mainmenue>li>a:hover,
#site-header.full_screen-header ul#menu-mainmenue>li.menu-item-36>.sub-menu>li>a:hover {
    opacity: 0.85;
}

/* Unterer Menübereich */
#site-header.full_screen-header #site-navigation .fullscreen-meta-menu {
    position: relative;
    margin-top: 8vw;
}

#site-header.full_screen-header #site-navigation .fullscreen-meta-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
}

#site-header.full_screen-header #site-navigation .fullscreen-meta-menu li {
    margin: 0 0 6px 0;
}

#site-header.full_screen-header #site-navigation .fullscreen-meta-menu a {
    text-decoration: none;
    font-size: clamp(16px, 1vw, 22px);
    color: #1f1f1f;
    line-height: 1.2;
}

body:not(.home).page #site-header-inner .header-container #header-ueberschrift {
    font-size: clamp(16px, calc(10px + 4vw), 30px);
    color: var(--farbe-weiss);
    font-style: italic;
}

body:not(.home).page #site-header-inner .header-container #header-ueberschrift {
    left: 18%;
    bottom: 2vh;
}

/* H E A D E R - Header */




/* Seite R E G I O N - Region und B U R G E N L A N D    C A R D - Burgenland Card */
body.page-region #site-header-inner .header-container #jetzt-buchen {
    display: none;
}

body.page-region #site-header-inner .header-container #site-logo {
    top: 40%;
    left: 12%;
}

body.page-region #site-header-inner .header-container #einzickartig-logo,
body.page-burgenland-card #site-header-inner .header-container #einzickartig-logo {
    left: 83%;
    bottom: 5vh;
}

body.page-burgenland-card #burgenland-card-videoplayer .wpb_video_wrapper {
    padding: 0;
}

body.page-burgenland-card h1 {
    margin-top: 10vh;
}

body.page-burgenland-card #button-burgenland-card {
    max-width: 300px;
    width: auto;
}

/* Seite R E G I O N - Region und B U R G E N L A N D    C A R D - Burgenland Card */




/* Seite Ü B E R  U N S  - Über uns */
body.page-ueber-uns ul {
    list-style: none;
    margin-top: 0;
    margin-left: 0;
}

body.page-ueber-uns #main strong {
    color: var(--farbe-schwarz);
}

body.page-ueber-uns em {
    font-size: clamp(23px, calc(19.5px + 0.7vw), 30px);
    color: var(--farbe-gold);
}

body.page-ueber-uns h2,
body.page-buchen h2 {
    color: var(--farbe-schwarz);
    font-weight: bold;
    font-style: italic;
    font-family: "Merriweather";
    font-size: clamp(23px, calc(19.5px + 0.7vw), 30px);
}


body.page-ueber-uns .textbereich-padding-left {
    padding-left: 3vw;
}

body.page-ueber-uns .wifi-card-row {
    display: flex;
    justify-content: center;
    padding: 0;
}


body.page-ueber-uns .wifi-card-image div.vc_single_image-wrapper {
    box-shadow: unset;
}

body.page-ueber-uns .wifi-card-text p {
    color: var(--farbe-weiss);
}

body.page-ueber-uns .wifi-card-text {
    top: 30%;
    left: 10%;
    max-width: 176px;
    rotate: -7deg;
}

/* Seite Ü B E R  U N S  - Über uns */





/* Seite P L A T Z O R D N U N G - Platzordnung */
body.page-platzordnung h2,
body.page-agb h2,
body.page-datenschutz h2 {
    font-size: clamp(24px, calc(27px - 0.2vw), 26px);
    color: var(--farbe-schwarz);
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Merriweather";
}

body.page-platzordnung h3,
body.page-agb h3,
body.page-datenschutz h3 {
    margin-bottom: 0;
    font-size: clamp(24px, calc(19px + 1vw), 34px);
    font-weight: bold;
    color: var(--farbe-schwarz);
    font-family: "Merriweather";
}

body.page .download-button img {
    max-width: 300px;
    height: auto;
}

#bgldcard-wrapper img {
    width: 400px;
    max-width: 60%;
    height: auto;
    rotate: -7deg;
    position: absolute;
    bottom: -7vw;
    left: 50%;
    transform: translateX(-50%);
}


/* Seite I M P R E S S U M  - Impressum */
body.page-impressum h2,
body.page-impressum h3 {
    font-size: clamp(1rem, calc(0.208vw + 1rem), 1.25rem);
    color: var(--farbe-schwarz);
    font-family: "Merriweather";
}


/* F O O T E R - Footer Beginn */
#footer,
#footer a {
    color: var(--farbe-gold);
}

#footer a {
    text-decoration: underline;
}

#footer #footer-ueberschrift-kontakt,
#footer .footer-ueberschrift {
    font-weight: bold;
    font-size: clamp(18px, calc(18px + 0.4vw), 40px);
    margin-bottom: 0;
}

#footer ul {
    list-style: none;
    margin-left: 0;
}

.footer-social {
    display: flex;
    gap: 28px;
}

.footer-social-logo {
    width: 48px;
    height: auto;
    display: block;
}

.footer-social-logo:hover {
    filter: invert(74%) sepia(84%) saturate(7500%) hue-rotate(92deg) brightness(28%) contrast(149%);
}

#copyright-bar {
    font-size: 16px;
}

/* F O O T E R - Footer Ende */



/* K O N T A K T F O R M U L A R  - Kontaktformular Beginn */
/* Grundstruktur */
.insyde-form-row {
    display: flex;
    gap: 20px;
}

.insyde-col {
    width: 50%;
}

.insyde-col.full {
    width: 100%;
}

/* Inputs */
.insyde-col input,
.insyde-col textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

/* Textarea */
.insyde-col textarea {
    max-height: 110px;
    resize: vertical;
}

/* Labels */
.insyde-col label {
    display: block;
    margin-bottom: 6px;
}

/* Checkbox */
.wpcf7-acceptance {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.insyde-col input::placeholder,
.insyde-col textarea::placeholder {
    color: #94a3b8;
    opacity: 1;
}

/* Button */
.wpcf7-submit {
    background: var(--farbe-braun);
    color: var(--farbe-weiss);
    padding: 14px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s ease;
}

.wpcf7-submit:hover {
    background: #334155;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 auto;
}

/* K O N T A K T F O R M U L A R  - Kontaktformular Ende */







/* >= 1921px */
@media all and (min-width: 1921px) {

    .einleitungstext-geboxt,
    .text-geboxt-mit-sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    body.page-burgenland-card #burgenland-card img {
        margin-top: -4vw;
    }
}


/* <= 1920px */
@media all and (max-width: 1920px) {
    #primary {
        padding-left: 5vw;
        padding-right: 0;
    }

    .einleitungstext-geboxt {
        padding-left: 2vw;
        padding-right: 2vw;
    }
}


/* <= 1800px */
@media all and (max-width: 1800px) {
    #site-header.full_screen-header ul#menu-mainmenue {
        width: 270px;
    }

    body.home #wrap h1 {
        font-size: calc(20px + 3vw);
    }

    #site-header-inner .header-container #header-ueberschrift {
        bottom: 12vh;
    }


    #site-header.full_screen-header #site-header-inner #full-screen-menu #site-navigation {
        min-height: unset;
        padding: 42px 6px 42px 20px;
        width: 56vw;
        margin-top: -10vw;
    }
}


/* <= 1600px */
@media all and (max-width: 1600px) {
    #header-ueberschrift-inner h1 {
        line-height: 1;
    }

    #site-header-inner .header-container #jetzt-buchen {
        top: 34%;
    }

    /* Alle Seiten außer die Startseite haben einen schmalen Header 
    body:not(.home) #site-header-inner .header-container #site-logo {
        top: 33%;
        max-width: 11vw;
    }
	*/

    body:not(.home) #site-header-inner .header-container #jetzt-buchen img {
        width: 241px;
    }

    #site-logo-inner img {
        max-height: 12vw;
        margin-bottom: 2vw;
    }

    #bgldcard-wrapper img {
        width: unset;
        max-width: 24%;
    }
}


/* <= 1300px */
@media all and (max-width: 1300px) {
    #site-header-inner .header-container #header-ueberschrift {
        bottom: 12vh;
    }

    body:not(.home) #site-header-inner .header-container #jetzt-buchen img {
        width: 241px;
    }

    body:not(.home).page #site-header-inner .header-container #header-ueberschrift {
        bottom: -1vh;
    }

    #site-header-inner .header-container #einzickartig-logo {
        bottom: 29px;
    }

    #site-header-inner .header-container #jetzt-buchen {
        top: 38%;
    }

    body:not(.home) h1 {
        line-height: 1;
    }

    #custom_html-2,
    #text-2 {
        margin-right: 0vw;
    }

    .einleitungstext-geboxt {
        padding-left: 0vw;
        padding-right: 0vw;
    }

    #bgldcard-wrapper img {
        width: unset;
        max-width: 20%;
    }

    #main .wifi-card-text p {
        font-size: 3vw;
    }

    #site-logo-inner img {
        max-height: 12vw;
        margin-bottom: -2vw !important;
    }

    #site-header.full_screen-header #site-header-inner #full-screen-menu #site-navigation {
        min-height: unset;
        padding-bottom: 40px;
        margin-top: -15vw;
    }

}


/* <= 1100px */
@media all and (max-width: 1100px) {
    #site-header-inner .header-container #jetzt-buchen {
        top: 35%;
        max-width: 35vw;
    }

    #main .partner-logos-zeile {
        max-width: unset;
        display: flex;
    }

    #main .partner-logos-zeile img {
        max-height: 100px;
        width: auto;
    }

    #site-header-inner .header-container #einzickartig-logo {
        bottom: 1vw;
    }

    #site-header-inner .header-container #header-ueberschrift {
        width: 75vw;
        bottom: 5vh;
    }

    #site-logo-inner img {
        max-height: 15vh;
        margin-bottom: 1vw;
    }

    header#site-header .oceanwp-mobile-menu-icon {
        top: 50px;
        right: 50px;
        position: absolute;
    }

    #bgldcard-wrapper img {
        width: unset;
        max-width: 60%;
        margin-bottom: 1vw;
    }

    /*body:not(.home).page #site-header-inner .header-container #einzickartig-logo {
        left: 65%;
    }*/

    body:not(.home) #site-header-inner .header-container #jetzt-buchen img {
        width: 187px;
    }
	
	  .oceanwp-mobile-menu-icon.clr a,
    .oceanwp-mobile-menu-icon.clr span {
        color: var(--farbe-weiss);
        font-size: 25px;
    }

}


/* zwischen 701px und 900px */
@media all and (min-width: 701px) and (max-width: 900px) {
    #site-header-inner .header-container #jetzt-buchen {
        top: 25%;
        max-width: 35vw;
    }

    #site-logo-inner img {
        max-height: 16vh;
    }

    body.home #wrap h1 {
        font-size: 45px;
    }

    .wifi-card-butterfly {
        top: 41%;
        right: 15%;
    }

    .wifi-card-text p {
        font-size: 34px;
    }

    #home-webcam-badge,
    header#site-header .header-img,
    #right-sidebar {
        display: none;
    }

    #mobile-header-img-wrapper {
        display: block;
    }

    body:not(.home).page #site-header-inner .header-container #header-ueberschrift {
        bottom: 5vw;
        left: 50%;
    }
	
	 

}


/* <= 700px */
@media all and (max-width: 700px) {
    #main #content-wrap {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    #mobile-header-img-wrapper {
        display: block;
    }

    .mobilemenue-camping-logo {
        max-width: 150px;
        height: auto;
        margin: 0 auto;
        padding-bottom: 12vh;
    }

    #home-webcam-badge,
    header#site-header .header-img,
    #right-sidebar {
        display: none;
    }

    body.home #site-header-inner .header-container #header-ueberschrift {
        width: 85vw;
        bottom: 4vh;
    }

    body:not(.home).page #site-header-inner .header-container #header-ueberschrift {
        left: 50%;
        bottom: 5vh;
    }

    body.page-region #site-header-inner .header-container #einzickartig-logo,
    body.page-burgenland-card #site-header-inner .header-container #einzickartig-logo {
        left: 8%;
        bottom: 25px;
        transform: translateX(0%);
    }

    body.page-burgenland-card h1 {
        margin-top: 14vh;
    }

    #bgldcard-wrapper img {
        bottom: -34vw;
    }

    #site-header-inner .header-container #header-ueberschrift h1 {
        font-size: 30px;
    }

    #site-logo-inner img {
        max-height: 120px;
        width: auto;
    }

    body.page-region #site-header-inner .header-container #site-logo {
        left: 50%;
    }

    #site-header-inner .header-container #jetzt-buchen {
        top: 21%;
        max-width: 43vw;
    }


    #mobile-fullscreen #mobile-fullscreen-inner ul li a {
        text-transform: none;
    }

    .oceanwp-mobile-menu-icon.clr a,
    .oceanwp-mobile-menu-icon.clr span {
        color: var(--farbe-weiss);
        font-size: 25px;
    }

    .einleitungstext-geboxt {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .text-geboxt-mit-sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    #main .partner-logos-zeile img {
        max-height: 65px;
        width: auto;
    }

    #main .newsletter-anmelden-rabattcode-zeile img {
        max-width: 20vw;
        margin-bottom: 3vh;
    }

    .wifi-card-row {
        max-width: unset;
    }
	
	    #main .wifi-card-text p {
        font-size: 22px;
    }

    .wifi-card-image div.vc_single_image-wrapper {
        border: 10px solid var(--farbe-weiss);
    }

    .zicksee-video .wifi-card-image {
        background: #fff;
        padding: 10px;
        border-radius: 32px;
        box-shadow: 0 30px 40px rgba(0, 0, 0, 0.25);
    }

    .zicksee-video .wifi-card-image .plyr,
    .zicksee-video .wifi-card-image .plyr__video-wrapper,
    .zicksee-video .wifi-card-image video,
    .zicksee-video .wifi-card-image .plyr__poster {
        border-radius: 22px !important;
    }

    .zicksee-video .wifi-card-image .plyr__video-wrapper {
        overflow: hidden;
    }

    .wifi-card-butterfly {
        top: -20%;
    }

    body.page-platzordnung .download-platzordnung-button img {
        max-width: 200px;
        height: auto;
    }

    body.page-burgenland-card #burgenland-card img {
        max-width: 262px;
        z-index: 1;
        margin-top: 0vw;
    }

    body.page-platzordnung #main h1,
    body.page-agb #main h1,
    body.page-datenschutz #main h1 {
        text-align: left !important;
    }

    body.page .download-button img {
        max-width: 200px;
        height: auto;
        margin-bottom: 2vh;
        margin-top: 1vh;
    }

    #wifi-card-row-tiefgang .wifi-card-stoerer {
        max-width: 140px;
    }

    .insyde-form-row {
        flex-direction: column;
    }

    .insyde-col {
        width: 100%;
    }

    #footer-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-social-logo {
        width: 38px;
    }
}


/* <= 400px */
@media all and (max-width: 400px) {

    body:not(.home) h1,
    body:not(.home) h2 {
        font-size: 26px;
    }

    #main p {
        font-size: 15px;
    }

    body.home #saison-text {
        line-height: 1;
        margin-bottom: 6vh;
    }

    #footer .vc_col-xs-6 .vc_column-inner {
        padding-right: 0;
    }
}