.kp-total {
    display: none;
}

h1 {
    font-weight: bold;
     color: #0C4597;
}

.hero {
    position: relative;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    width: 100%;
}

.kp-tab-card-desc {
    margin-bottom: 0px !important;
    min-height: auto !important;
}

.kp-option-row {
  display: grid;
  grid-template-columns: 1fr 150px 200px; /* Info | Bild | Preis */
  gap: 20px;
  align-items: start;
}
.option-info { }
.option-image img { max-width: 100%; height: auto; }
.option-price { font-weight: bold; text-align: right; }


.groha-hallenkonfigurator {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.hero-image-container img {
    width: 100%;
}

.konfigurator-main {
    padding: 20px 15px;
}

.konfigurator-main label {
    font-weight: bold;
}

.sektion {
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 0px;
}

.sektion:last-child {
    border-bottom: 1px solid #ddd;
}

.sektion h3 {
    padding-top: 20px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.hallenbeschreibung {
    display: flex;
    gap: 20px; /* Optional für Abstand zwischen den Spalten */
    align-items: center;
}

.hallenbeschreibung .desc {
    flex: 2; /* 2 Drittel */
}

.hallenbeschreibung .second-image {
    flex: 1; /* 1 Drittel */
}


.kp-option {
    transform: scale(1.5); /* Faktor nach Wunsch anpassen */
    margin-right: 10px; /* optionaler Abstand zum Label */
}

.kp-option {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform-origin: top left;
    top: -5px;
    position: relative;
}

.angebot-pdf-button {
    background: #0C4597 !important;
    color: white !important;
    border: 0px !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
}

.angebot-pdf-button:hover {
    background: black !important;
}

.hallenbeschreibung h1 {
    font-weight: bold;
     color: #0C4597;
}
.hallenbeschreibung {
    padding: 40px 0;
    font-size: 18px;
}

.groha-hallenkonfigurator strong {
    font-weight: bold;
}

.groha-hallenkonfigurator {
    position: relative;
}
.groha-hallenkonfigurator {
    max-width: 1200px;
    margin: auto;
}

.startpreis div{
    font-size: 27px;
    font-weight: bold;
}

.angebot-pdf-button {
  padding: 5px 10px !important;
  font-size: 24px !important;
}


.startpreis {
    background: #d3242c;
    box-shadow: 0px 0px 10px black;
    color: white;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 100px;
    margin-top: -100px;
    rotate: 5deg;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    box-shadow: ;
}

body {
    padding: 50px 0 !important;
}

button {
    border: none !important;
    padding: 0 !important;
    text-align: left !important;
    color: #0C4597 !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

button:hover {
    background: none !important;
}

.startpreis .price {
    font-size: 27px;
    font-weight: bold;
}

.kp-tab-card h3 {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.kp-tab-card-desc {
    text-align: left;
    font-size: 18px;
}

.sektion-beschreibung {
    font-size: 18px;
}

.option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    font-size: 18px;
}

.option-left {
    flex: 1;
}

.option img {
    max-width: 100px;
    height: auto;
    flex-shrink: 0;
}

.option-price {
    flex-shrink: 0;
    font-size: 20px;
    white-space: nowrap;
}

.option-left label {
    font-weight: bold;
}

.kp-preisuebersicht {
    padding: 10px;
    font-weight: bold;
    font-size: 24px;
    line-height: 45px;
}

ul {
    margin-bottom: 20px !important;
}

.option-title {
    font-size: 20px;
    text-transform: none;
}

.option-status {
    display: flex;
    gap: 10px;
    padding: 10px 10px 0 10px;
}

.kp-preisitems {
    padding: 0 10px;
}

.price-heading {
    font-weight: bold;
    font-size: 24px;
    background: white !important;
    color: #0C4597 !important;
    margin-top: 20px;
    padding-left: 10px;
    border-bottom: 3px solid #0C4597 !important;
}

.kp-preissumme {
    border-top: 2px solid black;
    padding: 5px 10px;
}

.kp-item.kp-preissumme-steuer {
    padding: 5px 10px 0px 10px;
    border-bottom: none !important;
}

.kp-preissumme-brutto {
    border-top: 5px solid black;
    padding: 5px 10px;
}

.kp-item.kp-preissumme {
    padding: 5px 10px;
}


.kp-preissumme {
    padding: 5px 10px;
}

.kp-preissumme-steuer {
    padding: 0 0 10px 0;
}

.kp-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Montserrat', sans-serif;
    gap: 1rem;
}

.kp-item:last-child {
    border-bottom: 0px !important;
}

.kp-item-title {
    flex: 1;
    text-align: left;
}

.kp-item-price {
    white-space: nowrap;
    text-align: right;
    font-weight: 600;
    color: #000;
}

.kp-item-price {
    font-feature-settings: "tnum"; /* tabular numbers */
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.kp-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Montserrat', sans-serif;
    gap: 1rem;
}

.kp-item:last-child {
    border-bottom: none;
}

.kp-preissumme {
    border-top: 2px solid black;
        font-feature-settings: "tnum"; /* tabular numbers */
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.kp-preissumme-brutto {
    border-top: 5px solid black;
    padding: 5px 10px;
    font-feature-settings: "tnum"; /* tabular numbers */
    text-align: right;
    font-variant-numeric: tabular-nums;
    border-bottom: 7px double black;
}

.kp-optional-list .kp-item {
    padding: 5px 10px !important;
    border-bottom: 1px solid #ddd;
}

.kp-bauseits-leistungen .kp-item {
    padding: 5px 10px !important;
    border-bottom: 1px solid #ddd;
}

.option-info {
  grid-column: 1;
}
.option-image {
  grid-column: 2;
}
.option-price {
  grid-column: 3;
}

.kp-optionale-leistungen .pdf-option-description {
    font-size: 12px;
    font-weight: normal;
}

/* Container für die Start-Kacheln */
.kp-tab-selection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.kp-sections-area button {
    margin-left: 15px;
}

.kp-tab-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    margin: 15px;
}

.kp-tab-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.kp-tab-card h3 {
    margin-top: 0;
    color: #333;
}

.kp-tab-card-price {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    margin: 15px 0;
}

/* Konfigurator Layout (wenn offen) */
.kp-config-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start; /* Wichtig für Sticky Sidebar */
}

.kp-sections-area {
    flex: 2; /* Nimmt 2/3 Platz */
    min-width: 60%;
}

.kp-sidebar-area {
    flex: 1; /* Nimmt 1/3 Platz */
    min-width: 300px;
}

/* Sticky Verhalten für die Sidebar */
.kp-preisuebersicht.sticky {
    position: sticky;
    top: 20px; /* Klebt 20px unter dem oberen Rand */
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #eee;
}

/* Preisübersicht Styling */


.kp-preissumme, .kp-preissumme-brutto {
    font-weight: bold;
    padding-top: 10px;
}

/* --- 1. TAB AUSWAHL (Kacheln) --- */
.kp-tab-selection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.kp-tab-card {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}

.kp-tab-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.kp-tab-card h3 { margin-top: 0; }
.kp-tab-card-price { font-size: 1.5em; font-weight: bold; margin: 15px 0; color: #333; }

