/*
Theme Name: First Theme
Author: Lisa Edenstrasser
Author URI: https://i-have-no-website.yet
Version: 5.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 */
}

/* yanone-kaffeesatz-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: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/yanone-kaffeesatz-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/yanone-kaffeesatz-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/yanone-kaffeesatz-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/yanone-kaffeesatz-v30-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/yanone-kaffeesatz-v30-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/yanone-kaffeesatz-v30-latin-regular.svg#YanoneKaffeesatz') 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-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/rubik-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/rubik-v28-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/rubik-v28-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/rubik-v28-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-v28-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* amatic-sc-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: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/amatic-sc-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/amatic-sc-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/amatic-sc-v26-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/amatic-sc-v26-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/amatic-sc-v26-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/amatic-sc-v26-latin-regular.svg#AmaticSC') format('svg'); /* Legacy iOS */
}

@font-face {
font-display: swap;
  font-family: 'Hattori';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Hattori.eot'); /* IE9 Compat Modes */
  src: url('fonts/Hattori.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/Hattori.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/Hattori.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/Hattori.svg#Hattori') format('svg'); /* Legacy iOS */
}

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

h1 {
    font-family: 'Hattori', sans-serif !important;
    font-size: 50px !important;
    font-weight: 400 !important;
    /*text-shadow: 10px 11px 12px rgb(173, 169, 169);*/
}

h2  {
    font-family: 'Amatic SC', sans-serif !important;
    font-size: 40px !important;
    font-weight: 600 !important;
}

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

#miramar {
  font-family: 'Hattori', sans-serif;
  color: #7A7979;
  font-size: 39px;
}

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

/* main area styles */
#main-content{
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0px auto;
    background-color: white;
    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;
    /* font-size: 25px !important;*/
}

h1 a {
    font-family: 'Great Vibes', cursive !important;
    /*font-size: 50px !important;*/
    font-weight: 400 !important;
}

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


  


#webpro-top-bar a{
    color: #28235b;
    font-size: 30px !important;
    font-family: 'Amatic SC', sans-serif !important;
    font-weight: bold;
      
}

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




/*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;
}

/*Button verschwindet bei Footer*/
#floating-button.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/*Social Media Links*/
.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  line-height: 1;
}

/*Akkordeon Überschrift*/
.elementor-widget-n-accordion .e-n-accordion-item-title-text{
font-family:'Amatic SC', sans-serif !important;
font-size: 35px !important;
}

@media only screen and (max-width: 1200px) {
.elementor-widget-n-accordion .e-n-accordion-item-title-text{
font-family:'Amatic SC', sans-serif !important;
font-size: 70px !important;
}
}

.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;
}


#gallery-1 img{
    height: 250px;
    width: 250px;
    border-radius: 10px;
    display: flex;
    padding: 2px;
    object-fit: cover;
    border: none !important;
    transition: transform 0.3s ease; /* Übergang hinzufügen */
    }

/* Hover-Effekt */
#gallery-1 img:hover {
    transform: scale(1.05); /* Bild um 5 % vergrößern */
}

@media only screen and (max-width: 1000px) {
  #webpro-footer-center {
    text-align: center;
    display: grid;
    justify-items: center;
    margin-top: 20px;
  }

  .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;
}

}

/* Terminübersichtseite Header und Footer verstecken*/
.page-id-1652 #header {
    display: none !important;
}

.page-id-1652 #webpro-footer {
    display: none !important;
}

.page-id-1652 #webpro-top-bar {
    display: none !important;
}

/* Anfragebutton fixieren*/
#floating-button {
    position: fixed !important;
    bottom: 20px;  /* Abstand vom unteren Rand */
    right: 20px;   /* Abstand vom rechten Rand */
    z-index: 1000;
    transition: all 1.0s ease-in-out;
}


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

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

    #miramar {
        font-family: 'Hattori', sans-serif;
        color: #7A7979;
        font-size: 85px;
        line-height: 1.5; /* Größerer Zeilenabstand für mobile Geräte */
    }

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

}

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






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

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

    background-image: url(assets/menuevorschlag3.jpg); /* Pfad zum Bild im Asset-Ordner */
    background-size: cover;      /* Bild füllt den gesamten Bereich */
    background-position: center; /* Bild wird zentriert */
    background-repeat: no-repeat; /* Bild wiederholt sich nicht */
    background-color: #e7e4dd;
    z-index: 100;
    border-bottom: solid 0px #28235b;
    box-shadow: 0 0 50px rgba(0,0,0,.4);
}

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

    cursor: pointer;
}

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

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

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

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

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

#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;
    
}

#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: #fff;
        opacity: 80%;
        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;
    }
#webpro-top-bar{
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;

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

}


}

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

    /*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: 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: 800px;
        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);
    }
}


/* 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: 900px){
    #webpro-footer{
        flex-direction: row;
        
    }
    


}

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

    h1{
        font-size: 70px !important;
    }
#webpro-top-bar .top-main-menu ul .menu-item a {
  font-size: 60px !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;
    }

     #webpro-top-bar a:hover{
    color: rgb(152, 138, 170);
    font-size: 35px !important;
}

.uc_post_title{
        font-size: 60px !important;
    }

.elementor-38 .elementor-element.elementor-element-7713ae9 .uc_post_text{
    font-size: 50px !important;
}

#uc_post_grid_elementor_7713ae9 .uc_more_btn{
    font-size: 50px !important;
}

.elementor-8 .elementor-element.elementor-element-16f1e38 a,
.elementor-8 .elementor-element.elementor-element-3c8b2e9 a,
.elementor-8 .elementor-element.elementor-element-5c2a4ae a,
.elementor-8 .elementor-element.elementor-element-d385dc8 a,
.elementor-8 .elementor-element.elementor-element-93f54fb a,
.elementor-8 .elementor-element.elementor-element-b009996 a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important; /* zentriert das Bild */
}

.elementor-8 .elementor-element.elementor-element-16f1e38 a img,
.elementor-8 .elementor-element.elementor-element-5c2a4ae a img,
.elementor-8 .elementor-element.elementor-element-3c8b2e9 a img,
.elementor-8 .elementor-element.elementor-element-d385dc8 a img,
.elementor-8 .elementor-element.elementor-element-93f54fb a img,
.elementor-8 .elementor-element.elementor-element-b009996 a img {
    width: 70% !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 30px !important;
    height: auto !important;
}



}

 

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

  

  @media only screen and (max-width: 1024px){
    .elementor-image-box-description{
    font-size: 50px !important;
    }
    .elementor-image-box-title{
        font-size: 70px !important;
    }

    h1{
        font-size: 100px !important;
    }

    h2{
        font-size: 60px;
    }

    h3{
        font-size: 55px;
    }

    p{
        font-size: 50px;
        line-height: 60px;
    }

    li{
        font-size: 50px;
    }

    #miramar {
        font-size: 90px !important;
    }

    img.wp-image-249 {
    width: 220px !important;
    height: 200px !important;
  }

  .elementor-button{
        font-size: 60px !important;
        padding: 25px 45px !important;
    }

    

    /*Cookiehinteinstellungen*/
   #redim-cookiehint-bottom {
    background-color: white;
    right: 40px !important;
    bottom: 100px !important;
    left: 40px !important;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.25);
   border: 3px solid #4c4a4d;
    border-radius: 20px;
}

.cookiecontent p{
    font-size: 50px;
}

#redim-cookiehint .cookiebuttons .btn, #cookieresetbtn{
    font-size: 50px;
    line-height: 60px;

}

#redim-cookiehint-bottom .cookiebuttons {
  text-align: center;
}

#redim-cookiehint{
    font-size: 40px;
    line-height: 90px;
}

 

/*Blogeinstellungen*/
    .uc_post_list_content_inside {
        font-size: 50px;
    }

    .elementor-91 .elementor-element.elementor-element-6131b75 .ue-grid-item-meta-data{
        font-size: 40px;
    }
   
  }

/*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;
        }
#webpro-top-bar .top-main-menu ul .menu-item a {
     font-size: 70px !important;
     padding: 8px 16px;
 }       

}

@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: #e7e4dd;
    right: 40px;
    bottom: 150px;
    left: 40px;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.25);
}

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

#cookiehintsubmit{
    background-color: rgb(183, 175, 153) !important;
    border: none;
}

#cookiehintsubmit:hover{
    background-color: rgb(183, 175, 153) !important;
    transform: scale(1.1)
}

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


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

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

@media(max-width: 1200px){
    #header.home-header{
        height: 40vh;
    }

}