body {
    background-image: url(https://www.ausgefallene-mode-erika-sauder.de/images/bg.avif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: transparent !important;
    color: black;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 1.2em;
    line-height: 2;
}
.container-header {
    background-image: url(https://www.ausgefallene-mode-erika-sauder.de/images/bg.avif);
    background-color: transparent !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
}
h1, .h1 {
    font-weight: 200;
    font-size: 2em;
    text-transform: uppercase;
}
h2, .h2 {
    font-weight: 200;
    font-size: 1.8em;
    text-transform: uppercase;
}
h3, .h3 {
    font-weight: 200;
    font-size: 1.6em;
    text-transform: uppercase;
}
.metismenu.mod-menu .metismenu-item {
    flex-wrap: wrap;
    align-items: center;
    padding: .5em 1em;
    font-size: 1.4rem;
    line-height: 1.5;
    display: flex;
    color: black;
}
footer a {
  color: #ffffff !important;
}
.container-header .navbar-toggler {
  color: #852c6b;
  cursor: pointer;
  border: 1px solid #6b1747;
  font-size: 2em;
}
.footer {
    background-image: none;
    background-color: #834b2b;
}
.content-image-right {
  float: right;
  max-width: 100%;
  height: auto;
  margin-left: 20px;
  margin-bottom: 15px;
}
.social-buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-start; /* Buttons werden jetzt linksbündig ausgerichtet */
  flex-wrap: wrap;
}
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #ffffff !important;
}
.social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Instagram Button Gradient */
.social-btn.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

/* Facebook Button Color */
.social-btn.facebook {
  background-color: #1877f2;
}
.social-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.uk-scope .uk-accordion-default .uk-accordion-title {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  background-color: #e9e5d7;
}
/* Auf Mobilgeräten das Bild zentrieren/vollbreit darstellen */
@media (max-width: 768px) {
  .content-image-right {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
}