.lp-auto {
  margin: 12px auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-auto {
    margin: 10px auto;
  }
}
@media (max-width: 600px) {
  .lp-auto {
    margin: 6px auto;
  }
}

main {
  padding-top: 12px;
  padding-bottom: 18px;
}

.lp-auto {
  margin-bottom: 12px;
}
.lp-auto:last-child {
  margin-bottom: 0;
}

.lp-border {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.lp-border:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: rgba(232, 156, 10, 0.3);
}

.lp-border-grey {
  border-color: var(--color-border);
}

.lp-white {
  background: var(--color-bg-body);
  color: var(--color-text-primary);
}

.lp-round {
  border-radius: 6px;
}

.lp-margin-top {
  margin-top: 12px;
}

.lp-margin-bottom {
  margin-bottom: 12px;
}

.lp-container {
  padding: 18px;
}
.lp-container:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}
.lp-container h1 {
  margin: 0;
}
.lp-container h4,
.lp-container h5 {
  margin: 12px 0 10px 0;
  color: var(--color-text-primary);
  font-weight: 700;
  font-size: 16px;
}
.lp-container h5 {
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.lp-container p {
  margin: 0 0 10px 0;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
}
.lp-container p:last-child {
  margin-bottom: 0;
}
.lp-container ul {
  margin: 0 0 10px 0;
  padding-left: 12px;
  list-style: disc;
}
.lp-container ul li {
  margin-bottom: 6px;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.6;
}
.lp-container ul li:last-child {
  margin-bottom: 0;
}
.lp-container a {
  color: #e89c0a;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  word-break: break-word;
}
.lp-container a:hover {
  color: #c18208;
  text-decoration: underline;
}
.lp-container a:focus-visible {
  outline: 2px solid #e89c0a;
  outline-offset: 2px;
}
.lp-container strong {
  color: var(--color-text-primary);
  font-weight: 700;
}
.lp-container em {
  font-style: italic;
  color: var(--color-text-secondary);
}

h1.lp-xlarge {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0;
}
@media (max-width: 600px) {
  h1.lp-xlarge {
    font-size: 22px;
  }
}

.ce_text {
  margin: 0;
}
.ce_text.block {
  margin-bottom: 10px;
}
.ce_text.block:last-child {
  margin-bottom: 0;
}

.privacy_item.contact_responsible, .privacy_item.contact_dataprotectioncommissioner, .privacy_item.general_part3, .privacy_item.external_hosting, .privacy_item.contactform, .privacy_item.blog, .privacy_item.feed_subscription, .privacy_item.registry, .privacy_item.newsletter, .privacy_item.general_part4, .privacy_item.gettyimages, .privacy_item.sp_twitter, .privacy_item.sp_instagram, .privacy_item.sp_facebook, .privacy_item.paypal, .privacy_item.affilinet, .privacy_item.belboon {
  margin-bottom: 12px;
}

.openstreetmap,
.revive {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
}
.openstreetmap:last-child,
.revive:last-child {
  border-bottom: none;
}
.openstreetmap h5,
.revive h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: var(--color-text-primary);
}
.openstreetmap p,
.revive p {
  margin: 0 0 6px 0;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.6;
}
.openstreetmap p:last-child,
.revive p:last-child {
  margin-bottom: 0;
}
.openstreetmap p a,
.revive p a {
  color: #e89c0a;
  text-decoration: none;
  font-weight: 600;
}
.openstreetmap p a:hover,
.revive p a:hover {
  text-decoration: underline;
}

h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 12px 0 10px 0;
  color: var(--color-text-primary);
}
h3:first-child {
  margin-top: 0;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 6px 0;
  color: var(--color-text-primary);
}

@media (max-width: 768px) {
  main {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .lp-container {
    padding: 12px;
  }
  .lp-container h4,
  .lp-container h5 {
    margin: 10px 0 6px 0;
    font-size: 14px;
  }
  .lp-container p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .lp-container ul {
    padding-left: 10px;
  }
  .lp-container ul li {
    font-size: 13px;
    margin-bottom: 3px;
  }

  .lp-margin-top {
    margin-top: 10px;
  }

  .lp-margin-bottom {
    margin-bottom: 10px;
  }

  h1.lp-xlarge {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
    margin: 10px 0 6px 0;
  }
}
@media (max-width: 600px) {
  main {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lp-container {
    padding: 10px;
  }
  .lp-container h4,
  .lp-container h5 {
    margin: 6px 0 3px 0;
    font-size: 14px;
  }
  .lp-container p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 3px;
  }
  .lp-container ul {
    padding-left: 10px;
    margin-bottom: 3px;
  }
  .lp-container ul li {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .lp-auto {
    padding: 0 10px;
  }

  .lp-border {
    border-radius: 4px;
  }

  h1.lp-xlarge {
    font-size: 18px;
    margin-bottom: 6px;
  }

  h3 {
    font-size: 14px;
    margin: 6px 0 3px 0;
  }

  h4 {
    font-size: 13px;
    margin: 3px 0 0 0;
  }

  .openstreetmap,
  .revive {
    padding: 6px 0;
    margin-bottom: 6px;
  }
  .openstreetmap h5,
  .revive h5 {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .openstreetmap p,
  .revive p {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
