body {
    background-color: #faf6f2;
    font-family: 'Raleway';
}

header.masterhead {
    padding-top: 8rem;
    text-align: center;
    font-size: 2rem;
    /* border: 0px;
    border-bottom: 2px;
    border-style: solid; */
    background-color: white;
    color: #000;
}

div.masterfooter {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: right;
    font-size: 1rem;
    background-color: #cfb875;
}

div.masternavigation {
    background-color: #cfb875;
    z-index: 1050; /* Make sure navbar is above other content */
}

section.sectionitem {
    padding-top: 7rem;
    padding-bottom: 2rem;
}

section.firstsectionitem {
    padding-top: 10rem;
    padding-bottom: 10vh;
    background-color: #ffffff;
}

img.sectionimage {
    height: 386px;
    width: 290px;
}

/* Alle Bilder im Markdown-Content responsiv & auf Container beschränkt */
.content-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
}

span.sectionheader {
    font-size: 1.5rem;
}

span.sectionheadersmall {
    font-size: 1.25rem;
}

div.masterheadheadlinebigger {
    padding-top: 1.5rem;
    font-size: 2.5rem;
    color: #cfb875;
}

div.masterheadheadline {
    font-size: 2rem;
    color: #cfb875;
}

div.masterheadheadlinesmall {
    font-size: 1.5rem;
    color: #cfb875;
}

.dropdownmenubackground {
    background-color: #cfb875;
}

span.logoheader {
    font-size: 2rem;
    font-weight: lighter;
}

span.logosubheaer {
    font-size: 0.75rem;
    font-weight: lighter;
}

div.valignmiddle {
    vertical-align: middle;
}

span.disclaimer {
    font-size: 0.75rem;
}

span.quotetext {
    font-size: 1.5rem;
}

#cb-cookie-banner {
    width: 98%;
    z-index: 999;
}

.dropdown-menu {
  z-index: 2000; /* Ensure dropdown is above navbar */
  position: absolute; /* Bootstrap default for desktop */
}

/* Ensure dropdowns are visible and aligned inside fixed navbars */
.masternavigation .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 200px;
}

@media (max-width: 991.98px) {
  .dropdown-menu {
    position: static !important;
    float: none;
  }

  .masternavigation .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
  }
}