/*
Theme Name: First Theme
Author: Lisa Edenstrasser
Author URI: https://i-have-no-website.yet
Version: 2.0
*/
* {
    box-sizing: border-box;
}


:root{
    --primary-color: #a1144b;
    --secondary-color: #fff;
    
}


/* great-vibes-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/great-vibes-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/great-vibes-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/great-vibes-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/great-vibes-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/great-vibes-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/great-vibes-v14-latin-regular.svg#GreatVibes') format('svg'); /* Legacy iOS */
}


/* dancing-script-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/dancing-script-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/dancing-script-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dancing-script-v29-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/dancing-script-v29-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/dancing-script-v29-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/dancing-script-v29-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}

/* rubik-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/rubik-v31-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/rubik-v31-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/rubik-v31-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/rubik-v31-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/rubik-v31-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/rubik-v31-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}


body{
    
    background-color: #e8e8ea;
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
    font-family: 'Rubik', 'Arial', 'Helvetica', 'sans-serif' !important;
    font-size: 18px;
    margin: 0px;
    padding: 50px 0px 0px;
}

h1 {
    font-family: 'Dancing Script', cursive !important;
    font-size: 60px !important;
    font-weight: 400 !important;
    color: #5d5c5c;
    /*text-shadow: 10px 11px 12px rgb(173, 169, 169);*/
}


h2 {
    font-family: 'Rubik' !important;
    font-size: 35px !important;
    font-weight: 400 !important;
    color: #5d5c5c;
    /*text-shadow: 10px 11px 12px rgb(173, 169, 169);*/
}

h3{
    font-family: 'Rubik' !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    color: #5d5c5c;
}
h4{
    font-family: 'Dancing Script' !important;
    font-size: 50px !important;
    font-weight: 400 !important;
    color: #5d5c5c;
}

p{
    font-size: 19px !important;
    color: #5d5c5c;
}

#r {
    font-family: 'Rubik-Light', 'Arial', 'Helvetica', 'sans-serif' !important;
    text-shadow: 10px 11px 12px rgb(173, 169, 169);
    color: #436036;
    font-size: 30px;
    
}

.elementor-button-text{
    font-size: 19px !important;
}




#content {
    
    z-index:1;
    position: relative;
}

/* main area styles */
#main-content{
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0px auto;
    background-color: #fffde1;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
}

a{
    color: var(--primary-color);
    transition: all 350ms ease-in-out;
    text-decoration: none;
   
}

h1 a {
    font-family: 'Dancing Script', cursive !important;
    font-weight: 400 !important;
}

a:hover{
    color: var(--secondary-color);
}


  


#webpro-top-bar a{
    color: #6f4d44;
    font-size: 25px !important;
      
}

#webpro-top-bar a:hover{
    color:#e6dcd6;
    font-size: 25px !important;
}


/* ============================
   HERO – nur auf der Startseite
   ============================ */

.hero-wrapper {
    position: inherit;
    top: 50%; /* mittig im Header */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(68, 68, 68, 0.60); /* #444 transparent */
    padding: 30px 40px;
    border-radius: 12px;
    max-width: 800px;
    width: 90%;
    z-index: 1;
}

.hero-wrapper h1,
.hero-wrapper h2 {
    color: #ffffff;
    margin: 0 0 15px;
}

.hero-wrapper h1 {
    /*font-size: 2.4rem;*/
    font-weight: 700;
    line-height: 1.2;
}

.hero-wrapper h2 {
    /*font-size: 1.4rem;*/
    font-weight: 400;
    line-height: 1.3;
}

/* Responsive für Tablets */
@media (max-width: 1200px) {
    .hero-wrapper {
        padding: 20px 25px;
    }
    .hero-wrapper h1 {
        font-size: 1.8rem;
    }
    .hero-wrapper h2 {
        font-size: 1.2rem;
    }
}

/* Responsive für Handys */
@media (max-width: 768px) {
    .hero-wrapper {
        padding: 15px 20px;
    }
    .hero-wrapper h1 {
        font-size: 1.4rem;
    }
    .hero-wrapper h2 {
        font-size: 1rem;
    }
}

/*Buttom Übersicht Ende*/


#webpro-footer-right a{
    color: #fff;
    
    
}

#webpro-footer-right a:hover{
    color: #B7AF99AB;
}
#webpro-footer-right {
    text-align: right;
    font-weight: bolder !important;
}

#webpro-footer-left a{
    color: #fff;
}

#webpro-footer-left a:hover{
    color: #B7AF99AB;
}

#webpro-footer-left {
    font-weight: bolder !important;
}


@media(max-width: 1200px){
    #logo {
        width: 150px;
        height: 150px;
        right: 50px;
    }
    h1{
        font-size: 80px !important;
    }
}

@media(max-width: 768px){
    #logo {
        width: 100px;
        height: 100px;
        right: 50px;
    }
    h1{
        font-size: 80px !important;
    }
}



 
/*Version Lisa Burger Menu 3 Striche*/

/* header styles
#webpro-top-bar{
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;

    width: 100%;
    height: 50px;
    align-items: center;

    background-color: #f7ce47;
    z-index: 100;
    border-bottom: solid 5px #f7ce47;
    box-shadow: 0 0 50px rgba(0,0,0,.4);
}

#menu-toggler{
    display: none;
    position: absolute;
    top: 16px;
    left: 16px;
    flex-direction: column;

    cursor: pointer;
}

#menu-toggler .menu-toggler-bar{
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 6px;

    transition: all 350ms ease-in-out;
}

#webpro-top-bar #menu-wrapper[state="open"] #menu-toggler .menu-toggler-bar:nth-child(1){
    width: 35px;
}

#webpro-top-bar #menu-wrapper[state="open"] #menu-toggler .menu-toggler-bar:nth-child(2){
    width: 28px;
}

#webpro-top-bar #menu-wrapper[state="open"] #menu-toggler .menu-toggler-bar:nth-child(3){
    width: 23px;
}

#menu-mainmenu{
    padding: 0px 40px;
}

#webpro-top-bar .menu{
    align-self: flex-end;
    list-style: none;
}

#webpro-top-bar .top-main-menu ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0px;
    
}

#webpro-top-bar .top-main-menu ul .menu-item{
    position: relative;
}

#webpro-top-bar .top-main-menu ul .menu-item a{
    font-size: 20px;
    padding: 8px 16px;
    display: inline-block;
}



@media(max-width: 1200px){
    #menu-toggler{
        display: flex;
       
    }

    #webpro-top-bar #menu-wrapper{
        margin-top: 50px;
        width: 30%;
        
    }
    
    #webpro-top-bar #menu-wrapper .top-main-menu{
        width: 100%;
        overflow: hidden;
        max-height: 800px;
        background-color: #fffde1;
        opacity: 60%;
        position: absolute;
        display: flex;

        transition: all 350ms ease-in-out;
    }

    #webpro-top-bar .top-main-menu ul .menu-item{
        position: relative;
        border-top: 1px solid #fff;
        width: 100%;
    }

    #webpro-top-bar #menu-wrapper[state="close"] .top-main-menu{
        max-height: 0px;
        padding: 0px;
    }
}

@media(max-width: 700px){
    #webpro-top-bar #menu-wrapper .top-main-menu{
        width: 100%;
        
    }

   
#webpro-top-bar .top-main-menu .sub-menu{
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 0px 16px;
        
        transition: all 350ms ease-in-out;
        opacity: 80%;
        border-radius: 50px 18px;
        font-size: 70px;
        }
}


@media(min-width: 768px){
       

    #webpro-top-bar .top-main-menu .sub-menu{
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 0px 16px;
        
        transition: all 350ms ease-in-out;
        opacity: 80%;
        border-radius: 50px 18px;
        font-size: 70px;
    }
    
    #webpro-top-bar .top-main-menu ul .menu-item:hover .sub-menu{
        max-height: 400px;
        padding: 16px;
    }

    #webpro-top-bar .top-main-menu ul .menu-item a{
        font-size: 40px;  
        padding: 8px 16px;
        font-family: 'Rubik' sans-serif;   
          
    }

    #webpro-top-bar .top-main-menu ul .menu-item::before{
        content: '';
        position: absolute;
        top: 11px;
        left: 0px;
        height: 20px;
        width: 0px;
        background-color: #fff;

        transform: rotate(12deg);
    }
}

Version Lisa Burger Menu 3 Striche*/

/*Version von CHAT GPT Burger Menu Fade*/

/* header styles */
#webpro-top-bar{
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;

    width: 100%;
    height: 100px;
    align-items: center;

    background-color: #f7ce47;
    z-index: 100;
    border-bottom: solid 5px #f7ce47;
    box-shadow: 0 0 50px rgba(0,0,0,.4);
}

.header-booking-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);

    background-color: #5D5C5C;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.5s ease, color 0.3s ease; /* sanfter Effekt */

    z-index: 2000;
    
    /* leichter Schatten */
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

/* Hover-Effekt */
.header-booking-btn:hover {
    color: #f6d678 !important;             /* Textfarbe wechselt */
    transform: translateY(-50%) scale(1.03); /* wächst um 10% */
}

#menu-toggler{
    display: none;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 150px;
    height: 150px;
    cursor: pointer;
    transform: translateY(-50%); /* vertikal zentrieren */
}

/* Fade-Layer 1: geschlossenes Icon */
#menu-toggler::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url(assets/Sonnenmenue.svg) no-repeat center center;
    background-size: contain;
    opacity: 1;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

/* Fade-Layer 2: offenes Icon */
#menu-toggler::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url(assets/Sonnenmenue.svg) no-repeat center center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

/* Zustand offen → weiches Überblenden */
#webpro-top-bar #menu-wrapper[state="open"] #menu-toggler::before {
    opacity: 0;
    transform: rotate(-15deg); /* kleine Bewegung */
}

#webpro-top-bar #menu-wrapper[state="open"] #menu-toggler::after {
    opacity: 1;
    transform: rotate(-15deg);
}

/* alte Balken ausblenden */
#menu-toggler .menu-toggler-bar {
    display: none;
}

#menu-mainmenu{
    padding: 0px 40px;
}

#webpro-top-bar .menu{
    align-self: flex-end;
}

#webpro-top-bar .top-main-menu ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0px;
}

@media(min-width: 1200px){
    #webpro-top-bar .top-main-menu ul{
        flex-direction: row;
    }
}

#webpro-top-bar .top-main-menu ul .menu-item{
    position: relative;
}

#webpro-top-bar .top-main-menu ul .menu-item a{
    font-size: 20px;
    padding: 8px 16px;
    display: inline-block;
}

/* ---------- Responsive ---------- */
@media(max-width: 1200px){
    #menu-toggler{
        display: flex;
    }


    #webpro-top-bar{
        height: 200px;
    }
    #webpro-top-bar #menu-wrapper{
        margin-top: 50px;
        width: 30%;
    }
    
    #webpro-top-bar #menu-wrapper .top-main-menu{
        width: 100%;
        overflow: hidden;
        max-height: 800px;
        background-color: #fff;
        opacity: 80%;
        position: absolute;
        display: flex;
        transition: all 350ms ease-in-out;
        margin: 50px 0 0 0;
    }

    #webpro-top-bar .top-main-menu ul .menu-item{
        position: relative;
        border-top: 1px solid #939D8B;
        width: 100%;
    }

    #webpro-top-bar #menu-wrapper[state="close"] .top-main-menu{
        max-height: 0px;
        padding: 0px;
    }

    #webpro-top-bar a{
    font-family: 'Rubik' !important;
    color: #4a463a;
    font-size: 70px !important;
      
}

#webpro-top-bar a:hover{
    color: #da8335;
    font-size: 70px !important;
}
}

@media(max-width: 700px){
    #webpro-top-bar #menu-wrapper .top-main-menu{
        width: 100%;
    }

    #webpro-top-bar .top-main-menu .sub-menu{
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 0px 16px;
        transition: all 350ms ease-in-out;
        opacity: 80%;
        border-radius: 50px 18px;
        font-size: 70px;
    }
}

@media(min-width: 768px){
    #webpro-top-bar .top-main-menu .sub-menu{
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 0px 16px;
        transition: all 350ms ease-in-out;
        opacity: 80%;
        border-radius: 50px 18px;
        font-size: 70px;
    }
    
    #webpro-top-bar .top-main-menu ul .menu-item:hover .sub-menu{
        max-height: 400px;
        padding: 16px;
    }

    #webpro-top-bar .top-main-menu ul .menu-item a{
        font-size: 40px;  
        padding: 18px 16px;
        font-family: 'Rubik', sans-serif;   
    }

    #webpro-top-bar .top-main-menu ul .menu-item::before{
        content: '';
        position: absolute;
        top: 11px;
        left: 0px;
        height: 20px;
        width: 0px;
        background-color: #fff;
        transform: rotate(12deg);
    }
}

/*Version von CHAT GPT Burger Menu Fade*/


/* footer styles*/
#webpro-footer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 32px;
    background-color: #444;
    
}

#webpro-footer li {
    list-style: none;
}


@media(min-width: 1001px){
    #webpro-footer{
        flex-direction: row;
        
    }
}
    
/*Social Media Links*/
.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  line-height: 1;
}



.wp-social-link-instagram {
  background-color: #f00075 !important;
  color: #fff !important;
  border-radius: 9999px !important;
  width: 40px;
  height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0 !important;
  vertical-align: middle;
  padding: 0;
}

.wp-social-link-instagram svg {
  fill: #fff !important;
  width: 30px;
  height: 30px;
  display: block;
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
  color: #fff !important;
}

@media only screen and (max-width: 1000px) {
  
  .wp-social-link-instagram {
  width: 100px;
  height: 100px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0 !important;
  vertical-align: middle;
  padding: 0;
}

.wp-social-link-instagram svg {
  fill: #fff !important;
  width: 90px;
  height: 90px;
  display: block;
}

.wp-block-social-links {
  justify-content: center !important;
  display: flex !important;
}

}

@media(max-width: 1000px){
    .elementor-image-box-description{
    font-size: 40px !important;
    }
    .elementor-image-box-title{
        font-size: 80px !important;
    }

    h1{
        font-size: 80px !important;
    }
#webpro-top-bar .top-main-menu ul .menu-item a {
    font-size: 50px !important;
     padding: 8px 16px;
  }

    #webpro-top-bar .top-main-menu .sub-menu{
        position: absolute;
        top: 40px;
        display: flex;
        flex-direction: column;
        padding: 0px 16px;
    
        overflow: hidden;
        max-height: 0px;
    
        transition: all 350ms ease-in-out;
        opacity: 80%;
        border-radius: 50px 18px;
    }
    .elementor-button.elementor-size-lg{
        font-size: 40px !important;
        padding: 40px 60px !important;
       } 
    body{
        font-size: 20px;
    }  
}

/*
@media(max-width: 900px){
    #webpro-footer{
        align-items: center;
    }
    #webpro-footer-left{
        text-align: center;
    }
    #webpro-footer-right{
        text-align: center;
        padding-right: 40px;
    }
    #webpro-footer-center{
        text-align: center;
        margin-top: 20px;
        
    }
    
    */
    
    @media only screen and (max-width: 1000px){
    #webpro-footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 40px;
        padding: 20px;
        gap: 15px;
    }
    
    #webpro-footer-right {
  text-align: center;
}

@media(max-width: 1200px){
        h1{
        font-size: 90px !important;
    }

    h2{
        font-size: 60px !important;
    }

    h3{
        
    font-size: 55px !important;
  
    }

    h4{
    font-size: 90px !important;

}

    p{
    font-size: 50px !important;
}

.elementor-button-text{
    font-size: 60px !important;
}
}

@media(max-width: 768px){
        h1{
        font-size: 90px !important;
    }

    h2{
        font-size: 60px !important;
    }

    h3{
        
    font-size: 55px !important;
  
    }

    h4{
    font-size: 90px !important;

}

    p{
    font-size: 50px !important;
}

.elementor-button-text{
    font-size: 60px !important;
}
}

/*test*/
#webpro-top-bar .top-main-menu .sub-menu{
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 0px 16px;
        
        transition: all 350ms ease-in-out;
        opacity: 80%;
        border-radius: 50px 18px;
        font-size: 70px;
        }
}

@media(min-width: 1200px){
    #webpro-top-bar .top-main-menu ul{
        flex-direction: row;
    }

    #webpro-top-bar .top-main-menu .sub-menu{
        position: absolute;
        top: 40px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 0px 16px;
    
        overflow: hidden;
        max-height: 0px;
    
        transition: all 350ms ease-in-out;
        opacity: 80%;
        border-radius: 50px 18px;
    }
}



.widget.widget_block{
    list-style: none;
}


.customize-support #webpro-top-bar{
    top: 35px;
}




#header{
    width: 100%;
    /*max-width: 1200px;*/
    height: 40vh;
    background-image: url(assets/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
}

#header.home-header{
    height: 70vh;
}

#redim-cookiehint-bottom {
    background-color: #e9eba0;
}

#redim-cookiehint{
    background-color: #e9eba0;
}

#cookiehintsubmit{
    background-color: #436036 !important;
}

#cookiehintsubmit:hover{
    background-color: #668f32 !important;
}

body.single-product #blog-back-link{
    display: none;
}


.table-wrapper .elementor-widget-container{
    overflow-x: auto;
}

table.tablepress  {
    min-width: 450px;
}

.cookieadmin-poweredby a{
    display: none;
}

#cookieadmin_notice_title{
    color: rgb(93, 92, 92) !important;
}

#cookieadmin_notice {
    color: rgb(93, 92, 92) !important;
}

button#cookieadmin_accept_button.cookieadmin_btn.cookieadmin_accept_btn{
    background-color: rgb(247, 206, 71) !important;
}

@media(max-width: 1200px) {
  button#cookieadmin_accept_button {
        font-size: 45px !important;
  }
  button#cookieadmin_reject_button {
        font-size: 45px !important;
  }
  button#cookieadmin_customize_button {
        font-size: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cookieadmin_box {
    width: 90% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cookieadmin_box {
    width: 90%;
  }
}

/*Cookie Button mobile*/
@media only screen and (max-width: 1200px){
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
    font-size: 35px !important;    /* Ändert die Schriftgröße */
    line-height: 2 !important;   /* Verbessert die Lesbarkeit */
    
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{
        display: block !important;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
        font-size: 30px !important;
        padding: 30px 30px !important;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{
        width: 60px !important;
        height: 60px !important;
    }
}
