.elementor-8482 .elementor-element.elementor-element-da522bd{--display:flex;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-dd013a4 */html, body{
  overflow-x:hidden;
}

:root{
  --im-gold:#cba067;
  --im-gold-dark:#a8935d;
  --im-ink:#1f1f1c;
  --im-text:#3f3a33;
  --im-muted:#6f685d;
  --im-bg:#f8f5ef;
  --im-card:#ffffff;
  --im-border:#e9dfcf;
  --im-soft:#f3ede3;
  --im-soft-2:#fbf8f2;
  --im-shadow:0 18px 45px rgba(64,50,28,.08);
  --im-shadow-soft:0 12px 28px rgba(64,50,28,.05);
  --im-radius:26px;
  --im-radius-sm:18px;
  --im-max:1420px;
}

.im-city-wrap,
.im-city-wrap *{
  box-sizing:border-box;
}

.im-city-wrap{
  width:100%;
  font-family:'Plus Jakarta Sans',Arial,sans-serif;
  color:var(--im-text);
  background:
    radial-gradient(circle at top right, rgba(203,160,103,.10) 0%, rgba(203,160,103,0) 32%),
    linear-gradient(180deg,#fcfaf7 0%, #f7f2ea 100%);
}

.im-city-wrap a{
  color:#7a602f;
  text-decoration:none;
}

.im-city-wrap a:hover{
  text-decoration:underline;
}

.im-city-container{
  width:100%;
  max-width:var(--im-max);
  margin:0 auto;
  padding:0 16px;
}

.im-city-section{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:78px 0;
}

.im-city-section-tight{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:42px 0;
}

.im-city-anchor{
  position:relative;
  top:-110px;
}

.im-city-kicker{
  font-size:13px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:#8d7343;
  margin:0 0 14px;
}

.im-city-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(203,160,103,.12);
  border:1px solid rgba(203,160,103,.22);
  color:#7e6333;
  font-size:14px;
  font-weight:700;
  letter-spacing:.02em;
  margin-bottom:8px;
}

.im-city-title{
  font-family:'Plus Jakarta Sans',Arial,sans-serif;
  font-size:clamp(32px,4.5vw,54px);
  line-height:1.05;
  color:var(--im-ink);
  margin:0 0 18px;
  font-weight:700;
  letter-spacing:-.022em;
}

.im-city-subtitle{
  font-size:clamp(17px,2.1vw,21px);
  line-height:1.75;
  color:var(--im-muted);
  margin:0 0 28px;
  max-width:840px;
}

.im-city-grid{
  display:grid;
  gap:22px;
}

.im-city-grid-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.im-city-grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.im-city-grid-4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.im-city-card{
  background:rgba(255,255,255,.92);
  border:1px solid var(--im-border);
  border-radius:var(--im-radius);
  box-shadow:var(--im-shadow);
  padding:30px;
  overflow:hidden;
  height:100%;
  display:flex;
  flex-direction:column;
}

.im-city-card h2,
.im-city-card h3,
.im-city-card h4{
  color:var(--im-ink);
  margin:0 0 12px;
  font-family:'Plus Jakarta Sans',Arial,sans-serif;
  line-height:1.16;
  font-weight:700;
  letter-spacing:-.014em;
}

.im-city-card h2{
  font-size:clamp(27px,3.5vw,40px) !important;
}

.im-city-card h3{
  font-size:23px !important;
}

.im-city-card h4{
  font-size:18px !important;
}

.im-city-card p{
  margin:0 0 14px;
  line-height:1.75;
}

.im-city-card p:last-child{
  margin-bottom:0;
}

.im-city-hero{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:36px 0 36px;
  border-bottom:1px solid rgba(203,160,103,.16);
  background:
    linear-gradient(180deg,rgba(255,255,255,.55),rgba(255,255,255,.12)),
    linear-gradient(180deg,#fbf8f3 0%, #f5efe6 100%);
}

.im-city-hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:24px;
  align-items:stretch;
}

.im-city-hero-copy{
  padding:38px;
  border-radius:30px;
  background:rgba(255,255,255,.80);
  border:1px solid rgba(203,160,103,.18);
  box-shadow:var(--im-shadow);
  backdrop-filter:blur(6px);
}

.im-city-hero-panel{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.im-city-hero-photo{
  min-height:430px;
  border-radius:30px;
  border:1px dashed rgba(168,147,93,.45);
  background:linear-gradient(135deg,rgba(203,160,103,.12),rgba(255,255,255,.92));
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:26px;
  color:#8b7449;
  font-weight:700;
  line-height:1.7;
  box-shadow:var(--im-shadow);
  overflow:hidden;
}

.im-city-factbar{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.im-city-fact{
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.92);
  border:1px solid var(--im-border);
  box-shadow:var(--im-shadow-soft);
}

.im-city-fact strong{
  display:block;
  font-size:16px;
  line-height:1.35;
  color:var(--im-ink);
  margin-bottom:8px;
}

.im-city-fact span{
  font-size:14px;
  line-height:1.6;
  color:var(--im-muted);
}

/* HIER WURDEN DIE HAKEN AUF MODERNE PUNKTE UMGESTELLT */
.im-city-list,
.im-city-checks,
.im-city-mini{
  list-style:none;
  padding:0;
  margin:0;
}

.im-city-list li,
.im-city-checks li,
.im-city-mini li{
  position:relative;
  padding-left:28px;
  line-height:1.72;
  margin:0 0 10px;
}

.im-city-list li:before,
.im-city-checks li:before,
.im-city-mini li:before{
  content:'';
  position:absolute;
  left:0;
  top:10px;
  width:11px;
  height:11px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--im-gold),var(--im-gold-dark));
  box-shadow:0 0 0 4px rgba(203,160,103,.15);
}

.im-city-btn-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.im-city-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:16px 24px;
  border-radius:999px;
  font-weight:800;
  transition:all .22s ease;
  border:1px solid transparent;
  text-decoration:none !important;
}

.im-city-btn-primary{
  background:linear-gradient(135deg,var(--im-gold-dark),var(--im-gold));
  color:#fff;
}

.im-city-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(168,147,93,.24);
  text-decoration:none !important;
}

.im-city-btn-secondary{
  background:#fff;
  border-color:var(--im-border);
  color:var(--im-ink);
}

.im-city-btn-secondary:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(64,50,28,.08);
  background:#fffdf9;
  text-decoration:none !important;
}

.im-city-note{
  padding:20px 22px;
  border-left:4px solid var(--im-gold);
  background:#fffdf8;
  border-radius:0 18px 18px 0;
  line-height:1.75;
}

.im-city-note strong{
  color:var(--im-ink);
}

.im-city-photo{
  height:220px;
  border-radius:22px;
  border:1px dashed rgba(168,147,93,.45);
  background:linear-gradient(135deg,rgba(203,160,103,.14),rgba(255,255,255,.92));
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:0;
  color:#8b7449;
  font-weight:700;
  line-height:1.7;
  overflow:hidden;
  margin-top:auto;
}

.im-city-profile{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:22px;
  align-items:stretch;
}

.im-city-profile-panel{
  background:linear-gradient(180deg,#f8f3eb,#fff);
  border:1px solid var(--im-border);
  border-radius:26px;
  padding:30px;
  box-shadow:var(--im-shadow);
}

.im-city-pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.im-city-pill{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--im-border);
  font-weight:700;
  font-size:14px;
}

.im-city-compare{
  overflow:auto;
  border-radius:24px;
  border:1px solid var(--im-border);
  box-shadow:var(--im-shadow);
  background:#fff;
}

.im-city-table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
}

.im-city-table th,
.im-city-table td{
  padding:16px 18px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid #eee5d7;
  line-height:1.65;
}

.im-city-table thead th{
  background:#f7f2e9;
  color:var(--im-ink);
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.im-city-table tbody tr:last-child td{
  border-bottom:none;
}

.im-city-service-grid a{
  display:block;
  padding:24px;
  border-radius:22px;
  border:1px solid var(--im-border);
  background:rgba(255,255,255,.95);
  color:var(--im-text);
  box-shadow:var(--im-shadow);
  height:100%;
}

.im-city-service-grid a:hover{
  text-decoration:none;
  transform:translateY(-2px);
}

.im-city-service-grid strong{
  display:block;
  font-family:'Plus Jakarta Sans',Arial,sans-serif;
  font-size:19px;
  line-height:1.18;
  font-weight:700;
  letter-spacing:-.012em;
  color:var(--im-ink);
  margin-bottom:10px;
}

.im-city-faq details{
  background:#fff;
  border:1px solid var(--im-border);
  border-radius:20px;
  padding:18px 20px;
  box-shadow:var(--im-shadow-soft);
}

.im-city-faq details + details{
  margin-top:14px;
}

.im-city-faq summary{
  cursor:pointer;
  list-style:none;
  font-family:'Plus Jakarta Sans',Arial,sans-serif;
  font-size:21px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-.014em;
  color:var(--im-ink);
  padding-right:30px;
  position:relative;
}

.im-city-faq summary::-webkit-details-marker{
  display:none;
}

.im-city-faq summary:after{
  content:'+';
  position:absolute;
  right:0;
  top:-2px;
  font-size:26px;
  color:var(--im-gold-dark);
  font-weight:500;
}

.im-city-faq details[open] summary:after{
  content:'–';
}

.im-city-faq p{
  margin:14px 0 0;
  line-height:1.75;
}

.im-city-cta{
  background:linear-gradient(135deg,#1f1f1c 0%, #38312a 100%);
  color:#fff;
  border-radius:34px;
  padding:42px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--im-shadow);
}

.im-city-cta h2{
  font-family:'Plus Jakarta Sans',Arial,sans-serif;
  font-size:clamp(28px,3.6vw,42px);
  line-height:1.06;
  margin:0 0 14px;
  color:#fff;
  font-weight:700;
  letter-spacing:-.018em;
}

.im-city-cta p{
  color:rgba(255,255,255,.84);
  font-size:18px;
  line-height:1.78;
  margin:0 0 22px;
}

.im-city-cta .im-city-btn-secondary{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  color:#fff;
}

.im-city-divider{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  height:1px;
  background:linear-gradient(90deg,rgba(203,160,103,0),rgba(203,160,103,.45),rgba(203,160,103,0));
  margin-top:0;
  margin-bottom:0;
}

@media (max-width: 1100px){
  .im-city-grid-4{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 1024px){
  .im-city-hero-grid,
  .im-city-grid-3,
  .im-city-grid-2,
  .im-city-profile{
    grid-template-columns:1fr;
  }

  .im-city-factbar{
    grid-template-columns:1fr;
  }

  .im-city-title{
    font-size:clamp(30px,4.6vw,48px);
    line-height:1.06;
  }

  .im-city-card h2{
    font-size:clamp(26px,3.8vw,36px) !important;
  }

  .im-city-card h3{
    font-size:22px !important;
  }

  .im-city-card h4{
    font-size:17px !important;
  }

  .im-city-faq summary{
    font-size:19px;
  }
}

@media (max-width: 767px){
  .im-city-section{
    padding:56px 0;
  }

  .im-city-section-tight{
    padding:36px 0;
  }

  .im-city-hero{
    padding:28px 0 28px;
  }

  .im-city-hero-copy,
  .im-city-card,
  .im-city-profile-panel,
  .im-city-cta{
    padding:24px;
  }

  .im-city-title{
    font-size:35px;
    line-height:1.08;
    letter-spacing:-.018em;
  }

  .im-city-btn{
    width:100%;
  }

  .im-city-hero-photo{
    min-height:280px;
  }

  .im-city-photo{
    height:200px;
  }

  .im-city-container{
    padding:0 14px;
  }

  .im-city-grid-4{
    grid-template-columns:1fr;
  }

  .im-city-card h2{
    font-size:30px !important;
    line-height:1.1;
  }

  .im-city-card h3{
    font-size:21px !important;
    line-height:1.18;
  }

  .im-city-card h4{
    font-size:17px !important;
    line-height:1.24;
  }

  .im-city-faq summary{
    font-size:18px;
    line-height:1.22;
  }

  .im-city-list li,
  .im-city-checks li,
  .im-city-mini li{
    padding-left:24px;
  }

  .im-city-list li:before,
  .im-city-checks li:before,
  .im-city-mini li:before{
    width:10px;
    height:10px;
    top:9px;
    box-shadow:0 0 0 3px rgba(203,160,103,.14);
  }
}/* End custom CSS */