/*
Theme Name: Total Child
Theme URI:
Description: Child-Theme f���r Total
Author: Britta Wellmann * cheyenne-IT consulting
Template: total
Version: 1.0.0
Text Domain: total-child
*/

/* Eigenes CSS ab hier */

/* Formular Schriftart */
.wpforms-form,
.wpforms-form input,
.wpforms-form textarea,
.wpforms-form select,
.wpforms-form button {
    font-family: 'Manrope', sans-serif !important;
}

/* Eingabefelder */
.wpforms-form input,
.wpforms-form textarea {
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px;
    padding: 14px !important;
    font-size: 16px;
    background: #ffffff;
    color: #222;
}

/* Fokus */
.wpforms-form input:focus,
.wpforms-form textarea:focus {
    border-color: #ff2b2b !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Labels */
.wpforms-form label {
    font-family: 'Manrope', sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

/* Datenschutzhinweis */
.wpforms-form .wpforms-field-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Button */
.wpforms-form button[type=submit] {
    background: #ff2b2b !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px;
    padding: 14px 28px !important;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Button Hover */
.wpforms-form button[type=submit]:hover {
    background: #d91f26 !important;
    transform: translateY(-1px);
}

/* Erfolgsnachricht */
.wpforms-confirmation-container-full {
    background: #f4f4f4 !important;
    border: none !important;
    border-left: 4px solid #ff2b2b !important;
    color: #222 !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    padding: 20px 24px !important;
    border-radius: 4px;
}

/* Standard inhalt SGVO Feld */
.wpforms-form .wpforms-field-description {
    color: #222 !important;
}



/* Menü allgemein */
/* Menü Grundstil */
.ht-menu > ul > li > a {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.2px;
    padding: 10px 18px !important;
    border-radius: 4px;
    transition: all 0.25s ease;
}

/* Normaler Hover */
.ht-menu > ul > li > a:hover {
    background: #f5f5f5 !important;
    color: #111111 !important;
}

/* Aktiver Menüpunkt */
.ht-menu > ul > li.current-menu-item > a,
.ht-menu > ul > li.current_page_item > a {
    background: #ff2b2b !important;
    color: #ffffff !important;
    border-radius: 4px;
}

/* Aktiver Menüpunkt Hover */
.ht-menu > ul > li.current-menu-item > a:hover,
.ht-menu > ul > li.current_page_item > a:hover {
    background: #d91f26 !important;
    color: #ffffff !important;
}


/* Über on top button auf dem Handy ausblenden */
@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (max-width: 767px) {

  .elementor-text-editor {
    text-wrap: pretty;
    hyphens: auto;
  }

}

/* ==================================================
   PARTNERSEITE – HERO-SLIDER
   ================================================== */

.ontop-partner-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}



/* Slider-Inhalte vor die Überblendung setzen */
.ontop-partner-hero .n2-ss-layers-container {
    position: relative;
    z-index: 3;
}

/* Schrift vereinheitlichen */
.ontop-partner-hero,
.ontop-partner-hero * {
    font-family: 'Manrope', sans-serif !important;
}

/* Überschriften */
.ontop-partner-hero h1,
.ontop-partner-hero h2,
.ontop-partner-hero h3 {
    color: #ffffff !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

/* Texte */
.ontop-partner-hero p {
    color: #ffffff !important;
}

/* Button */
.ontop-partner-hero a[class*="button"],
.ontop-partner-hero div[class*="button"] a {
    background: #ff2b2b !important;
    color: #ffffff !important;
    border: 1px solid #ff2b2b !important;
    border-radius: 4px !important;
    padding: 14px 28px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.ontop-partner-hero a[class*="button"]:hover,
.ontop-partner-hero div[class*="button"] a:hover {
    background: #d91f26 !important;
    border-color: #d91f26 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* ==================================================
   PARTNER-HERO - DUNKLE ÜBERBLENDUNG
   ================================================== */

.ontop-partner-hero .n2-ss-layer-with-background {
    --n2bggradient:
        linear-gradient(
            #ff2b2b,
            #ff2b2b
        ),
        linear-gradient(
            90deg,
            rgba(20, 20, 20, 0.88) 0%,
            rgba(20, 20, 20, 0.72) 28%,
            rgba(20, 20, 20, 0.35) 52%,
            rgba(20, 20, 20, 0.08) 78%,
            rgba(20, 20, 20, 0) 100%
        ) !important;

    background-size:
        80px 2px,
        cover,
        cover !important;

    background-position:
        64px 220px,
        center center,
        center center !important;

    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat !important;

    margin: -10px !important;
    width: calc(100% + 20px) !important;
    height: calc(100% + 20px) !important;
}

/* ==================================================
   PARTNER-SLIDER – POSITIONEN UND ABSTÄNDE
   ================================================== */

/* Gesamten Inhaltsblock wie im Hero ausrichten */
.ontop-partner-hero .n2-ss-section-main-content {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 80px 0 60px 64px !important;
}

/* Alle Inhaltselemente links ausrichten */
.ontop-partner-hero
.n2-ss-section-main-content
> .n2-ss-layer {
    align-self: flex-start !important;
    text-align: left !important;
}

/* Überschrift */
.ontop-partner-hero
.n2-ss-section-main-content
> .n2-ss-layer:nth-child(1) {
    position: relative !important;
    margin: 0 0 150px 0 !important;
}


/* Slogan */
.ontop-partner-hero
.n2-ss-section-main-content
> .n2-ss-layer:nth-child(2) {
    margin: -150px 0 50px 0 !important;
}

/* Button und 2. Textbox*/
.ontop-partner-hero
.n2-ss-section-main-content
> .n2-ss-layer:nth-child(3) {
 
	margin: 90px 0 50px 0 !important;
    align-self: flex-start !important;
}


/*----------------------------------*/
/* Partnerseite */
/*----------------------------------*/
/* ==================================================
   PARTNERKARTE
   ================================================== */

.partnerkarte {
    position: relative !important;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.partnerkarte img {
    display: block;
    width: 100%;
    height: auto;
}

/* HTML-Widget als Ebene über die Karte legen */
.partnerkarte .elementor-widget-html {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2;
    pointer-events: none;
}

.partnerkarte .elementor-widget-html .elementor-widget-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Klickflächen – während der Positionierung sichtbar */
.partner-hotspot {
    position: absolute !important;
    display: block !important;

    width: 58px !important;
    height: 24px !important;

    border-radius: 0 !important;
   /* background: rgba(255, 43, 43, 0.55) !important;*/
	 background: transparent !important;

    z-index: 10 !important;
    pointer-events: auto !important;
    cursor: pointer;
}

/* Zum Testen sichtbar */
.partner-hotspot:hover {
     background: rgba(255, 43, 43, 0.85);
/*	background: transparent; */
}

/* Positionen */
.partner-hotspot.gluth {
    top: 19%;
    left: 55%;
}

.partner-hotspot.zieger {
    top: 24%;
    left: 42%;
}

.partner-hotspot.klampermeier {
    top: 29%;
    left: 28%;
}


.partner-hotspot.leidheuser {
    top: 44%;
    left: 13%;
}


.partner-hotspot.fuchs {
    top: 51%;
    left: 14%;
}


.partner-hotspot.brevo {
    top: 46%;
    left: 66%;
}

.partner-hotspot.zimmermann {
    top: 51%;
    left: 77%;
}


.partner-hotspot.gera {
    top: 55%;
    left: 62%;
}

.partner-hotspot.werner {
    top: 64%;
    left: 28%;
}

.partner-hotspot.mueller {
    top: 76%;
    left: 28%;
}

.partner-hotspot.hess {
    top: 79%;
    left: 35%;
}

.partner-hotspot.reich {
    top: 84%;
    left: 51%;
}

.partner-hotspot.wagner-ulm {
    top: 87%;
    left: 40%;
}

.partner-hotspot.wagenseil-leutkirch {
    top: 90%;
    left: 42%;
}

/* ==================================================
   FOOTER
   ================================================== */

#ht-bottom-footer {
    background: #111111 !important;
    border-top: 2px solid #ff2b2b !important;
}

#ht-bottom-footer .ht-container {
    padding: 18px 20px !important;
}

.ht-site-info {
    text-align: center !important;
    color: #ffffff !important;

    /* versteckt den freien Textknoten "by HashThemes" */
    font-size: 0 !important;
}

/* Unser eigener Footertext wieder normal anzeigen */
.ht-site-info .ontop-footer {
    font-family: 'Manrope', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #ffffff !important;
}

/* Theme-Credit ausblenden */
.ht-site-info > .sep,
.ht-site-info > a[href*="hashthemes.com"] {
    display: none !important;
}

/* Unsere Links */
.ht-site-info .ontop-footer a {
    color: #ff2b2b !important;
    text-decoration: none !important;
}

.ht-site-info .ontop-footer a:hover {
    color: #ffffff !important;
}
