.bg-dark {
  background-color: #00000091 !important;
}

.navbar-brand {
  font-weight: 900;
}

.nav-item {
  font-weight: 900;
}

.navbar .collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  text-transform: none;
}

.card-buttons {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  bottom: 1rem;
  position: absolute;
  right: 1rem;
}

.GoToTop {
  position: fixed;
  z-index: 9999;
  bottom: 3.5rem;
  right: 3.5rem;
  background: #0000007a;
  padding: 1rem;
  border-radius: 0.25rem;
  color: #fff;
}

.GoToTop:hover {
  text-decoration: none;
  cursor: pointer;
}

.navbar-tiny {
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.navbar-normal {
  padding: 1.5rem 1rem;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.buttons-fixed {
  z-index: 9000;
  top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 3rem;
}

.buttons-fixed .inner-button .btn-fixed-button {
  border-radius: 0 !important;
  font-size: 12px;
}

.buttons-fixed .inner-button .btn-fixed-button:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.card-text, .font-weight-bold {
  font-weight: 900;
}

.snap-content {
  width: 100%;
  height: 100vh;
}

.snap-content .snap-box {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.snap-content .snap-box.images {
  background-size: cover !important;
}

.snap-content .snap-box .inner-content {
  padding: 7rem;
  display: block;
  text-align: center;
  width: 100%;
  background: #00000096;
}

.snap-content .snap-box .inner-content h3 {
  color: #f8b333;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3rem;
}

.snap-content .snap-box .inner-content p {
  color: #ffffff;
}

.impressum {
  margin-top: 10rem;
  padding-bottom: 10rem;
}

.impressum .impressum-inner h2 {
  font-size: 24px;
  font-weight: 600;
}

.impressum .impressum-inner h3 {
  font-size: 18px;
  font-weight: 600;
}

.main-content {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.galerie-images {
  height: 250px;
  width: 250px;
  margin: 1rem;
}

.card, .card-body {
  text-align: center;
  text-align: left;
  min-height: 90px;
}

.card h1, .card-body h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2rem;
}

.card p, .card-body p {
  text-align: left;
}

.navbar {
  padding: 1.5rem 1rem;
  text-transform: uppercase;
}

.technischedaten {
  background: none !important;
  text-align: left;
}

.badge, .tecData {
  float: right;
  font-size: 1rem;
}

.point {
  color: #e54b29;
  margin-right: 0.2rem;
}

label {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: #e54b29;
}

.col-tec {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

a.button-3 {
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative;
  text-decoration: none;
}

a.button-3 span {
  display: block;
  padding: 1rem 3rem 1rem 3rem;
  border-radius: 0.25rem;
  background-color: #121821;
  position: absolute;
  color: white;
  font-size: 0.75rem;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

a.button-3::before {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  background-color: #00ffff;
  border-radius: 0.25rem;
  content: "";
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
}

a.button-3::after {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  background-color: #ff0072;
  border-radius: 0.25rem;
  content: "";
  z-index: 1;
  width: 50%;
  bottom: 0;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  right: 0;
  height: 100%;
  position: absolute;
  display: block;
  opacity: 0;
}

a.button-3:hover::before, a.button-3:hover::after {
  opacity: 1;
  -webkit-animation: backGlow 7s ease infinite;
          animation: backGlow 7s ease infinite;
}

.cover-container {
  max-width: 42em;
}

footer {
  width: 100%;
  height: 3rem;
  background: #000000;
  position: fixed;
  bottom: 0;
  z-index: 99999;
}

footer .footer-inner {
  text-align: center;
}

footer .footer-inner a {
  text-decoration: none;
  color: #ffffff;
  line-height: 4.3;
  font-size: .7rem;
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 0.5rem 1rem;
    z-index: 9000;
  }
  .col-tec {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 99.666667%;
            flex: 0 0 99.666667%;
    max-width: 99.666667%;
  }
  .buttons-fixed {
    position: absolute !important;
    right: 1rem;
    left: 1rem;
    z-index: 15;
    top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .buttons-fixed .inner-button .btn-fixed-button {
    border-radius: 0 !important;
    font-size: 12px;
    margin: 0.2rem;
  }
  .buttons-fixed .inner-button .btn-fixed-button:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .snap-content .snap-box.images {
    background-position: center !important;
  }
  .snap-content .snap-box.box-3 {
    margin: 2rem;
  }
}

@media (max-width: 1160px) {
  .home-card {
    padding: 1rem;
    margin: 2rem;
    margin-top: 10rem;
  }
}

@-webkit-keyframes backGlow {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.2;
  }
  25% {
    -webkit-transform: translate(15%, 0%) scale(0.9);
            transform: translate(15%, 0%) scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(25%, 15%) scale(0.8);
            transform: translate(25%, 15%) scale(0.8);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: translate(0%, 5%) scale(1.2);
            transform: translate(0%, 5%) scale(1.2);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(0.9);
            transform: translate(0%, 0%) scale(0.9);
    opacity: 0.2;
  }
}

@keyframes backGlow {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.2;
  }
  25% {
    -webkit-transform: translate(15%, 0%) scale(0.9);
            transform: translate(15%, 0%) scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(25%, 15%) scale(0.8);
            transform: translate(25%, 15%) scale(0.8);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: translate(0%, 5%) scale(1.2);
            transform: translate(0%, 5%) scale(1.2);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(0.9);
            transform: translate(0%, 0%) scale(0.9);
    opacity: 0.2;
  }
}
/*# sourceMappingURL=custom.css.map */