body {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #999;
  line-height: 1.9em;
  padding: 0;
  background: #606060;
}
h1,
h2 {
  font-size: 24px;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.container-fluid {
  padding: 0;
}

#mainmenu {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: white !important;
  transition: background-color 0.5s ease-in-out;
}

#mainmenu.scrolled {
  background-color: #18181d;
}

#infomenu,
table {
  font-family: 'Oswald';
  font-weight: 200;
}

.nav-link {
  scroll-behavior: smooth;
  color: white !important;
}

#section1 {
  height: 100vh;
  width: 100%;
}

#section2 {
  background-color: #141414;
  padding: 80px;
}

#section3 {
  background-color: #18181d;
  padding: 80px;
  margin-top: -72px;
}

#section4 {
  background-color: #191919;
  padding: 80px 0px;
}

.subsection4 {
  background-color: #0f0c0d;
}

#section5 {
  border-top: 2px solid #b31212;
  background-color: #000000;
}

#section6 {
  background-color: #18181d;
  padding: 80px;
  margin-top: -68.5px;
}

.newnav {
  position: fixed;
  height: 51px;
  background-color: #262422;
  border-bottom: solid 3px #ffc20e;
}

.menuseparator,
.primarycolor {
  color: #b31212 !important;
}

.btn-primary {
  background-color: #b31212;
  border: none;
  width: 135px;
}
.btn-primary:hover {
  background-color: white;
  color: black;
  border: #b31212;
  width: 135px;
}

.btn-outline-primary {
  border-color: #b31212;
  color: white;
  width: 135px;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
  background-color: #b31212 !important;
  border-color: #b31212 !important;
  color: white;
}

.parentlink {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 50px;
  color: #fff;
}

.parentlink.active {
  background-color: #b31212 !important;
  font-weight: bold !important;
}

.parentlink.active:hover {
  color: #18181d !important;
}

.parentlink:hover {
  color: #b31212 !important;
}
@media (max-width: 622px) {
  .fixed-top-spacer {
    top: 76.8px !important;
    /* top: 46.4px !important; */
      /* top: 0px !important; */
  }
  .bannerspacer {
      top: 0px !important;
  }

  .newnav {
    display: none;
  }

}

@media (min-width: 622px) and (max-width: 975px) {
  .fixed-top-spacer {
    /* top: 76.8px !important; */
    top: 46.4px !important;
      /* top: 0px !important; */
  }
  .bannerspacer {
      top: 0px !important;
  }

  .newnav {
    display: none;
  }

}

@media (min-width: 975px) {
  .fixed-top-spacer {
    top: 97.4px !important;
    /* top: 51px !important; */
  }
  .bannerspacer {
      top: 51px !important;
  }

  .newnav {
    width: 100%;
    z-index: 1020;
    position: fixed;
    height: 51px;
    color: white;
    background-color: #18181d;
    border-bottom: solid 3px #b31212;
  }

}
.graybackground {
    background-color: #141414;
}

.logocolor {
  filter: invert(1);
}

.small-border {
  margin: 20px;
  width: 60px;
  height: 2px;
  background-color: #b31212;
  display: block;
}

.teaser {
  font-family: 'Open Sans', Arial;
  letter-spacing: 4px;
  color: #b31212;
  position: relative;
}

.teaser::before,
.teaser::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8%;
  height: 2px;
  background-color: #b31212;
}
.teaser::before {
  left: 15%;
}

.teaser::after {
  right: 15%;
}

.galleryitem {
  padding: 2%;
  border: 2px solid #b31212;
  box-sizing: border-box;
}
#footer {
  background-color: #111111;
}

