/*
Theme Name: hwt-kuehn-theme
Theme URI: https://heiser-webtec.de
Author: Heiser WebTec
Author URI: https://heiser-webtec.de
Description:  Elementor-Theme für Kuehn-Webseite.
Version: 1.0.4
Text Domain: hwt-kuehn-theme
*/


/*************************/
/******* FONTS ***********/
/*************************/


body,
html,
p,
span,
li,
input,
textarea,
select,
button {
    font-family: "OpenSans", sans-serif;

}
html,
body {
    overflow-x: hidden;
}

.elementor-button-text {
    font-weight: 700 !important;
}
.elementor-widget-button .elementor-button {
    background: none !important;
}
.elementor-widget-button .elementor-button:hover {
    background: var(--e-global-color-secondary) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin: 0;
    color: #282828;
    margin-bottom: 30px;
}


.primary-menu > li > a {
    font-family: "Sansation", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}


.site-title-text {
    font-family: "Sansation", sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.header-blur::before {
    content: ' ';
    position: absolute;
    z-index: 0;
    display: block;
    opacity: 0.9;
    width: 750px;
    height: 150px;
    border-radius: 50%;
    background: #ffffff;
    filter: blur(100px);
}
.header h2 {
    font-family: "Hearthway", serif !important;
    font-weight: normal;
    font-size: 120px;
    font-weight: 400 ;
    z-index: 2;
    color: #168D82;
    position: relative;
    margin: 0;
}


.header h1 {
    font-size: 40px ;
    font-weight: 400 ;
    color: #168D82 ;
    margin: 40px 0 0 140px ;
    z-index: 2;
    position: relative;
}
@media (max-width: 810px) {
    .header h2 { 
    font-size: 60px !important;
    }
    .header h1 {
    font-size: 20px;
    margin: 10px 0 0 68px;

        }
}
/*************************/
/******* CONTAINER *******/
/*************************/

body {
    margin: 0;
}
.container {
    width: 100%;
    max-width: 1140px; 
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.full-width img {
    height: auto !important;
    width: 100% !important;
}




.col-12 { width: 100%; }

/***************************************
    Breakpoints (wie im alten Bootstrap)
****************************************/

/* Mobile */
@media (max-width: 767px) {
    .col-sm-12 { width: 100%; }
    .col-sm-11 { width: 91.666%; }
    .col-sm-10 { width: 83.333%; }
    .col-sm-9  { width: 75%; }
    .col-sm-8  { width: 66.666%; }
    .col-sm-7  { width: 58.333%; }
    .col-sm-6  { width: 50%; }
    .col-sm-5  { width: 41.666%; }
    .col-sm-4  { width: 33.333%; }
    .col-sm-3  { width: 25%; }
    .col-sm-2  { width: 16.666%; }
    .col-sm-1  { width: 8.333%; }
}

/* Tablet */
@media (min-width: 768px) {
    .col-md-12 { width: 100%; }
    .col-md-11 { width: 91.666%; }
    .col-md-10 { width: 83.333%; }
    .col-md-9  { width: 75%; }
    .col-md-8  { width: 66.666%; }
    .col-md-7  { width: 58.333%; }
    .col-md-6  { width: 50%; }
    .col-md-5  { width: 41.666%; }
    .col-md-4  { width: 33.333%; }
    .col-md-3  { width: 25%; }
    .col-md-2  { width: 16.666%; }
    .col-md-1  { width: 8.333%; }
}

/* Desktop */
@media (min-width: 992px) {
    .col-lg-12 { width: 100%; }
    .col-lg-11 { width: 91.666%; }
    .col-lg-10 { width: 83.333%; }
    .col-lg-9  { width: 75%; }
    .col-lg-8  { width: 66.666%; }
    .col-lg-7  { width: 58.333%; }
    .col-lg-6  { width: 50%; }
    .col-lg-5  { width: 41.666%; }
    .col-lg-4  { width: 33.333%; }
    .col-lg-3  { width: 25%; }
    .col-lg-2  { width: 16.666%; }
    .col-lg-1  { width: 8.333%; }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .col-xl-12 { width: 100%; }
    .col-xl-11 { width: 91.666%; }
    .col-xl-10 { width: 83.333%; }
    .col-xl-9  { width: 75%; }
    .col-xl-8  { width: 66.666%; }
    .col-xl-7  { width: 58.333%; }
    .col-xl-6  { width: 50%; }
    .col-xl-5  { width: 41.666%; }
    .col-xl-4  { width: 33.333%; }
    .col-xl-3  { width: 25%; }
    .col-xl-2  { width: 16.666%; }
    .col-xl-1  { width: 8.333%; }
}



/*************************/
/******** HEADER *********/
/*************************/


.site-header {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0;
    position: absolute;
 
    padding-bottom: 60px;
    z-index: 10;
}





.site-branding {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.site-branding-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.site-logo a {
    text-decoration: none !important;
}
.site-logo img {
    max-width: 240px;
    height: auto;
    width: 100%;
    display: block;
}
.site-logo {
    font-family: "Hearthway", serif !important;
    font-size: 40px;
}

.site-title-text {
    font-size: 20px;
    font-weight: 700;
    color: #282828;
}

.site-description {
    font-size: 14px;
    color: #707070;
    margin: 2px 0 0 0;
}



/*************************/
/******** NAVBAR *********/
/*************************/

.site-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.primary-menu > li {
    margin: 0 22px;
    position: relative;
}

.primary-menu > li > a {
    color: #525252;
    font-size: 20px;
    font-weight: 600;
 
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.primary-menu > li > a:hover,
.primary-menu > li > a:focus,
.primary-menu > li > a:active {
    color: #168D82;
}


.primary-menu > li.current-menu-item > a,
.primary-menu > li.current_page_item > a {
    color: #168D82 !important;
    border-bottom: 2px solid #168D82;
}


@media (max-width: 810px) {






    .primary-menu > li {
        margin: 5px 10px;
    }
}

@media (max-width: 520px) {
    .site-logo img {
        max-height: 40px;
    }

    .site-title-text {
        font-size: 18px;
    }

    .primary-menu > li {
        margin: 5px 8px;
    }

    .primary-menu > li > a {
        font-size: 16px;
    }
}

/* Burger-Button – Standard: Desktop ausblenden */
.nav-toggle {
    display: none;
    background: none !important;
    border: 0;
    padding: 0;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    z-index: 20;
}

.nav-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #168D82;
    margin: 4px 0;
}
 .site-header {
         background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 0) 100%
    );
 }

.mobile-nav-social {
    display: none;
}
.mobile-nav-wrapper .mobile-nav-social a svg {
    fill: #707070;
    transition: fill 0.25s ease;
}

/* Hoverfarbe */
.mobile-nav-wrapper .mobile-nav-social a:hover svg {
    fill: #168D82;
}
/* Mobile-Navi: ab 1140px Breite runter */
@media (max-width: 1140px) {

   

    /* Burger anzeigen, Menü zunächst verstecken */
    .nav-toggle {
        display: inline-block;
    }

   
    .primary-menu > li {
        margin: 0;
        width: 100%;
    }

    .primary-menu > li > a {
        display: block;
        width: 100%;
        padding: 8px 20px;
    }
    /* Mobile Wrapper – enthält UL + Social Icons */
.mobile-nav-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    padding: 15px 0;
    z-index: 20;
}

/* Wenn geöffnet */
.mobile-nav-wrapper.is-open {
    display: block;
}

.mobile-nav-wrapper.is-open .mobile-nav-social {
    display: block;
}

/* UL im mobilen Menü */
.mobile-nav-wrapper .primary-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    margin: 0;
}

.mobile-nav-wrapper .primary-menu > li {
    margin: 0;
}

.mobile-nav-wrapper .primary-menu > li > a {
    display: block;
    width: 100%;
    padding: 8px 20px;
}

/* Social Icons im Mobile Menü */
.mobile-nav-wrapper .mobile-nav-social {
    margin-top: 15px;
}

.mobile-nav-wrapper .mobile-nav-social .social-media {
    display: flex;
    gap: 10px;
    padding: 0 20px;
}

.mobile-nav-wrapper .mobile-nav-social img,
.mobile-nav-wrapper .mobile-nav-social svg {
    width: 28px;
    height: 28px;
}


    
}
/* Grundzustand */
.nav-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #168D82;
    margin: 6px 0;
    transition: 0.3s ease;
}

/* X-Animation */
.nav-toggle.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}


/*************************/
/********* FOOTER ********/
/*************************/

.site-footer * {
    font-size: 15px !important;
    line-height: normal !important;
}
footer,
.site-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 35px 0 25px 0;
    color: #ffffff;
    background: #168D82;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer .text-left,
.site-footer .text-center,
.site-footer .text-right {
    text-align: center;
}


.site-footer .logo {
    max-width: 200px;
    margin: 20px auto 0 auto;
}


.site-footer .social-media {
    position: relative;
    display: inline-block;

    margin: 40px 0 0 0;
}

.site-footer .social-media a svg,
.site-footer .social-media a img {
    position: relative;
    display: inline-block;
    float: left;
    fill: #ffffff;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    transition: all 0.3s ease-in-out;
}

.site-footer .social-media a:hover svg {
    fill: #d22531;
}

.site-footer .social-media a img {
    margin-right: 20px !important;
}


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


.footerNav {
    text-align: center !important;
    margin: 20px auto 0 auto;
}


.footer-seo-menu {
    text-align: left;
}
.footer-seo-menu-2 {
    text-align: center;
}
.footer-legal-menu {
    text-align: right;
}
.footer-nav-row {
    margin-bottom: 40px;
}
.footer-seo-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-seo-links li {
    margin: 0 0 0px 0;
}

.footer-seo-links a {
    color: #ffffff;
    text-decoration: none;
}

.footer-seo-links a:hover,
.footer-seo-links a:focus {
    text-decoration: underline;
}



.footer-legal-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-legal-links li {

    margin: 0 5px;
}

.footer-legal-links a {
    color: #ffffff;
    text-decoration: none;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus {
    text-decoration: underline;
}


@media (max-width: 990px) {

    .site-footer .text-left,
    .site-footer .text-center,
    .site-footer .text-right,
    .footer-seo-menu,
    .footer-seo-menu-2,
    .footer-legal-menu {
        text-align: center;
    }
    .footer-seo-menu-2 {
        margin-bottom: 15px;
    }

    .footer-comp {
        text-align: center;
        margin-top: 15px;
    }

    .footer-seo-menu {
        text-align: center;
        margin: 10px 0;
    }
}

@media (max-width: 810px) {
    .site-footer {
        padding: 50px 0;
    }
}

@media (max-width: 520px) {
    .site-footer {
        padding: 25px 0;
    }
}


.listing-in-box ul {
    list-style: none;
}
.listing-in-box ul li {
    margin: 10px 0;
    margin-left: 50px;
    
}
.listing-in-box ul li a {
    color: #FFF;
}
.listing-in-box ul li a:hover {
    text-decoration: underline;
}
.listing-in-box ul li::before {
    content: url(assets/images/arrow.svg);
    position: absolute;
    left: 30px;
    width: 30px;
}
.white-head h3 {
    color: #FFF !important;
}
.vita h4 {
    font-size: 28px !important;
}

.special-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media (min-width: 800px) {
    .special-list ul li {
    flex: 0 0 calc(33.333% - 20px);

}
}
.special-list ul li {
  
    font-weight: bold;
    padding-left: 25px;
    position: relative;
}
.special-list ul li::before {
    content: url(assets/images/chev.svg);
    position: absolute;
    position: absolute;
    left: 0;
    width: 10px;
}

.special-list-icon ul  {
    list-style: none;
}
.special-list-icon ul li {
    font-weight: bold;
}
.special-list-icon ul li::before {
    content: url(assets/images/chev.svg);
    position: absolute;
    position: absolute;
    left: 20px;
    width: 10px;
}

@media (min-width: 1220px){
.line-container::before {
    content: ' ';
    position: absolute;
    z-index: 1;
    width: 3px;
    height: 50px;
    background: #d22531;
    bottom: 50px;
    left: 0px;
}


.line-container::after {
    content: ' ';
    position: absolute;
    z-index: 1;
    width: 800px;
    height: 3px;
    background: #d22531;
    bottom: 50px;
    left: 0px;
}
.special-line::before {
    content: ' ';
    position: absolute;
    z-index: 1;
    width: 3px;
    height: 40px;
    background: #d22531;
    bottom: -35px;
    left: 0px;
}


.special-line::after {
    content: ' ';
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 3px;
    background: #d22531;
    bottom: -35px;
    left: 0px;
}
}

#menu-seo-menue a {
    color: #FFF;
}
.colored-list ul {
    list-style: none;
}
.colored-list ul li {
    font-weight: bold;
    color: var(--e-global-color-primary);
}

.colored-list ul li::before {
    content: url(assets/images/chev-red.svg);
    position: absolute;
    left: 20px;
    width: 10px;
}



.e-n-accordion ul {
    list-style: none;
}
.e-n-accordion ul li {
    font-weight: bold;
}
.e-n-accordion ul li::before {
    content: url(assets/images/chev-black.svg);
    position: absolute;
    left: 20px;
    width: 10px;
}
#menu-rechtliches a {
    color: #FFF !important;
}

.site-footer a {
    color: #FFF  !important;
}

.text .form {
    background:#ffffff;
    padding:30px 40px;
    box-shadow:0 0 15px #e5e5e5;
}
.text .form p{
    margin:5px 0 !important;
}
.text .form .wpcf7-textarea{
    min-height:100px;
}
.text .form .form-control:focus{
    border-color:#168D82 !important;
    box-shadow:none !important;
}


.btn-red{
    position:relative;
    display:inline-block;
    font-size:18px;
    font-weight:700;
    color:#D22531 !important;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
    padding:10px 30px;
    background:none;
    border:2px solid #D22531;
    border-radius:30px;
    transition:all 0.3s ease-in-out !important;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active{
    color:#ffffff !important;
    background:#D22531;
    border:2px solid #D22531;
}


.form {
    background: #ffffff;
    padding: 30px 40px;
    box-shadow: 0 0 15px #e5e5e5;
    box-sizing: border-box;
}


.form label.form-label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 5px;
}

.form label.form-label small {
    font-weight: normal;
    color: #707070;
}


.form .form-control {
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out;
}

.form .form-control:focus {
    border-color: #168D82 !important;
    box-shadow: none !important;
    outline: none;
}


.form textarea.form-control {
    min-height: 160px;
    resize: vertical;
}


.form p {
    margin: 10px 0;
}


.form .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.form [class^="col-"],
.form [class*=" col-"] {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 100%; 
}


@media (min-width: 576px) {
    .form .col-sm-6 { width: 50%; }
}

@media (min-width: 768px) {
    .form .col-md-6 { width: 50%; }
}

@media (min-width: 992px) {
    .form .col-lg-6 { width: 50%; }
    .form .col-lg-12 { width: 100%; }
}

@media (min-width: 1200px) {
    .form .col-xl-6 { width: 50%; }
    .form .col-xl-12 { width: 100%; }
}


.form .btn-red {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #D22531 !important;
    padding: 10px 30px;
    border: 2px solid #D22531;
    border-radius: 30px;
    background: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.form .btn-red:hover {
    color: #ffffff !important;
    background: #D22531;
}

.address {
    font-size: 18px;
    color: #707070;
}


.address .titel p {
    font-size: 22px;
    font-weight: 600;
    color: #707070;
    margin: 0 0 10px 0;
}


.address p {
    margin: 10px 0;
}


.address a {
    color: #707070;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.address a:hover {
    color: #168D82;
}


.address svg {
    width: 20px;
    height: 20px;
    fill: #168D82;
    margin: 0 10px -3px 0;
    vertical-align: middle;
}


.address .social-media p {
    margin: 10px 0;
}

.address .social-media a svg,
.address .social-media a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    fill: #168D82;
    transition: 0.3s;
}

.address .social-media a:hover svg {
    fill: #707070;
}

.contact-form .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}


.contact-form [class^="col-"],
.contact-form [class*=" col-"] {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; 
}


@media (min-width: 992px) {
    .contact-form .col-lg-7 { width: 58.333%; } 
    .contact-form .col-lg-5 { width: 41.666%; } 
}


@media (min-width: 1200px) {
    .contact-form .col-xl-7 { width: 58.333%; }
    .contact-form .col-xl-5 { width: 41.666%; }
}

.contact-form .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}


.contact-form [class^="col-"],
.contact-form [class*=" col-"] {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; 
}


@media (min-width: 992px) {
    
    .contact-form .col-lg-7 { width: 58.333%; } 
    .contact-form .col-lg-5 { width: 41.666%; } 

    
    .contact-form .col-lg-6 { width: 50%; }
    .contact-form .col-lg-12 { width: 100%; }
}


@media (min-width: 1200px) {
    .contact-form .col-xl-7 { width: 58.333%; }
    .contact-form .col-xl-5 { width: 41.666%; }

    .contact-form .col-xl-6 { width: 50%; }
    .contact-form .col-xl-12 { width: 100%; }
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
}


.contact-form .address .social-media {
    display: flex;
    flex-wrap: nowrap;       
    gap: 10px;               
    align-items: center;
}


.contact-form .address .social-media a svg,
.contact-form .address .social-media a img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
}

.back-to {
    margin: 40px 0px;
}

.red-link a {
    color: #D22531 !important;
}

.scroll-to-top{
  position: fixed;
  right: 40px;
  bottom: 70px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #168D82;
  color: #fff;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  opacity: 0.75;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 9999;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.scroll-to-top:hover{
  opacity: 1;
}


.scroll-to-top.is-visible{
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:focus-visible{
  outline: 3px solid rgba(255,255,255,.9);
  outline-offset: 2px;
}
