
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 0;
  padding-top: 1rem;
  /* background: rgba(var(--weiss), .5); */
}

#header .header-container {
}

#header {
  top: 0;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    /* background: rgba(var(--hauptfarbe)); */
  }

  #header.header-scrolled,
  #header .header-container {
    /* background: rgba(var(--hauptfarbe)); */
  }

  #header .logo {
    padding-left: 0;
  }

  #header .logo h1 {
    font-size: 24px;
  }
}



/* ====== Titelei ====== */

/* #headerbackground {
  height: 25vh;
  background-size: cover;
  position: absolute;
  background-attachment: fixed;
  z-index: -100;
} */
#headerrahmen {
  height: 25vh;
  background-size: cover;
  position: relative;
  z-index: 100;
  display: flex;
  transition: all 1s;
}
#header {
  padding: 0;
  flex-direction: column;
}
#header svg {
  height: 10rem;
  max-width: 80vw;
  transition: all 1s;
}
#header .st1, #header .st2 {
  fill: rgba(var(--weiss));
  transition: all 1s;
}

#logo-container {
  height: 25vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  transition: all 1s;
  /* z-index: 1000!important; */
}

#header {
  background-color: rgba(var(--weiss), .9);
  transition: all 1s;
}
#header svg {
  max-height: 3rem;
  max-width: calc(50vw - 2rem);
  margin: 1rem 0;
}
#header .st1, #header .st2 {
  fill: rgba(var(--dunkelgrau));
  transition: all 1s;
}
#header .container {
  position: sticky;
  top: 0;
  height: auto;
  transition: all 1s;
}
#header h6 {
  color: rgba(var(--akzentfarbe));
  /* font-size: 20pt; */
  text-align: right;
  font-size: 2vw;
  margin: 2.5rem 0rem 1.5rem;
  /* z-index: 600; */
}
#header h6:hover {
  color: rgba(var(--hauptfarbe));
  /* font-size: 20pt; */
  /* margin-bottom: 1rem; */
}
@media (max-width: 991px) {
  #header h6 {
    font-size: 4vw;
  }
}

#header #logo-container {
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
#header .navbar-container {
  position: sticky;
  left: 0;
  top: 5rem;
}
}
#header details div {
  background: rgba(var(--weiss), .95);
}

h5 {
  margin-top: 2em;
}
ul.liste {
  list-style-position: outside;
}
ul.liste li {
  list-style: disc;
  margin-left: 0;
  padding-left: 0;
}
ul.liste li::marker {
  color: rgba(var(--hauptfarbe));
}
/* #header img {
  height: 10rem;
  margin: 0;
}*/
td {
  padding-bottom: .5em;
  vertical-align: top;
  min-width: 12ch;
}
td:first-of-type {
  padding-right: 1em;
}


/* background-fix */

section.background {
  position: absolute;
  width: 100%;
  height: 100vh;
}
section.intermezzo {
  position: relative;
  width: 100%;
  height: 15rem;
}
section.cta {
  position: relative;
}
.bg-wrap {
  -webkit-clip-path: inset(0 auto auto 0);
  clip-path: inset(0 0 0 0);
  /* clip: rect(0, auto, auto, 0); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
}

.bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
