html {
  scroll-behavior: smooth;
  
}


body {
  font-family: 'Poppins', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000814;
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 1600px) {
.container {
    max-width: 1420px!important;
}
}

/*--------------------------------------------------------------
# Typografie
--------------------------------------------------------------*/

a {
  color: #FFC200;
}

a:focus, a:hover {
  color: #6F1D1B;
  text-decoration: none;
}

h1 {
  font-size: 50px;
  font-weight: 600;
}

h2 {
  font-size: 38px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 991px) {
h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

body {
  font-size: 18px;
}

.abstand-lg {
  margin-bottom: 30px;
}
}

.red {
  color: #FFC200;  
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
}

.btn.btn-sm {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
}

.btn-primary {
  color: #000814;
  background-color: #FFC200;
  border-color: #FFC200;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #6F1D1B;
  border-color: #6F1D1B;
}

.btn-outline-primary {
  color: #FFC200;
  border-color: #FFC200;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #6F1D1B;
  border-color: #6F1D1B;
}

.btn-outline-dark {
  color: #6F1D1B;
  border-color: #6F1D1B;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #6F1D1B;
  border-color: #6F1D1B;
}

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

.navbar-logo {
  height: 45px;
}

@media (max-width: 420px) {
.navbar-logo {
  height: 35px;
}
}

.navbar-nav .nav-link, .nav-item {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #FFC200;
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: #FFC200;
}

.navbar-toggler {
  color: #FFC200;
  border-color: #FFFFFF;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #FFC200;
}

.dropdown .active {
  background-color: #FFC200;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bg-black {
  background-color: #000814;
}

/*--------------------------------------------------------------
# Sidenavigation
--------------------------------------------------------------*/

#collapsesidenav {
	list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

@media (max-width: 768px) {
#collapsesidenav {
  text-align: left;
  margin-top: 20px;
}
}

#collapsesidenav ul {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#collapsesidenav .active a {
  color: #ffffff;
}

#collapsesidenav a:hover {
  color: #ffffff;
}

#collapsesidenav a {
  color: #ffffff90;
}

.card .card-body {
  padding: 24px;
}

.card .card-footer {
  padding: 0 24px 24px 24px;
  border: none;
  background: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: #000814;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/

.carousel-inner > .carousel-item {
    height: 400px;
    position: relative;
}

@media (max-width: 768px) {
.carousel-inner > .carousel-item {
    height: 250px;
    position: relative;
}


h2 {
font-size: 22px;

}

}

@media (max-width: 992px) {
h2 {
font-size: 28px;

}

}

.carousel-inner img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.icon {
  width: 120px;
  margin-bottom: 20px;
}

.footerstoermeldung {
  text-align: center;
}

@media (max-width: 768px) {
.footerstoermeldung {
  text-align: left;
  margin-top: 30px;
}
}

@media screen and (max-width: 767px) {
.image {
    margin-bottom: 50px!important;
}
}


/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.disclaimer-footer {
  text-align: right;
}

@media (max-width: 768px) {
.disclaimer-footer {
  text-align: left;
}
}

.abstandpadding {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media (max-width: 991px) {
.abstandpadding {
  padding-top: 80px;
  padding-bottom: 80px;
}
}

.icon-80 {
  max-width: 120px;
  text-align: center;
  
}

.slidescroller {
    margin-top: -150px;
    padding-top: 150px;
}

.no-foto {
  position: absolute;
  bottom: 61px;
}

@media (max-width: 1199px) {
  .no-foto {
    position: absolute;
    bottom: 81px;
  }
  }

  @media (max-width: 991px) {
    .no-foto {
      position: absolute;
      bottom: 103px;
    }
    }

    @media (max-width: 767px) {
      .no-foto {
        position: relative;
        bottom: 0;
      }
      }