@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/roboto/Roboto-Bold-webfont.eot");
  src: url("../fonts/roboto/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/roboto/Roboto-Light-webfont.eot");
  src: url("../fonts/roboto/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/roboto/Roboto-Regular-webfont.eot");
  src: url("../fonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Condensed';
  src: url("../fonts/roboto/RobotoCondensed-Regular-webfont.eot");
  src: url("../fonts/roboto/RobotoCondensed-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/RobotoCondensed-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
body {
  font-family: 'Roboto-Light', sans-serif;
  background: url("../img/hero-bg.jpg"); }

p {
  color: #656565;
  font-family: "Roboto-Light", sans-serif !important;
  font-size: 16px; }

.bg-white-trans {
  background: rgba(255, 255, 255, 0.7); }

h3 {
  font-size: 40px;
  font-weight: lighter;
  margin: 80px  0 10px 0;
  color: black; }

h4 {
  font-size: 30px;
  font-weight: lighter;
  margin: 80px  0 10px 0;
  color: black; }

.kurzline {
  width: 50px;
  height: 1px;
  background: #4f97a7;
  margin: 0 auto 50px auto; }

.longline {
  width: 100%;
  height: 2px;
  background: #4f97a7;
  margin: 40px auto; }

.line {
  width: 100%;
  height: 1px;
  background: #4f97a7;
  margin: 5px auto; }

.navbar-nav li {
  color: #989898;
  text-transform: uppercase; }

.navbar-brand img {
  width: 250px; }

.nav-item.active a {
  color: #4f97a7 !important; }

.navbar-nav .nav-link:hover {
  background: #4f97a7;
  color: white !important; }

.navbar.navbar-expand-lg.navbar-light {
  padding: 15px 0 15px 0; }

.bg-weiss {
  background: white; }

.section-hero {
  background: url("../img/hero-image.jpg") no-repeat 1% 10%;
  background-size: cover;
  height: 80vh;
  -webkit-clip-path: ellipse(100% 80% at 75% 20%);
  clip-path: ellipse(100% 80% at 70% 20%); }

.headline {
  display: inline-block;
  margin-top: 18%;
  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
  color: #4f97a7;
  margin-left: -15px; }
  .headline h1 {
    margin: 0;
    font-size: 45px; }
  .headline h2 {
    margin: 0;
    font-size: 23px; }

.button {
  background: #4f97a7;
  padding: 10px;
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  color: white; }
  .button:hover {
    text-decoration: none;
    color: White;
    background: #3f7884; }

figure {
  overflow: hidden; }

figure:hover img {
  opacity: .7; }

.imgStyle {
  border-radius: 15px;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.subline {
  text-decoration: underline;
  text-decoration-color: #4f97a7; }

.mail {
  color: #656565; }
  .mail:hover {
    color: #4f97a7; }

.zwischen {
  margin: 0 0 50px 0;
  width: 100%;
  height: 450px;
  background-size: cover !important;
  background: url("../img/zwischen.jpg") no-repeat fixed center center; }

.text-box {
  width: 500px;
  max-width: 90%;
  margin: 0 auto; }

.footer {
  background: white;
  padding: 10px 0;
  margin-top: 70px;
  border-bottom: 5px solid #4f97a7; }
  .footer a {
    color: black; }
    .footer a:hover {
      color: #4f97a7;
      text-decoration: none; }

section#buble {
  position: fixed;
  top: 40%;
  bottom: 40%;
  right: 10px;
  margin: 0;
  z-index: 11;
  /*** buble ***/ }
  section#buble .nav {
    background: none;
    border: 0;
    position: relative;
    display: flex;
    flex-direction: column; }
  section#buble .nav__item {
    line-height: 1;
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    letter-spacing: 0;
    color: currentColor;
    border: 0;
    background: none; }
  section#buble .nav__item:focus {
    outline: none; }
  section#buble .nav--buble .nav__item {
    width: 25px;
    height: 10px; }
  section#buble .nav--buble .nav__item::before {
    content: '';
    position: absolute;
    bottom: 1%;
    right: 10px;
    width: 15px;
    border: 1px solid #4f97a7;
    background: white;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    display: block; }
  section#buble .nav--buble .nav__item--current::before,
  section#buble .nav--buble .nav__item:not(.nav__item--current):focus::before,
  section#buble .nav--buble .nav__item:not(.nav__item--current):hover::before,
  section#buble .nav--buble .nav__item:not(.nav__item--current).active::before {
    background: #4f97a7;
    border: 2px solid #4f97a7;
    width: 25px; }
  section#buble .nav--buble .nav__item-title {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: -5px;
    right: 50px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    color: #4f97a7;
    background: white;
    padding: 5px;
    border: 1px solid #4f97a7;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  section#buble .nav__item--current:hover .nav__item-title {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

.cookies-hinweiss {
  position: fixed;
  bottom: 0;
  right: 0;
  background: black;
  width: 250px;
  color: white;
  padding: 30px;
  z-index: 99999999; }

.cookies-hinweiss p {
  font-size: 11px; }

.cookies-hinweiss a {
  color: #4f97a7; }

.cookies-hinweiss a:hover {
  color: gray; }

.buttonzu {
  width: 20px;
  text-align: center;
  height: 20px;
  font-size: 11px;
  color: #4f97a7;
  position: absolute;
  left: 1px;
  top: 1px;
  cursor: pointer;
  border: 0; }

.buttonzu p {
  display: block;
  margin: -8px;
  padding: 0; }

.display-none {
  display: none !important; }

.logos {
  background: #ededed;
  margin-top: 55px;
  padding: 50px 0; }

.carousel-inner img {
  border-radius: 20px; }

.carousel-indicators .active {
  background-color: #4f97a7; }

.backLink {
  display: inline-block;
  margin-bottom: 25px;
  color: white;
  background: #4f97a7;
  padding: 5px; }
  .backLink:hover {
    text-decoration: none;
    color: white;
    background: #3f7884; }

.imgKarte {
  width: 60%;
  align-self: flex-end; }

.logoKarte {
  width: 35%;
  align-self: flex-end; }

#Ebene_1 {
  height: 500px; }

.navbar-brand {
  display: none; }

@media only screen and (max-width: 600px) {
  .desktop {
    display: none; }

  .navbar-brand {
    display: block !important; }

  #Ebene_1 {
    height: auto !important; }

  .navbar-brand img {
    width: 170px !important; }

  .zwischen {
    background: url("../img/zwischen.jpg") no-repeat scroll center center !important;
    background-size: cover !important;
    height: 200px !important; }

  .button {
    display: block !important;
    margin: 10px auto !important;
    text-align: center; }

  .logo {
    margin: 20px auto !important;
    width: 150px !important;
    display: block !important; }

  .logo2 {
    width: 90% !important;
    display: block !important;
    margin: 20px auto !important; }

  .footer a {
    font-size: 14px; }

  .mb-sm-3 {
    margin-bottom: 20px !important; }

  .mt-sm-3 {
    margin-top: 20px !important; }

  .section-hero {
    position: relative;
    background: url("../img/hero-image.jpg") no-repeat 72% 10% !important;
    height: 100vh !important;
    -webkit-clip-path: none;
    clip-path: none; }

  .headline {
    background: white;
    border-bottom: 1px solid #ededed;
    position: absolute;
    bottom: 0; }
    .headline h1 {
      font-size: 20px; }
    .headline h2 {
      font-size: 18px; }
      .headline h2 br {
        display: none; }

  .cookies-hinweiss {
    width: 100%; } }
.hover path {
  fill: black !important; }

.map #hessen, .map #RheinlandPfalz {
  fill: grey !important; }
  .map #hessen path, .map #RheinlandPfalz path {
    cursor: pointer; }
    .map #hessen path:hover, .map #RheinlandPfalz path:hover {
      fill: #4f97a7 !important; }
.map #sarrland {
  fill: grey !important;
  cursor: pointer; }
  .map #sarrland:hover {
    fill: #4f97a7 !important; }

@media only screen and (max-width: 1000px) {
  .marginMobileTop {
    margin-top: 20px !important; }

  .marginMobileBottom {
    margin-bottom: 20px !important; } }
@media only screen and (min-width: 600px) {
  .shononlyHandy {
    display: none; } }
@media only screen and (max-width: 1024px) {
  .orderonMobile {
    order: 12; }

  .section-hero {
    background: url("../img/hero-image.jpg") no-repeat 60% 10%; }

  .navbar-nav .nav-link {
    padding-left: 10px; }

  #buble {
    display: none; } }

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