.fs-6,
.fs-5{
    flex:0 0 100%!important;
    max-width:100% !important
}
.sidebar > div:first-child .heading{
    display:block!important;
}
:root body.langClass-es {
    --globalFont : "Source Serif 4";
    --globalFontSize : 1.3rem;
    --globalFontSizeM : 1.1rem;
    --h1FontSize : 1.6rem;
    --h2FontSize : 1.5rem;
    --h3FontSize : 1.4rem;
}
:root body.langClass-pt-br {
    --globalFont : "Nunito Sans";
    --globalFontSize : 1.3rem;
    --globalFontSizeM : 1.1rem;
    --h1FontSize : 1.8rem;
    --h2FontSize : 1.7rem;
    --h3FontSize : 1.6rem;
}
:root body.langClass-pl {
    --globalFont : "Fira Sans";
    --globalFontSize : 1.2rem;
    --globalFontSizeM : 1.1rem;
    --h1FontSize : 1.8rem;
    --h2FontSize : 1.7rem;
    --h3FontSize : 1.6rem;
}
:root{
    --globalFont : "Roboto Slab";
    --globalFontSize : 1.125rem;
    --globalFontSizeM : 1.1rem;
    --h1FontSize : 1.6rem;
    --h2FontSize : 1.5rem;
    --h3FontSize : 1.4rem;
}

body {
    font-family: var(--globalFont), serif;
    font-weight: 400!important;
    color:#E5E5E5;
    font-size: var(--globalFontSize);
    font-optical-sizing: auto;
}


a {
    font-family: var(--globalFont), serif;
    font-weight: 500!important;
}
a > strong {
    color: #F2A401!important
}
b,strong{
    font-family: var(--globalFont), serif;
    font-weight: 900!important;
    color: #ffffff;
    letter-spacing: 0.05em;
}


#menu-service-footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0;
    margin-bottom:20px;
}

#menu-service-footer li{
    margin: 0 15px;
}

#menu-service-footer li:first-child{
    margin-left: 0;
}

#menu-service-footer li:last-child{
    margin-right: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--globalFont), serif;
    font-weight: 700;
    line-height: 1.8;
}
h1, .h1{
    font-size:var(--h1FontSize)!important;
    letter-spacing: .05em!important;
}
h2, .h2{
    font-size:var(--h2FontSize)!important;
}
h3, .h3{
    font-size:var(--h3FontSize)!important;
}

.calendly-inline-widget{
    min-height:700px;
}

.calendly-inline-widget iframe{
    min-height:700px;
}
.iToc{
    display: inline-flex;
    min-width: 100%;
}
#wrapper{
    position: relative;
}
body:not(.home) .startContent.withImg .slides{
    position: relative;
}
body:not(.home) .startContent.withImg .slides:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.link_rechts a,
.fishBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 5px;
    font-weight: normal!important;
    font-size: 1.05rem!important;
    color: white;
    background-image: linear-gradient(90deg, #061121, #0d203a);
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: none;
    cursor: pointer;
    margin-bottom: unset!important;
    margin-top: 3px!important;
    margin: 3px auto 5px auto!important;
    border-radius: 3px!important;
}
.link_rechts a .arrow-icon,
.fishBtn .arrow-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}
.link_rechts a:before,
.fishBtn:before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 8px;
    background: #fcd34d;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.reviewBox1{
    background-image: linear-gradient(304deg, var(--review2), var(--review2UltraLight));
}
.newToc a > span:after {
    display:none!important;
}
.fusion-flexslider{
    position: relative;
}

:root {
    --bg-color: #121212;
    --text-color: #ffffff;
    --text-color-secondary: rgba(255, 255, 255, 0.87);
    --text-color-tertiary: rgba(255, 255, 255, 0.75);
    --heading-spacing: 2rem;
}
.fusion-breadcrumbs > span > span:nth-last-child(2),
.breadcrumb_last{
    display: none;
}
.searchForm{
    display: none;
}


.fishBtn{
    padding: 10px 25px!important;
}
.fishBtn,
.link_rechts a {
    background-color: #28a745!important; /* Secondary button color */
    color: white!important;
    background-image: unset!important;
}
.fishBtnOL{
    display: none!important;
}
.fishBtn,
.link_rechts a:hover {
    background-color: #1e7e34!important; /* Hover color for button */
}
.tagBtn{
    margin-top:20px;
}
.tagBtn strong,
.singleRatingIcons {
    color: #ffc107!important; /* Star color */
    font-size: 18px;
}
.fishBtn:before,
.fishBtn:after{
    display:none!important;
}

body {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #cec6b7;
}
body .sideBySide {
    padding-left: 10px;
}
#boxed-wrapper {
    position: relative;
}
.mobileMenu #boxed-wrapper{
    top:0!important;
}
/*@media (max-width: 900px){*/
/*    body {*/
/*        background-image: url('/media/bg/s/bg.webp');*/
/*        background-size: 526px;*/
/*    }*/
/*    #boxed-wrapper {*/
/*        top: 60px;*/
/*    }*/
/*}@media (min-width: 900px) and (max-width: 1440px){*/
/*    body {*/
/*        background-image: url('/media/bg/l/bg.webp');*/
/*        background-size: 1440px;*/
/*    }*/
/*    #boxed-wrapper {*/
/*        top: 122px;*/
/*    }*/
/*}*/
/*@media (min-width: 1440px) and (max-width: 1908px){*/
/*    body {*/
/*        background-image: url('/media/bg/xl/bg.webp');*/
/*        background-size: 1908px;*/
/*    }*/
/*    #boxed-wrapper {*/
/*        top: 122px;*/
/*    }*/
/*}*/
/*@media (min-width: 1908px) {*/
/*    body {*/
/*        background-image: url('/media/bg/xxl/bg.webp');*/
/*        background-size: 2358px;*/
/*    }*/
/*    #boxed-wrapper {*/
/*        top: 122px;*/
/*    }*/
/*}*/
@media (min-width: 1280px) {
    body:not(.home) .sideBySide .toc {
        display: block;
    }


}
@media (max-width: 1280px) {
    .toc {
        display: none;
    }
    .sideBySide{
        width:100%;
        display:block!important;
    }
    body:not(.home) .sideBySide > .content{
        max-width: unset!important;
    }

}
@media (min-width: 768px) {
    body:not(.home) .sideBySide > .content{
        padding-left:10px!important;
        padding-right:10px!important;
    }
}
@media (min-width: 992px) {
    body {
        font-weight: 400!important;
    }
    body:not(.home) .sideBySide {
        display: flex;
        justify-content: space-between;
        gap:10px;
    }
    body:not(.home) .sideBySide > .content{
        max-width: 726px;
    }
    .toc {
        float:none!important;
        margin-right: 0!important;
        margin-top:0;
        background-color: unset!important;
    }
    .toc a {
        text-overflow: ellipsis;
        font-size: 16px!important;
        font-weight: 400!important;
        text-decoration: none!important;
        white-space: nowrap;
        overflow: hidden;
    }
    .toc .innertoc{
        position:sticky;
        top:65px;
        max-width: 280px;
    }
    .toc  .innertoc > ul {
        padding:0;
        list-style: none!important;
        margin-left:0;
    }
    .toc  .innertoc > ul li {
        list-style: none!important;
    }
    .toc .menu_level_2{
        display:none;
    }
    /**
    new cta box
     */
    /* General Styling for the CTA Box */
    .gb_room_container {
        background: #2b2b2b; /* Dark background for dark mode */
        color: #ffffff; /* White text for contrast */
        border-radius: 12px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
        padding: 10px;
        max-width: 320px;
        margin: auto;
        text-align: center;
        font-family: 'Arial', sans-serif;
    }
    .room_group .gb_room_container {
        max-width: 214px!important;
    }
    .room_group .gb_room_container .lWr {
        min-height: 191px!important;
    }
    /* Logo Wrapper */
    .imgFrameWrapper {
        margin-bottom: 15px;
    }

    .imgFrameWrapper img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: auto;
    }

    /* Text Section */
    .wrapText {
        margin-bottom: 20px;
    }

    .wrapText .fusion-text {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    /* Ratings Section */
    .singleRatingContainer {
        margin-bottom: 20px;
    }

    .singleRating {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

    .singleInnerRating {
        flex-grow: 1;
        height: 8px;
        margin-right: 10px;
        position: relative;
    }

    .singleInnerRating::before {
        content: '';
        display: block;
        height: 100%;
        border-radius: 4px;
    }

    .singleRatingValue {
        font-size: 14px;
    }

    /* Overall Rating Section */
    .overallContainer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }



    /* Buttons Section */
    .lWr {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }

    .lWr a {
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: bold;
        transition: all 0.3s ease-in-out;
    }

    .link_l1 a {
        background-color: #007bff; /* Primary button color */
        color: white;
    }

    .link_l1 a:hover {
        background-color: #0056b3; /* Hover color for button */
    }

    .click_box_2:after {
        background: #00800063!important;
    }

    /**
    end new cta box
     */
    .fusion-header-wrapper .fusion-main-menu .fusion-menu > li > a {
        color: #d1d5db;
        font-size: .975rem!important;
    }
    .fusion-menu > li:hover > a{
        color: #ffffff!important;
    }
    .fusion-caret .fusion-dropdown-indicator {
        right: -14px!important;
        top: 3px!important;
    }
    body:not(.home) .post-slideshow .slides{
        max-height: 200px;
        overflow: hidden;
    }
    .post-content h2 {
        font-size: var(--h2FontSize)!important;
        font-weight: 700!important;
        /*color: var(--text-color);*/
        margin: 0 0 15px 0!important;
        padding: 5px 0 5px 15px!important;
        border-left: 3px solid rgba(255, 255, 255, 0.1);
    }
    .post-content h2 br {
        display:none!important;
    }
    .post-content h3 {
        background-color: unset!important;
        font-size: var(--h3FontSize)!important;
        font-weight: 600!important;
        /*color: var(--text-color);*/
        margin: 0;
        padding: 5px 0 5px 0!important;
    }
    .widget_recent_entries a,
    .widget_recent_internalNews a,
    .newsList a, .testBerichte a {
        font-size: 14px!important;
        font-weight: normal!important;
    }
    .widget_recent_internalNews .post-date{
        display:none
    }
    .newsList a:last-child, .testBerichte a:last-child {
        margin-bottom: 0!important;
    }
    .widget .heading {
        text-align: left;
        background-color: #e8e8e8;
        display: block;
        padding: 5px 10px;
        border-top-right-radius: unset!important;
    }
    .testBerichte .h3{
        margin:5px 0 0 5px;
    }
    #sidebar{
        padding:5px;
        background-color: #232b45 !important;
        /*background-image: linear-gradient(-90deg, var(--review2), var(--review2UltraLight));*/
        height: fit-content;
    }
    #sidebar .widget_media_image{
        filter: grayscale(1);
        transition: all 200ms ease-in-out;
    }
    #sidebar .widget_media_image:hover{
        filter: grayscale(0);
    }
    body.has-sidebar #main > .fusion-row > #sidebar .widget {
        background-image: none!important;
        margin-bottom:0;
        padding-bottom: 5px;
    }
    .has-post-thumbnail > .flexslider {
        margin-bottom: 15px!important;
    }
    .fusion-header-wrapper .fusion-header {
        margin-bottom: 0px!important;
    }
    .startContent.withImg{
        margin-top: -10px!important;
    }
    .startContent.withImg .postDate{
        position: absolute;
        bottom:5px;
        right:0px;
        background-color: transparent!important;
        font-size:14px;
        font-weight: bold;
    }
    .arrow-icon{
        display:none;
    }
    .link_l1{
        display:none
    }
    .avada-page-titlebar-wrapper.withImg {
        position: absolute;
        top: 150px;
        z-index: 999;
        left: 20px;
    }
    .click_box_2 .link_rechts {
        margin-bottom: 44px !important;
    }
    .link_rechts a:before,
    .link_rechts a:after,
    .fishBtn:before,
    .fishBtn:after{
        display:none!important;
    }

}
@media (max-width: 992px) {
    .toc{
        display:none!important;
    }

    body {
        font-family: var(--globalFont), serif;
        font-size: var(--globalFontSizeM);
        font-weight: 300!important;
        line-height: 1.5;
    }
    .cutRoom .gb_room_container .fusion-text, .cutRoom .gb_room_container .singleRatingContainer {
        display: block!important;
    }

    html {
        scroll-padding-top: 70px!important; /* Adjust based on your header height + desired spacing */
        scroll-behavior: smooth;  /* This ensures smooth scrolling */

    }
    .newTocv2{
        flex-direction: row;
        flex-wrap: nowrap;
        position: sticky;
        top: 49px;
        display:grid;
        z-index:4100;
    }
    .iToc {
        overflow-x: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        display: flex;
        /*overflow-x: auto;*/
        /*white-space: nowrap;*/
        /*-webkit-overflow-scrolling: touch; !* Smooth scrolling on iOS *!*/
        scrollbar-width: none; /* Hide scrollbar on Firefox */
        padding: 0;
        gap: 0; /* Space between items */
        margin: 0; /* Negative margin to counteract container padding */
        background-image: linear-gradient(90deg, rgba(6, 17, 33, 0.6), rgba(13, 32, 58, 0.6)) !important;
    }
    .newTocv2 a > span:after {
        display: none;
    }
    /* Hide scrollbar on Webkit browsers */
    .iToc::-webkit-scrollbar {
        display: none;
    }

    .iToc a {
        display: inline-block;
        padding: 8px 16px;
        background-color: unset!important;
        border-radius: 0;
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        flex-shrink: 0; /* Prevent items from shrinking */
        transition: background 0.2s ease;
    }
    .iToc a.active {
        color: #F2A401;;
    }

    .iToc a:hover,
    .iToc a:focus {
        background: #e5e5e5;
    }

    .iToc span {
        display: block;
        white-space: nowrap;
    }
    #boxed-wrapper{
        width:100vw
    }
    .flag.active > img{
        display:none;
    }
    .flag.active .subLang{
        flex-wrap: wrap!important;
        justify-content: space-between!important;
    }
    .flag.active .subLang a {
        margin-right: 0!important;
    }
    .reviewInnerContainer .reviewBox3{
        width:100% !important;
        display:none;
    }
    .reviewInnerContainer .reviewBox3 strong{
        margin-bottom: 5px!important;
        text-decoration: underline;
        color: #F2A401;
    }
    .innerReviewBox3 figure{
        display: none;
    }
    .reviewBox2 .innerReviewBox2{
        flex-direction: row;
        padding: 0 10px!important;
    }
    .reviewBox2 .innerReviewBox2 .iRB2W{
        flex:0 1 50%;
    }
    .reviewBox2 .innerReviewBox2 .iRB2W:first-child{
        border-right: 1px solid rgba(128, 128, 128, 0.34);
    }
    .reviewBox2 .innerReviewBox2 .iRB2W:last-child{
        padding-left:10px;
    }
    .iRB2W strong {
        font-size: 14px!important;
        text-align:left!important;
    }
    .reviewBox2 .innerReviewBox2 ul {
        margin-left:0;
        justify-content: flex-start;
    }
    .fusion-mobile-menu-icons .awb-icon-bars {
        width: unset!important;
        height: unset!important;
    }
    .burger {
        width: 25px;
        height: 15px;
        position: relative;
    }

    .line {
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: white;
        border-radius: 2px;
        transition: all 0.3s ease-in-out;
    }

    .line-1 {
        top: 0;
    }

    .line-2 {
        top: 50%;
        transform: translateY(-50%);
    }

    .line-3 {
        bottom: 0;
    }

    /* Animation classes */
    .active .line-1 {
        transform: translateY(6.5px) rotate(45deg);
    }

    .active .line-2 {
        opacity: 0;
    }

    .active .line-3 {
        transform: translateY(-6.5px) rotate(-45deg);
    }

    /* Optional: Add a hover effect */
    .mobileBurger:hover .line {
        background-color: #ffffff;
    }
    .lineIcons {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .room_group .gb_room_container {
        padding: 0;
        margin-bottom: 15px!important;
    }
    .room_group .gb_room_container:after {
        top: 50% !important;
        right: 8px!important;
        left:unset!important;
        transform: translateY(-50%) translateX(50%) rotate(90deg) !important;
        width: 100% !important;
        background-color: transparent!important;
        background-image: linear-gradient(180deg, rgba(6, 17, 33, 0.54), rgba(6, 17, 33, 0.2));
        font-size:10px!important;
    }
    .lWr{
        display:flex;
        flex:1;
        justify-content: space-between;
        width:100%;
        align-items: center;
    }
    .link_l1{
        padding-left:20px;
    }
    .link_l1 a {
        width:55px;
        height:55px;
        display:block;
        text-align: center;
        background-image: linear-gradient(90deg, rgba(6, 17, 33, 0.89), rgba(6, 17, 33, 0.7));
        background-color: transparent;
        border-radius: 3px;
    }
    .link_l1 svg{
        fill: white;
        width:25px;
        height:25px;
        margin-top: 15px;
    }
    .gbWr{
        display:flex;
        margin-right:15px;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        flex:1;
    }
    .gbWr .fpWR{
        display: flex;
        flex: 1;
        justify-content: space-between;
        width:100%;
    }
    .gbWr .link_rechts{
        flex: 1;

    }
    .fpWR .imgFrameWrapper{
        flex: 0 1 30% !important
    }
    .fpWR .wrapText{
        flex: 0 1 60% !important;
        font-size:11px;
    }
    .fpWR .singleRatingIcons{
        font-size:20px;
    }
    .fpWR .wrapText .fusion-text{
        padding: 3px 0
    }
    .startContent.withImg{
        margin-top:0!important;

    }
    .startContent.withImg .slides{
        position: relative;
    }
    body:not(.home) .avada-page-titlebar-wrapper.withImg{
        margin-bottom: 0!important;
    }
    .startContent.withImg.hasRev .flexslider{
        margin-bottom:0!important;
    }

    .avada-page-titlebar-wrapper.withImg .avada-page-titlebar-wrapper {
        position: absolute;
        z-index: 9;
    }
    #wrapper > .avada-page-titlebar-wrapper {
        margin-bottom: 10px;
    }
    .fusion-header-wrapper{
        background-color: unset!important;
    }
    .fusion-header{
        max-height: unset!important;

    }
    .logoBtn{
        padding: 10px 0;
    }
    .logoBtn img{
        max-width: 150px;
    }

    .onScroll .fusion-header-wrapper .fusion-header .fusion-row{
        background-image: linear-gradient(90deg, rgba(6, 17, 33, 0.6), rgba(13, 32, 58, 0.6)) !important;
        background-color: transparent;
    }
    .fusion-mobile-menu-icons {
        top: calc(50%) !important;
    }
    .gb_room_container .wrapText{
        flex: 0 1 60%;
        flex-direction: column-reverse;
        display: flex;
    }
    .wrapText .fusion-text{
        min-height: inherit!important;
    }
    .overallContainer .overallRating{
        display:none!important;
    }
    .click_box_2 .imgFrameWrapper img{
        width:100% !important;
        left:70% !important
    }
    .gb_room_container .imgFrameWrapper{
        flex: 0 1 40%;
    }
    .fusion-header-wrapper .fusion-header .fusion-row{
        background-image: linear-gradient(90deg, #061121, #0d203a);
    }

    .post-content h3{
        /*font-size: 14px!important;*/
        padding: 5px 0 10px 0 !important;
    }
    .post-content h2 {
        /*font-size: 16px!important;*/
        background-color: unset!important;
        margin-bottom: 10px!important;
        padding: 5px 0!important;
    }
    .reviewContainer{
        margin-bottom:0!important;
    }
    .sideBySide{
        margin-top:10px;
    }
    .fusion-flexslider{
        margin-bottom: 10px!important;
    }
    .fusion-flexslider ul{
        margin-left:0!important;
    }
    .fusion-page-title-secondary{
        margin-top:0!important;
        height: unset
    }
    .entry-title {
        padding: 0 10px 0 0 !important;
        font-size: 1.1rem!important;
        text-transform: unset!important;
    }
    .fusion-breadcrumbs{
        display: flex;
        gap: 8px;
        width: calc(100vw - 15px);
        overflow: hidden;
    }
    .fusion-breadcrumbs *{
        font-size:12px!important;
        font-weight: normal!important;
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }
    .mobileBurger{
        text-align: end;
    }
    .fusion-logo{
        padding: 5px 5px 5px 10px!important;
    }
    .sepBc{
        padding-right: 10px;
    }

    .link_rechts{
        margin: 0 20px!important;
    }
    .room_group .gb_room_container .link_rechts a{
        margin-bottom: 5px!important;
    }
    blockquote{
        background-image: linear-gradient(90deg, #061121, #0d203a);
        padding:10px;
        border:0 none!important;
    }
    blockquote p:last-child {
        margin-bottom: 0!important;
    }

    .reviewBox1 {
        padding-top: 0;
    }
    .mobileBottom .arrow-icon {
        display:none;
    }
    .fusion_builder_column_2_3 {
        width: 100%;
        float: none;
        clear:both;
    }
}