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

#fond {
  display: none!important;
}
#main {
  padding-top: 7rem;
}
#headerrahmen {
  position: relative;
  z-index: 100;
  display: flex;
  transition: all 1s ease-in-out;
}
#header {
  height: 100vh;
  padding: 0;
  flex-direction: column;
}
#header svg {
  height: 10rem;
  transition: all 1s ease-in-out;
  max-height: 3rem;
  max-width: calc(50vw - 2rem);
  margin: 1rem 0;
}
#header .st1,
#header .st2 {
  fill: rgba(var(--dunkelgrau));
  transition: all 1s;
}

#logo-container {
  height: 90vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  transition: all 1s ease-in-out;
  z-index: 1000!important;
}

.logo {
  align-self: center;
  transition: all 0 ease-in-out;
  translate: 0 -10rem;
}
#header h6 {
  /* width: 100%; */
  padding: 0;
  font-family: 'Satisfy', 'Euphoria Script', 'Courier';
  line-height: 1.1em;
  position: relative;
  transition: all 0.5s;
  color: rgba(var(--akzentfarbe));
  text-align: right;
  font-size: 2vw;
  margin: 2.5rem 0rem 1.5rem;

}
@media (max-width: 991px) {
  #header h6 {
    font-size: 10vw;
    margin: .5em 0 .25em;
  }
}
#header {
  background-color: rgba(var(--weiss));
  transition: all 1s;
  height: auto;
}
#header .st1,
#header .st2 {
  fill: rgba(var(--dunkelgrau));
  transition: all 1s;
}
#header .container {
  position: sticky;
  top: 0;
  height: auto;
  transition: all 1s;
}
#header h6:hover,
#header h6:focus {
  color: rgba(var(--hauptfarbe));
}
@media (max-width: 991px) {
  #header h6 {
    font-size: 4vw;
  }
}

#header #logo-container {
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
#header .logo, #header h6 {
  translate: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  top: 0;
  padding-top: 1rem;
}

#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;
  }

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

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

#nav-container {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.navbar {
  padding: 0;
  display: block;
  position: relative;
}
.navbar i {
  font-size: 2rem!important;
  color: rgba(var(--dunkelgrau))!important;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar a,
.navbar a:focus {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 1.25em .5em 1.25em;
  color: rgb(var(--akzentfarbe));
  transition: 0.3s;
  font-size: 11pt;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
  transition: 0.3s;
}
@media (max-width: 1399px) {
  .navbar a, .navbar a:focus {
    font-size: 10.5pt;
    letter-spacing: .05em;
    padding: 1.25em .25em 1.25em;
  }
}
@media (max-width: 1299px) {
  .navbar a, .navbar a:focus {
    font-size: 9pt;
    letter-spacing: .05em;
    padding: 1.25em .25em 1.25em;
  }
}
.navbar a i,
.navbar a:focus i {
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: rgba(var(--hauptfarbe));
}


.navbar a:hover {
  color: rgba(var(--hauptfarbe));
}

.mobile-nav-toggle {
  color: rgba(var(--akzentfarbe));
  font-size: 28px;
  line-height: 0;
  transition: 0.5s;
}

.navbar ul {
  display: none;
}

.navbar-mobile {
  position: relative;
  top: 0;
  right: 0;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 0;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px!important;
  font-size: 15px;
  color: rgba(var(--akzentfarbe));
  justify-content: start;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: rgba(var(--hauptfarbe));
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
