@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  padding: 60px 0;
}

h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #2d3748;
}

article.cpt-city {
  width: 100%;
  margin-top: 0px;
}

.alternate-header-title {
  display: none !important;
}

.alternate.wrapper-fw.hpt .parallax-window {
  min-height: 420px !important;
}

.hero {
  background: linear-gradient(135deg, #2bb24c 0%, #1a8c3a 100%);
  color: #ffffff !important;
  padding: 60px 0;
  text-align: center;
}
.hero h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: #ffffff !important;
}
.hero p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.95;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.logos {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  width: fit-content;
  margin: 30px auto;
}
@media (max-width: 600px) {
  .logos {
    justify-content: center;
  }
}
.logos .logo-box {
  background: #ffffff;
  padding: 0px 20px;
  border-radius: 10px;
  font-weight: 600;
  color: #2bb24c;
  font-size: 1.1rem;
}
.logos .logo-box img {
  max-height: 62px;
}

.cta-button,
.cta-button:hover {
  display: inline-block;
  background: #2bb24c !important;
  color: #ffffff !important;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.cta-button:hover,
.cta-button:hover:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

.cta-button-table {
  display: inline-block;
  background: #2bb24c;
  color: #ffffff !important;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
}
.cta-button-table:hover {
  background: #1a8c3a !important;
  color: #ffffff !important;
}

.comparison {
  background: #ffffff;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: auto;
}
.comparison-table th {
  background: #2bb24c;
  color: #ffffff;
  padding: 20px;
  text-align: left;
  font-size: 1.1rem;
}
.comparison-table td {
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
}
.comparison-table tr:last-child td {
  border-bottom: none;
}
.comparison-table tr:nth-child(even) {
  background: #f8f9fa;
}

.price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2bb24c;
}

.benefits {
  list-style: none;
  padding: 0;
}
.benefits li:before {
  content: "✓ ";
  color: #48bb78;
  font-weight: bold;
  margin-right: 5px;
}

.pro-vs-private {
  background: #f8f9fa;
}
.pro-vs-private .intro-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-size: 1.1rem;
  color: #4a5568;
}
.pro-vs-private-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: auto;
}
.pro-vs-private-table th, .pro-vs-private-table td {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
}
.pro-vs-private-table th {
  background: #e2e8f0;
  color: #2d3748;
  font-size: 1.1rem;
}
.pro-vs-private-table td:first-child {
  text-align: left;
  font-weight: 600;
}
.pro-vs-private-table .check {
  color: #48bb78;
  font-weight: bold;
  font-size: 1.5rem;
}
.pro-vs-private-table .cross {
  color: #e53e3e;
  font-weight: bold;
  font-size: 1.5rem;
}

.city-info {
  background: #ffffff;
}
.city-info .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.city-info h2 {
  text-align: left;
}
.city-info p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #4a5568;
}
.city-info .city-stats {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
}
.city-info .city-stats h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #2d3748;
}
.city-info .city-stats .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .city-info .city-stats .stats-grid {
    display: block;
  }
}
.city-info .city-stats .stat-item {
  padding: 15px;
  background: #ffffff;
  border-radius: 8px;
}
.city-info .city-stats .stat-label {
  font-weight: 600;
  color: #2bb24c;
  margin-bottom: 5px;
}
.city-info .city-stats .stat-value {
  font-size: 1.1rem;
  color: #2d3748;
}

.faq {
  background: #f8f9fa;
}
.faq-item {
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.faq-item.active .faq-question span {
  transform: rotate(180deg);
}
.faq-question {
  padding: 20px;
  font-weight: 600;
  font-size: 1.1rem;
  color: #2d3748;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
}
.faq-question:hover {
  background: #f7fafc;
}
.faq-question span {
  transition: transform 0.3s ease-out;
}
.faq-answer {
  color: #4a5568;
  line-height: 1.8;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  max-height: 200px;
  padding: 0 20px 20px 20px;
}

.final-cta {
  background: linear-gradient(135deg, #2bb24c 0%, #1a8c3a 100%);
  color: #ffffff;
  text-align: center;
}
.final-cta h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #ffffff !important;
}
.final-cta p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.final-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.city-archive-header {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
}
.city-archive-header .page-title {
  font-size: 2.5rem;
  color: #2d3748;
  margin-bottom: 10px;
}
.city-archive-header .taxonomy-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a5568;
}

.top-cities-section {
  padding: 0 0 40px 0;
}
.top-cities-section h2 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 2rem;
}
.top-cities-section .top-cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.top-cities-section .city-card {
  display: block;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-decoration: none;
  color: #2d3748;
  transition: box-shadow 0.3s, transform 0.3s;
  overflow: hidden;
}
.top-cities-section .city-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.top-cities-section .city-card .card-content {
  padding: 20px;
}
.top-cities-section .city-card h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #2bb24c;
  text-align: left;
}
.top-cities-section .city-card .city-stat {
  font-size: 0.9rem;
  color: #4a5568;
  margin-bottom: 10px;
}
.top-cities-section .city-card .city-stat span {
  font-weight: bold;
  color: #2d3748;
}
.top-cities-section .city-card .cta-link {
  display: inline-block;
  font-weight: 600;
  color: #1a8c3a;
}

.all-cities-section {
  padding: 40px 0;
}
.all-cities-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
}
.all-cities-section .city-filter-bar {
  max-width: 600px;
  margin: 0 auto 30px auto;
}
.all-cities-section #city-search {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 25px;
  font-size: 1.1rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
.all-cities-section .city-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.all-cities-section .city-list .city-list-item {
  border-bottom: 1px solid #e2e8f0;
}
.all-cities-section .city-list .city-list-item:last-child {
  border-bottom: none;
}
.all-cities-section .city-list .city-list-item a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #2d3748;
  font-size: 1.1rem;
  transition: background-color 0.2s;
}
.all-cities-section .city-list .city-list-item a:hover {
  background-color: #f7fafc;
}
.all-cities-section .city-list .city-list-item .plz-hint {
  font-size: 0.9rem;
  color: #4a5568;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .city-archive-header .page-title {
    font-size: 2rem;
  }
  .top-cities-grid {
    grid-template-columns: 1fr;
  }
}
.neighbor-links {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: #f8f9fa;
}
.neighbor-links h2 {
  color: #2d3748;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #2bb24c;
  padding-bottom: 10px;
  text-align: left;
}
.neighbor-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.neighbor-links li {
  margin: 0;
}
.neighbor-links a, .neighbor-links a:visited {
  display: block;
  padding: 8px 15px;
  background-color: #2bb24c;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 600;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  border: 2px solid #2bb24c;
}
.neighbor-links a:hover, .neighbor-links a:visited:hover {
  background-color: #1a8c3a;
  border-color: #1a8c3a;
  color: #ffffff;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
  .hero h1 {
    font-size: 2.2rem;
  }
  .city-info .content-wrapper {
    grid-template-columns: 1fr;
  }
  .pro-vs-private-table th, .pro-vs-private-table td {
    padding: 10px;
    font-size: 0.9rem;
  }
  table {
    display: block;
  }
}
