.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
  max-width: 300px;
}

.swiper-slide {
  background-position-x: center;
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
  background: #666;
}

.footer-bottom {
/*  border-top: 1px solid #666;*/
  padding: 45px 0;
}

h4, .heading-4 {
  line-height: 1.2;
}

.rd-navbar-panel {
  padding: 10px 0;
}

.frlogo {
  transition: all 5s ease-out;
}

.brandimage {
  transition: all 5s ease-out;
}

Element {
}
.rd-navbar-fixed .rd-navbar-panel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 4px;
  color: #ffffff;
  box-shadow: none;
  background: #959595;
  border-bottom: 1px solid #ffffff;
}

#osm {
  width: 100%;
  height: 500px;
}

.form-check-input {
  display: block;
  width: 50px;
  min-height: 50px;
  padding: 10px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  background-color: #ffffff;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 2px solid #eaeaea;
  left: 20px;
}

.form-check-label {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding-left: 65px;
  padding-right: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: .25s;
  will-change: transform;
  transform: translateY(-50%);
}

.terminspacer {
  padding: 15px 0;
}

.dsgvo {
  margin-top: 20px;
  margin-bottom: 0;
}