@import url("https://use.typekit.net/gip1rir.css");
a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover {
  text-decoration: none;
}

.material-icons {
  margin: 0;
  padding: 0;
  line-height: 100%;
}

textarea,
input.text,
input[type=text],
input[type=email],
input[type=password],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

.img-box-header {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  position: relative;
}
@media (max-width: 1480px) {
  .img-box-header {
    max-width: 94%;
    margin-left: 3%;
  }
}
@media (max-width: 992px) {
  .img-box-header {
    display: none;
  }
}
.img-box-header img {
  margin: 0 auto;
  display: none;
}
.img-box-header h1 {
  font-family: "kleine_sans";
  font-weight: 500;
  color: #c50c0e;
  text-align: center;
  margin: 0;
  text-align: right;
}
.img-box-header .img-samen {
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  left: 0;
  top: 0;
  transform: rotate(30deg);
}
.img-box-header .img-samen img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.header-img-small {
  display: none;
}

.header-img-big {
  display: block;
}
@media (max-width: 992px) {
  .header-img-big {
    display: none;
  }
}

header {
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  header {
    padding-top: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-top: 15px;
    background: #fff;
    padding-bottom: 0;
  }
}
header .header-inner {
  padding-left: var(--bs-gutter-x, 0rem);
  padding-right: var(--bs-gutter-x, 0rem);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 40px;
  z-index: 3;
}
@media (max-width: 1480px) {
  header .header-inner {
    max-width: 94%;
    margin-left: 3%;
  }
}
@media (max-width: 992px) {
  header .header-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid #c50c0e;
    background: #fff;
  }
}
header .header-inner .navi-box-logo {
  display: none;
}
@media (max-width: 992px) {
  header .header-inner .navi-box-logo {
    display: block;
  }
}
header .header-inner .logo {
  max-width: 80px;
  position: relative;
  display: flex;
}
@media (max-width: 992px) {
  header .header-inner .logo {
    left: 15px;
    top: 10px;
  }
}
header .header-inner .logo .img-samen {
  width: 28px;
  margin-right: 15px;
}
header .header-inner .logo img {
  display: block;
  max-width: 100%;
}
header .header-inner .logo .klammer {
  position: absolute;
  right: 0;
  top: 15px;
  transform: rotate(-65deg) scale(0.6);
  animation-name: klammerAni;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@keyframes klammerAni {
  0% {
    transform: scale(0.6) rotate(-65deg);
  }
  14% {
    transform: scale(0.6) rotate(-85deg);
  }
  28% {
    transform: scale(0.6) rotate(-65deg);
  }
}
header .header-inner .logo a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
header .header-inner .navbar-toggler {
  display: none;
  position: absolute;
  border-radius: 0;
  padding: 15px;
  right: 10px;
  top: 10px;
  z-index: 10;
}
header .header-inner .navbar-toggler:active, header .header-inner .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 992px) {
  header .header-inner .navbar-toggler {
    display: block;
  }
}
header .header-inner .navbar-toggler .navbar-icon {
  display: inline-block;
  width: 38px;
  height: 24px;
  transition: all 300ms ease;
}
header .header-inner .navbar-toggler .navbar-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background: #c50c0e;
  transition: all 300ms ease;
  border-radius: 3px;
}
header .header-inner .navbar-toggler .navbar-icon span:nth-child(1) {
  margin-top: 0px;
}
header .header-inner .navbar-toggler .navbar-icon span:nth-child(2) {
  margin-top: 8px;
}
header .header-inner .navbar-toggler .navbar-icon span:nth-child(3) {
  margin-top: 8px;
}
header .header-inner .navbar-toggler .navbar-icon:hover span {
  background: #c50c0e;
}
header .header-inner .navbar-toggler[aria-expanded=true] .navbar-icon {
  position: relative;
  left: 2px;
}
header .header-inner .navbar-toggler[aria-expanded=true] .navbar-icon span {
  position: relative;
}
header .header-inner .navbar-toggler[aria-expanded=true] .navbar-icon span:nth-child(1) {
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: left top;
  top: -1px;
  left: 3px;
}
header .header-inner .navbar-toggler[aria-expanded=true] .navbar-icon span:nth-child(2) {
  margin-top: 8px;
  transform: rotate(-45deg);
  right: 3px;
}
header .header-inner .navbar-toggler[aria-expanded=true] .navbar-icon span:nth-child(3) {
  opacity: 0;
}
header .header-inner .navbar-toggler[aria-expanded=true] .navbar-icon:hover span {
  background: #c50c0e;
}
header .navbar {
  position: relative;
}
header #header-navigation {
  text-align: center;
  position: relative;
  margin-top: 45px;
  border-top: 1px solid #c50c0e;
  border-bottom: 1px solid #c50c0e;
}
header #header-navigation:before {
  content: "";
  display: block;
  width: 100px;
  height: 7px;
  background: #c50c0e;
  position: absolute;
  left: 0px;
  top: -4px;
  border-radius: 15px;
}
@media (max-width: 992px) {
  header #header-navigation:before {
    display: none;
  }
}
header #header-navigation:after {
  content: "";
  display: block;
  width: 100px;
  height: 7px;
  background: #c50c0e;
  position: absolute;
  right: 0;
  bottom: -4px;
  border-radius: 15px;
}
@media (max-width: 992px) {
  header #header-navigation:after {
    display: none;
  }
}
@media (max-width: 992px) {
  header #header-navigation {
    position: relative;
    margin-top: 25px;
    text-align: center;
    background: #fff;
    border-bottom: 0;
    border-top: 0;
  }
}
header #header-navigation .navbar-nav {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  header #header-navigation .navbar-nav {
    padding: 10px 0;
  }
}
header #header-navigation .navbar-nav .nav-ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  header #header-navigation .navbar-nav .nav-ul {
    display: block;
    padding-right: 0;
  }
}
header #header-navigation .navbar-nav .nav-ul li {
  padding: 10px 30px 15px 30px;
  border-right: 1px solid #c50c0e;
  align-self: center;
}
header #header-navigation .navbar-nav .nav-ul li:last-child {
  border-right: 0;
}
@media (max-width: 992px) {
  header #header-navigation .navbar-nav .nav-ul li {
    margin-left: 0;
    border-right: 0px;
    padding: 10px;
  }
}
header #header-navigation .navbar-nav .nav-ul li a {
  display: inline-block;
  letter-spacing: 1px;
  font-size: 130%;
  font-weight: 500;
  transition: all 200ms ease;
  color: #000;
}
header #header-navigation .navbar-nav .nav-ul li a:hover {
  color: #c50c0e;
}
@media (max-width: 400px) {
  header #header-navigation .navbar-nav .nav-ul li a {
    font-size: 120%;
  }
}
header #header-navigation .navbar-nav .nav-ul li .active {
  color: #c50c0e;
}
header #header-navigation .navbar-nav .nav-ul li .dropdown-menu {
  padding-left: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
header #header-navigation .navbar-nav .nav-ul li .dropdown-menu li {
  border-right: 0;
  padding: 0;
  margin-left: 0;
  border-bottom: 1px solid #eee;
  min-width: 200px;
}
header #header-navigation .navbar-nav .nav-ul li .dropdown-menu li:last-child {
  border-bottom: 0;
}
header #header-navigation .navbar-nav .nav-ul li .dropdown-menu li a {
  display: block;
  text-align: center;
  width: 100%;
  border-top: 0;
  font-size: 100%;
  padding: 10px 15px;
  background: #fff;
  color: #000;
}
header #header-navigation .navbar-nav .nav-ul li .dropdown-menu li a:hover {
  color: #fff;
  background: #c50c0e;
}
header #header-navigation .navbar-nav .nav-ul li .dropdown-menu li .active {
  color: #c50c0e;
}
header #header-navigation .navbar-nav .nav-ul .dropdown {
  border-right: 0;
}

.fixed-top,
.navigation-top {
  background: #fff;
  border-top: 10px solid #eee;
  transition: all 200ms ease-in-out;
}
@media (max-width: 992px) {
  .fixed-top,
  .navigation-top {
    padding-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .fixed-top .container,
  .navigation-top .container {
    max-width: 100%;
  }
}

.top-socket {
  padding: 35px 0;
  transition: all 200ms ease;
}
@media (max-width: 992px) {
  .top-socket {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .top-socket {
    padding: 10px 5px;
  }
}
.top-socket #burger-nav-icon {
  width: 40px;
  height: 32px;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.top-socket #burger-nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #212121;
  border-radius: 15px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.top-socket #burger-nav-icon span:nth-child(1) {
  top: 0px;
}
.top-socket #burger-nav-icon span:nth-child(2),
.top-socket #burger-nav-icon span:nth-child(3) {
  top: 12px;
}
.top-socket #burger-nav-icon span:nth-child(4) {
  top: 24px;
}
.top-socket #burger-nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.top-socket #burger-nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}
.top-socket #burger-nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
}
.top-socket #burger-nav-icon.open span:nth-child(4) {
  top: 24px;
  width: 0%;
  left: 50%;
}
.top-socket #burger-nav-icon:hover span {
  background: #c50c0e;
}
@media (max-width: 768px) {
  .top-socket .col-logo {
    justify-content: flex-end !important;
  }
}
.top-socket .col-logo a {
  position: relative;
  border: 0px solid blue;
  display: inline-block;
}
.top-socket .col-logo a:hover {
  color: #212121;
}
.top-socket .col-logo .img-link {
  display: block;
}
.top-socket .col-logo .img-link .logo-title {
  font-family: "kudryashev-d-contrast", sans-serif !important;
  padding-bottom: 20px;
  font-size: 300%;
  position: relative;
  top: 3px;
  display: block;
}
.top-socket .col-logo .img-link .logo-title:hover {
  color: #212121;
}
@media (max-width: 500px) {
  .top-socket .col-logo .img-link .logo-title {
    padding-bottom: 10px;
  }
}
.top-socket .col-logo .img-link .logo-sub-titel {
  position: absolute;
  font-family: "kudryashev-d-contrast", sans-serif !important;
  bottom: 0;
  width: 100%;
  border: 0px solid yellow;
  font-size: 160%;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .top-socket .col-logo .img-link .logo-sub-titel {
    text-align: right;
  }
}
@media (max-width: 500px) {
  .top-socket .col-logo .img-link .logo-sub-titel {
    font-size: 120%;
  }
}
.top-socket .col-logo .img-link .logo-title-klz {
  font-family: "KleineTitel-Light";
  padding-bottom: 20px;
  font-size: 330%;
  position: relative;
  top: -10px;
  display: block;
  line-height: 1;
}
.top-socket .col-logo .img-link .logo-title-klz:hover {
  color: #212121;
}
@media (max-width: 992px) {
  .top-socket .col-logo .img-link .logo-title-klz {
    transform: scale(0.9);
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .top-socket .col-logo .img-link .logo-title-klz {
    padding-bottom: 10px;
    top: -15px;
  }
}
.top-socket .col-logo .img-link .logo-sub-titel-klz {
  position: absolute;
  font-family: "KleineTitel-Light";
  bottom: -5px;
  width: 100%;
  border: 0px solid yellow;
  font-size: 160%;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .top-socket .col-logo .img-link .logo-sub-titel-klz {
    transform: scale(0.9);
    bottom: 5px;
  }
}
@media (max-width: 768px) {
  .top-socket .col-logo .img-link .logo-sub-titel-klz {
    text-align: right;
  }
}
@media (max-width: 500px) {
  .top-socket .col-logo .img-link .logo-sub-titel-klz {
    bottom: 0;
  }
}
.top-socket .navi-right-ul {
  list-style-type: none;
}
.top-socket .navi-right-ul li {
  font-size: 14px;
  line-height: 80%;
  padding: 0px 10px;
  letter-spacing: 1px;
}
.top-socket .navi-right-ul li a {
  display: inline-block;
  cursor: pointer;
}
.top-socket .navi-right-ul li a img {
  width: 100px;
  filter: grayscale(0%);
}
.top-socket .navi-right-ul li:hover img {
  filter: grayscale(100%);
}
.top-socket .navi-right-ul li.active:hover {
  color: #000;
}
@media (max-width: 768px) {
  .top-socket .logo-col {
    display: block !important;
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .top-socket .logo-col img {
    display: block;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .top-socket .icon-box {
    display: none !important;
  }
}

#mainNav {
  margin-top: 150px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  padding: 30px 0;
  z-index: 100000;
}
@media (max-width: 992px) {
  #mainNav {
    display: none;
  }
}
#mainNav .logo a {
  display: inline-block;
  width: 150px;
}
#mainNav .logo a img {
  width: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 568px) {
  #mainNav .logo a {
    width: 120px;
  }
}
@media (max-width: 992px) {
  #mainNav .bg-width-lg {
    background: rgb(81, 114, 129);
  }
}
@media (max-width: 992px) {
  #mainNav .navbar {
    padding: 0;
    display: block;
    width: 100%;
  }
}
#mainNav .navbar ul .nav-item {
  margin: 0 2rem;
}
#mainNav .navbar ul .nav-item a {
  color: #212121;
  font-size: 22px;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0.5rem 0rem 0.5rem 0rem;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
}
#mainNav .navbar ul .nav-item a:after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #c8c8c8;
  margin-top: 7px;
  transition: all 300ms ease;
}
#mainNav .navbar ul .nav-item a:hover {
  color: #517281;
}
#mainNav .navbar ul .nav-item a:hover:after {
  width: 100%;
}

.navbar-shrink {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.navbar-shrink .top-socket {
  padding: 15px 0;
}
@media (max-width: 992px) {
  .navbar-shrink .top-socket {
    padding: 0px 5px;
  }
}

.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 310px;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: -500px;
  background-color: rgb(255, 255, 255);
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: all 300ms ease;
  /* 0.5 second transition effect to slide in the sidenav */
  -moz-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.sidenav::-webkit-scrollbar {
  width: 8px;
}
.sidenav::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.sidenav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c50c0e;
  border: 1px solid #c50c0e;
}
.sidenav::-webkit-scrollbar-thumb:hover {
  background: #1b0054;
}
.sidenav .close-btn-sidenav {
  display: none;
}
@media (max-width: 1760px) {
  .sidenav .close-btn-sidenav {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: block;
    text-align: center;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .sidenav .close-btn-sidenav span {
    display: inline-block;
    font-size: 40px;
    position: relative;
    top: -3px;
  }
}
.sidenav .sitebar-klz-logo {
  padding: 15px 0;
  margin-bottom: 10px;
}
.sidenav .sitebar-klz-logo a {
  display: block;
}
.sidenav .sitebar-klz-logo img {
  max-width: 120px;
  width: 100%;
  display: block;
  margin: 10px auto 0 auto;
  position: relative;
}
.sidenav .sitebar-logo {
  padding: 25px 0 15px 0;
  font-family: "kudryashev-d-contrast", sans-serif;
  text-align: center;
  font-size: 200%;
}
@media (max-width: 1760px) {
  .sidenav .sitebar-logo {
    margin-top: 0px;
  }
}
.sidenav .nav-link-startseite {
  display: block;
  text-align: center;
  padding: 15px 10px;
  background: #f1f1f1;
  color: #212121;
}
.sidenav .nav-link-startseite:hover {
  opacity: 0.7;
}
.sidenav .startseite-active {
  background: #f1f1f1;
  color: #212121;
}
.sidenav .region-waehlen {
  margin: 0 1px 10px 1px;
  text-align: center;
  padding: 0px;
  padding-top: 4px;
  border-top: 3px solid #eee;
  border-bottom: 1px solid #eee;
}
.sidenav .region-waehlen .txt-region {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-style: italic;
}
.sidenav .region-waehlen .txt-region-active {
  cursor: pointer;
  transition: all 200ms ease;
}
.sidenav .region-waehlen .txt-region-active:hover {
  color: #c50c0e;
}
.sidenav .region-waehlen .select-btn {
  transition: all 200ms ease;
  padding: 14px 5px 17px 5px;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: "KleineTitel-Bold";
  font-size: 120%;
  line-height: 1;
  border-top: 1px solid #eee;
}
.sidenav .region-waehlen .select-btn:hover {
  background: #eee;
}
.sidenav .region-waehlen .btn-active {
  background: #1b0054;
  color: #fff;
}
.sidenav .region-waehlen .btn-active:hover {
  background: #1b0054;
  color: #fff;
}
.sidenav .region-waehlen .select-ktn {
  border-right: 1px solid #eee;
}
.sidenav .ul-std-links {
  list-style-type: none;
  padding-left: 0 !important;
}
.sidenav .ul-std-links li {
  width: 100%;
  position: relative;
  text-align: center;
  transform: translateX(-100%);
  transition: transform 0.5s, opacity 2s;
  opacity: 0;
  /*&:after {
            content:"";
            display:block;
            margin:5px auto;
            width:50px;
            height:3px;
            background:#eee;
        }*/
}
.sidenav .ul-std-links li:last-child {
  border-bottom: 0;
}
.sidenav .ul-std-links li .nav-link {
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  color: #000;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #ccc;
}
.sidenav .ul-std-links li .nav-link .backttotop-icon {
  opacity: 0;
  position: relative;
  font-size: 140%;
  transform: rotate(-90deg);
  transition: all 200ms ease;
}
.sidenav .ul-std-links li .nav-link:last-child {
  border-bottom: 0;
}
.sidenav .ul-std-links li .nav-link:hover {
  color: #c50c0e;
}
.sidenav .ul-std-links li .nav-link:active, .sidenav .ul-std-links li .nav-link:focus {
  outline: none;
}
.sidenav .ul-std-links li .active {
  color: #c50c0e;
}
@keyframes fadeInLi-v2 {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.sidenav .ul-sidenav {
  list-style-type: none;
  padding-left: 0 !important;
}
.sidenav .ul-sidenav li {
  width: 100%;
  position: relative;
  text-align: center;
  transform: translateX(-100%);
  transition: transform 0.5s, opacity 2s;
  opacity: 0;
}
.sidenav .ul-sidenav li:after {
  content: "";
  display: block;
  margin: 5px auto;
  width: 50px;
  height: 3px;
  background: #eee;
}
.sidenav .ul-sidenav li:last-child {
  border-bottom: 0;
}
.sidenav .ul-sidenav li .nav-link {
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  letter-spacing: 1px;
  color: #888;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #ccc;
}
.sidenav .ul-sidenav li .nav-link .backttotop-icon {
  opacity: 0;
  position: relative;
  font-size: 140%;
  transform: rotate(-90deg);
  transition: all 200ms ease;
}
.sidenav .ul-sidenav li .nav-link:last-child {
  border-bottom: 0;
}
.sidenav .ul-sidenav li .nav-link:hover {
  color: #000;
}
.sidenav .ul-sidenav li .nav-link:active, .sidenav .ul-sidenav li .nav-link:focus {
  outline: none;
}
.sidenav .ul-sidenav li .active {
  color: #c50c0e;
}
.sidenav .ul-sidenav li .active:hover {
  color: #c50c0e;
}
@keyframes fadeInLi {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.open-sidenav {
  left: 0;
}
.open-sidenav .ul-sidenav .li-item {
  animation: fadeInLi 0.7s 1;
  animation-fill-mode: forwards;
}
.open-sidenav .ul-std-links li {
  animation: fadeInLi-v2 0.7s 1;
  animation-fill-mode: forwards;
}
.open-sidenav .fadeInAnimation {
  position: relative;
  transform: translateX(-100%);
  animation: fadeInAnimationtest 0.7s 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimationtest {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

footer {
  padding-top: 100px;
}
@media (max-width: 1440px) {
  footer {
    padding-top: 40px;
    width: 96%;
    margin-left: 2%;
  }
}
@media (max-width: 992px) {
  footer {
    padding-top: 20px;
  }
}
footer .backtoptop {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
footer .backtoptop:after {
  content: "";
  display: block;
  width: 200px;
  height: 70px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  margin-left: -100px;
  box-shadow: rgba(33, 35, 38, 0.3) 0px 10px 10px -10px;
}
footer .backtoptop a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #3d4c53;
  line-height: 50px;
  position: relative;
}
footer .backtoptop a span {
  display: inline-block;
  color: #fff;
  position: relative;
  top: 5px;
}
footer .backtoptop a:hover {
  background: #e6772e;
}
footer .footer-txt-box {
  background-color: rgba(220, 220, 220, 0.3);
  padding-top: 100px;
  padding-bottom: 100px;
}
footer .footer-txt-box .kontakt-box {
  text-align: center;
  padding: 30px 0;
}
footer .footer-txt-box .kontakt-box h3 {
  letter-spacing: 2px;
}
footer .footer-txt-box .kontakt-box h3 span {
  display: inline-block;
}
footer .footer-txt-box .kontakt-box h3 span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin-top: 5px;
}
footer .footer-txt-box .kontakt-box .icon-box {
  padding: 20px 0;
}
footer .footer-txt-box .kontakt-box a {
  display: block;
  color: #000;
  padding: 5px;
  margin: 5px 0;
  font-size: 1.1rem;
}
footer .footer-txt-box .kontakt-box a:hover {
  color: #1b0054;
}
footer .footer-img-box {
  background-color: rgba(177, 211, 233, 0.3);
  width: 100%;
  height: 700px;
  background-image: url(../img/footer-img.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (max-width: 768px) {
  footer .footer-img-box {
    height: 500px;
  }
}
@media (max-width: 400px) {
  footer .footer-img-box {
    height: 300px;
  }
}
footer .footer-links ul {
  list-style-type: none;
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 992px) {
  footer .footer-links ul {
    margin-top: 20px;
  }
}
footer .footer-links ul li a {
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-size: 90%;
}
footer .footer-links ul li a i {
  display: inline-block;
  margin-right: 10px;
  font-size: 70%;
}
footer .footer-links ul li a:hover {
  color: #c50c0e;
}
@media (max-width: 568px) {
  footer .footer-links ul li {
    display: block;
    width: 100%;
    text-align: center;
  }
}
footer .footer-socket {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px 0px;
  border-top: 1px solid #000;
}
footer .footer-socket .video-box video {
  width: 20%;
  display: block;
  margin: 0 auto;
}
footer .footer-socket .footer-logo img {
  display: block;
  max-width: 120px;
  margin: 25px auto 0 auto;
}
footer .footer-socket .klammer-footer img {
  display: block;
  margin: 20px auto 0 auto;
  width: 50px;
  animation-name: klammerAni;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  position: relative;
}
@keyframes klammerAni {
  0% {
    transform: rotate(0deg);
  }
  14% {
    transform: rotate(25deg);
  }
  28% {
    transform: rotate(0deg);
  }
}
footer .footer-socket .inner-socket {
  text-align: center;
  margin-top: 20px;
}
footer .footer-socket .inner-socket a {
  color: #000;
}
footer .footer-socket .inner-socket div {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  footer .footer-socket .inner-socket div .breaker {
    display: block;
    opacity: 0;
    height: 3px;
  }
}

#impressum-modal a {
  color: #000;
}
#impressum-modal a:hover {
  color: #1b0054;
}

.didomi-popup-notice-text h3 {
  font-family: "kleine_sans";
  font-weight: 700;
}

#index-test {
  border: 1px solid red;
  font-family: Arial, Helvetica, sans-serif;
}
#index-test h1 {
  color: blue;
  border: 1px solid blue;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif !important;
}
#index-test button {
  width: 100%;
  height: 50px;
  text-align: center;
}

body {
  background-image: url(../img/background-img-xl.jpg);
  background-size: 100%;
  background-attachment: fixed;
}
@media (max-width: 1200px) {
  body {
    background-image: none;
  }
}

.wrapper-ie {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eee;
}
.wrapper-ie p {
  width: 30%;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 35%;
  margin-top: -50px;
}

.test {
  color: #fff;
}

.not-found-page {
  text-align: center;
  padding: 220px 0;
  font-family: "kleine_sans";
  font-weight: 700;
  font-size: 300%;
  line-height: 1;
}
.not-found-page span {
  display: block;
  font-size: 400%;
}

html {
  line-height: 1.5;
}

body {
  color: #212121;
  font-size: 1em;
  font-family: "kleine_sans";
  font-weight: 500;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c50c0e;
  border: 1px solid #c50c0e;
}
body::-webkit-scrollbar-thumb:hover {
  background: #1b0054;
  border: 1px solid #1b0054;
}

a {
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a * {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

strong {
  font-family: "kleine_sans";
  font-weight: 700;
}

.container-fluid {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid-v2 {
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-all {
  position: relative;
  z-index: 10;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1; /* Damit das Video im Hintergrund bleibt */
  display: none;
}
.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover; /* Wichtig: bedeckt den gesamten Bereich */
  z-index: -1;
}

.container {
  max-width: 1024px;
}

.container-padding {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .container-padding {
    padding-top: 100px;
  }
}

#start {
  padding-top: 0px;
}
@media (max-width: 992px) {
  #start {
    margin-top: 140px;
  }
}

.padding-xl {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 992px) {
  .padding-xl {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.padding-l {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  .padding-l {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.padding-m {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .padding-m {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.padding-s {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-t-s {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .padding-t-s {
    padding-top: 50px;
  }
}

.padding-t-m {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .padding-t-m {
    padding-top: 50px;
  }
}

.padding-t-l {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .padding-t-l {
    padding-top: 50px;
  }
}

.padding-t-xl {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .padding-t-xl {
    padding-top: 50px;
  }
}

.padding-b-s {
  padding-bottom: 50px;
}

.padding-b-m {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .padding-b-m {
    padding-bottom: 50px;
  }
}

.padding-b-l {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .padding-b-l {
    padding-bottom: 50px;
  }
}

.padding-b-xl {
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .padding-b-xl {
    padding-bottom: 50px;
  }
}

.padding-tb-s {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-tb-m {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .padding-tb-m {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.padding-tb-l {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .padding-tb-l {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.padding-tb-xl {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .padding-tb-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.margin-t-s {
  margin-top: 50px;
}

.margin-t-m {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .margin-t-m {
    margin-top: 50px;
  }
}

.margin-t-l {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .margin-t-l {
    margin-top: 50px;
  }
}

.margin-t-xl {
  margin-top: 200px;
}
@media (max-width: 768px) {
  .margin-t-xl {
    margin-top: 50px;
  }
}

.margin-b-s {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .margin-b-s {
    margin-bottom: 50px;
  }
}

.margin-b-m {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .margin-b-m {
    margin-bottom: 50px;
  }
}

.margin-b-l {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .margin-b-l {
    margin-bottom: 50px;
  }
}

.margin-b-xl {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .margin-b-xl {
    margin-bottom: 50px;
  }
}

.margin-tb-s {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-tb-m {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .margin-tb-m {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.margin-tb-l {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .margin-tb-l {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.margin-tb-xl {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .margin-tb-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

a {
  color: #000;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  font-family: "kleine_titel";
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 25px;
}
h1 span {
  display: inline-block;
  color: #c50c0e;
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-family: "kleine_titel";
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media (max-width: 992px) {
  h2 {
    font-size: 1.5rem;
  }
}
h2 .breaker {
  display: block;
}
@media (max-width: 992px) {
  h2 .breaker {
    display: none;
  }
}

.custom-h2 {
  font-family: "kleine_sans";
  font-weight: 500;
  color: #c50c0e;
  font-size: 2.5rem;
}
@media (max-width: 992px) {
  .custom-h2 {
    font-size: 2.8rem;
  }
}
.custom-h2 span {
  display: block;
  font-size: 60%;
}
@media (max-width: 992px) {
  .custom-h2 span {
    font-size: 80%;
  }
}

.wrapper-xl {
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.headline-box {
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px;
}
.headline-box:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #000;
}
.headline-box:after {
  content: "";
  display: block;
  width: 50px;
  height: 7px;
  background: #000;
  border-radius: 2rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.headline-box h2 {
  position: relative;
  z-index: 2;
  background: #fff;
  display: inline-block;
  padding-right: 25px;
  margin-bottom: 10px;
}

h3 {
  font-family: "kleine_titel";
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 992px) {
  h3 {
    font-size: 1.2rem;
  }
}

.scrolltop-box {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  transition: all 200ms ease;
  opacity: 0;
}
@media (max-width: 992px) {
  .scrolltop-box {
    right: 10px;
    bottom: 10px;
  }
}
.scrolltop-box a {
  display: block;
  width: 100%;
  color: #000;
  line-height: 40px;
  height: 40px;
  text-align: left;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
.scrolltop-box a span {
  display: block;
  width: 100%;
  margin-top: 2px;
  background-image: url(../img/arrow-top.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
}
.link-weiterlesen {
  color: #212121;
  display: inline-block;
  padding: 8px 0;
}
.link-weiterlesen .txt {
  display: inline-block;
}
.link-weiterlesen .icon-arrow {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 7px;
}
.link-weiterlesen:hover {
  color: #1b0054;
}
.link-weiterlesen:hover .icon-arrow {
  margin-left: 15px;
}
.header-intro {
  padding-top: 0;
  padding-bottom: 0;
}
.header-intro .margin-s {
  margin-top: 50px;
}
.header-intro h1 {
  color: #c50c0e;
}
@media (max-width: 992px) {
  .header-intro h1 {
    margin-top: 20px;
  }
}
.header-intro h1 .breaker {
  display: block;
}
@media (max-width: 992px) {
  .header-intro h1 .breaker {
    display: none;
  }
}
.header-intro .height-box {
  height: 600px;
  position: relative;
}
.header-intro .height-box .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  /*&:after {
            content:"";
            display:inline-block;
            width:100%;
            height:100%;
            background:$c-fed1be;
            position:absolute;
            left:20px;
            top:20px;
            z-index:-1;
        }*/
}
@media (max-width: 992px) {
  .header-intro .height-box {
    height: 450px;
  }
}
@media (max-width: 568px) {
  .header-intro .height-box {
    height: 350px;
  }
}
.header-intro .txt-box-outer {
  position: relative;
}
.header-intro .txt-box-outer .txt-box {
  color: #212121;
  padding: 20px 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .header-intro .txt-box-outer .txt-box {
    padding: 10px 0;
    text-align: left;
  }
}
.header-intro .txt-box-outer .txt-box p {
  margin-bottom: 0;
  text-align: justify;
}
@media (max-width: 992px) {
  .header-intro .txt-box-outer .txt-box p {
    text-align: left;
  }
}

.img-box-outer {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  border-radius: 2em;
}
.img-box-outer img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}

.img-box-v1 {
  background: #eee;
  height: 500px;
}

.sponsorbox-outer h3 {
  margin-bottom: 20px;
}
.sponsorbox-outer .logo-box {
  transition: all 200ms ease;
  position: relative;
  margin-bottom: 25px;
  height: 230px;
}
@media (max-width: 768px) {
  .sponsorbox-outer .logo-box {
    height: auto;
  }
}
.sponsorbox-outer .logo-box img {
  transition: all 200ms ease;
  display: block;
  margin: 0 auto;
  max-width: 200px;
  max-height: 140px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .sponsorbox-outer .logo-box img {
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  .sponsorbox-outer .logo-box img {
    top: 0%;
    transform: translateY(0%);
    max-width: 200px;
    max-height: 140px;
  }
}
.sponsorbox-outer .logo-box .img-big {
  max-width: 300px;
}
.sponsorbox-outer .logo-box .logoplatzhatler {
  transition: all 200ms ease;
  display: block;
  width: 180px;
  height: 140px;
  background: #333;
  margin: 20px auto;
  position: relative;
}
.sponsorbox-outer .logo-box .logoplatzhatler:after {
  content: "Logo";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.sponsorbox-outer .logo-box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sponsorbox-outer .logo-box:hover {
  transform: scale(0.95);
}
.sponsorbox-outer .logo-box:hover img {
  opacity: 0.8;
}

.kategorien-outer .kategorien-inner {
  padding: 15px;
}
@media (max-width: 992px) {
  .kategorien-outer .kategorien-inner {
    padding: 0;
  }
}
.kategorien-outer .kategorien-inner h3 {
  color: #c50c0e;
}
.kategorien-outer .kategorien-inner p {
  padding-left: 20px;
  border-left: 1px solid #c50c0e;
}

.box-to-form-outer {
  margin-left: 0;
  margin-right: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.box-to-form {
  background: #c50c0e;
  background: rgb(153, 12, 14);
  background: linear-gradient(266deg, rgb(153, 12, 14) 0%, rgb(197, 12, 14) 100%);
  padding-top: 50px;
  padding-bottom: 60px;
  border-radius: 2em;
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.1s ease-out;
}
.box-to-form:before {
  content: "";
  background: linear-gradient(-56deg, rgb(60, 17, 152) 0%, rgb(102, 130, 255) 100%);
  background: linear-gradient(266deg, rgb(197, 12, 14) 0%, rgb(153, 12, 14) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
@media (max-width: 992px) {
  .box-to-form {
    margin: 20px 0;
    padding: 30px 0 40px 0;
  }
}
.box-to-form:hover:before {
  opacity: 1;
}
.box-to-form a {
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 230%;
  font-family: "kleine_titel";
  font-weight: 700;
  line-height: 1;
  color: #fff;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .box-to-form a {
    font-size: 160%;
  }
}
@media (max-width: 568px) {
  .box-to-form a {
    font-size: 150%;
  }
}
.box-to-form a span {
  display: inline-block;
  transform: scale(1.5);
  margin-left: 20px;
}
.box-to-form .gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(13, 22, 51, 0) 100%);
  animation: animationv1 6s infinite ease-in-out alternate;
  width: 150px;
  height: 300%;
  position: absolute;
  left: -50%;
  top: -150px;
  z-index: 5;
  opacity: 0.3;
  transform: rotate(-10deg);
}
@keyframes animationv1 {
  0% {
    left: -50%;
  }
  25% {
    left: -50%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

.jury-content h4 {
  font-family: "kleine_sans";
  font-weight: 700;
  color: #c50c0e;
  margin-top: 25px;
}
.jury-content h4 span {
  display: inline-block;
  font-size: 70%;
}
.jury-content ul {
  padding-left: 1.4rem;
  margin-bottom: 20px;
  list-style-type: none;
}
.jury-content ul li {
  position: relative;
}
.jury-content ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c50c0e;
  position: absolute;
  left: -18px;
  top: 10px;
}

.nominierte-content .col-lg-6 {
  margin-top: 15px;
  margin-top: 15px;
}
.nominierte-content h4 span {
  display: block;
  font-family: "kleine_titel";
  font-weight: 700;
  font-size: 120%;
  color: #c50c0e;
}
.nominierte-content ul {
  padding-left: 1.4rem;
  margin-bottom: 20px;
  list-style-type: none;
}
.nominierte-content ul li {
  position: relative;
  padding: 3px 0;
}
.nominierte-content ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c50c0e;
  position: absolute;
  left: -18px;
  top: 10px;
}

.img-whitespace-outer {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 65px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
@media (max-width: 992px) {
  .img-whitespace-outer {
    margin-top: 0;
  }
}
.img-whitespace-outer img {
  display: block;
  max-width: 100%;
}
.img-whitespace-outer .img-whitespace-txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20%;
  padding: 40px;
  color: #fff;
  z-index: 2;
}
@media (max-width: 992px) {
  .img-whitespace-outer .img-whitespace-txt {
    bottom: 5%;
  }
}
.img-whitespace-outer .img-whitespace-txt .title {
  color: #fff;
  font-family: "kleine_titel";
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  opacity: 0;
  animation-name: textFader;
  animation-duration: 18s;
  /* <---{ 6sec * num(H2) = 18sec } */
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .img-whitespace-outer .img-whitespace-txt .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .img-whitespace-outer .img-whitespace-txt .title {
    font-size: 1.2rem;
  }
}
.img-whitespace-outer .img-whitespace-txt .title:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 1px;
  background: #fff;
}
@media (max-width: 992px) {
  .img-whitespace-outer .img-whitespace-txt .title:after {
    width: 70px;
    margin-left: -35px;
    bottom: -10px;
  }
}
.img-whitespace-outer .img-whitespace-txt .titlev1 {
  animation-delay: 0s;
}
.img-whitespace-outer .img-whitespace-txt .titlev2 {
  animation-delay: 6s;
}
.img-whitespace-outer .img-whitespace-txt .titlev3 {
  animation-delay: 12s;
}
@keyframes textFader {
  0% {
    opacity: 0;
  }
  /* fade-in */
  11% {
    opacity: 1;
  }
  /* show */
  22% {
    opacity: 1;
  }
  /* fade-out */
  33% {
    /* <-------------------{ 100% / num(H2) = 33% } */
    opacity: 0;
  }
  /* waiting for the finish animation of other blocks */
  100% {
    opacity: 0;
  }
}
.img-whitespace-outer .img-whitespace-overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(197, 12, 14, 0) 100%);
}

.whitespace-small {
  display: none;
}
@media (max-width: 992px) {
  .whitespace-small {
    display: block;
    padding: 20px 0;
  }
}
.whitespace-small img {
  display: block;
  position: relative;
  margin: 0 auto;
}

#img-slider-owl {
  width: 96%;
  margin: 0 auto;
  position: relative;
  margin-top: 25px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 992px) {
  #img-slider-owl {
    width: 84%;
  }
}
#img-slider-owl .item {
  padding: 10px 20px;
}
@media (max-width: 600px) {
  #img-slider-owl .item {
    padding: 10px 2px;
  }
}
#img-slider-owl .item a {
  display: block;
}
#img-slider-owl .item .img-box {
  border-radius: 25px;
  overflow: hidden;
  background: #eee;
  transition: all 200ms ease;
  background-size: cover;
  background-position: center center;
}
#img-slider-owl .item .img-box:hover {
  opacity: 0.7;
}
#img-slider-owl .item .img-box img {
  display: block;
  max-width: 100%;
}
#img-slider-owl .owl-dots {
  display: none;
}
@media (max-width: 600px) {
  #img-slider-owl .owl-nav {
    width: 100%;
  }
}
#img-slider-owl .owl-nav .owl-prev {
  background: rgb(255, 255, 255);
  position: absolute;
  top: -4px;
  left: -10px;
  height: 100%;
  width: 50px;
  transition: all 200ms ease;
  border-radius: 0;
  color: #000;
  z-index: 100;
}
@media (max-width: 992px) {
  #img-slider-owl .owl-nav .owl-prev {
    left: -40px;
  }
}
@media (max-width: 600px) {
  #img-slider-owl .owl-nav .owl-prev {
    height: 50px;
    top: 0;
    position: relative;
    margin: 0;
    width: 50%;
    left: -1px;
    text-align: right;
  }
}
#img-slider-owl .owl-nav .owl-prev span {
  display: block;
  position: relative;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  #img-slider-owl .owl-nav .owl-prev span {
    left: -10px;
  }
}
@media (max-width: 600px) {
  #img-slider-owl .owl-nav .owl-prev span {
    left: 0;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #000;
  }
}
#img-slider-owl .owl-nav .owl-prev:hover {
  color: #c50c0e;
}
#img-slider-owl .owl-nav .owl-next {
  background: rgb(255, 255, 255);
  position: absolute;
  top: -4px;
  right: -10px;
  height: 100%;
  width: 50px;
  transition: all 200ms ease;
  border-radius: 0;
  color: #000;
  z-index: 100;
}
@media (max-width: 992px) {
  #img-slider-owl .owl-nav .owl-next {
    right: -40px;
  }
}
@media (max-width: 600px) {
  #img-slider-owl .owl-nav .owl-next {
    height: 50px;
    top: 0;
    position: relative;
    margin: 0;
    width: 50%;
    right: -10px;
    text-align: left;
  }
}
#img-slider-owl .owl-nav .owl-next span {
  display: block;
  position: relative;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  #img-slider-owl .owl-nav .owl-next span {
    right: -10px;
  }
}
@media (max-width: 600px) {
  #img-slider-owl .owl-nav .owl-next span {
    right: 0;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #000;
  }
}
#img-slider-owl .owl-nav .owl-next:hover {
  color: #c50c0e;
}

.video-outer .video-inner {
  margin-top: 60px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.klammer-box {
  position: fixed;
}
.klammer-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1400px) {
  .klammer-box {
    display: none;
  }
}

.klammer-v1 {
  left: 40px;
  top: 50px;
}

.klammer-v2 {
  right: 30px;
  top: 50px;
  transform: rotate(15deg) scale(0.5);
  display: none;
}

.klammer-v3 {
  left: 40px;
  bottom: 50px;
  transform: rotate(35deg) scale(0.4);
  display: none;
}

.klammer-v4 {
  right: 50px;
  bottom: 20px;
}

@media (max-width: 992px) {
  #teilnahme {
    padding-top: 120px;
  }
}

/*# sourceMappingURL=style.css.map */
