body {
  font-family: Akkuratstd, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Nexa Light', sans-serif;
  color: #898989;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Nexa Light', sans-serif;
  font-size: 32px;
  font-weight: 300;
}

ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #878787;
  font-size: 16px;
}

img {
  display: inline-block;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ccc9c7;
}

.menu-button {
  float: left;
}

.icon {
  color: #ababab;
  font-size: 40px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.container {
  width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  margin-right: auto;
  margin-left: auto;
}

.langmenu {
  padding: 25px 34px 18px 18px;
  float: right;
}

.slide {
  position: relative;
}

.claim {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  max-width: 40%;
  margin-top: 0px;
  margin-right: 140px;
  padding-top: 100px;
  font-family: 'Nexa Light', sans-serif;
  font-weight: 300;
}

.claimtext {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}

.claimautor {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
}

.portrait {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 28%;
  margin-left: 140px;
}

.image {
  width: 360px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.section_dienstleistungen {
  max-width: 1280px;
  margin: 40px auto 60px;
}

.colsdienstleistungen {
  margin-top: 40px;
}

.dl_heading {
  width: 100%;
  text-align: center;
}

.image-2 {
  width: 25%;
}

.dl_headingtext {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #878787;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.dl_text {
  width: 100%;
  color: #878787;
  font-size: 16px;
  text-align: justify;
}

.col_dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.nav-menu {
  padding-top: 20vh;
  padding-right: 100px;
  padding-left: 40px;
  background-color: #ccc9c7;
}

.footer_content {
  color: #fff;
  text-align: center;
}

.nav-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Nexa Light', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.level-2 {
  padding-left: 40px;
}

.nav-link.current {
  text-decoration: underline;
}

.closebutton {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding: 17px 34px 34px;
  font-family: 'Nexa Light', sans-serif;
  color: #fff;
  font-size: 30px;
}

.closebtnlink {
  color: #fff;
  text-decoration: none;
}

.linkbutton {
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  background-color: #ccc9c7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: none;
}

.linkbutton:hover {
  opacity: 0.66;
}

.linkbutton.color1 {
  background-color: #006466;
}

.linkbutton.color2 {
  background-color: #c1c100;
}

.linkbutton.color3 {
  background-color: #00bebe;
}

.footerlink {
  color: #fff;
}

.langmenu_link {
  color: #333;
  text-decoration: none;
}

.section_contentbildtext {
  max-width: 1280px;
  margin: 40px auto 60px;
}

.col_dl-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.heading_texbild {
  color: #2f2f2f;
  text-align: left;
}

.coltext_pic {
  width: 50%;
  float: right;
}

.colpic {
  padding-right: 60px;
}

.fliesstext {
  width: 100%;
  color: #878787;
  font-size: 16px;
  text-align: left;
}

.image-5 {
  display: none;
}

.claimtext-copy {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}

.claim-ohne-bild {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1280px;
  min-height: 50px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 640px;
  font-family: 'Nexa Light', sans-serif;
  font-weight: 300;
}

.section_contentreferenzen {
  max-width: 1280px;
  margin: 40px auto 60px;
}

.colrefentity {
  padding-top: 20px;
  padding-right: 40px;
}

.ref_title {
  width: 100%;
  color: #878787;
  font-size: 24px;
  text-align: right;
  text-transform: uppercase;
}

.ref_subtitle {
  width: 100%;
  color: #878787;
  font-size: 16px;
  text-align: right;
}

.div-block {
  height: 20px;
  border-top: 3px solid #ccc9c7;
}

.colref_item {
  margin-bottom: 40px;
}

.image-6 {
  width: 32px;
}

.paragraph {
  color: #878787;
  font-size: 16px;
}

.image-ohne-bild {
  width: 100%;
  height: 250px;
}

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

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  position: absolute;
  left: -3px;
  top: auto;
  right: auto;
  bottom: -50px;
}

@media screen and (max-width: 991px) {
  .claim {
    max-width: 60%;
    margin-top: 20px;
    margin-right: 20px;
    padding-top: 0px;
  }
  .claimtext {
    font-size: 30px;
  }
  .portrait {
    margin-left: 20px;
  }
  .section_dienstleistungen {
    margin-right: 17px;
    margin-left: 17px;
  }
  .col_dl {
    padding-right: 17px;
    padding-left: 17px;
  }
  .section_contentbildtext {
    margin-right: 17px;
    margin-left: 17px;
  }
  .col_dl-copy {
    padding-right: 17px;
    padding-left: 17px;
  }
  .coltext_pic {
    width: 75%;
  }
  .claimtext-copy {
    font-size: 30px;
  }
  .claim-ohne-bild {
    max-width: 60%;
    margin-top: 60px;
    margin-right: auto;
    padding-right: 0px;
  }
  .section_contentreferenzen {
    margin-right: 17px;
    margin-left: 17px;
  }
}

@media screen and (max-width: 767px) {
  .langmenu {
    width: 100px;
    text-align: right;
  }
  .claimtext {
    font-size: 20px;
  }
  .col_dl {
    margin-bottom: 40px;
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #f7f7f7;
  }
  .col_dl-copy {
    margin-bottom: 40px;
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #f7f7f7;
  }
  .coltext_pic {
    width: 50%;
    margin-bottom: 20px;
    float: none;
  }
  .claimtext-copy {
    font-size: 20px;
  }
  .claim-ohne-bild {
    margin-top: 40px;
  }
  .ref_title {
    font-size: 20px;
    text-align: left;
  }
  .ref_subtitle {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 27px;
  }
  .header {
    min-height: 170px;
  }
  .logo {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 17px;
    padding-left: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .langmenu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 17px;
  }
  .slide.slide_ohne_bild {
    margin-bottom: 0px;
  }
  .claim {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 17px;
    background-color: #ccc9c7;
  }
  .claimtext {
    font-size: 20px;
  }
  .claimautor {
    margin-top: 10px;
    font-size: 12px;
  }
  .portrait {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 45%;
    margin-top: 40px;
  }
  .image {
    margin-top: 22px;
  }
  .section_dienstleistungen {
    margin: 0px;
  }
  .colsdienstleistungen {
    margin-top: 20px;
  }
  .nav-menu {
    z-index: 20;
    padding-top: 100px;
  }
  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-link.current {
    font-weight: 300;
  }
  .image-mit-bild {
    width: auto;
    height: 200px;
  }
  .section_contentbildtext {
    margin: 0px;
  }
  .coltext_pic {
    width: 100%;
  }
  .colpic {
    padding-right: 17px;
    padding-left: 17px;
  }
  .coltext {
    margin-bottom: 40px;
  }
  .claimtext-copy {
    color: #878787;
    font-size: 20px;
  }
  .claim-ohne-bild {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-right: 17px;
    margin-left: 17px;
  }
  .column {
    padding-right: 17px;
    padding-left: 17px;
  }
  .section_contentreferenzen {
    margin: 0px;
  }
  .colrefentity {
    padding-top: 0px;
    padding-right: 17px;
    padding-left: 17px;
  }
  .col_refcontent {
    padding-right: 17px;
    padding-left: 17px;
  }
  .colref_item {
    margin-bottom: 40px;
  }
  .heading-2 {
    color: #484747;
  }
  .image-ohne-bild {
    width: auto;
    height: 200px;
  }
  .slider {
    height: auto;
  }
  .slide-nav {
    position: relative;
    bottom: auto;
  }
}

@font-face {
  font-family: 'Akkuratstd';
  src: url('../fonts/AkkuratStd.woff2') format('woff2'), url('../fonts/AkkuratStd.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Akkuratstd';
  src: url('../fonts/AkkuratStd-Bold.woff2') format('woff2'), url('../fonts/AkkuratStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa Light';
  src: url('../fonts/NexaFreeLightwebfont.woff') format('woff'), url('../fonts/NexaFreeLightwebfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}