/* @import url('https://fonts.googleapis.com/css2?family=Arial+Nova+Light,wght@0,200..1000;1,200..1000&display=swap'); */
@font-face {
    font-family: 'Arial Nova Light';
    src: url('ArialNova-Light/ArialNova-Light.woff2') format('woff2'),
        url('ArialNova-Light/ArialNova-Light.woff') format('woff'),
        url('ArialNova-Light/ArialNova-Light.ttf') format('truetype');
    font-weight: 300;
    /* Adjust the font weight if necessary */
    font-style: normal;
    /* Adjust the font style if necessary */
}

body {

    padding: 0px;

    margin: 0px;

    width: 100%;

    overflow-x: hidden;

    font-family: 'Arial Nova Light', sans-serif;

}


/* BTN Hover CSS */

.btn_primary {

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

}

.btn_primary:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #5b5b5b;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transform-origin: 0 50%;

    transform-origin: 0 50%;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.btn_primary:hover,
.btn_primary:focus,
.btn_primary:active {

    color: white;

}

.btn_primary:hover:before,
.btn_primary:focus:before,
.btn_primary:active:before {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

}


.mb-30 {
    margin-bottom: 30px;
}




/* Rotate CSS */

.hvr-grow-rotate {

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-property: transform;

    transition-property: transform;

}

.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {

    -webkit-transform: scale(1.1) rotate(4deg);

    transform: scale(1.1) rotate(4deg);

}



::-webkit-scrollbar {

    display: none;

}

.social-icon-wrap ul li:last-child {

    padding: 0;

    display: flex;

    gap: 5px;

    margin-left: 3px;

}

.bg-white {

    padding: 0;

}

.slider-wrap {

    position: relative;

}

.home-slider-2 {

    position: relative;

}

.header-left-wrap {

    padding-left: 80px;

    height: 115px;

}

.header-logo {

    width: 230px;

    height: 115px;

    display: flex;

    background: #5a5a5a;

    align-items: end;

}

.tn {

    text-decoration: none;

}

.top-header {

    background: #EBEBEB;

}

.header-logo img {

    max-width: 100%;

}

.social-icon ul {

    list-style: none;

    display: flex;

    padding-left: 0px;

    padding-top: 60px;

    margin-bottom: 0px;

}

.home-right-header-icon {
    padding-top: 50px;
}

.social-icon ul li {

    padding: 0px 5px;

}

.social-icon ul li a {

    font-family: "Mulish", sans-serif;

    text-decoration: none;

    font-size: 16px;

    color: #5B5B5B;

    font-weight: 500;

}

.header-logo-2 {

    padding: 15px 0px;

    background: black;

    text-align: center;

}

.header-logo-2 img {

    width: 200px;
    max-width: 100%;

    /* width: 60%; */

}

.header-logo a {

    min-height: 115px;

    width: 225px;

    display: flex;

    align-items: end;

    background: #5a5a5a;

}

.header-logo a img {

    width: 100%;

}

.offcanvas-header h5 {

    font-size: 20px;

    font-weight: 700;

    color: #5b5b5b;

}

.home-menu ul {

    list-style: none;

    padding-left: 0px;

}

.home-menu ul li {

    padding: 1px 0px;

    width: 100%;
    position: relative;
    display: block;
    border-bottom: solid 1px #5b5b5b;
    color: #BC9E58;

}

.home-menu ul li .home-menu-sub-1 {
    color: #BC9E58;
    font-weight: 600;
    font-size: 14px;
    border-bottom: none !important;
}

.home-menu ul li a {

    text-decoration: none;

    font-size: 12px;

    color: #5b5b5b;

    font-weight: 500;



}

.jq-accordian .jq-accordionIcon {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 4px;
    /* transform: translateX(-40%); */
    font-size: 18px;
}

.jq-accordian .jq-accordionIcon::before {

    content: '+';
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0px;
    width: 18px;
    height: 18px;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
    font-family: "ArialNova", Arial, Helvetica, sans-serif;
    background: #5c5b5b;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.jq-accordian .is-active .jq-accordionIcon::before {
    content: "-";
    color: #fff;
}

.children li:last-child {
    border: none;
}



.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {

    display: none;

}

.social-icon-wrap ul {

    list-style: none;

    display: flex;

    padding-left: 0px;

    padding-top: 80px;

    margin-bottom: 0px;

    padding-bottom: 10px;

    justify-content: end;

}

.social-icon-wrap ul li {

    padding: 0px 8.5px;

    display: inline-flex;

    align-items: center;

}



.social-icon-wrap ul li a {

    font-family: "Arial Nova Light", Arial, sans-serif;

    text-decoration: none;

    font-size: 16px;

    color: #fff;

    line-height: 1;

    font-weight: 500;

    display: inline-flex;

}

.social-icon-wrap ul li a img {
    filter: invert(1) brightness(2);
}

.social-icon-wrap ul li:first-child {

    position: relative;

}

.social-icon-wrap ul li:first-child:after {

    content: '';

    position: absolute;

    height: 16px;

    width: 1.5px;

    background: #5b5b5b;

    bottom: 0;

    right: 0;

}

.social-icon-wrap ul li a img {

    width: 15px;

}

#link-din-icon-footer img {
    width: 17px;
}

/* Header Menu Css */

.offcanvas-home-1 button.btn {

    padding: 0;

}

.offcanvas.show:not(.hiding),
.offcanvas.showing {

    transform: none;

    width: 25%;

    height: 590px;

    padding: 20px 20px 0px 10px;

}

.offcanvas-body {

    width: 100%;

    text-align: center;



}

.logo-main {

    display: flex;

    justify-content: center;

    gap: 35px;

    padding: 0 80px;

}

.offcanvas-logo.logo-1:last-child {

    background: #000;

}

.offcanvas-logo img {



    width: 100%;

}

.offcanvas-icon {

    width: 100%;

    text-align: center;

}

.offcanvas-icon ul {

    padding-top: 100px;

    margin: auto;

    padding-left: 0px;



    list-style: none;

}

.offcanvas-icon ul li {

    padding: 0px 5px;



}

.offcanvas-icon ul li a {

    text-decoration: none;

    color: #5B5B5B;

    font-size: 16px;

    font-weight: 500;

    text-align: center;

}

.offcanvas-icon ul li:first-child a:after {

    content: '';

    position: absolute;

    height: 16px;

    width: 1.5px;

    background: #5b5b5b;

    bottom: 3px;

    right: -1px;

}

.offcanvas-icon ul li:first-child a {

    position: relative;

    padding: 0 10px;

}

.offcanvas-icon ul li:first-child a:last-child:after {

    display: none;

}

.offcanvas-icon ul li:first-child {

    display: flex;

    justify-content: center;

    margin-bottom: 10px;

}

.offcanvas-icon ul li a img {

    height: 22px;

    width: 22px;

}

.offcanvas-logo.logo-1 {

    background: #5b5b5b;

    position: relative;

}

.offcanvas-logo.logo-1 img {

    transition: all 0.5s;

}

.offcanvas-logo.logo-1:hover img {

    transition: all 0.5s;

    transform: scale(0.6);

}

/* Header Menu Css */







.header-logo-3 img {

    width: 100%;

    height: 115px;

    padding: 0;

    max-width: 227px;

}

.home-slider-image img {

    width: 100%;

}

.header-logo-4 {

    padding: 0px;

}

.header-logo-4 img {

    width: 45%;



}

.header-top-main {

    height: 115px;

    padding-left: 65px;

}

.header-logo-3 {

    padding: 0 5px !important;

}

.social-icon-wrap {

    padding-right: 32px;

}



.offcanvas-home-1 button i {

    font-size: 30px;

    font-weight: 800;

    color: #BE9E57;

}

.home-slider-image {

    position: relative;

}

.hire-button {

    position: absolute;

    bottom: 30px;

    left: calc(50% - 45px);

}



.hire-button a {

    padding: 8px 8px !important;

    background: #D9D9D9;

    color: #5B5B5B;

    font-size: 16px !important;

    text-decoration: none;

    border-radius: 3px !important;

    /*   font-weight: 700 !important; */

}

.slide-frame-1 {

    height: 420px;

    width: 100%;

    background-color: #eee;

/*    background-position: center; */

    background-size: cover;

    animation: image 14s infinite alternate;

}

@keyframes image1 {

    0% {

        background-image: url('https://rent-a-lounge.ch/public/uploads/banner/slider-image-2.png');

    }

    50% {

        background-image: url('https://rent-a-lounge.ch/public/uploads/banner/img2-2.png');

    }



    100% {

        background-image: url('https://rent-a-lounge.ch/public/uploads/banner/slider-image-2.png');

    }

}

.home-slider-image-2 {

    position: relative;

}

.home-slider-image-2 img {

    width: 100%;

}

.hire-button-2 {

    position: absolute;

    bottom: 10%;

    left: 45%;

}

.hire-button-2 a {

    padding: 10px 20px;

    background: #D9D9D9;

    color: #5B5B5B;

    font-size: 16px;

    text-decoration: none;

    border-radius: 5px;

    font-weight: 600;

}

.slide-frame {

    height: 420px;

    width: 100%;

    background-color: #eee;

 /*  background-position: center;  */

    background-size: cover;

    animation: image1 10s infinite alternate;

}

@keyframes image {

    0% {

        background-image: url('https://rent-a-lounge.ch/public/uploads/banner/img2-3.png');

    }

    50% {

        background-image: url('https://rent-a-lounge.ch/public/uploads/banner/img2-4.png');

    }

    100% {

        background-image: url('https://rent-a-lounge.ch/public/uploads/banner/img2-3.png');

    }

}

/* Fliesstext Css Start */

.fliesstext-wrap {

    background: #EBEBEB;

    padding: 40px 0 10px;

}

.flip-box-front {
    width: 100%;
}

.wedding-image img {
    width: 240px;
}

@media (min-width: 1999px) {
    .fliesstext-wrap .container {
        max-width: 1320px !important;
        padding: 0px 15px !important;
    }

    .impressionen-wrap .container {
        max-width: 1320px !important;
        padding: 0px 15px !important;
    }

    .aktuelles-wrap .container {
         max-width: 1320px !important;
        padding: 0px 15px !important;
    }
        footer .container {
        max-width: 1320px !important;
        padding: 0px 15px !important;
    }
    header{
        /* padding: 0px 15px !important; */
         max-width: 1320px !important;
         margin: auto;
    }
    .social-icon-wrap {
    padding-right: 24px;
}
.header-left-wrap {
    padding-left: 30px;
}
.header-top-main.px-5{
        padding-right: 2rem !important;
    padding-left: 2rem !important;
}

}

@media (min-width: 1499px) {


    .fliesstext-wrap .container {
        max-width: 100%;
        padding: 0px 100px;
    }

    .impressionen-wrap .container {
        max-width: 100%;
        padding: 0px 100px;
    }

    .aktuelles-wrap .container {
        max-width: 100%;
        padding: 0px 100px;
    }

    footer .container {
        max-width: 100%;
        padding: 0px 100px;
    }
}

.wedd-cont h3 {

    font-size: 32px;

    /* font-weight: 700; */

    color: #5b5b5b;

    margin-bottom: 15px;

}

.wedd-cont p {

    font-size: 15px;

    /* font-weight: 400; */

    line-height: 23px;

    color: #5b5b5b;

    margin-bottom: 10px;

}

.wedding-button-main {

    padding: 10px 0 0;

}

.wedding-button-1 a {

    background: #FFFFFF;

    color: #5b5b5b;

    font-weight: 600;
    border: solid 1px #5b5b5b;

    text-decoration: none;

    padding: 11px 30px;

    font-size: 16px;

    /*width: 200px;*/

    border-radius: 5px;

    text-align: center;

    overflow: hidden;

}


.wedding-button-2 a {

    text-decoration: none;

    background: #FFFFFF;

    color: #5b5b5b;

    text-decoration: none;

    border: solid 1px #5b5b5b;

    padding: 11px 30px;

    border-radius: 5px;

    overflow: hidden;

    font-size: 16px;

    font-weight: bold;

}

.mt {

    margin-top: 30px;

}

.prd-cont h5 {

    padding-top: 15px;

    margin-bottom: 0;

}

.prd-cont h5 a {

    text-decoration: none;

    color: #5b5b5b;

    font-size: 16px;

    font-weight: 700;

}

.fliesstext-box {

    background: #FFFFFF;

    padding: 27px 20px;

    border-radius: 10px;

    height: 100%;

    text-align: center;

}



/* Fliesstext Css End */

/* Impressionen Css Start */

.impressionen-title h2 {

    font-size: 32px;

    color: #bd9e58;

    /* font-weight: 700; */

    transition: 0.7s;

    margin-bottom: 30px;

    padding-bottom: 0 !important;

}



.impressionen-wrap {

    padding: 40px 0px;

}

.impressionen-wrap .row+.row [class*="col-"] {

    padding: 0 28.5px;

}

.flip-box {

    perspective: 1000px;
    width: 45% !important;

}

.flip-box-inner {

    position: relative;

    width: 100%;

    height: 100%;

    text-align: center;



}



.flip-box-front {

    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;

}

@keyframes intense-flames {
    0% {
        box-shadow: 0 0 30px rgba(255, 69, 0, 0.8), 0 0 80px rgba(255, 140, 0, 0.6),
            0 0 120px rgba(255, 215, 0, 0.4);
        /* transform: scale(1); */
    }

    50% {
        box-shadow: 0 0 50px rgba(255, 99, 71, 0.9), 0 0 100px rgba(255, 165, 0, 0.7),
            0 0 140px rgba(255, 223, 0, 0.5);
        /* transform: scale(1.1); */
    }

    100% {
        box-shadow: 0 0 30px rgba(255, 69, 0, 0.8), 0 0 80px rgba(255, 140, 0, 0.6),
            0 0 120px rgba(255, 215, 0, 0.4);
        /* transform: scale(1); */
    }
}

.hero-flames {
    display: inline-block;
    /* padding: 20px; */
    border-radius: 10px;
    animation: intense-flames 2s infinite;
    position: relative;
    background: transparent;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
    }

    50% {
        transform: translateY(-15px);
        box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
    }
}

/* -----Mystical Aura Animation------ */

.hero-float {
    display: inline-block;
    animation: float 4s ease-in-out infinite;
}

.image-effect {

    object-fit: cover;

    transition: 3.5s ease all;

}

.flip-box-front:hover .image-effect {

    display: block;

    width: 100%;

    transform: scale(1.1);

}

/* @keyframes mystical-aura {
        0% {
          box-shadow: 0 0 30px rgba(0, 0, 255, 0.6), 0 0 60px rgba(0, 255, 255, 0.4),
            0 0 90px rgba(128, 0, 255, 0.3);
        }
        50% {
          box-shadow: 0 0 50px rgba(128, 0, 255, 0.8), 0 0 80px rgba(0, 0, 255, 0.6),
            0 0 110px rgba(0, 255, 255, 0.4);
        }
        100% {
          box-shadow: 0 0 30px rgba(0, 0, 255, 0.6), 0 0 60px rgba(0, 255, 255, 0.4),
            0 0 90px rgba(128, 0, 255, 0.3);
        }
      }
      
      .hero-aura {
        display: inline-block;
        border-radius: 10px;
        padding: 0px;
        animation: mystical-aura 2.5s infinite alternate;
      }
      @keyframes mystical-aura-2 {
        0% {
          box-shadow: 0 0 30px #e0c47d, 0 0 60px #e9c46a,
            0 0 90px #dbaa2d;
        }
        50% {
          box-shadow: 0 0 50px #c4a65b, 0 0 80px #e9c46a,
            0 0 110px #b8870a;
        }
        100% {
          box-shadow: 0 0 30px #e9c46a, 0 0 60px #e9c46a,
            0 0 90px #cf9605;
        }
      }
      
      .hero-aura-2 {
        display: inline-block;
        border-radius: 10px;
        padding: 0px;
        animation: mystical-aura-2 2.5s infinite alternate;
      } */





.flip-box-button-1 {

    position: absolute;

    bottom: 60px;

    left: 50%;
    transform: translateX(-50%);
    width: 100%;

}

#flip-box-button-1 a {

    padding: 10px 10px !important;

}

.flip-box-button-1 a {

    text-decoration: none;

    padding: 8px 8px !important;

    background: #D9D9D9;

    font-size: 16px !important;

    border-radius: 3px;

    color: #5B5B5B;

    /*  font-weight: 700; */

}

/* Impressionen Css End */



/* Aktuelles Css Start  */

.aktuelles-wrap {

    padding-bottom: 40px;

}

.owl-dots {

    display: none;

}

.aktuelles-title h1 {

    font-size: 32px;

    color: #5b5b5b;

    font-weight: 700;

    transition: 0.7s;

    margin-bottom: 0;

}



.aktuelles-title p {

    font-size: 16px;

    color: #1E1E1E;

    font-weight: 500;

    margin-bottom: 0;

}

.neuigkeiten-cont h4 {

    font-size: 20px;

    /* font-weight: 700; */

    color: #5b5b5b;

    margin-bottom: 15px;

}

.aktuelles-title {

    padding-bottom: 50px !important;

}

.neuigkeiten-cont p {

    width: 85%;

    line-height: 24px;

    font-size: 16px;

    /* font-weight: 400; */

    color: #5b5b5b;

}

/* .klicken-image {

        position: relative;

    } */

/* .klicken-image{



     } */

.klicken-image img {

    border-radius: 10px;

    /* width: auto !important; */
    /* margin-left: auto; */

}

.aktuelles-wrap {
    background: #EBEBEB;
}

.klicken-button a {

    text-decoration: none;

    background: #D9D9D9;

    color: #5B5B5B;

    font-weight: 500;

    font-size: 16px;

    padding: 10px 30px;

    border-radius: 5px;

}

.mehr-button {

    padding: 15px 0px 0px 0px;

}

.mehr-button a {

    text-decoration: none;

    background: #5b5b5b;

    color: #FFFFFF;

    font-weight: 500;

    font-size: 16px;

    padding: 12px 30px;

}

/* Aktuelles Css End */





/* Footer Css Start */

footer {

    /* background-image: url(../images/footer-background-image.png); */

    background-repeat: no-repeat;

    width: 100%;

    background-size: cover;

    background: #EBEBEB;

    object-fit: cover;

    padding-bottom: 40px;

    border-top: solid 3px #CFCFCF;

}

.footer-main {

    position: relative;



}

.footer-l-main {

    width: 100%;

    max-width: 500px;



}

.footer-l {

    width: 100%;

    border-radius: 20px;

}

.footer-entdecken h5 {

    color: #5b5b5b;

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 10px;

}

.footer-entdecken ul {

    list-style: none;

    padding-left: 0px;

    margin-bottom: 0;

}

.footer-entdecken ul li {

    line-height: 6px;

    margin-bottom: 18px;

}

.footer-entdecken ul li:last-child {

    margin-bottom: 0;

}

.footer-entdecken ul li a {

    text-decoration: none;

    color: #5b5b5b;

    font-weight: 500;

    font-size: 14px;

}



.footer-content-l {

    justify-content: space-between;

    display: flex;

    padding: 40px 0px 20px;

    width: 100%;

}

.footer-r-main {

    width: 100%;

    text-align: end;

    display: flex;

    justify-content: end;

}

.footer-r {

    padding: 40px 0px 25px;

    width: 345px;

    text-align: end;

    display: flex;

    flex-direction: column;

    align-items: end;

}

.footer-rent h5 {

    font-size: 14px;

    font-weight: 400;

    margin-bottom: 10px;

}

.footer-rent ul li:last-child {

    margin-bottom: 0;

}

.footer-rent ul {

    list-style: none;

    margin-bottom: 0;

    padding-left: 0px;

}

.footer-rent ul li {

    line-height: 6px;

    margin-bottom: 18px;

}

.footer-rent ul li a {

    text-decoration: none;

    color: #5b5b5b;

    font-weight: 500;

    font-size: 14px;

}

/* .footer-rent ul li a img{
    height: 40px;
} */

.footer-copyright-content p {

    border-top: solid 1px #5b5b5b;

    padding-top: 20px;

    margin-bottom: 0px;

    font-size: 12px;

    color: #5b5b5b;

}

.footer-social-wrap a {
    font-size: 30px !important;

    color: #5b5b5b !important;
}

/* Footer Css End */

.owl-nav {
    text-align: center;
}

.owl-nav button span {
    font-size: 32px;
    margin: 5px;
}

.header-right-wrap ul li {
    margin-right: 14px;
    list-style: none;
}

.header-right-wrap ul li a img {
    filter: invert(1) brightness(2);
    width: 30px;
    height: 30px;
    max-width: 100%;
}

.header-right-wrap ul li a {
    text-decoration: none;
    color: #fff;
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 90deg;
    inherits: false;
}


/* Responsive CSS */



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

    .footer-entdecken ul li a {



        font-weight: 400;



    }

    .footer-rent ul li a {

        font-weight: 400;

    }

}







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

    .header-left-wrap {

        padding-left: 72px;

    }

    /* .header-logo {

        max-width: 100%;

    } */

    .social-icon-wrap ul li a {

        font-size: 13px;

    }


    .social-icon-wrap {

        padding-right: 20px;

    }



    .social-icon-wrap ul li:first-child:after {

        height: 13px;

        bottom: 1.5px;

        width: 1px;

    }

}

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

    .prd-cont h5 a {

        font-size: 12px;

    }

    .wedding-image img {
        width: 150px;
    }

    .fliesstext-box {
        height: 100%;
        padding: 25px 15px;

    }



    .prd-cont h5 {

        padding-top: 10px;

    }

    .header-logo {

        max-width: 100%;

    }

    .product-img {

        height: 95px;

        width: 95px;

    }



    .product-img img {

        max-width: 100%;

    }



    .product-img.hvr-grow-rotate {}



    .wedd-cont h3 {

        font-size: 28px;

    }



    .wedd-cont p {

        font-size: 14px;

    }



    .wedding-image.py-4 {

        padding-top: 10px !important;

    }



    .social-icon-wrap ul li:first-child:after {

        bottom: 0px !important;

    }



    .header-top-main.px-5 {

        padding: 0 20px !important;

        padding-left: 0px !important;

    }



    .social-icon-wrap ul {

        padding-bottom: 0;

    }

    .header-left-wrap {

        padding-left: 20px;

    }

    .social-icon-wrap {

        padding-right: 0;

    }

    .hire-button a {

        font-size: 20px !important;

    }

    .social-icon-wrap ul li {

        padding: 0px 5.5px;

    }

}

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

    .fliesstext-wrap [class*="col-"] {

        flex: 0 0 100%;

        width: 100%;

    }

    .fliesstext-wrap [class*="col-"] [class*="col-"] {

        flex: 0 0 33.33%;

    }

    .aktuelles-title {

        padding-bottom: 30px !important;

    }

    .fliesstext-wrap [class*="col-"] {

        flex: 0 0 100%;

        width: 100%;

    }

    .fliesstext-wrap [class*="col-"] [class*="col-"] {

        flex: 0 0 33.33%;

    }
	.header-left-wrap{
		padding-left: 0px;
	}



    .neuigkeiten-cont p {

        font-size: 14px;

        line-height: 20px;

        margin-bottom: 0;

        width: 100% !important;

    }



    .neuigkeiten-cont h4 {

        font-size: 22px;

        margin-bottom: 10px;

    }

    .flip-box-button-1 {



        left: 50%;
        transform: translateX(-50%);

    }



    .hire-button a {

        font-size: 16px !important;

        padding: 10px 13px !important;

    }



    .mehr-button a {

        font-size: 13px !important;

        padding: 10px 20px !important;

    }



    .impressionen-title h2 {

        font-size: 28px;

        margin-bottom: 25px;

    }



    .impressionen-wrap {

        padding: 20px 0;

    }



    .impressionen-wrap .row+.row [class*="col-"] {

        padding: 0 15px !important;

    }



    .aktuelles-title h1 {

        font-size: 28px;

    }



    .product-main {

        margin-top: 40px;

    }



    /* .header-logo {

        height: 100% !important;

    } */



    .row.header-left-wrap {

        height: auto;

    }



    .social-icon-wrap ul {

        padding-top: 55px;

    }

    .hire-button {



        left: calc(49% - 50.5px);

    }

    .flip-box-button-1 a {



        font-size: 16px !important;



    }

    .home-header-bg-1 {
        background: #5a5a5a !important;
    }

    .home-right-header-icon {
        padding-top: 0px;
    }

    .offcanvas.show:not(.hiding),
    .offcanvas.showing {
        max-width: 100%;
        width: 40%;
    }

    .header-top-main.px-5 {
        padding: 0 0px !important;
    }
}

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

    .social-icon-wrap {

        display: none;

    }


    .header-right-wrap {
        /* display: none; */
        position: absolute;

        top: 42px;

        right: 54px;
    }

    .header-logo {
        width: 210px;

    }

    .header-right-wrap ul li {
        margin-right: 5px;
    }

    .header-logo-2 {

        max-width: 150px !important;

        /* display: none; */

    }

    .wedd-cont {

        text-align: center;

    }

    .wedd-cont h3 {
        font-size: 22px;
    }

    .impressionen-title h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .aktuelles-title h1 {
        font-size: 26px;
    }


    .wedding-button-main.d-flex {

        justify-content: center;

    }

    .flip-box {

        margin-bottom: 20px;

    }



    .neuigkeiten-cont {

        text-align: center;

        margin-bottom: 20px;

    }



    .footer-l-main {

        margin: 0;

    }

    .flip-box-button-1 {



        left: 50%;
        transform: translateX(-50%);

    }



    .footer-r-main {

        justify-content: start;

        text-align: center;

    }



    .footer-content-l {

        padding: 0;

        padding-top: 20px;

    }



    .footer-r {
        padding: 20px 0 20px;
        padding-left: 0;

        width: 100%;

        text-align: start;

        align-items: start;

    }

    .header-top-main.px-5 {

        /* height: unset; */

    }



    .header-top-main.px-5 [class*="col-"]:first-child {

        width: 100%;

        flex: 0 0 100%;

        /* text-align: center; */

    }

    .header-logo-2 img {
        width: 190px;
        /* width: 50%; */

    }



    .header-top-main.px-5 [class*="col-"]:last-child {

        flex: 0 0 70%;

        width: 70%;

    }

    .hire-button {



        left: calc(49% - 50.5px);

    }



    .offcanvas-home-1 {

        position: absolute;

        top: 42px;

        right: 15px;

    }

    header .container {

        max-width: 100%;

        padding: 0;

    }

    .header-left-wrap {

        margin: 0 !important;

    }

    .flip-box {
        width: 100% !important;
        padding: 0px 15px !important;
    }

    .flip-box-button-1 a {



        font-size: 16px !important;



    }

    .offcanvas.show:not(.hiding),
    .offcanvas.showing {

        max-width: 100%;

        width: 96%;

    }

    .header-logo-2 {
        padding: 15px 0px 15px 11px;
    }

}

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

    .slide-frame,
    .slide-frame-1 {

        height: 190px;

    }

    .hire-button {



        left: calc(49% - 50.5px);

    }

    .flip-box-button-1 {



        left: 50%;
        transform: translateX(-50%);

    }

    .offcanvas-icon ul {

        padding-top: 20px !important;

    }




    .offcanvas-icon ul li a {

        font-size: 12px;

        padding: 0 8px !important;

    }



    .offcanvas-icon ul li:first-child a:after {

        height: 13px;

    }

}

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

    .wedding-button-2 a {

        padding: 12px 15px;

        font-size: 14px;

    }



    .flip-box-button-1 {



        left: 50%;
        transform: translateX(-50%);

    }

    .flip-box-button-1 a {







        font-size: 14px !important;



    }

    .hire-button {



        left: calc(49% - 50.5px);

    }

    .wedding-button-main.d-flex {

        flex-wrap: wrap;

        gap: 10px;

    }

    .fliesstext-wrap [class*="col-"] [class*="col-"] {

        flex: 0 0 50%;

        width: 50%;

        margin-bottom: 30px;

    }

    .mt {

        margin-top: 0;

    }

}
@media screen and (max-width:374.98px){
	 .header-logo {
        width: 170px;
		height: 95px;
      }
	    .header-logo-2 img {
        width: 170px;
      }
	.header-right-wrap ul li a img {
    width: 26px;
    height: 26px;
    }
	.header-top-main {
     height: 95px;
    }

}