.elementor-1695 .elementor-element.elementor-element-b5a2431{padding:0px 0px 0px 0px;}.elementor-1695 .elementor-element.elementor-element-fd68ed6 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1695 .elementor-element.elementor-element-a747da7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1695 .elementor-element.elementor-element-e72142a{padding:0px 0px 0px 0px;}.elementor-1695 .elementor-element.elementor-element-2395e9c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1695 .elementor-element.elementor-element-62de05f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1695 .elementor-element.elementor-element-6d5610e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-62de05f */.vorteile-section {
  padding: 100px 0;
  background: #fff;
  border-top: 1px solid #ddd5c0;
}

.vorteile-editorial {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 0;
  min-height: 540px;
  padding: 0 clamp(20px, 3vw, 48px);
}

.vorteile-image {
  position: relative;
  overflow: hidden;
}

.vorteile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 480px;
}

.vorteile-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px clamp(40px, 5vw, 80px);
  background: #fff;
}

.vorteile-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FF9D00;
  margin-bottom: 20px;
}

.vorteile-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  color: #2a2318;
  line-height: 1.25;
  margin-bottom: 40px;
}

.vorteil-item {
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd5c0;
}

.vorteil-item:first-child {
  border-top: 1px solid #ddd5c0;
}

.vorteil-accent {
  width: 4px;
  background: #FF9D00;
  border-radius: 2px;
  margin: 2px 0;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.vorteil-item:hover .vorteil-accent {
  opacity: 1;
}

.vorteil-text h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 600;
  color: #2a2318;
  margin-bottom: 4px;
  line-height: 1.3;
}

.vorteil-text p {
  font-size: 14px;
  font-weight: 300;
  color: #7a6e5f;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 900px) {
  .vorteile-editorial { grid-template-columns: 1fr; }
  .vorteile-image img { min-height: 280px; max-height: 360px; }
  .vorteile-content { padding: 48px 28px; }
}

.buchen-section {
  padding: 100px 0;
  background: #fdf8f5;
}

.buchen-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 48px);
}

.buchen-header {
  max-width: 700px;
  margin-bottom: 48px;
}

.buchen-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  color: #2a2318;
  line-height: 1.25;
  margin-bottom: 18px;
}

.buchen-header p:not(.vorteile-label) {
  font-size: 16px;
  font-weight: 300;
  color: #4a3f2f;
  line-height: 1.85;
}

.buchen-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid #ddd5c0;
}

.buchen-step {
  padding: 44px 36px;
  position: relative;
}

.buchen-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 15%; right: 0;
  height: 70%; width: 1px;
  background: #ddd5c0;
}

.buchen-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: #ddd5c0;
  line-height: 1;
  margin-bottom: 18px;
}

.buchen-step h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 600;
  color: #2a2318;
  margin-bottom: 10px;
  line-height: 1.3;
}

.buchen-step p {
  font-size: 14.5px;
  font-weight: 300;
  color: #4a3f2f;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 800px) {
  .buchen-steps { grid-template-columns: 1fr; }
  .buchen-step:not(:last-child)::after {
    top: auto; bottom: 0;
    left: 36px; right: 36px;
    width: auto; height: 1px;
  }
  .buchen-step { padding: 36px 28px; }
}

.partner-section {
  padding: 100px 0;
  background: #fff;
  border-top: 1px solid #ddd5c0;
  border-bottom: 1px solid #ddd5c0;
}

.partner-editorial {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 10fr 12fr;
  align-items: stretch;
  gap: 0;
  min-height: 480px;
  padding: 0 clamp(20px, 3vw, 48px);
}

.partner-image {
  position: relative;
  overflow: hidden;
  min-height: 440px;
}

.partner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.partner-text-wrap {
  display: flex;
  align-items: center;
  padding: 72px clamp(40px, 5vw, 80px);
  background: #fff;
  border: 1px solid #ddd5c0;
  border-left: none;
}

.partner-text-wrap h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  color: #2a2318;
  line-height: 1.25;
  margin-bottom: 20px;
}

.partner-text-wrap p:not(.vorteile-label) {
  font-size: 16px;
  font-weight: 300;
  color: #4a3f2f;
  line-height: 1.85;
  margin-bottom: 18px;
}

@media (max-width: 900px) {
  .partner-editorial { grid-template-columns: 1fr; }
  .partner-image { min-height: 260px; max-height: 360px; }
  .partner-text-wrap { padding: 48px 28px; border-left: 1px solid #ddd5c0; border-top: none; }
}

.konditionen-section {
  padding: 100px 0;
  background: #fdf8f5;
}

.konditionen-outer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 48px);
}

.konditionen-header {
  max-width: 700px;
  margin-bottom: 40px;
}

.konditionen-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  color: #2a2318;
  line-height: 1.25;
  margin-bottom: 18px;
}

.konditionen-header p:not(.vorteile-label) {
  font-size: 16px;
  font-weight: 300;
  color: #4a3f2f;
  line-height: 1.85;
}

.konditionen-wrap {
  background: #fff;
  border: 1px solid #ddd5c0;
  padding: 52px 48px;
}

.konditionen-wrap h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 500;
  color: #2a2318;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 12px;
}

.konditionen-wrap h3:first-child { margin-top: 0; }

.konditionen-wrap p {
  font-size: 16px;
  font-weight: 300;
  color: #4a3f2f;
  line-height: 1.85;
  margin-bottom: 14px;
}

.konditionen-wrap ul {
  list-style: none;
  margin-bottom: 16px;
  padding-left: 0;
}

.konditionen-wrap ul li {
  font-size: 16px;
  font-weight: 300;
  color: #4a3f2f;
  line-height: 1.85;
  padding-left: 20px;
  position: relative;
  margin-bottom: 4px;
}

.konditionen-wrap ul li::before {
  content: '\2013';
  position: absolute;
  left: 0;
  color: #FF9D00;
}

.konditionen-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
  font-weight: 300;
  color: #4a3f2f;
}

.konditionen-wrap table th {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2a2318;
  text-align: left;
  padding: 14px 16px;
  border-bottom: 2px solid #ddd5c0;
}

.konditionen-wrap table td {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd5c0;
  line-height: 1.7;
}

.konditionen-wrap table tr:last-child td { border-bottom: none; }

.konditionen-wrap blockquote {
  border-left: 3px solid #FF9D00;
  padding: 16px 24px;
  margin: 32px 0 0;
  background: rgba(255, 157, 0, 0.04);
}

.konditionen-wrap blockquote p {
  font-style: italic;
  font-size: 14.5px;
  margin-bottom: 0;
}

@media (max-width: 580px) {
  .konditionen-wrap { padding: 36px 24px; }
}

.konditionen-downloads {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.konditionen-downloads a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #2a2318;
  text-decoration: none;
  transition: color 0.2s;
}

.konditionen-downloads a:hover {
  color: #FF9D00;
}

.konditionen-downloads a svg {
  flex-shrink: 0;
  color: #FF9D00;
}/* End custom CSS */
/* Start custom CSS for sm-statement-break, class: .elementor-element-36fe360 */.sm-statement-break__bg {     background-position: center 38%;}/* End custom CSS */