 .u-section-1 {
  filter: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 466px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: 61px auto 0 0;
}

.u-section-1 .u-text-2 {
  margin: 0 0 60px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-2 {
    margin-right: -94px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 448px;
  }

  .u-section-1 .u-text-1 {
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 340px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 20px;
}.u-section-3 .u-sheet-1 {
  min-height: 713px;
}

.u-section-3 .u-list-1 {
  margin-top: 0;
  margin-bottom: 60px;
}

.u-section-3 .u-repeater-1 {
  grid-auto-columns: calc(33.3333% - 6.66667px);
  grid-template-columns: repeat(3, calc(33.3333% - 6.66667px));
  min-height: 613px;
  --gap: 10px;
}

.u-section-3 .u-image-1 {
  filter: none;
  background-image: url("images/2.png");
}

.u-section-3 .u-container-layout-1 {
  padding: 10px;
}

.u-section-3 .u-image-2 {
  filter: none;
  background-image: url("images/3.png");
  background-position: 50% 50%;
}

.u-section-3 .u-container-layout-2 {
  padding: 10px;
}

.u-section-3 .u-image-3 {
  filter: none;
  background-image: url("images/4.png");
  background-position: 50% 50%;
}

.u-section-3 .u-container-layout-3 {
  padding: 10px;
}

@media (max-width: 1199px) {
  .u-section-3 .u-repeater-1 {
    grid-auto-columns: calc(33.333333333333336% - 6.66667px);
    grid-template-columns: repeat(3, calc(33.333333333333336% - 6.66667px));
    min-height: 505px;
    grid-gap: 10px;
  }

  .u-section-3 .u-image-1 {
    background-position: 50% 50%;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-repeater-1 {
    grid-auto-columns: calc(50% - 5.0000025px);
    grid-template-columns: repeat(2, calc(50% - 5.0000025px));
    min-height: 1160px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-repeater-1 {
    grid-auto-columns: calc(100% - 0px);
    grid-template-columns: 100%;
  }

  .u-section-3 .u-image-1 {
    background-position: 50% 21.19%;
  }

  .u-section-3 .u-image-2 {
    background-position: 50% 21.94%;
  }

  .u-section-3 .u-image-3 {
    background-position: 50% 18.36%;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-repeater-1 {
    grid-auto-columns: 100%;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 1557px;
}

.u-section-4 .u-image-1 {
  width: 200px;
  height: 356px;
  margin: 0 0 0 auto;
}

.u-section-4 .u-text-1 {
  margin-bottom: 0;
  margin-top: -168px;
}

.u-section-4 .u-text-2 {
  font-weight: 700;
  margin: 31px auto 0 0;
}

.u-section-4 .u-text-3 {
  margin: 0 auto 0 0;
}

.u-section-4 .u-text-4 {
  margin: 31px auto 40px 0;
}

@media (max-width: 767px) {
  .u-section-4 .u-text-1 {
    margin-top: 60px;
  }

  .u-section-4 .u-text-3 {
    margin-bottom: 60px;
  }
}:root {
  
  
  
  
  
  
}
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #f5f5f5;
  color: #181818;
  margin: 0; padding: 0;
}
.calculator-container,
#angebotForm,
.dankebox {
  max-width: 540px;
  margin: 50px auto 70px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(128, 105, 174, 0.14);
  padding: 40px 38px 38px 38px;
  border: 2px solid #8069ae;
}
h2 {
  color: #181818;
  text-align: center;
  margin-bottom: 36px;
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: 1.2px;
}
label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #181818;
  font-size: 1.1em;
}
.paket-select-wrapper {
  margin-bottom: 24px;
}
select, input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  padding: 16px 20px;
  border-radius: 14px;
  border: 2.5px solid #8069ae;
  background: #fff;
  color: #181818;
  font-size: 1.15em;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(128, 105, 174, 0.12);
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}
select:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
  border-color: #5e4d85;
  box-shadow: 0 0 12px #5e4d85;
  outline: none;
}
.leistung-row {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.leistung-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 1.07em;
  font-weight: 600;
  color: #181818;
  flex: 1 1 0;
  min-width: 0;
}
.info {
  font-size: 0.92em;
  color: #5e4d85;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 50%;
  background: #ececec;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 1.5px solid #d6cde7;
  position: relative;
}
.info:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background: #fff;
  color: #333;
  border: 1.5px solid #d6cde7;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 0.95em;
  font-weight: 400;
  left: 0;
  top: 28px;
  min-width: 180px;
  z-index: 99;
  box-shadow: 0 4px 18px rgba(128,105,174,0.11);
  white-space: normal;
}
.preis-label {
  font-weight: 500;
  font-size: 0.93em;
  color: #5e4d85;
  min-width: 55px;
  text-align: right;
  margin-right: 10px;
}
.leistung-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 200px;
  justify-content: flex-end;
}
.leistung-input[type="range"] {
  -webkit-appearance: none;
  width: 130px;
  height: 6px;
  border-radius: 4px;
  background: linear-gradient(90deg, #5e4d85 0%, #8069ae 100%);
  outline: none;
  margin-left: 0;
  cursor: pointer;
}
.leistung-input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2.5px solid #8069ae;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  cursor: pointer;
  margin-top: -6px;
  box-shadow: 0 2px 8px #d6cde7;
}
.leistung-input[type="range"]:focus::-webkit-slider-thumb {
  border-color: #5e4d85;
  background: #d6cde7;
}
.leistung-input[type="range"]:hover::-webkit-slider-thumb {
  background: #8069ae;
  border-color: #d6cde7;
}
.leistung-input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2.5px solid #8069ae;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  cursor: pointer;
}
.range-value {
  font-weight: 800;
  font-size: 1.05em;
  color: #8069ae;
  background: #ece7f7;
  border-radius: 10px;
  padding: 3px 10px;
  border: 2px solid #8069ae;
  min-width: 30px;
  text-align: center;
  margin-left: 10px;
}
.checkbox-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: 24px;
}
.checkbox-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checkbox-label {
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  color: #181818;
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 1;
}
.checkbox-leistung {
  width: 22px;
  height: 22px;
  accent-color: #8069ae;
  cursor: pointer;
  margin-left: 18px;
}
.result {
  margin-top: 24px;
  font-size: 1.6em;
  font-weight: 700;
  color: #181818;
  text-align: center;
  background: #d6cde7;
  border-radius: 16px;
  padding: 20px 0;
  border: 3px solid #5e4d85;
  box-shadow: 0 6px 24px rgba(128, 105, 174, 0.25);
  letter-spacing: 1.2px;
}
.action-btn {
  background: #8069ae;
  color: #fff;
  padding: 18px 0;
  border: none;
  border-radius: 18px;
  width: 100%;
  font-size: 1.15em;
  font-weight: 700;
  cursor: pointer;
  margin-top: 12px;
  transition: background 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 16px rgba(128, 105, 174, 0.18);
  letter-spacing: 1.1px;
}
.action-btn:hover {
  background: #5e4d85;
  box-shadow: 0 8px 32px rgba(94, 77, 133, 0.23);
}
.rabatt {
  color: #5e4d85;
  font-size: 1.12em;
  margin-top: 12px;
  text-align: center;
  font-weight: 600;
}
.hidden {
  display: none;
}
.angebot-box {
  background: #d6cde7;
  border: 3px solid #5e4d85;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 28px;
  color: #181818;
  font-size: 1.15em;
  font-weight: 600;
  letter-spacing: 0.2px;
  box-shadow: 0 4px 12px rgba(128, 105, 174, 0.13);
  white-space: pre-wrap;
}
.dankebox {
  font-size: 1.35em;
  font-weight: 700;
  text-align: center;
  color: #5e4d85;
  background: #d6cde7;
  border: 3px solid #5e4d85;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(128, 105, 174, 0.14);
  max-width: 540px;
  margin: 50px auto 70px;
  padding: 40px 38px 38px 38px;
}
.dankebox a {
  display:inline-block;
  margin-top:18px;
  padding:12px 28px;
  background:#8069ae;
  color:#fff;
  border-radius:12px;
  font-weight:700;
  text-decoration:none;
  font-size:1.1em;
  transition: background 0.2s;
}
.dankebox a:hover {
  background: #5e4d85;
}
@media (max-width: 600px) {
  .calculator-container, #angebotForm, .dankebox {
    padding: 24px 16px 24px 16px;
    margin: 30px auto 50px;
  }
  
  h2 {
    font-size: 1.8em;
  }
  
  .leistung-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  
  .leistung-controls {
    width: 100%;
    margin-top: 10px;
    min-width: 0;
    justify-content: space-between;
  }
  
  .leistung-label {
    width: 100%;
    margin-bottom: 8px;
  }
  
  .preis-label {
    min-width: 70px;
  }
  
  .leistung-input[type="range"] {
    width: 100px;
  }
  
  .checkbox-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .checkbox-leistung {
    margin-left: 0;
    margin-top: 8px;
  }
  
  .info:hover::after {
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    top: 30px;
  }
  
  .result {
    font-size: 1.3em;
    padding: 16px 10px;
  }
  
  .action-btn {
    font-size: 1.1em;
    padding: 16px 0;
  }
} 