.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.navbar-sec {
  background-color: #fff;
}

.header-info-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Opensans o', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.text-block {
  font-weight: 300;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100%;
  box-shadow: 0 0 19px 4px rgba(0, 0, 0, 0.2);
}

.brand {
  width: 250px;
}

.container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container.text-center {
  text-align: center;
}

.nav-link {
  padding: 13px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: 'Raleway o', sans-serif;
  color: #58585a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link.w--current {
  background-color: #ffed00;
  color: #58585a;
}

.top-info-sec {
  padding: 2px;
  background-color: #58585a;
}

.header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
}

.nav-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-info-icon {
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffed00;
}

.body {
  height: 100%;
}

.slider {
  height: 700px;
}

.banner-img-1 {
  height: 100%;
  background-image: url('../images/banner-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.banner-container {
  position: relative;
  top: 50%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.banner-content {
  width: 450px;
  padding: 15px 30px 30px 40px;
  background-color: rgba(0, 0, 0, 0.8);
}

.banner-h1 {
  font-family: 'Opensans o', sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}

.banner-sub-text {
  font-family: 'Opensans o', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}

.banner-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Opensans o', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.text-block-2 {
  display: inline-block;
}

.list-style {
  padding-right: 15px;
}

.uber-sec {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/uber-uns-bottom-pat.jpg'), url('../images/uber-uns-top-pat.jpg'), url('../images/uber-uns-bg.jpg');
  background-position: 50% 100%, 50% 0%, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: repeat-x, repeat-x, repeat;
}

.uber-text.text-center {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.heading-after-line {
  margin-bottom: 30px;
}

.heading-after-line.text-center {
  text-align: center;
}

.para {
  font-family: 'Opensans o', sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}

.para.text-center {
  text-align: center;
}

.jta-text {
  padding-bottom: 0px;
  padding-left: 67px;
  float: none;
  font-size: 20px;
  line-height: 50px;
  text-align: left;
}

.conteiner {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.cta-sec {
  margin-top: 0px;
}

.div-block {
  padding-top: 29px;
  padding-bottom: 29px;
}

.outer-cta-div {
  padding-top: 28px;
  padding-bottom: 25px;
}

.outer-cta-div.text-center {
  padding-top: 42px;
  padding-bottom: 42px;
  text-align: center;
}

.jet-cta {
  width: 239px;
  height: 50px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-radius: 50px;
  background-color: #58585a;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.cta-backgrund {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 237, 0, 0.85)), to(rgba(255, 237, 0, 0.85))), url('../images/cta-bg.jpg');
  background-image: linear-gradient(180deg, rgba(255, 237, 0, 0.85), rgba(255, 237, 0, 0.85)), url('../images/cta-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.jta-circle {
  width: 55px;
  height: 55px;
  margin-top: -2px;
  padding: 13px;
  float: left;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}

.paragraph-2 {
  padding-top: 21px;
  font-family: 'Opensans o', sans-serif;
  color: #555;
  font-size: 21px;
  line-height: 30px;
}

.heading {
  margin-top: 7px;
  margin-bottom: 0px;
  font-family: 'Raleway o', sans-serif;
  color: #555;
  font-size: 40px;
  line-height: 59px;
}

.after-line {
  width: 400px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #58585a;
}

.heading-2 {
  font-family: 'Raleway o', sans-serif;
  color: #555;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}

.heading-2.text-center {
  text-align: center;
}

.heading-2.text-center.text-yellow {
  color: #ffed00;
}

.service-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #58585a;
  box-shadow: 1px 0 6px -5px #fff;
}

.outer-secc {
  display: block;
  padding: 60px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-heading-3 {
  height: 100%;
  font-family: 'Raleway o', sans-serif;
  color: #555;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.circle-inn {
  position: absolute;
  width: 130px;
  height: 130px;
  padding: 10px;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-color: #58585a;
  border-radius: 50%;
  background-color: #ffed00;
}

.service-background-image {
  padding-top: 64px;
  padding-bottom: 50px;
  background-image: url('../images/service-pat-opacity.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/srvice-bg.jpg');
  background-image: url('../images/service-pat-opacity.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/srvice-bg.jpg');
  background-position: 0% 0%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.text-serve {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ciccle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.para-service {
  font-family: 'Opensans o', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.bildergalerie-sec {
  padding-top: 50px;
  padding-bottom: 60px;
}

.gallery {
  padding-top: 20px;
}

.gal-img-card {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 3px;
  padding-left: 3px;
}

.contact-sec {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/contact-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foot-main-div {
  display: block;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-circle {
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #ffed00;
  border-radius: 50%;
}

.foot-content {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-8 {
  font-family: Raleway;
  color: #fff;
  font-size: 18px;
}

.heading-9 {
  font-family: 'Opensans o', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.footer-contact-heading {
  font-family: 'Raleway o', sans-serif;
  color: #ffed00;
  font-size: 26px;
}

.copyright-text {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #ffed00;
}

.copyright-link {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Raleway o', sans-serif;
  color: #555;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.copyright-link.br {
  border-right: 1px solid #58585a;
}

._w-100 {
  width: 100%;
}

.inner-banner-container {
  position: relative;
  top: 50%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.inner-banner-content {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 30px 30px 40px;
  background-color: rgba(0, 0, 0, 0.8);
}

.impressum-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.col-row-imp {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
}

.p {
  font-size: 14px;
}

.p.para {
  font-size: 16px;
  line-height: 28px;
}

.p.para.italic {
  font-style: italic;
}

.p.para.label-imp {
  font-weight: 700;
}

.h-4 {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
}

.h-4.h4-imp {
  margin-top: 40px;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

.datenschutz-content {
  padding-top: 60px;
}

.p-3 {
  font-size: 16px;
}

.p-3.para {
  color: #222;
  font-size: 14px;
  line-height: 24px;
}

.p-3.para.label-imp {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.p-3.para.para-imp {
  font-size: 14px;
}

.imp-logo {
  width: 250px;
}

.h-3 {
  margin-top: 10px;
}

.h-3.sec-h3-inner {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.container-4 {
  width: 1200px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-heading-2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.sec-heading-2.text-center {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .header-info-info {
    padding-right: 0px;
    padding-left: 5px;
    font-size: 14px;
  }

  .text-block {
    line-height: 16px;
  }

  .container.header-info-sm {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo-sm {
    width: 200px;
    max-width: none;
  }

  .nav-link {
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
    background-color: #58585a;
    color: hsla(0, 0%, 100%, 0.8);
  }

  .nav-link.w--current {
    border-right: 1px none #fff;
    border-bottom: 1px solid #fff;
    border-top-width: 1px;
    border-top-color: #fff;
    color: #58585a;
  }

  .icon {
    color: #000;
  }

  .nav-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #c80f14;
  }

  .header-info-icon {
    width: 36px;
    height: 36px;
    padding: 6px;
  }

  .banner-img-1 {
    background-position: 50% 116px;
  }

  .banner-content {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
  }

  .banner-h1 {
    font-size: 30px;
  }

  .banner-sub-text {
    font-size: 26px;
  }

  .outer-cta-div.text-center {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .paragraph-2 {
    font-size: 19px;
    line-height: 26px;
  }

  .heading {
    font-size: 35px;
  }

  .heading-2.text-center {
    font-size: 42px;
  }

  .outer-secc {
    padding-right: 12px;
    padding-left: 12px;
  }

  .service-heading-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .service-background-image {
    padding-bottom: 0px;
  }

  .bildergalerie-sec {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .foot-main-div {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inner-banner-content {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
  }

  .h-3.sec-h3-inner {
    font-size: 40px;
    line-height: 44px;
  }

  .container-4 {
    width: 768px;
    max-width: 768px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .top-info-sec {
    display: none;
  }

  .banner-img-1 {
    background-position: 68% 50%;
  }

  .banner-container {
    padding-top: 64px;
  }

  .banner-content {
    width: 100%;
  }

  .uber-text.text-center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .para {
    font-size: 18px;
    line-height: 28px;
  }

  .outer-cta-div {
    text-align: center;
  }

  .jet-cta {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .heading {
    font-size: 30px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .outer-secc {
    margin-top: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-row-div {
    margin-top: 38px;
  }

  .foot-main-div {
    margin-top: 35px;
  }

  ._w-100 {
    display: block;
  }

  .inner-banner-container {
    padding-top: 64px;
  }

  .inner-banner-content {
    width: 100%;
  }

  .container-4 {
    width: 480px;
    max-width: 480px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .sec-heading-2 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 200px;
    padding-left: 0px;
  }

  .nav-link {
    background-color: #58585a;
    color: #fff;
  }

  .nav-link.w--current {
    color: #58585a;
  }

  .banner-container {
    padding-top: 30px;
  }

  .banner-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner-h1 {
    margin-top: 8px;
    font-size: 25px;
    line-height: 30px;
  }

  .banner-sub-text {
    font-size: 20px;
    line-height: 24px;
  }

  .banner-list-item {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .uber-text.text-center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .foot-main-div {
    width: 100%;
  }

  .inner-banner-container {
    padding-top: 30px;
  }

  .inner-banner-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h-3.sec-h3-inner {
    font-size: 30px;
    line-height: 32px;
  }

  .container-4 {
    width: 360px;
    max-width: 360px;
  }
}

@font-face {
  font-family: 'Raleway o';
  src: url('../fonts/Raleway-Black-o.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway o';
  src: url('../fonts/Raleway-Bold-o.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway o';
  src: url('../fonts/Raleway-Light-o.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway o';
  src: url('../fonts/Raleway-SemiBold-o.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway o';
  src: url('../fonts/Raleway-Medium-o.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway o';
  src: url('../fonts/Raleway-Regular-o.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans o';
  src: url('../fonts/OpenSans-Bold-o.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold-o.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans o';
  src: url('../fonts/OpenSans-SemiBold-o.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans o';
  src: url('../fonts/OpenSans-Regular-o.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans o';
  src: url('../fonts/OpenSans-Medium-o.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans o';
  src: url('../fonts/OpenSans-Light-o.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}