a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}


.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 100px;
}

.grey {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  min-height: auto;
  padding-bottom: 50px;
  padding-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-left: 10px solid #F99D1C;
  background-color: #d4d4d4;
  box-shadow: -4px 8px 20px 3px #a5a4a4;
  text-align: center;
}

.shad {
        box-shadow: none;
}

.texts {
        flex: auto;
        -webkit-order: 1;
        order: 1;
        padding: 40px;
}

.back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 98%;
  min-height: auto;
  padding-bottom: 50px;
  padding-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-left: 10px solid #F99D1C;
  background-color: #d4d4d4;
  box-shadow: -4px 8px 20px 3px #a5a4a4;
  text-align: center;
  flex-basis: 300px;
  flex-shrink: 0;
  flex-grow: 0;
  order: 2;
  -webkit-order: 2;
}

.back img {
        visibility: hidden;
}

.navbar {
  margin-top: 20px;
  background-color: transparent;
  color: #000;
}

.picleft {
  position: relative;
  width: 25%;
  height: 90vh;
}

.pite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testa {
  margin-right: 300px;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 150px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Source Sans Pro', sans-serif;
}

.heading {
  position: relative;
  z-index: 30;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #666;
  font-size: 60px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  text-shadow: 0 1px 0 #3b3b3b;
}

.div-block {
  position: relative;
  z-index: 30;
  width: 300px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #F99D1C;
}

.paragraph {
  position: relative;
  z-index: 20;
  padding-left: 6px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #777;
  font-size: 20px;
  line-height: 26px;
}

#yellow {
  width: 100%;
  height: 10px;
  background-color: #F99D1C;
}

.content {

display: flex;
    position: relative;
    /*max-width: 75%;
    margin: 40px;*/
    color: #666;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    min-height: 450px;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
}


.log {
  text-align: center;
}

.image {
  padding-top: 20px;
}

.picmor {
  position: absolute;
  left: 0px;
  top: 57vh;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  height: 350px;
  margin-left: 350px;
  padding: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 0px none #dfdfdf;
  border-radius: 250px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  box-shadow: -24px 0 11px 0 rgba(0, 0, 0, .4);
}

.picsole {
  margin-right: 10px;
  margin-left: 10px;
}

.slider {
  height: 89vh;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.slide1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/left1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/left1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/left3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/left3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/dach.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/dach.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/left2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/left2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide5 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/left5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/left5.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.name {
  margin-bottom: 20px;
  padding-top: 5px;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.namewetz {
  font-size: 22px;
  font-weight: 300;
}

.text-block {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  text-align: center;
}

.icofo {
  text-align: center;
}

.button {
  padding: 15px 11px;
  border-radius: 100px;
  background-color: #F99D1C;
  font-family: Icofont, sans-serif;
  font-size: 30px;
}

.navlink {
  font-family: 'Source Sans Pro', sans-serif;
  color: #838383;
  font-size: 16px;
}

.navlink:hover {
  background-color: #F99D1C;
  color: #fff;
}

.navlink.nlhome {
  background-color: #F99D1C;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
}

.minilogo {
  display: none;
}

.white {
  position: relative;
  z-index: 35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  border-top: 20px solid #F99D1C;
  background-color: #fff;
}

.h1white {
  margin-top: 0px;
  margin-bottom: 80px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #9c9c9c;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.busi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  background-image: url('../images/para.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.leistin {
  padding-top: 10px;
  padding-bottom: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-2 {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.text-block-3 {
  padding-bottom: 30px;
  font-family: Icofont, sans-serif;
  color: #d10202;
  font-size: 50px;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-linear-gradient(270deg, #838383, #292828);
  background-image: linear-gradient(180deg, #838383, #292828);
}

.up {
  width: 40%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: right;
}

.adresse {
  padding: 50px 10px 50px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-4 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.red {
  height: 10px;
  border-top: 1px solid #fff;
  background-color: #F99D1C;
}

.kram {
  font-size: 28px;
}

.bottom {
  background-color: #000;
}

.bottom a {
        color: #fff;
}


.text-block-5 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  color: hsla(0, 0%, 100%, .6);
  font-size: 12px;
  text-align: center;
}

.text-block-5 a {
        color: #fff;
}

.image-2 {
  width: auto;
  border-radius: 300px;
}

.image-3 {
  margin-bottom: 10px;
}

.text-block-6 {
  font-size: 18px;
  font-style: italic;
  text-align: right;
}

.nahu {
  font-size: 20px;
  font-style: italic;
}

.bau {
  padding-left: 6px;
  color: #777;
  font-size: 30px;
  line-height: 34px;
  text-shadow: 0 1px 0 #000;
}

.chu {
  margin-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.body {
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #f0f0f0, #fff);
  background-image: linear-gradient(90deg, #f0f0f0, #fff);
}

.droplist.w--open {
  background-color: transparent;
}

.sublink {
  border-bottom: 1px dotted #fff;
  background-color: rgba(255, 194, 1, .9);
  font-family: 'Source Sans Pro', sans-serif;
  color: #1f1f1f;
  font-size: 15px;
}

.sublink:hover {
  background-color: rgba(83, 83, 83, .9);
  color: #fff;
}

.while {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.whire {
  width: 40%;
  text-align: right;
}

.whitxt {
  padding-top: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #777;
  font-size: 40px;
  line-height: 46px;
  font-style: italic;
}

.whichu {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-align: right;
}

.divchu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.divlei {
  padding: 100px 50px 70px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #616161, #3a3a3a);
  background-image: linear-gradient(180deg, #616161, #3a3a3a);
}

.divlei a {
        color: #fff;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 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;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #F99D1C;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

.ico {
  margin-right: 10px;
  margin-left: 30px;
  font-family: Icofont, sans-serif;
  font-size: 30px;
}

.zit {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
}

html.w-mod-js *[data-ix="loadin"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="loadin-2"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="loadup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="loadup-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="loadup-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="loadup-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scrolltitle"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="in-2"] {
  opacity: 0;
}

@media (max-width: 1681px) {
    .testa {
  margin-right: 300px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Source Sans Pro', sans-serif;
}

.heading {
  position: relative;
  z-index: 30;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #666;
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  text-transform: none;
  text-shadow: 0 1px 0 #3b3b3b;
}
.bau {
  padding-left: 6px;
  color: #777;
  font-size: 22px;
  line-height: 26px;
  text-shadow: 0 1px 0 #000;
}

.div-block {
  position: relative;
  z-index: 30;
  width: 300px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #F99D1C;
}

.paragraph {
  position: relative;
  z-index: 20;
  padding-left: 6px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #777;
  font-size: 16px;
  line-height: 20px;
}
.picmor {
  position: absolute;
  left: 0px;
  top: 59vh;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 280px;
  margin-left: 250px;
  padding: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 0px none #dfdfdf;
  border-radius: 250px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  box-shadow: -24px 0 11px 0 rgba(0, 0, 0, .4);
}

}

@media (max-width: 1481px) {
    .testa {
  margin-right: 300px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Source Sans Pro', sans-serif;
}

.heading {
  position: relative;
  z-index: 30;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #666;
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  text-transform: none;
  text-shadow: 0 1px 0 #3b3b3b;
}
.bau {
  padding-left: 6px;
  color: #777;
  font-size: 22px;
  line-height: 26px;
  text-shadow: 0 1px 0 #000;
}

.div-block {
  position: relative;
  z-index: 30;
  width: 300px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #F99D1C;
}

.paragraph {
  position: relative;
  z-index: 20;
  padding-left: 6px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #777;
  font-size: 16px;
  line-height: 20px;
}
.picmor {
  position: absolute;
  left: 0px;
  top: 65vh;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 200px;
  margin-left: 250px;
  padding: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 0px none #dfdfdf;
  border-radius: 250px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  box-shadow: -24px 0 11px 0 rgba(0, 0, 0, .4);
}

}

@media (max-width: 991px) {
  .grey {
    height: 86vh;
    padding-right: 20px;
    padding-left: 20px;
  }
  .picleft {
    width: 35%;
    height: 74vh;
  }
  .testa {
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 25px;
  }
  .bau {
  padding-left: 6px;
  color: #777;
  font-size: 24px;
  line-height: 28px;
  text-shadow: 0 1px 0 #000;
}
  .heading {
    font-size: 60px;
    line-height: 28px;
  }
  .div-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .paragraph {
    font-size: 15px;
    line-height: 19px;
    text-align: justify;
  }
  .picmor {
    top: 56vh;
    width: 600px;
    height: 200px;
    margin-left: 50px;
  }
  .slider {
    height: 74vh;
  }
  .name {
    font-size: 17px;
  }
  .namewetz {
    font-size: 16px;
  }
  .navlink {
    width: 250px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
  }
  .navlink.nlhome {
    z-index: 100;
    width: 250px;
  }
  .white {
    padding-top: 0px;
  }
  .h1white {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .busi {
    height: 300px;
  }
  .up {
    width: 25%;
  }
  .text-block-4 {
    font-size: 14px;
  }
  .kram {
    font-size: 20px;
  }
  .menu-button {
    padding: 12px;
    background-color: #F99D1C;
    color: #fff;
    font-size: 35px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .navmenu {
    background-color: transparent;
  }
  .image-3 {
    width: 100px;
  }
  .chu {
    font-size: 11px;
  }
  .while {
    padding: 0px 20px;
  }
  .whitxt {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 36px;
  }
  .whichu {
    font-size: 15px;
  }
  .text-block-8 {
    font-size: 20px;
  }
  .ico {
    margin-left: 20px;
    font-size: 25px;
  }
  .zit {
    font-size: 30px;
  }
  .image-4 {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .grey {
    width: auto;
    height: auto;
    padding-right: 20px;
    display: none;
  }

  .back {
          display: none;
  }

  .back img {
          display: none;
  }

  .minilogo {
       display: block !important;
    position: absolute;
    right: 20px;
    top: 31px;
  }

#yellow {
  margin-top: 30px;
}

  .picleft {
    width: 45%;
    height: 50vh;
  }
  .pite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testa {
    margin-right: 150px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: justify;
  }
  .paragraph {
    font-size: 15px;
    line-height: 20px;
  }
  .image {
    padding-top: 60px;
  }
  .picmor {
    top: 85vh;
    width: 530px;
    margin-left: 10px;
    padding: 10px 5px;
  }
  .slider {
    height: 50vh;
  }
  .button {
    margin-top: 20px;
  }
  .white {
    margin-top: 250px;
  }
  .h1white {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 28px;
    line-height: 34px;
  }
  .busi {
    height: 250px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .up {
    width: 100%;
  }
  .adresse {
    padding-bottom: 20px;
  }
  .text-block-4 {
    font-size: 18px;
  }
  .kram {
    font-size: 24px;
  }
  .bau {
    font-size: 24px;
    line-height: 28px;
  }
  .whitxt {
    font-size: 20px;
    line-height: 26px;
  }
  .whichu {
    font-size: 14px;
  }
  .text-block-8 {
    font-size: 17px;
  }
  .ico {
    margin-right: 5px;
    margin-left: 10px;
    font-size: 22px;
  }
  .zit {
    font-size: 26px;
  }


  html.w-mod-js *[data-ix="loadup"] {
  opacity: 1;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

html.w-mod-js *[data-ix="loadup-2"] {
  opacity: 1;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
}

@media (max-width: 479px) {
  .header {
    height: 64px;
  }
  .grey {
    width: auto;
    height: auto;
    border-left-width: 4px;
    display: none;
  }

  #yellow {
  margin-top: 30px;
}

  .picleft {
    width: 50%;
    height: 30vh;
  }
  .testa {
    margin-right: 120px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
  }
  .div-block {
    width: 160px;
  }
  .paragraph {
    padding-left: 0px;
    font-size: 14px;
    line-height: 18px;
  }
  .image {
    padding-top: 10px;
  }
  .picmor {
    top: 63vh;
    width: 400px;
    height: 130px;
    margin-left: 10px;
    border-radius: 100px;
  }
  .slider {
    width: 100%;
    height: 30vh;
  }
  .name {
    font-size: 15px;
    line-height: 18px;
  }
  .namewetz {
    font-size: 12px;
  }
  .button {
    margin-top: 0px;
  }
  .white {
    margin-top: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-4 {
    font-size: 16px;
  }
  .kram {
    font-size: 21px;
  }
  .image-3 {
    width: 75px;
  }
  .bau {
    padding-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .chu {
    font-size: 8px;
  }
  .while {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .whire {
    width: auto;
  }
  .divlei {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-block-8 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
  }
  .heading-2 {
    font-size: 24px;
    line-height: 28px;
  }
  .ico {
    margin: 20px 0px 10px;
    font-size: 15px;
  }
  .image-4 {
    width: 75px;
  }
}

@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}