body {
  margin-left: 330px;
  background-color: #faf4e7;
  font-family: 'Lato v23 latin', sans-serif;
  color: #818181;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

h1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 25px 45px;
  font-family: 'Lato v23 latin 700', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 36px;
  letter-spacing: 0.5px;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Lato v23 latin 700', sans-serif;
  color: #d5a298;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ef8168;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Lato v23 latin 700', sans-serif;
  color: #96358c;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: none;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #96358c;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
}

a {
  color: #43358c;
  font-weight: 400;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.button {
  display: inline-block;
  padding: 15px 20px 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Lato v23 latin 700', sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.button:hover {
  border-color: #323232;
  background-color: #323232;
  color: #fff;
}

.button.but-lila {
  border-style: none;
  background-color: #43358c;
}

.button.but-lila:hover {
  background-color: #d5a298;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 20;
  width: 329px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 0px none #d5a298;
  background-color: #faf4e7;
  box-shadow: 2px 2px 5px 0 #d5a298;
}

.brand {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 70px;
  opacity: 1;
}

.brand.w--current {
  margin-top: 50px;
  margin-bottom: 70px;
}

.header-wrapper {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.navigation {
  margin-top: 0px;
}

.nav-linke {
  width: 100%;
  font-family: 'Lato v23 latin 700', sans-serif;
  color: #43358c;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.nav-linke.w--current {
  display: inline-block;
  color: #ef8168;
}

.text-block {
  display: inline-block;
  padding: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: none;
}

.text-block.duenn {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.logo {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.center {
  text-align: center;
}

.center.pj {
  padding-top: 0px;
}

.headline {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Lato v23 latin 700', sans-serif;
  color: #d5a298;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: none;
}

.big-text {
  display: inline-block;
  padding: 13px 17px;
  background-color: #d5a298;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: none;
}

.arrow {
  width: 60px;
  height: 60px;
  padding-top: 18px;
  background-image: url('../images/pattern2.jpg');
  font-size: 22px;
  font-weight: 700;
}

.arrow.pro-slide {
  margin-right: 0px;
}

.arrow.pro-slide-2 {
  margin-left: 0px;
}

.client-section {
  padding: 40px 10px 40px 20px;
  background-color: #faf4e7;
}

.copyright {
  padding-top: 8px;
  color: #96358c;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.social-ico {
  margin-bottom: 15px;
}

.go-top {
  padding: 10px 20px;
  background-color: #faf4e7;
  text-align: right;
}

.tittle-section {
  padding-top: 60px;
  padding-right: 20px;
  padding-bottom: 60px;
  background-color: #d5a298;
}

.hide {
  display: none;
}

.slider-projec {
  height: auto;
  background-color: transparent;
}

.cent {
  padding-left: 20px;
}

.banner-home {
  height: 100%;
  padding: 650px 20px 0px;
  background-image: url('../images/_J7C5066.jpg');
  background-position: 100% 0px;
  background-size: cover;
  background-attachment: scroll;
}

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

.small-text {
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.btn-banner {
  margin-top: 50px;
}

.typocenter {
  margin-bottom: 10px;
  text-align: center;
}

.typocenter.typodunkel {
  color: #43358c;
}

.typodunkel {
  color: #43358c;
}

.rowabstand {
  margin-bottom: 20px;
}

.textlink {
  color: #43358c;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.textlink:hover {
  color: #96358c;
}

.kontakttitel {
  display: block;
  padding: 25px;
  background-color: #faf4e7;
}

.kontakttitel.rosa {
  background-color: #43358c;
}

.hgdunkelgelb {
  margin-bottom: 0px;
  padding: 50px 20px 60px;
  background-color: #f5e4bf;
}

.hgdunkelgelb.orange {
  background-color: #d5a298;
}

.inhalt {
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
}

.inhalt.abstandunten {
  margin-bottom: 60px;
}

.rowinneabstand {
  padding-top: 30px;
}

.qr {
  display: inline-block;
  width: 70%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.image {
  width: 100%;
}

.div-karte-google {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Map_Anonym.png');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.hinweisbiox {
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.h2-hell {
  color: #faf4e7;
}

.para-hell {
  color: #faf4e7;
}

.h2-kleiner {
  margin-top: 0px;
  font-size: 16px;
  text-align: left;
}

.h2-kleiner.dunkel {
  color: #43358c;
}

.bold-text {
  font-family: 'Lato v23 latin 700', sans-serif;
  font-weight: 400;
}

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

.h2-groesser {
  font-size: 22px;
}

.link-hell {
  color: #faf4e7;
}

html.w-mod-js *[data-ix="move-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="from-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}

html.w-mod-js *[data-ix="from-top-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}

html.w-mod-js *[data-ix="from-top-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}

html.w-mod-js *[data-ix="frome-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0%;
  }

  h4 {
    text-align: center;
  }

  .nav-linke {
    padding-left: 5px;
  }

  .nav-linke:hover {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }

  .nav-linke.w--current {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .big-text {
    padding: 8px 12px;
    font-size: 12px;
  }

  .slider-projec {
    height: 400px;
  }

  .nav-device {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #faf4e7;
  }

  .nav-menu {
    border-top: 2px none #d5a298;
    border-bottom: 2px solid #d5a298;
    background-color: #faf4e7;
    background-image: none;
  }

  .menu-button {
    color: #43358c;
  }

  .menu-button.w--open {
    background-color: #d5a298;
  }

  .banner-home {
    height: 600px;
    padding-top: 184px;
  }

  .col-leer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    padding: 20px 40px 15px;
    font-size: 32px;
  }

  h4 {
    text-align: center;
  }

  .nav-linke.w--current {
    color: #ef8168;
  }

  .copyright {
    margin-bottom: 15px;
    text-align: center;
  }

  .menu-button {
    color: #43358c;
  }

  .cent {
    text-align: center;
  }

  .banner-home {
    height: 450px;
    padding-top: 116px;
  }

  .small-text {
    font-size: 20px;
  }

  .typocenter {
    margin-bottom: 20px;
  }

  .typodunkel {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding: 15px 30px 10px;
    font-size: 24px;
  }

  .headline {
    font-size: 18px;
    line-height: 35px;
  }

  .tittle-section {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .slider-projec {
    height: auto;
  }

  .menu-button {
    color: #43358c;
  }

  .banner-home {
    padding-top: 111px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Lato v23 latin 700';
  src: url('../fonts/lato-v23-latin-700.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato v23 latin';
  src: url('../fonts/lato-v23-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}