a {
  color: #004977;
  text-decoration: underline;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  max-width: 100%;
  margin-left: 0px;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
}

.hero._2 {
  position: relative;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.hero._3.presastuff {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.hero.v2 {
  background-image: linear-gradient(33deg, #0065a5, #f5f5f5);
}

.body {
  overflow: visible;
  height: 100%;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 80px;
  padding-top: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: linear-gradient(115deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.8));
}

.brand {
  margin-top: 24px;
  margin-left: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.brand:hover {
  opacity: 0.85;
  -webkit-filter: none;
  filter: none;
}

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.w--current:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.containhero {
  position: relative;
  top: 50%;
  z-index: 25;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: left;
  text-transform: none;
}

.headhero {
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #004977;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  -webkit-column-count: 1;
  column-count: 1;
}

.headhero.figures {
  margin-top: 14px;
  font-family: Isonormsb, sans-serif;
  color: #353535;
  font-size: 30px;
  line-height: 42px;
}

.headhero.first {
  margin-bottom: 0px;
  font-family: Isonormsb, sans-serif;
  font-size: 40px;
  -webkit-column-count: 1;
  column-count: 1;
}

.headhero.first.support {
  position: relative;
  display: block;
  height: auto;
  margin: 60px auto 30px 0%;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
  color: #fff;
  font-size: 40px;
  text-align: left;
}

.headhero.first.ptnz {
  margin-bottom: 30px;
}

.headhero.first.localpartn {
  margin-bottom: 20px;
}

.headhero.first.localpartn.blue {
  color: #fff;
}

.headhero.first.center {
  font-size: 40px;
}

.headhero.first.center.abstand {
  margin-top: 50px;
}

.headhero.inverse {
  margin-bottom: 20px;
  font-family: Isonormsb, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.headhero.ppl {
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.headhero.ppl.sup {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  text-align: center;
}

.headhero.ppl.kiz {
  margin-bottom: 3px;
}

.headhero.header {
  opacity: 0.8;
  font-family: Isonormsb, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  text-transform: uppercase;
}

.subheading {
  display: block;
  width: 100%;
  margin: 20px auto 21px 0px;
  opacity: 0.7;
  font-family: Isonormsb, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.6px;
}

.menubutton {
  margin-top: 11px;
  margin-right: 40px;
  color: #ffc40a;
  font-size: 35px;
}

.btn {
  margin-right: 15px;
  padding: 15px 25px;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: #ca0910;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn:hover {
  border-color: #fff;
  background-color: #004977;
  color: #fff;
}

.btn.inverse {
  margin-top: 23px;
  border: 2px solid #4b4b4b;
  background-color: transparent;
  color: #4b4b4b;
  letter-spacing: 1px;
}

.btn.inverse:hover {
  border-color: #fff;
  background-color: #0065a5;
  color: #fff;
}

.btn.inverse.supportz {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-color: #fff;
  background-color: #0065a5;
  color: #fff;
}

.btn.inverse.crwod {
  margin-right: 0px;
}

.btn.inverse.crwod:hover {
  border-color: #aaa;
  background-color: transparent;
  color: #8a8a8a;
}

.btn.newsl {
  display: inline;
  margin-right: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn.header1 {
  margin-top: 0px;
  margin-right: 0px;
  border-width: 1px;
  background-color: rgba(202, 9, 16, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Isonormsb, sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.btn.header1:hover {
  border-color: hsla(0, 0%, 100%, 0.84);
  background-color: #004977;
  color: #fff;
}

.btn.send {
  padding: 5px 10px;
  background-color: rgba(202, 9, 16, 0);
}

.btn.send:hover {
  background-color: #ca0910;
}

.btn.center.abstand {
  margin-top: 30px;
}

.imgicon {
  position: absolute;
  right: 0%;
  bottom: 0px;
  z-index: 20;
  display: block;
  overflow: hidden;
  width: 50%;
  margin-top: 0%;
  margin-bottom: -25%;
  background-image: none;
  background-size: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.yellow {
  color: #ffd422;
}

.kontaklt {
  width: 75%;
  margin-top: 5px;
  font-family: Isonormsb, sans-serif;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 23px;
}

.kontaklt.toptitle {
  padding-left: 4px;
  color: #0065a5;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.kontaklt.escr {
  width: 100%;
  margin-top: 0px;
  font-family: Isonormsb, sans-serif;
  color: #424242;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.kontaklt.escr.list1 {
  margin-top: 20px;
  font-size: 17px;
}

.kontaklt.escr.white {
  margin-top: 0px;
  margin-right: 22px;
  padding-right: 15px;
  font-family: Isonormsb, sans-serif;
  color: #fff;
}

.kontaklt.escr.white.anfrage {
  width: 63%;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 60px;
  font-size: 13px;
  line-height: 13px;
}

.kontaklt.escr.analog {
  margin-left: 0px;
}

.kontaklt.supr {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.kontaklt.kit {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}

.kontaklt.list1 {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-top: 24px;
  font-family: Isonormsb, sans-serif;
  color: #504e4e;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.kontaklt.list1.abstand {
  margin-bottom: 30px;
}

.kontaklt.breiter {
  width: 90%;
}

.rowicons {
  margin-top: 50px;
  margin-bottom: 0px;
}

.rowfull {
  width: 100vw;
  height: 100%;
}

.colfulleft {
  z-index: 19;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 1px;
  background-color: #0065a5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004977), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #004977, hsla(0, 0%, 100%, 0));
}

.imgkit {
  position: relative;
  left: 0%;
  display: block;
  width: 45%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(80, 78, 78, 0.49);
  border-radius: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  cursor: pointer;
}

.imgkit:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.imgkit.text {
  margin-top: 69%;
  clear: none;
}

.navlink {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Isonormsb, sans-serif;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
}

.navlink:hover {
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #ca0910;
  color: #0065a5;
}

.navlink.w--current {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #004977;
}

.navlink.lastcta {
  margin-top: 0px;
  margin-left: 10px;
  padding: 12px 18px 10px;
  background-color: #ca0910;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.navlink.lastcta:hover {
  background-color: #004977;
}

.navlink.mobil {
  display: none;
}

.panelok {
  position: relative;
  top: 50%;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.panelok.kitz {
  -webkit-transform: translate(0px, -53%);
  -ms-transform: translate(0px, -53%);
  transform: translate(0px, -53%);
  text-align: left;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col2right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  padding-left: 0px;
  -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-color: #fafafa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background-image: linear-gradient(180deg, #f6f6f6, #f6f6f6);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.col2right:hover {
  -webkit-filter: none;
  filter: none;
}

.btnlol {
  margin-top: 20px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Varela Round', sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.partners {
  padding-top: 100px;
  padding-bottom: 100px;
}

.partners.ok {
  position: relative;
  z-index: 20;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.partners.ok.blue {
  background-color: #f3f3f3;
  background-image: linear-gradient(190deg, #e4e4e4, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 89.4%, 0) 96%);
}

.partners.grey {
  position: relative;
  z-index: 20;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.imgppl {
  position: relative;
  width: 70%;
  border-top: 5px none #ffd422;
  border-right: 4px none #ffd422;
  border-radius: 100%;
  background-color: #fff;
}

.imgppl:hover {
  background-color: #fff;
  opacity: 1;
}

.imgppl.fond {
  position: absolute;
  width: 70%;
  margin-top: -6px;
  margin-left: -8px;
  border-radius: 0%;
}

.imgppl.partnerz {
  width: 100%;
  max-width: 74%;
  border-radius: 0%;
  background-color: #fff;
  -webkit-filter: none;
  filter: none;
}

.imgppl.partnerz.sub {
  width: 70%;
  max-width: 70%;
  background-color: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.imgppl.partnerz.sub:hover {
  background-color: rgba(255, 187, 187, 0);
  -webkit-filter: none;
  filter: none;
}

.imgppl.partnerz.sub.shell {
  width: 60%;
  margin-top: -40px;
}

.imgppl.partnerz.sub.bigger {
  width: 100%;
  max-width: 100%;
}

.imgppl.partnerz.sub.smaller {
  width: 70%;
  max-width: 70%;
}

.imgppl.partnerz.sub.smaller.opacity {
  opacity: 0.79;
}

.imgppl.partnerz.sub.smaller._2er {
  max-width: 40%;
}

.imgppl.partnerz.sub.smaller.shell {
  margin-top: 0px;
}

.rowppl {
  height: 100%;
  margin-top: 50px;
}

.rowppl.prtnrz {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  margin-bottom: 20px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.support {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 100px;
  background-color: #0065a5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004977), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #004977, hsla(0, 0%, 100%, 0));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.support.kontakt {
  position: relative;
  z-index: 20;
  padding-top: 0px;
  padding-bottom: 0px;
}

.leftsupport {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.colrightfull {
  height: 100%;
}

.colrightfull.supp {
  padding-right: 0px;
  padding-left: 30px;
}

.picend {
  display: none;
}

.overlay {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  text-align: center;
}

.overlay.visible {
  display: none;
}

.imgbottom {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.rowimg {
  height: 100%;
}

.opnemodal {
  margin-top: 30px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 3px 3px 2px;
  border-color: #555 #555 #fff;
  background-color: transparent;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.opnemodal:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.footer {
  position: relative;
  z-index: 20;
  height: auto;
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #fff;
  color: transparent;
}

.txtfield {
  display: inline-block;
  width: 280px;
  height: 54px;
  margin-top: 8px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  font-family: 'Varela Round', sans-serif;
}

.form {
  margin-top: 45px;
  text-align: right;
}

.linesocial {
  margin-top: 58px;
}

.smicon {
  margin-right: 15px;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #535353;
}

.form2 {
  margin-right: 45px;
}

.blocksupport {
  width: 100%;
  padding-top: 31px;
  padding-bottom: 40px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-align: center;
}

.blocksupport:hover {
  box-shadow: 4px 4px 20px 1px #003f68;
}

.imgkick {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.igkit {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.igkit.last {
  margin-top: 43px;
}

.rowkitz {
  margin-top: 20px;
}

.logofoot {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.baselinefoot {
  display: block;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: Isonormsb, sans-serif;
  color: #8d8d8d;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1.5px;
}

.halfcircle {
  position: absolute;
  margin-top: -22px;
  margin-left: 8px;
}

.linkedin {
  margin-top: -37px;
  padding-bottom: 5px;
  border-bottom: 2px none #0074bd;
  color: #0074bd;
  text-decoration: none;
}

.linkedin:hover {
  color: #424242;
}

.linkedin.weiss {
  color: #fff;
  text-decoration: underline;
}

.linkedin.weiss:hover {
  color: #fff;
}

.inlink {
  margin-left: 10px;
}

.row-dto {
  margin-top: 50px;
  margin-bottom: 0px;
}

.imgbattery {
  margin-top: 72px;
}

.iconppl {
  margin-top: 45px;
}

.imgin {
  position: relative;
  right: -30%;
  z-index: 1;
  width: 100%;
  float: none;
  opacity: 0.21;
}

.hea {
  width: 75%;
  font-family: Isonormsb, sans-serif;
  color: #3a3314;
  font-size: 33px;
}

.hea.center {
  color: #424242;
  font-size: 40px;
  line-height: 50px;
}

.rowadded {
  margin-top: 70px;
  margin-bottom: 80px;
}

.addedsec {
  position: relative;
  z-index: 20;
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  background-image: linear-gradient(33deg, #f7f7f7, #fff);
}

.overlay2 {
  width: 100%;
  height: 100%;
}

.headicon {
  position: absolute;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.27;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ffd422;
  font-size: 100px;
  line-height: 70px;
}

.rowcontain {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

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

.lol2 {
  position: relative;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
}

.topcard {
  height: 200px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #ffd422;
  background-image: url('../images/iconz.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.droplink {
  padding: 0px 15px 0px 10px;
  border-top: 1px none #000;
  border-right: 1px none #424242;
  border-left: 1px none #0065a5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ca0910;
  line-height: 15px;
}

.droplink:hover {
  color: #004977;
}

.droplink.w--current {
  color: #ca0910;
}

.droplink._2 {
  border-right-style: none;
}

.background-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  overflow: hidden;
  height: 100vh;
  margin: 15px;
  background-color: rgba(0, 152, 255, 0);
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.map {
  position: fixed;
  z-index: 1;
}

.map-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.html-embed {
  margin-bottom: -5px;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.dropdown-list {
  width: 100px;
}

.dropdown-list.w--open {
  width: auto;
  background-color: transparent;
}

.column-2 {
  padding-left: 5px;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.text-field {
  margin-left: 10px;
  border-radius: 2px;
  font-family: Isonormsb, sans-serif;
}

.text-field-2 {
  margin-right: 10px;
  margin-left: 0px;
  border-radius: 2px;
  font-family: Isonormsb, sans-serif;
}

.text-field-2.nachricht {
  height: 135px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
}

.select-field {
  padding-right: 0px;
  background-color: #fff;
  font-family: Isonormsb, sans-serif;
  color: #424242;
}

.column-3 {
  padding-right: 10px;
}

.container {
  padding-bottom: 60px;
}

.leistungen {
  width: 150px;
  height: 150px;
  border: 2px dotted #504e4e;
  border-radius: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.leistungen:hover {
  background-color: transparent;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

.image {
  opacity: 1;
}

.column-4 {
  text-align: center;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

.column-7 {
  text-align: center;
}

.column-8 {
  text-align: center;
}

.column-9 {
  text-align: center;
}

.heading {
  margin-bottom: 0px;
  float: none;
  font-family: Isonormsb, sans-serif;
  color: #0065a5;
}

.heading.inverse {
  float: none;
  color: #fff;
}

.heading.inverse.keinabstand {
  display: block;
  margin: 7px;
  padding-top: 3px;
  padding-left: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 22px;
}

.heading.bildbeschreibung {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  margin-top: 31px;
  padding-left: 183px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
}

.column-10 {
  padding: 20px 30px;
  background-color: rgba(66, 66, 66, 0.05);
}

.column-11 {
  padding-right: 40px;
}

.bold-text {
  color: #0065a5;
}

.image-2 {
  display: block;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-3 {
  display: block;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-4 {
  display: block;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.roundicon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 25px;
  border: 2px dotted #504e4e;
  border-radius: 100%;
}

.roundicon:hover {
  background-color: transparent;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

.roundicon.abstand {
  margin-top: 24px;
  float: left;
}

.image-5 {
  display: block;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
}

.roundicon-beschr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-top: 25px;
  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;
  border: 2px dotted #504e4e;
  border-radius: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.roundicon-beschr:hover {
  border-style: dotted;
  background-color: #fff;
  background-image: linear-gradient(35deg, #d1d1d1, #f6f6f6 51%, #ddd 97%);
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

.image-6 {
  display: block;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  color: #ca0910;
}

.roundicon-vorteile {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  border: 2px dotted #504e4e;
  border-radius: 100%;
}

.roundicon-vorteile:hover {
  background-color: transparent;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

.image-7 {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.image-7-copy {
  display: block;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
}

.image-7-copy2 {
  display: block;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
}

.image-7-copy3 {
  display: block;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
}

.column-12 {
  padding-left: 10px;
}

.column-13 {
  padding-right: 10px;
}

.hero-copy {
  overflow: visible;
  height: 100%;
  max-width: 100%;
  margin-left: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 101, 165, 0.5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 101, 165, 0.5), transparent);
}

.hero-copy._2 {
  position: relative;
  z-index: 20;
  height: auto;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  background-image: none;
}

.hero-copy._3.presastuff {
  overflow: visible;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.hero-copy._1 {
  background-color: #fff;
  background-image: none;
}

.column-14 {
  padding-left: 40px;
}

.div-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  background-image: linear-gradient(9deg, rgba(0, 73, 119, 0.51), transparent 63%);
}

.div-block-2 {
  position: relative;
  z-index: 25;
  width: 50vw;
  margin-left: 10vw;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-left: 20px;
  padding-left: 0px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block:hover {
  opacity: 0.85;
}

.image-8 {
  margin-top: 0px;
  padding-top: 7px;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-toggle.w--open {
  padding-bottom: 0px;
}

.row {
  padding-top: 5px;
}

.column-15 {
  padding: 0px 0px 0px 10px;
  border-top: 1px none #000;
  border-right: 1px none #424242;
  border-left: 1px none #0065a5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ca0910;
  line-height: 15px;
}

.text-block {
  color: #424242;
}

.kundenlogo {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: auto;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.kundenlogo.hermanns.kleiner {
  max-width: 70%;
}

.kundenlogo.kleinerlogo {
  max-width: 70%;
}

.sliderlogos {
  display: block;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.sliderlogos.startseite {
  display: block;
  height: 130px;
  max-width: 1500px;
  margin-right: 10px;
  margin-left: 10px;
}

.columncenter {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-right: 37px;
  padding-left: 37px;
  -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;
}

.row-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.referenzen {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 62px;
  padding-bottom: 62px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(46deg, #f0f0f0, #f8f8f8);
}

.icon-8 {
  color: #004977;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-right: 30px;
  padding-left: 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;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-right: 8px;
  padding-left: 8px;
  -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;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-right: 63px;
  padding-left: 63px;
  -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;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-right: 28px;
  padding-left: 28px;
  -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;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-right: 30px;
  padding-left: 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;
}

.row-15-copy {
  margin-top: 89px;
  margin-right: 50px;
  margin-left: 50px;
}

.slide-2 {
  position: relative;
  border-top: 1px none #ee7217;
  border-bottom: 1px none #ee7217;
  background-color: rgba(76, 105, 124, 0);
}

.unordered-list {
  margin-top: 10px;
  padding-left: 15px;
}

.icon-9 {
  color: #424242;
}

.link-block-2 {
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.div-block-3 {
  position: static;
  width: 100%;
  padding: 40px;
  float: left;
}

.column-31 {
  margin-top: 43px;
  padding-right: 35px;
  padding-left: 0px;
}

.question-container {
  display: none;
  overflow: hidden;
  width: auto;
  margin-bottom: 24px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 8px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-top: 11px;
  margin-right: 25px;
  margin-bottom: 0px;
  padding: 0px;
  float: left;
  -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: 1px solid #096ad0;
  border-radius: 50%;
  color: #096ad0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #0065a5;
}

.question-arrow-icon {
  margin-top: 35px;
  margin-right: 8px;
  margin-left: 24px;
}

.answer {
  display: block;
  overflow: hidden;
  padding-right: 8px;
  padding-left: 0px;
  color: #9096a4;
}

.answer-text {
  margin-top: 8px;
}

.mehr {
  color: #004977;
  font-style: normal;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  position: relative;
  z-index: 33;
  display: inline-block;
  margin-top: 76px;
  float: right;
}

.div-block-4 {
  position: relative;
  z-index: 40;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

._30px {
  height: 30px;
}

.icon-digital {
  color: #ca0910;
}

.column-33 {
  border-right: 2px solid hsla(0, 0%, 100%, 0.3);
}

.link {
  color: #f0f0f0;
  text-decoration: underline;
}

.column-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  padding-right: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 200ms cubic-bezier(.77, 0, .175, 1);
  transition: all 200ms cubic-bezier(.77, 0, .175, 1);
  color: #fff;
  text-decoration: none;
}

.link-block-3:hover {
  background-color: #ca0910;
  color: #ca0910;
}

.image-10 {
  margin-left: 0px;
  padding-right: 1px;
  background-color: #fff;
}

.bildbeschreibung {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline;
}

.div-block-5 {
  position: relative;
  z-index: 35;
}

.link-block-4 {
  margin-top: 50px;
}

.impressumdatenschutz {
  position: relative;
  z-index: 20;
  display: block;
  padding-top: 150px;
  padding-bottom: 80px;
  background-color: #fff;
  background-image: linear-gradient(33deg, #f7f7f7, #fff);
}

.body-copy {
  padding-top: 0px;
  padding-right: 0px;
  color: #edeff2;
  font-weight: 300;
}

.body-copy li {
  margin-bottom: 3px;
}

.body-copy figure {
  margin-bottom: 20px;
}

.body-copy.unternehmen {
  padding-right: 0px;
  padding-left: 0px;
}

.body-copy p {
  margin-bottom: 20px;
}

.body-copy blockquote {
  margin-left: -23px;
  padding-left: 18px;
  border-left-width: 4px;
  border-left-color: #333;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}

.body-copy a {
  text-decoration: none;
}

.body-copy a:hover {
  text-decoration: underline;
}

.body-copy.impressum1 {
  margin-bottom: 150px;
}

.body-copy img {
  border-radius: 3px;
}

.rich-text-block {
  font-family: Isonormsb, sans-serif;
  color: #504e4e;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.navmenu-haupt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink-dropdown {
  display: block;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Isonormsb, sans-serif;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
}

.navlink-dropdown:hover {
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #ca0910;
  color: #0065a5;
}

.navlink-dropdown.w--current {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #004977;
}

.navlink-dropdown.lastcta {
  margin-top: 0px;
  margin-left: 10px;
  padding: 12px 18px 10px;
  background-color: #ca0910;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.navlink-dropdown.lastcta:hover {
  background-color: #004977;
}

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

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

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

html.w-mod-js *[data-ix="whenloaded"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 60px;
  }
  .hero._3.presastuff {
    display: block;
    height: auto;
  }
  .navbar {
    height: 60px;
  }
  .headhero.figures {
    text-align: center;
  }
  .headhero.first {
    text-align: center;
  }
  .headhero.first.support {
    text-align: center;
  }
  .headhero.first.center {
    text-align: center;
  }
  .headhero.ppl {
    text-align: center;
  }
  .headhero.ppl.kiz {
    margin-top: 0px;
  }
  .menubutton {
    margin-top: 0px;
    margin-right: 0px;
  }
  .menubutton.w--open {
    margin-right: 0px;
    padding-top: 18px;
    padding-bottom: 17px;
    background-color: #b6b6b6;
    color: #fff;
  }
  .btn.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .kontaklt {
    width: 100%;
    text-align: center;
  }
  .kontaklt.escr.white {
    margin-bottom: 20px;
  }
  .kontaklt.escr.white.anfrage {
    margin-left: 0px;
  }
  .kontaklt.list1 {
    width: 100%;
  }
  .kontaklt.breiter {
    width: 100%;
  }
  .rowfull {
    width: auto;
    height: auto;
  }
  .colfulleft {
    position: relative;
    display: block;
    padding: 50px 20px;
    -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;
  }
  .imgkit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navlink {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navlink.lastcta {
    margin-left: 0px;
    padding-left: 20px;
  }
  .navlink.mobil {
    display: block;
  }
  .navlink.desktop {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .panelok {
    position: static;
    top: 0%;
    display: inline;
    overflow: visible;
    clear: none;
  }
  .navmenu {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 10px;
    background-color: #fff;
  }
  .col2right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 20px;
  }
  .partners.ok {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .partners.grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .imgppl.partnerz.sub {
    -webkit-filter: none;
    filter: none;
  }
  .overlay {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .halfcircle {
    display: none;
  }
  .hea.center {
    width: 100%;
    text-align: center;
  }
  .addedsec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .colpplz {
    text-align: center;
  }
  .colvcheck._2 {
    display: none;
  }
  .droplink {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .droplink._2 {
    padding-bottom: 0px;
  }
  .column {
    height: 100%;
  }
  .html-embed {
    height: 100%;
  }
  .dropdown-list {
    display: none;
  }
  .column-2 {
    padding-left: 10px;
  }
  .text-field {
    position: relative;
    margin-left: 0px;
  }
  .text-field-2.nachricht {
    margin-left: 0px;
  }
  .leistungen {
    margin-right: auto;
    margin-left: auto;
  }
  .heading {
    text-align: center;
  }
  .heading.inverse {
    text-align: center;
  }
  .roundicon {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .roundicon-vorteile {
    margin-right: auto;
    margin-left: auto;
  }
  .column-13 {
    padding-right: 0px;
  }
  .hero-copy._2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .icon {
    color: #004977;
    font-size: 25px;
  }
  .div-block {
    background-image: url('../images/asservo_bg.png');
    background-position: 11% 50%;
    background-size: cover;
  }
  .div-block-2 {
    width: 80vw;
  }
  .dropdown-toggle {
    display: none;
  }
  .kundenlogo {
    max-width: 85%;
  }
  .kundenlogo.hermanns {
    max-width: 75%;
  }
  .columncenter {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-23 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-22 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-21 {
    overflow: hidden;
  }
  .column-24 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-15-copy {
    margin-top: 30px;
  }
  .div-block-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }
  .column-33 {
    border-right-style: none;
  }
  .column-34 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-3 {
    margin-left: 0px;
  }
  .column-35 {
    text-align: center;
  }
  .container-2 {
    text-align: center;
  }
  .impressumdatenschutz {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .body-copy {
    padding-left: 0px;
  }
  .body-copy.unternehmen {
    padding-left: 0px;
  }
  .navmenu-haupt {
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    margin-right: 0px;
    padding-top: 10px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background-image: linear-gradient(180deg, #fff, transparent);
  }
  .navlink-dropdown {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navlink-dropdown.lastcta {
    margin-left: 0px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 50px;
  }
  .headhero.figures {
    margin-top: 11px;
    text-align: center;
  }
  .headhero.first {
    font-size: 35px;
    line-height: 40px;
    text-align: left;
  }
  .headhero.first.center {
    font-size: 35px;
    text-align: center;
  }
  .headhero.inverse {
    font-size: 35px;
    line-height: 40px;
  }
  .headhero.ppl {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .headhero.header {
    font-size: 40px;
    line-height: 45px;
  }
  .subheading {
    font-size: 18px;
  }
  .menubutton {
    margin-right: 0px;
    padding: 13px;
  }
  .menubutton.w--open {
    padding-top: 13px;
    padding-bottom: 12px;
  }
  .btn.center {
    display: block;
    width: 168px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .kontaklt {
    display: block;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    text-align: center;
  }
  .kontaklt.toptitle {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
  }
  .kontaklt.toptitle.left {
    margin-left: 0px;
    padding-left: 3px;
    text-align: left;
  }
  .kontaklt.escr {
    margin-bottom: 10px;
    text-align: left;
  }
  .kontaklt.escr.white {
    text-align: left;
  }
  .kontaklt.escr.white.anfrage {
    width: 100%;
    text-align: center;
  }
  .kontaklt.escr.analog {
    text-align: left;
  }
  .kontaklt.kit {
    width: 87%;
  }
  .kontaklt.list1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .rowicons {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .colfulleft {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .imgkit {
    margin-top: auto;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .navlink.desktop {
    display: none;
  }
  .panelok {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navmenu {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: none;
  }
  .partners.ok {
    padding-right: 20px;
    padding-left: 20px;
  }
  .partners.grey {
    padding-right: 20px;
    padding-left: 20px;
  }
  .imgppl.partnerz.sub {
    width: auto;
    height: auto;
  }
  .imgppl.partnerz.sub.bigger {
    max-width: 200px;
  }
  .imgppl.partnerz.sub.smaller {
    width: 60%;
    height: auto;
    max-width: 200px;
  }
  .imgppl.partnerz.sub.smaller.shell {
    max-width: 150px;
    margin-top: 0px;
  }
  .overlay {
    display: block;
    height: auto;
  }
  .rowkitz {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .imgin {
    display: none;
  }
  .hea {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .hea.center {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
  .rowadded {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .colvcheck {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .colvcheck._2 {
    display: none;
  }
  .leistungen {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .roundicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .roundicon-vorteile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-copy._2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-block-2 {
    margin-left: 20px;
  }
  .image-8 {
    width: 115px;
  }
  .kundenlogo {
    max-height: 90%;
  }
  .sliderlogos {
    height: auto;
  }
  .sliderlogos.startseite {
    height: auto;
  }
  .columncenter {
    padding-right: 18px;
    padding-left: 18px;
  }
  .row-15 {
    display: block;
  }
  .referenzen {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .column-23 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .column-20 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .column-22 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .column-21 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .column-24 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 34px;
    padding-left: 34px;
  }
  .column-25 {
    display: none;
  }
  .column-26 {
    display: none;
  }
  .column-27 {
    display: none;
  }
  .column-28 {
    display: none;
  }
  .column-29 {
    display: none;
  }
  .column-30 {
    overflow: visible;
    max-height: 195px;
    min-height: 195px;
  }
  .question-container {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .question-text {
    margin-top: 8px;
  }
  .column-33 {
    border-right-style: none;
  }
  .body-copy {
    padding-left: 0px;
  }
  .body-copy blockquote {
    margin-left: 0px;
  }
  .rich-text-block {
    padding-right: 5px;
    padding-left: 5px;
  }
  .navmenu-haupt {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-top: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    position: fixed;
    background-color: transparent;
  }
  .brand {
    margin-top: 14px;
    margin-left: 10px;
  }
  .containhero {
    text-align: center;
  }
  .headhero {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    line-height: 40px;
    text-align: center;
  }
  .headhero.figures {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .headhero.first {
    margin-left: 0px;
  }
  .headhero.first.support {
    display: block;
  }
  .headhero.first.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .headhero.ppl.kiz {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .headhero.header {
    width: auto;
    font-size: 35px;
    text-align: left;
  }
  .subheading {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    text-align: left;
  }
  .menubutton {
    margin-top: 0px;
    margin-right: 0px;
    font-size: 35px;
  }
  .menubutton.w--open {
    margin-top: 0px;
    padding-top: 13px;
    padding-bottom: 12px;
  }
  .btn {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
  }
  .btn.inverse {
    display: none;
  }
  .btn.header1 {
    position: static;
    display: inline-block;
    width: auto;
    margin-top: 5px;
  }
  .kontaklt {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .kontaklt.toptitle {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
  }
  .kontaklt.toptitle.left {
    margin-left: 0px;
    padding-left: 2px;
    text-align: left;
  }
  .kontaklt.escr.white.anfrage {
    width: 100%;
    margin-left: 0px;
  }
  .kontaklt.kit {
    margin-bottom: 15px;
  }
  .colfulleft {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .imgkit {
    margin-top: 30px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .navlink.desktop {
    display: none;
  }
  .panelok {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .panelok.kitz {
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navmenu {
    width: 100%;
  }
  .imgppl.partnerz.sub {
    height: auto;
  }
  .overlay {
    position: static;
    display: block;
  }
  .overlay.visible {
    display: block;
    height: auto;
    margin-top: 49px;
    padding-top: 20px;
  }
  .opnemodal {
    display: none;
  }
  .form2 {
    margin-right: 0px;
  }
  .blocksupport {
    margin-bottom: 40px;
  }
  .imgin {
    display: none;
  }
  .hea {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .lightboxlink {
    width: auto;
  }
  .imginfos {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .colpplz {
    margin-top: 30px;
    text-align: center;
  }
  .colvcheck {
    margin-top: 20px;
    text-align: center;
  }
  .heading.bildbeschreibung {
    padding-left: 29px;
  }
  .column-11 {
    padding-left: 0px;
  }
  .column-14 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-2 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .text-block {
    display: inline-block;
  }
  .sliderlogos.startseite {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row-15 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-30 {
    max-height: auto;
    min-height: auto;
  }
  .right-arrow {
    width: 40px;
  }
  .left-arrow {
    width: 40px;
  }
  .question-text {
    margin-bottom: 8px;
    margin-left: 0px;
  }
  .question-arrow-icon {
    margin-left: 16px;
  }
  .answer {
    padding-left: 0px;
  }
  .div-block-4 {
    max-width: 100%;
  }
  .column-33 {
    border-right-style: none;
  }
  .rich-text-block {
    padding-right: 5px;
    padding-left: 5px;
  }
  .navmenu-haupt {
    width: 100%;
  }
  .navlink-dropdown {
    display: none;
  }
}

@font-face {
  font-family: 'Isonormsb';
  src: url('../fonts/IsonormSB-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ds sysdot';
  src: url('../fonts/DS_SysDot.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}