/* @font-face {
    font-family: wetterburg;
    src: url("fonts/wetterburg.ttf") format("truetype");
} */
.color1 {
    color: #0c6c9a;
}

.color1-light {
    color: #d4f4ff;
}

.color2 {
    color: #00aebe;
}

.color2-light {
    color: #E6F6FC;
}

.color3 {
    color: #6d747c;
}

body.page-id-14 {
    background: url("https://kasseler-gebaeudeservice.de/ws25kg/wp-content/uploads/2025/01/test-bg.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

body {
    font-family: Arial, Helvetica, sans-serif !important;
}

body p {
    margin-bottom: 15px;
}

/* @media (min-width: 1600px){
    body{
        background-position: right !important;
    }
} */
.elementor-widget:not(:last-child) {
    margin-block-end: 15px !important;
    margin-bottom: 15px !important;
}

.arial {
    font-family: Arial, Helvetica, sans-serif !important;
}

h1:not(.wp-block-heading),
h2:not(.wp-block-heading),
h3:not(.wp-block-heading) {
    /* font-family: 'wetterburg', serif; */
}

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

.align-justify {
    text-align: justify;
}

.white {
    color: #fff;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.fbold {
    font-weight: 700;
}

.fnormal {
    font-weight: normal !important;
}

.bottom-0 p {
    margin-bottom: 0 !important;
}

p {
    margin-bottom: 15px !important;
}

.underline-magical {
    background-image: linear-gradient(120deg, #fff 0%, #72CAEB 100%);
    background-repeat: no-repeat;
    background-size: 100% .2em;
    background-position: 0 88%;
    transition: background-size .25s ease-in;
}

.underline-magical:hover {
    background-size: 100% 88%;
}

.cz_stylish_list li i {
    transition-duration: 0ms !important;
}

.gradient-text {
    background: -webkit-linear-gradient(right, #0c6c9a, #00aebe);
    background: -o-linear-gradient(right, #0c6c9a, #00aebe);
    background: -moz-linear-gradient(right, #0c6c9a, #00aebe);
    background: linear-gradient(to right, #0c6c9a, #00aebe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width:768px) {
    #site_footer .elementor-widget-container p {
        text-align: center !important;
    }

    .btn-center-tablet {
        text-align: center !important;
    }

    .xtra-fixed-mobile-nav-title-row a {
        background: linear-gradient(90deg, #0c6c9a, #00aebe) !important;
        border-radius: 8px !important;
        color: #fff !important;
    }
}

#site_footer {
    margin-bottom: 0 !important;
}

.footer_2_center>div>div {
    float: none !important;

}

/* borlabs cookie */
#BorlabsCookieBox .row {
    width: 100% !important;
}

#BorlabsCookieBox ._brlbs-box-wrap {
    max-width: 450px;
}

#BorlabsCookieBox h3 {
    font-size: 20px !important;
}

.BorlabsCookie .row {
    max-width: 100% !important;
    margin: 0 !important;
}

._brlbs-branding {
    display: none !important;
}

._brlbs-flex-center {
    display: inline !important;
}

#BorlabsCookieBox .cookie-logo {
    max-width: 130px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

/*END borlabs cookie*/

/* CF */
.sb-accept {
    font-size: 15px;
    line-height: 17px;
}

.sb-accept .wpcf7-acceptance .wpcf7-list-item label {
    display: table;
}

.sb-accept .wpcf7-acceptance .wpcf7-list-item-label:before {
    content: '';
    background: url(./images/checkbox.svg) no-repeat;
    display: table-cell;
    background-size: contain;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.sb-accept .wpcf7-acceptance input[type="checkbox"]:checked+span:before {
    background: url(./images/check.svg) no-repeat;
    width: 26px;
    height: 26px;
    padding: 2px;
    background-size: contain;
}

.sb-accept .wpcf7-acceptance label {
    margin: 0 !important;
}

.sb-accept input[type=checkbox] {
    display: none !important;
}

.sb-accept .wpcf7-list-item {
    margin: 0 !important;
}

/* END CF */
.page_content {
    margin-bottom: 0 !important;
}
/* LINKS */
a:not([class]):not([data-title]):not([title]):not(.cz_stylish_list):not(#site_footer *),
a[class=""]:not([data-title]):not([title]):not(.cz_stylish_list):not(#site_footer *) {
  /* visuell wie Link */
  color: #0b66c3;
  text-decoration: underline !important;
  text-underline-offset: 0.15em;
  cursor: pointer;
}

a:not([class]):not([data-title]):not([title]):not(.cz_stylish_list):not(#site_footer *)::after,
a[class=""]:not([data-title]):not([title]):not(.cz_stylish_list):not(#site_footer *)::after {
  content: "↗";
  display: inline-block;
  opacity: 0.85;
}

/* optional: Hover-Fokus etwas klarer */
a:not([class]):not([data-title]):not([title]):not(.cz_stylish_list):not(#site_footer *):hover,
a[class=""]:not([data-title]):not([title]):not(.cz_stylish_list):not(#site_footer *):hover,
a:not([class]):not([data-title]):not([title]):not(.cz_stylish_list):not(#site_footer *):focus-visible,
a[class=""]:not([data-title]):not([title]):not(.cz_stylish_list):not(#site_footer *):focus-visible{
  text-decoration-thickness: 2px !important;
}

/* LINKS END */
.elementor-widget-cz_button a.cz_btn.cz_btn_no_fx.cz_btn_txt_no_fx,
.wpcf7-form button.wpcf7-submit.btn-next-standard {
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(90deg, #0c6c9a, #00aebe) !important;
    border-radius: 8px !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.5s ease,
        border-radius 0.5s ease,
        transform 0.3s ease,
        box-shadow 0.4s ease !important;
}

.clean-services .elementor-widget-cz_button a.cz_btn.cz_btn_no_fx.cz_btn_txt_no_fx {
    border-radius: 0 0 8px 8px !important;
}

@media (min-width: 769px) {
    /* === Liquid Morph — Elementor Button + CF7 Submit === */



    .elementor-widget-cz_button a.cz_btn.cz_btn_no_fx.cz_btn_txt_no_fx:hover,
    .wpcf7-form button.wpcf7-submit.btn-next-standard:hover {
        background: linear-gradient(90deg, #089ec5, #00d4c8) !important;
        border-radius: 32px !important;
        transform: translateY(-2px) scale(1.03) !important;
        box-shadow: 0 8px 32px rgba(0, 174, 190, 0.3),
            inset 0 -2px 8px rgba(255, 255, 255, 0.1) !important;
    }

    .clean-services .elementor-widget-cz_button a.cz_btn.cz_btn_no_fx.cz_btn_txt_no_fx:hover {
        transform: none !important;
        border-radius: 0 0 32px 32px !important;
    }

    .elementor-widget-cz_button a.cz_btn b.cz_btn_onhover {
        display: none !important;
    }
}