.elementor-190 .elementor-element.elementor-element-fe9611a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9e95614 */.agb-content {
  font-family: 'DM Sans', sans-serif;
  color: #333;
  line-height: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.agb-content h1,
.agb-content h2,
.agb-content h3,
.agb-content h4 {
  font-family: 'DM Sans', sans-serif;
  color: #005c99;
  font-weight: 700;
}
.agb-content h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
.agb-content h2 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #005c99;
  padding-bottom: 8px;
}
.agb-content h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.agb-content h4 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.agb-content p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
}
.agb-content a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  color: #005c99;
}

/* --- Header (başlık + resim) --- */
.impressum-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.impressum-header-flex h1 {
  margin: 0;
}
.impressum-header-flex img {
  height: 130px !important;
  width: auto !important;
  max-width: none !important;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .impressum-header-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .impressum-header-flex img {
    height: auto !important;
    width: 100% !important;
    max-width: 200px !important;
  }
}/* End custom CSS */