/* ===================================
   GRENZ ÄSTHETIK - ASSETS
====================================== */
/* font */
   /* variable */
:root {     
    --base-color: #ebdbc5;
    --medium-gray:#333333;
    --very-light-gray:#817F7C;
    --alt-font: 'Playfair Display', serif;
    --primary-font: 'Inter', sans-serif;
}  
/* reset */




 #termin select{
    padding: 12px 0px;
 }


 


/* DEAKTIVIERT FÜR TEST
.wpsr-ig-feed-popup-media img, .wpsr-ig-feed-popup-media video, .wpsr-ig-post-media img, .wpsr-ig-post-media video {
    border-radius: 5px !important;
}
*/


 /*GUTSCHEIN*/
#termin .sel select{
       padding: 12px 0px;
        background: #f6f6f6;
}
#termin .gut1 p, #termin .gut2 p, #termin .gut3 p{
margin-bottom: 2px;
}

 

#termin .gut1{
   background: #f6f6f6;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
#termin .gut2{
background: #fcfcfc;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

 #termin .gut3{
   background: #f6f6f6;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}



/*LEISTUNG*/

#behandlung p{
  font-size: 16px;
    line-height: 21px;
}

.termin-btn-m{
    font-size: 21px !important;
    padding-bottom: 6px !important;
    padding-right: 15px !important;
}
.video-insta{
    padding: 0px 50px 0px 15px;
}

.dauer-and-more{
    background: rgb(255 255 255 / 30%);
    padding: 20px;
}



/*GRENZ*/

.f-left{
    text-align: left!important;
}
.f-right{
    text-align: right!important;
}
.logo-footer-g{
    width: 250px;
    margin-top: 70px;
}

.termin-ham{
top: 40px;
left: 50px;
}
.text-dark{
    color: #333333 !important;
}
.pos-logo-ham{
    margin-top: -47px;
}
.restbtshow{
    display: none !important;
}

 .termin.btn.btn-double-border:after {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
 .termin.btn.btn-double-border {
       border: 1px solid rgba(0, 0, 0, 0.2);
}

 
span.t-btn-none{
    display: block !important;
}
span.t-btn-block{
    display: none !important;
}

body{
    background: var(--base-color);
    font-size: 20px;
    line-height: 34px;
}
/* header */
header .navbar-brand img {
    max-height:60px;
}
.header-icon .header-social-icon a {
    padding-left: 25px;
}
header .elements-social ul li a {
    width: auto;
    height: auto;
}
header .elements-social ul li {
    margin-right: 20px;
    margin-left: 0;
}
h3 {
    font-size: 2.813rem;
    line-height: 2.813rem;
}
.text-olive-green{
    color: #15221C;
}
.text-light-green{
    color: #445a52;
}
.bg-light-green{
    background: #445a52;
}
.bg-olive-green{
    background: #15221C;
}
.lh-165{
    line-height: 165px;
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #172c23), to(transparent));
    background: linear-gradient(to top, #172c23 7%, transparent 100%);
}
.right-minus-200px {
    right: -200px;
}
.mb-50 {
    margin-bottom: 50%;
}
/* slider */
.demo-vertical-portfolio .swiper .swiper-slide {
    transform: scale(0.8);
    transition: all 0.6s ease-in-out;
}
.demo-vertical-portfolio .swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transition: all 0.6s ease-in-out;
    transition-delay: 0.4s;
}
.slider-big-title {
    font-size: 70rem;
    line-height: 68rem;
}
/* float animation */
.animation-float {
    animation: float 1500ms linear 500ms infinite alternate both;
}
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(50px);
    }
}
/* scrolling text */
.marquees-text {
    /* Starting position */ 
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /* Apply animation to this element */ 
    -webkit-animation: example1 20s linear infinite;
    animation: example1 20s linear infinite;
    width: 100%;
}
.team-style-08 figure figcaption .social-icon a {
    background-color: var(--white);
}
/* magic cursor */
.magic-drag-cursor #ball-cursor {
    width: 180px;
    height: 180px;
}
.magic-drag-cursor #ball-cursor:before {
    content: "DRAG";
    font-family: var(--primary-font) !important;
}
/* btn */
.btn {
    font-family: var(--primary-font);
}
/* bg gradient color */
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 0.3), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 0.3), rgba(255, 255, 255, 0.0));
}
/* feature box */
.feature-box:hover .feature-box-icon .text-outline {
    -webkit-text-fill-color: var(--base-color);
    opacity: 1;
}
/* footer */
footer {
    font-size: 17px;
}
footer .footer-logo img {
    max-height: 46px;
}
footer a:hover {
    color: #dccaaf;
}
footer ul li {
    margin-bottom: 0px;
    line-height: 28px;
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1350px;
    }
}
@media (max-width: 1600px){
    .slider-big-title {
        font-size: 65rem;
        line-height: 63rem;
    }
}
@media (max-width: 1399px){
    .slider-big-title {
        font-size: 55rem;
        line-height: 60rem;
    }
}
@media (max-width: 1199px){
    .slider-big-title {
        font-size: 45rem;
        line-height: 59.5rem;
    }
    .lh-165{
        line-height: 140px;
    }
}
@media (max-width: 991px){


    .footer.shape-image-animation{
        bottom: -5px !important;
    }
    .f-left, .f-right{
    text-align: center!important;
}
 

      .logo-footer-g {
  
    margin-top:90px !important;
}

    footer.half-footer {
        padding: 165px 0;
    }

 header .navbar-brand .mobile-logo{
    width: 140px !important;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    left: 22px;
    position: relative;
}

 
span.t-btn-none{
    display: none !important;
}
span.t-btn-block{
    display: block !important;
}

span.t-btn-block i {
 
    margin-left: 0px !important;
}

.header-social-icon.icon .btn.btn-double-border.btn-small.termin > span {
    padding: 6px 12px;
}


    .navbar .col-auto.col-lg-2.me-lg-0.me-auto.d-lg-flex{
        margin-right: initial !important;
    }

      .pos-logo-ham {
    margin-top: -65px;
}
.termin-ham {
    top: 24px;
    left: 30px;
}
    .slider-big-title {
        font-size: 35rem;
        line-height: 33rem;
    }
    .swiper-vertical .marquees-text {
        top: 28% !important;
    }
    .header-transparent[data-header-hover=dark] {
        background-color: transparent !important;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 767px){

.aktuelles {
    font-size: 16px;
    line-height: 24px;
}

.aktuelles h1, .aktuelles h2, .aktuelles h3, .aktuelles h4, .aktuelles h5, .aktuelles h6{
    letter-spacing: normal;
}

.aktuelles h1{
    font-size: 2.3rem;
    line-height: 3.5rem;
}
.aktuelles h2{
    font-size: 2.1rem;
    line-height: 3.1rem;
}

.aktuelles h3{
    font-size: 1.8rem;
    line-height: 2.1rem;
}
.aktuelles h4{
    font-size: 1.6rem;
    line-height: 1.9rem;
}
.aktuelles h5{
     font-size: 1.6rem;
    line-height: 1.9rem;
}
.aktuelles h6{
   font-size: 1.6rem;
    line-height: 1.9rem;
}



    .f-left, .f-right {
        text-align: center !important;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    .logo-footer-g {
        margin-top: -175px !important;
    }
 
    .termin-ham.btn.btn-double-border.btn-small > span {
    padding: 9px 17px !important;
    font-size: 12px;
}

.hamburger-logo{
    margin-top: 10px !important;
}
    .termin-ham {
        top: 18px;
        left: 18px;
    }
    .swiper-vertical > .swiper-pagination-bullets-right {
        width: 100%;
        right: 0;
        top: 92%;
        text-align: center;
    }
    .swiper-vertical > .swiper-pagination-bullets-right .swiper-pagination-bullet {
        margin: 0 20px !important;
        display: inline-block;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 36px;
        line-height: 40px;
    }
}
@media (max-width: 575px){

    .pos-logo-ham .hamburger-logo{
   display: none !important;
}
.restbtnone{
    display: none !important;
}
.restbtshow{
    display: block !important;
}
.restbtshow i { 
    margin-left: 0px !important;
}
    .restermin{
        display: none;
    }
    .slider-big-title {
        font-size: 6rem;
        line-height: 10rem;
    }
}