/*
Theme Name: Hiro Partner
Theme URI: https://www.hiropartner.ch/
Version: 1.0
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
/********************* 
       FONTS 
*********************/

body.admin-bar .navbar {
	margin-top: 46px;
}

.h-captcha {
	margin-top: 20px;
}

.wpcf7-list-item {
	margin-left: 0px;
}
.wpcf7-acceptance {
	margin-bottom: 10px;
}
.wpcf7-submit {
	margin-top: 10px;
}
/* kumbh-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/kumbh-sans-v22-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kumbh-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/kumbh-sans-v22-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kumbh-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/kumbh-sans-v22-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kumbh-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/kumbh-sans-v22-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kumbh-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/kumbh-sans-v22-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/dm-sans-v15-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/dm-sans-v15-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/dm-sans-v15-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/dm-sans-v15-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/dm-sans-v15-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/****************** 
       ROOT 
******************/
:root {
    --primary-font: 'Kumbh Sans', sans-serif;
    --secondary-font: 'DM Sans', sans-serif;
    --primary-color: #1560A3;
    --primary-light: #578DC8;
    --secondary-color: #7DCC00;
    --text-color: #454545;
    --dark-color: #071322;
    --radius-sm: 50px;
}

/***************** 
        BODY 
******************/
html {
    scroll-padding-top: 80px;
}

body {
    --primary-font: 'Kumbh Sans', sans-serif;
}

/************************* 
    PREDEFINED CLASSES 
*************************/
.radius-r-t {
    border-top-right-radius: var(--radius-sm);
}

.radius-r-b {
    border-bottom-right-radius: var(--radius-sm);
}

.radius-l-t {
    border-top-left-radius: var(--radius-sm);
}

.radius-l-b {
    border-bottom-left-radius: var(--radius-sm);
}

.section-padding {
    padding: 40px 0;
}

.btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-block;
    border-radius: 5px;
    padding: 12px 20px;
    transition: all .3s;
}

.btn-primary {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-secondary {
    background-color: var(--secondary-color);
    border: none;
    padding: 14px 31px;
}

.btn-outline {
    background-color: #ffffff;
    border: 2px solid var(--primary-color);
}

.nav-btn .btn-outline:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(261deg) brightness(106%) contrast(102%);
}

.nav-btn {
    width: 300px;
    margin: 0 auto;
}

.btn-primary:hover {
    background-color: var(--primary-light);
    border: 2px solid var(--primary-light);
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: #2ECC71;
}

.btn-outline:hover {
    border: 2px solid var(--primary-light);
    background-color: var(--primary-light);
}

.btn-outline:hover span {
    color: #ffffff;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.btn-check:checked + .btn,
.btn-primary.active,
.btn.show,
.btn-primary:first-child:active,
:not(.btn-check) + .btn-primary:active {
    color: var(--bs-btn-active-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-check:checked + .btn,
.btn-secondary.active,
.btn.show,
.btn-secondary:first-child:active,
:not(.btn-check) + .btn-secondary:active {
    color: var(--bs-btn-active-color);
    background-color: var(--secondary-color);
}

.btn-secondary:focus {
    background-color: var(--secondary-color) !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary.active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}

.section-title-line {
    display: inline-block;
    position: relative;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.section-title-line::before {
    content: '';
    position: absolute;
    width: 45px;
    height: 2.5px;
    background-color: var(--primary-color);
    right: -50px;
    top: 11px;
}

.section-title h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    font-family: var(--primary-font);
    color: var(--dark-color);
}

.section-title span {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    font-family: var(--primary-font);
}

.editor-hiro p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: var(--secondary-font);
    color: var(--text-color);
}

/***********************
        NAV-BAR
*************************/
.navbar .navbar-toggler {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7482%) hue-rotate(58deg) brightness(106%) contrast(101%);
}

.navbar-scroll {
    background-color: #ffffff !important;
}

.navbar-scroll .navbar-toggler {
    filter: brightness(0) saturate(100%) invert(25%) sepia(93%) saturate(1026%) hue-rotate(183deg) brightness(97%) contrast(92%);
}

.navbar {
    background-color: transparent;
}

.navbar {
    padding: 15px 0;
}

.navbar-brand {
    padding: 0 0;
}

.navbar-brand img,
.offcanvas-box img {
    width: 120px;
    height: 40px;
    object-fit: contain;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(13%) saturate(7489%) hue-rotate(174deg) brightness(110%) contrast(117%);
    width: 25px;
    height: 25px;
}

.btn-exit {
    background-color: transparent;
    border: none;
}

.btn-exit img {
    width: 28px;
    height: 28px;
    filter: brightness(0) saturate(100%) invert(25%) sepia(93%) saturate(1026%) hue-rotate(183deg) brightness(97%) contrast(92%);
}

.offcanvas-header {
    padding: 15px;
}

.nav-item .nav-link {
    color: var(--dark-color);
    font-size: 18px;
    line-height: 1.3;
    font-family: var(--primary-font);
    font-weight: 600;
}

.navbar-nav .nav-item .nav-link.active {
    font-size: 18px;
    color: var(--primary-color);
    line-height: 1.3;
    font-family: var(--primary-font);
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.nav-btn .btn-outline img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(35%) sepia(26%) saturate(1292%) hue-rotate(166deg) brightness(95%) contrast(115%);
    margin-right: 9px;
}

.nav-btn .btn-outline span {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 1.2;
}

/***********************
      HERO-SECTION
*************************/
.hero-title p {
    text-align: center;
    color: var(--dark-color);
    font-size: 15px;
    font-family: var(--secondary-font);
    line-height: 1.1;
    max-width: 620px;
    margin: 0 auto;
}

.hero-title h1 {
    color: var(--dark-color);
    font-family: var(--primary-font);
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    font-size: 21px;
}

.hero-box {
    background-color: #F6F6F9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
/* 
.hero-video-bg {
    position: relative;
    width: 100%;
    height: 56.25vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 1080px;
} */
.hero-video-bg {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; 
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .hero-video-bg iframe {
    width: 100%;
    height: 56.25vw;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.hero-video-bg iframe {
	position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
}
.hero-section {
	max-height: 1080px;
}
/************************* 
    SERVICES-SECTION 
*************************/
.services-section {
    padding: 30px 0;
}

.services-box h4 {
    color: #071322;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    font-family: var(--secondary-font);
    margin-top: 20px;
    margin-bottom: 0;
}

.icon-services {
    width: 64px;
    height: 64px;
}

.icon-services::before {
    content: '';
    position: absolute;
    background-color: #1565D8;
    width: 64px;
    left: 0;
    top: 0;
    height: 64px;
    opacity: 0.1;
    border-radius: 20px;
}

.services-section {
    border-bottom: 1px solid #E2E2E2;
}

/***********************
    ÜBER-UNS-SECTION
*************************/
.uber-uns-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('local-img/Rectangle-uber-uns.svg');
    background-repeat: no-repeat;
    left: 0;
    z-index: -100;
}

.uber-img {
    width: auto;
    max-width: 590px;
    height: auto;
}

.uber-img img {
    width: 100%;
    height: 100%;
}

.wert-img {
    width: auto;
    max-width: 482px;
    height: auto;
    margin-top: 70px;
}

.wert-img img {
    width: 100%;
    height: 100%;
}

/*******************************
    DIENSTLEISTUNGEN-SECTION
********************************/
.dienstleistungen-section {
    width: 100%;
    height: auto;
    background-image: url('local-img/Shape.png');
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    z-index: -100;
    padding-top: 50px;
    padding-bottom: 30px;
}

.dienstleistungen-card {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 8px 12px 60px 0px #06397114;
}

.icon-dienstleistungen {
    width: 48px;
    height: 48px;
    background-color: #EBF2FF;
    border-radius: 100%;
}

.icon-dienstleistungen img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.title-card {
    max-width: 210px;
}

.title-card h4 {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 1.2;
    margin-bottom: 0;
}

/*******************************
    KONTAKTIREN-SECTION
********************************/
.kontaktiren-section {
    background: #F6F6F9;
}

.kontaktiren-block {
    background: var(--primary-color);
    border-bottom-right-radius: 50px;
    padding: 10px;
    z-index: 10;
}

.kontaktiren-vector {
    top: 0;
    width: auto;
    height: 100%;
    left: 200px;
    right: 0;
    z-index: -1;
}

.kontaktiren-vector img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(66%) saturate(384%) hue-rotate(171deg) brightness(93%) contrast(89%);
    width: 100%;
    height: 100%;
}

.kontaktiren-block .section-title-line::before {
    background-color: #ffffff;
    right: -55px;
    width: 40px;
}

.kontaktiren-section .editor-hiro p {
    color: #ffffff;
}

.kontaktiren-form {
    background-color: #ffffff;
    padding: 15px;
    border-bottom-right-radius: 50px;
}

.kontaktiren-form h4 {
    color: #222222;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    font-family: var(--primary-font);
}

.kontaktiren-box-form {
    gap: 15px;
}

.kontaktiren-form .form-control {
    background-color: #F6F6F6;
    border: none;
    padding: 10px 8px 10px 14px;
	letter-spacing: 0.36px;
	font-family: var(--secondary-font);
	font-size: 18px;
}

.kontaktiren-form .form-control::placeholder {
    color: #94959B;
    font-family: var(--secondary-font);
    font-size: 18px;
	font-weight: 300;
}

.form-control:focus {
    box-shadow: none;
}

.btn-form {
    width: 100%;
    padding: 16px 0;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 600;
    transition: all 0.3s;
	border-radius: 12px;
}

.btn-form:hover {
    background-color: var(--primary-light);
    color: #ffffff;
}
.btn-form:disabled {
	background-color: var(--primary-color);
	opacity: .9;
	color: #ffffff;
}
/***********************
         FOOTER
*************************/
.footer-text p {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    font-family: var(--secondary-font);
    max-width: 425px;
}

.footer-nav {
    list-style: none;
    padding: 0;
}

.footer-nav .nav-link {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--secondary-font);
    line-height: 2;
    color: #123763;
}

.icon-box {
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.icon-box img {
    width: auto;
    height: auto;
}

.footer-box {
    transition: all 0.3s;
	margin-bottom: 20px;
}
.footer-box:last-child {
	margin-bottom: 0;
}
.footer-box a {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary-font);
    line-height: 1.6;
    color: #123763;
}

/***********************
     COPY-RIGHT
*************************/
.copy-right {
    background-color: var(--primary-color);
    padding: 33px 0;
}

.copy-right-box p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary-font);
    line-height: 1.6;
    margin-bottom: 0;
}

.copy-right-link a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary-font);
    line-height: 1.6;
}

.copy-right-link a:first-child {
    margin-right: 20px;
}

/*******************************
      DIENSTLEISTUNEG-SECTION
********************************/
.dienstleistungen-kasten {
    margin-bottom: 60px;
}

.dienstleistungen-hero-section {
    min-height: 50svh;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.dienstleistungen-block {
    min-height: 50svh;
    padding-top: 55px;
}

.dienstleistungen-hero-section .editor-hiro h2 {
    color: #ffffff;
    font-size: 34px;
    font-family: var(--primary-font);
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 24px;
}

.dienstleistungen-hero-section .editor-hiro p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
}

/*******************************
      KERNSANIERNGEN-SECTION
********************************/
.kernsanierungen-img {
    width: auto;
    height: 100%;
    max-width: 528px;
}

.box-img::after {
    content: '';
    position: absolute;
    width: 521px;
    height: 500px;
    background-color: #F6F6F9;
    top: 450px;
    left: 0;
    z-index: -1;
    border-bottom-left-radius: 64px;
}

.kernsanierungen-img img {
    width: 100%;
    height: auto;
}

.kernsanierungen-section-right .section-title-line {
    margin-left: 103px;
}

.kernsanierungen-section-right .section-title-line::before {
    content: '';
    position: absolute;
    width: 85px;
    height: 2.5px;
    background-color: var(--primary-color);
    left: -103px;
    top: 10px;
}

.section-title-card h4 {
    color: var(--dark-color);
    font-family: var(--primary-font);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.kernsanierungen-block .kernsanierungen-card:last-child {
    margin-bottom: 0;
}

.kernsanierungen-card {
    background-color: #ffffff;
    box-shadow: 8px 12px 60px 0px #0639710A;
    padding: 20px;
    margin-bottom: 20px;
}

.icon-card {
    background-color: #EBF2FF;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.icon-card img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.kernsanierungen-card h4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    color: var(--dark-color);
    font-size: 24px;
    font-family: var(--primary-font);
    font-weight: 600;
    line-height: 1.4;
    margin-top: 20px;
}

.kernsanierungen-card p {
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 400;
    line-height: 1.4;
    color: #454545;
    text-align: center;
}

.kernsanierungen-section-right {
    background-color: #F6F6F9;
    border-bottom-right-radius: 150px;
    z-index: 10;
}

/***********************
    IMPRESSUM-SECTION
*************************/
.impressum-section {
    min-height: 100svh;
    margin-top: 71px;
}

.editor-hiro h3 {
    font-size: 25px;
    font-family: var(--primary-font);
    list-style: 1.3;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 40px;
}

.editor-hiro h4 {
    font-size: 20px;
    color: var(--dark-color);
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--secondary-font);
    margin-bottom: 30px;
    margin-top: 30px;
}

.impressum-section .editor-hiro p {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.6;
    font-family: var(--secondary-font);
    margin-bottom: 10px;
}

.editor-hiro a {
    color: var(--text-color);
    font-size: 16px;
    font-family: var(--secondary-font);
    line-height: 1.3;
    font-weight: 400;
}

/*************************
    DATENSCHUTZ-SECTION
*************************/
.datenschutz-section {
    min-height: 100svh;
    margin-top: 71px;
}
.input-container {
	margin-bottom: 14px;
}
.wpcf7-acceptance label {
	display: flex;
	align-items: center;
	gap: 5px;
}
.wpcf7-acceptance input {
	margin-top: 2px;
}
/***********************
    RESPONSIVE-SM
*************************/
@media (min-width: 576px) {

    /************************* 
    PREDEFINED CLASSES 
*************************/
    .section-padding {
        padding: 50px 0;
    }

    /*******************************
    KONTAKTIREN-SECTION
********************************/
    .kontaktiren-block .section-title-line::before {
        background-color: #ffffff;
        right: -103px;
        width: 85px;
    }
}

/***********************
    RESPONSIVE-MD
*************************/
@media (min-width: 768px) {
	body.admin-bar .navbar {
		margin-top: 32px;
	}
    /************************* 
    PREDEFINED CLASSES 
*************************/
    .section-padding {
        padding: 60px 0;
    }
}

/***********************
    RESPONSIVE-LG
*************************/
@media (min-width: 992px) {

    /************************* 
    PREDEFINED CLASSES 
*************************/
    .section-padding {
        padding: 80px 0;
    }

    .btn {
        padding: 16px 24px;
    }

    .btn-secondary {
        padding: 16px 51px;
    }

    .section-title-line::before {
        width: 85px;
        right: -103px;
    }

    /***********************
        NAV-BAR
*************************/
    .navbar-brand img {
        width: 145px;
        height: 55px;
    }

    .navbar-nav .nav-link.active::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: var(--primary-color);
        bottom: 4px;
        left: 0;
    }

    .navbar-scroll .nav-link.active::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: var(--secondary-color);
        bottom: 4px;
        left: 0;
    }

    .navbar .nav-link {
        color: var(--dark-color);
        font-size: 18px;
        line-height: 1.3;
        font-family: var(--primary-font);
        font-weight: 600;
    }
	.navbar.hero-block-first .nav-link {
        color: #FFFFFF;
    }
    .home .nav-item .nav-link {
        color: #ffffff;
    }

    .navbar .nav-link:hover {
        color: var(--secondary-color);
    }

    .navbar-scroll .nav-link.active {
        color: var(--primary-color) !important;
    }

    .navbar-nav .nav-item .nav-link.active {
        color: var(--secondary-color);
    }

    .navbar-scroll .nav-item .nav-link {
        color: var(--dark-color);
        transition: all .3s;
    }

    .home .nav-link:hover {
        color: var(--secondary-color);
    }

    .navbar-scroll .nav-link:hover {
        color: var(--primary-color);
    }

    .navbar-scroll .nav-link::before {
        background-color: var(--secondary-color) !important;
    }

    .navbar-nav .nav-link::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: var(--primary-color);
        bottom: 4px;
        left: 0;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .nav-link {
        position: relative;
    }

    .nav-btn {
        width: 100%;
    }

    .nav-link:hover::before,
    .nav-link.active::before {
        opacity: 1;
        visibility: visible;
        bottom: 4px;
    }

    .nav-link.active {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-nav {
        margin-left: 30px;
    }

    .nav-item .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-nav .nav-item {
        margin-left: 36px;
        margin-right: 36px;
    }

    .nav-btn {
        gap: 24px;
    }

    /* .home .nav-link:hover{
  color: var(--secondary-color);
} */
    .navbar {
        padding: 24px 0;
    }

    /***********************
      HERO-SECTION
*************************/
    .hero-box {
        position: absolute;
        background-color: transparent;
    }

    .hero-title h1 {
        font-size: 40px;
        line-height: 1.375;
        max-width: 800px;
        color: #ffffff;
    }

    .hero-title p {
        line-height: 1.6;
        font-size: 16px;
        color: #ffffff;
    }

    /************************* 
    SERVICES-SECTION 
*************************/
    .services-section {
        padding: 50px 0;
    }

    .services-box h4 {
        font-size: 16px;
    }

    /***********************
    ÜBER-UNS-SECTION
*************************/
    .uber-img {
        padding-top: 180px;
    }

    .section-title span,
    .section-title h3 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .editor-hiro p {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .wert-img {
        margin-top: 30px;
    }

    /*******************************
    KONTAKTIREN-SECTION
********************************/
    .kontaktiren-block {
        padding: 40px 55px;
    }

    .kontaktiren-form h4 {
        font-size: 30px;
        margin-bottom: 32px;
    }

    .kontaktiren-form {
        padding: 32px;
    }
	.kontaktiren-block .section-title h3 {
		font-size: 55px;
		line-height: 1.2;
	}
    /***********************
         FOOTER
*************************/
    .footer-nav .nav-link.active::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: var(--secondary-color);
        bottom: 4px;
        left: 0;
    }

    .footer-nav .nav-link::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: var(--secondary-color);
        bottom: 4px;
        left: 0;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .footer-nav .nav-link {
        display: inline-block;
        position: relative;
    }

    .footer-nav .nav-link:hover::before {
        opacity: 1;
        visibility: visible;
        bottom: -4px !important;
    }

    .home .footer-nav .nav-item .nav-link {
        color: var(--dark-color) !important;
    }

    .footer-nav .nav-link:hover {
        color: var(--primary-color);
    }

    .footer-box:hover img,
    .footer-box:hover a {
        filter: brightness(0) saturate(100%) invert(49%) sepia(66%) saturate(384%) hue-rotate(171deg) brightness(93%) contrast(89%);
        color: var(--primary-light);
    }

    /***********************
     COPY-RIGHT
*************************/
    .copy-right-link a:first-child {
        margin-right: 50px;
    }

    /*******************************
      DIENSTLEISTUNEG-SECTION
********************************/
    .dienstleistungen-hero-section {
        min-height: 64svh;
        padding: 50px 0;
    }

    .dienstleistungen-block {
        min-height: 64svh;
    }

    .dienstleistungen-hero-section .editor-hiro h2 {
        font-size: 64px;
    }

    /*******************************
      KERNSANIERNGEN-SECTION
********************************/
    .kernsanierungen-card {
        padding: 40px;
    }

    .kernsanierungen-card h4 {
        font-size: 29px;
    }

    .kernsanierungen-card p {
        text-align: left;
        font-size: 20px;
        margin-bottom: 0;
    }

    .section-title-card h4 {
        font-size: 46px;
    }

    .kernsanierungen-img {
        padding-top: 80px;
    }

    .kernsanierungen-section-right .box-img::after {
        content: '';
        position: absolute;
        display: block;
        width: 521px;
        height: 500px;
        background-color: #EEEEF2;
        right: -50px !important;
        z-index: -1;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 64px !important;
        top: 430px;
        left: 80px;
    }

    /***********************
    IMPRESSUM-SECTION
*************************/
    .impressum-section {
        min-height: calc(100svh - 800px);
        margin-top: 107px;
    }

    .editor-hiro h3 {
        font-size: 45px;
    }

    .editor-hiro h4 {
        font-size: 30px;
    }

    .impressum-section .editor-hiro p {
        font-size: 18px;
    }

    .editor-hiro a {
        font-size: 18px;
    }

    /*************************
    DATENSCHUTZ-SECTION
*************************/
    .datenschutz-section {
        min-height: calc(100svh - 400px);
        margin-top: 107px;
    }
}

/***********************
    RESPONSIVE-XL
*************************/
@media (min-width: 1200px) {

    /************************* 
    PREDEFINED CLASSES 
*************************/
    .section-padding {
        padding: 100px 0;
    }
	.kontaktiren-form .form-control {
		font-size: 18px;
		padding: 17px 16px
	}
	.navbar .container-fluid {
		max-width: 1320px;
	}
}

/***********************
    RESPONSIVE-XXL
*************************/
@media (min-width: 1400px) {
    .container-small {
        max-width: 1200px;
    }

    /***********************
      HERO-SECTION
*************************/
    .hero-title h1 {
        font-size: 64px;
        margin-top: 50px;
    }

    /***********************
    ÜBER-UNS-SECTION
*************************/
    .uber-img {
        padding-top: 180px;
    }

    .editor-hiro p {
        margin-bottom: 31px;
    }
	.datenschutz-section .editor-hiro p {
        margin-bottom: 20px;
    }
    .wert-img {
        margin-top: 70px;
    }

    /*******************************
    DIENSTLEISTUNGEN-SECTION
********************************/
    .dienstleistungen-section {
        padding-top: 147px;
        padding-bottom: 56px;
    }

    /*******************************
    KONTAKTIREN-SECTION
********************************/
    .kontaktiren-block {
        padding: 78px 95px;
    }

    /*******************************
      KERNSANIERNGEN-SECTION
********************************/
    .kernsanierungen-img {
        padding-top: 160px;
    }

    .box-img::after {
        top: 520px;
    }
}