/* Schrifteinbindung */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v30-latin-300.woff2') format('woff2'),
       url('../fonts/roboto-condensed-v30-latin-300.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v30-latin-regular.woff2') format('woff2'),
       url('../fonts/roboto-condensed-v30-latin-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('../fonts/roboto-condensed-v30-latin-500.woff2') format('woff2'),
       url('../fonts/roboto-condensed-v30-latin-500.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('../fonts/roboto-condensed-v30-latin-600.woff2') format('woff2'),
       url('../fonts/roboto-condensed-v30-latin-600.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v30-latin-700.woff2') format('woff2'),
       url('../fonts/roboto-condensed-v30-latin-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url('../fonts/roboto-condensed-v30-latin-800.woff2') format('woff2'),
       url('../fonts/roboto-condensed-v30-latin-800.ttf') format('truetype');
}
/* Ende Schrifteinbindung */

body {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 30px;
  color: #000;
  background-color: #ffffff;
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: 0 0 55px black;
  -webkit-text-size-adjust: 100%;
  padding: 0;
}

.footer { color: #737373; font-size: 0.8em; font-weight: bold; background-color: black; text-align: center; }
.footer p { max-width: 3000px;  text-align: center;}

/* Schriftformate */

h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 1.2em 0 0.5em;
  line-height: 1.3;
  color: #019791;
}
h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; color: #4f4f4e; }
h4 { font-size: 20px; }
h5 { font-size: 18px; color: #000; }
h6 { font-size: 16px; color: #666; }

a {
  color: #019791;
  text-decoration: none;
}
a:hover, a:focus { text-decoration: underline; }
a:active { color: #017a6b; }

/* Ende Schriftformate */

/* Formulierung der Formulare */

#userForm {
    max-width: 700px; /* Passe diese Breite nach Bedarf an */
    margin: 0 auto; /* Zentriert das Formular */
}
.rsform-input-box[type="text"],
.rsform-select-box,
.rsform-text-box,
.rsform-captcha-box,
.rsform select {
    background-color: #f6f1e8; 
    border-color: #f6f1e8;border-width: 2px;
    color: #7d632b;
  font-size: 22px;
}

.rsform-submit-button {
  background-color: #7a8285;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px; /* Abstand zwischen Pfeil und Text */
  transition: background-color 0.3s ease;
}

.rsform-submit-button::before {
  content: "▶";
  color: #ffffff;
  font-size: 14px;
}

.rsform-submit-button:hover {
  background-color: #6b7376; /* etwas dunkler bei Hover */
  box-shadow: none;
  transform: none;
}

.rsform-block label {
    color: #000000; /* Ändere die Farbe nach Wunsch */
    font-weight: 300; /* Optional: Fettgedruckte Labels */
}
input[type="checkbox"] {
  margin-top: -1px; /* Verschiebt die Checkboxen um 3px nach oben */
    appearance: none; /* Entfernt das Standard-Design der Checkbox */
    -webkit-appearance: none;
    background-color: #f0f0f0; /* Farbe der ungekreuzten Checkbox */
    border: 2px solid #7d632b; /* Rahmenfarbe der Checkbox */
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 3px; /* Optional: Runde Ecken für die Checkbox */
}
input[type="checkbox"]:checked {
    background-color: #019791; /* Farbe der Checkbox, wenn sie angeklickt ist */
    border-color: #019791;
}
input[type="checkbox"]:checked::after {
    content: '✔';
    color: white; /* Farbe des Häkchens */
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 20px; /* Höhe der Checkbox */
}
  .rsform-checkbox {
  position: relative;
  top: 5px;
}

/* Ende Formulierung der Formulare */

/* Besondere Formate */

  .container-header .navbar-toggler {
  color: #000;
  cursor: pointer;
  border: 2px solid #575759;
}

.container-header .navbar-toggler:focus,
.container-header .navbar-toggler:active {
  outline: none;
  box-shadow: none;
  border-width: 1px; 
}

.circle-image {width:250px;height:250px;border-radius:50%;object-fit:cover;float:right;margin-left:0;margin-bottom:30px; position:relative;right:-50px;}

.geschenk1 h3 {margin-top:0;margin-bottom:0;font-size:1.1em;position:relative;top:-10px;}
 /* Verschiebt die Schrift 10 Pixel nach oben */

/* Ende Besondere Formate */

#myAccordion 
.accordion-button {
  background-color: #f5f5f5; /* heller Grauton */
  border: none;              /* keine Rahmen */
  box-shadow: none;          /* keine Schatten */
  font-size: 19px;           /* deine Wunschgröße */
  padding: 0.5rem 1rem;      /* etwas kompakter */
  color: #575759;               /* dunklere Schrift */
}

.accordion-button:not(.collapsed) {
  background-color: #eaeaea; /* etwas dunkler beim Ausklappen (optional) */
}

.accordion-item {
  border: none;              /* Rahmen um die Sektionen entfernen */
}

.accordion-body {
  padding: 1rem;
  background-color: white;   /* Klarer Kontrast zum Header */
  border-top: 1px solid #ddd; /* feine Trennung (optional) */
}




/* === Layout-Grundstruktur === */
body.site.fluid {margin: 0 auto;}
body.site, .container-fluid {padding: 0;}

/* === Header-Container & Navigation === */

.container-header {
  position: relative;
}



.navbar, #mod-menu, nav {
  background: transparent;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.navbar a, #mod-menu a, nav a, .navbar-nav .nav-link {
  color: #333 !important;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}

.navbar a:hover, #mod-menu a:hover, nav a:hover, .navbar-nav .nav-link:hover {
  color: #019791 !important;
}

.navbar .active > a,
#mod-menu .item.active > a,
.navbar-nav .nav-item.active > .nav-link {
  color: #019791 !important;
}

.container-header {
  background: #fff;
  box-shadow: 0px 0px 55px #00000080;
  padding: 0;
}

.container-header .grid-child,
.container-header .container-nav {
  padding-bottom: 0;
}
.container-header .mod-menu {
  color: #000;
  flex: 1 0 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-brand {
  margin-left: 20px;
  max-width: 200px;
}

/* === Komponenten & Module === */
.container-component {
  margin-top: 0;
}
.container-component > :first-child,
.container-sidebar-left > :first-child,
.container-sidebar-right > :first-child,
.container-component > * + *,
.container-sidebar-left > * + *,
.container-sidebar-right > * + * {
  margin-top: 0;
}
.container-banner {
  margin: 0;
  display: block;
}

/* === Inhalt & Typografie === */
#content {
  background-color: #f8f2e2;
  padding: 0 10px;
}
.com-content-article__body {
  max-width: 700px;
  margin: 0 auto;
}
.pfmQuestion {
  font-size: 1em;
  color: #4b4b4b;
}
td {
  padding: 10px 0;
  border-top: 1px solid black;
}
hr {
  border-width: 0;
  margin: 0;
}
.pull-right {
  padding-top: 10px;
}

/* === Footer-Bereich === */
.footer .grid-child {
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

/* === Sonstiges === */
.n2webp {
  background-color: #666 !important;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
/* === Layout-Grundstruktur === */
body.site.fluid {margin: 0 auto;}
body.site, .container-fluid {padding: 0;}

/* === Header-Container & Navigation === */
.container-header {
  padding: 0;
}
.container-header .grid-child,
.container-header .container-nav {
  padding-bottom: 0;
}
.container-header .mod-menu {
  color: #000;
  flex: 1 0 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-brand {
  margin-left: 20px;
  max-width: 200px;
}

/* === Komponenten & Module === */
.container-component {
  margin-top: 0;
}
.container-component > :first-child,
.container-sidebar-left > :first-child,
.container-sidebar-right > :first-child,
.container-component > * + *,
.container-sidebar-left > * + *,
.container-sidebar-right > * + * {
  margin-top: 0;
}
.container-banner {
  margin: 0;
  display: block;
}

/* === Inhalt & Typografie === */
#content {
  background-color: #f8f2e2;
  padding: 0 10px;
}
.com-content-article__body {
  max-width: 756px;
  margin: 0 auto;
}
.pfmQuestion {
  font-size: 1em;
  color: #4b4b4b;
}
td {
  padding: 10px 0;
  border-top: 1px solid black;
}
hr {
  border-width: 0;
  margin: 0;
}
.pull-right {
  padding-top: 10px;
}

/* === Footer-Bereich === */
.footer .grid-child {
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

/* === Sonstiges === */
.n2webp {
  background-color: #666 !important;
}
.row-fluid [class*="span"] {
  min-height: 0;
}






 /* ========== Media Query für Mobilgeräte ========== */
@media screen and (max-width: 600px) {

.navbar a {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
  font-size: 1.5em !important;
  font-weight: 400 !important;
  color: #333 !important;
}


  
.container-header .navbar-toggler {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 10;
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
}
.navbar-collapse {
  position: relative;
  z-index: 1;
  margin-top: 70px; /* Abstand unter dem Button – optional anpassen */
}
  
  .circle-image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    position: static;
  }
  #userForm label {
    font-size: 1.1em;
  }
  #userForm input,
  #userForm textarea,
  #userForm select {
    font-size: 1.1em;
  }
  h1 {
    font-size: 1.6em;
    line-height: 40px;
    margin: 20px 0;
  }
  h2 {
    font-size: 1.4em;
    line-height: 30px;
    margin: 50px 0 15px;
  }
  #content {
    padding: 0 20px;
  }
  p {
    font-size: 1.1em;
    max-width: 800px;
    line-height: 1.5em;
  }
  li {
    line-height: 1.6em;
  }
}