h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
  width: 100%;
}

.SloganWrapper {
  margin-top: 10vw;
  margin-left: 15%;
  font-size: 1.2vw;
}

.SloganTopText {
  font-size: 200%;
  line-height: 100%;
  color: #00943b;
}

.SloganTopText2 {
  padding-left: 5vw;
}

.SloganButton {
  color: #fff;
  background: #00943b;
  display: inline-block;
  padding: 1vw 2vw;
  margin-top: 10px;
}

.brandcontainer {
  position: absolute;
  left: 4%;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 15vw;
  height: 4.5vw;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  float: left;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bandimg {
  display: inline-block;
  width: 10vw;
  height: 2.3vw;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bandimg.top {
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  background-color: #fff;
}

.navbar {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide1 {
  display: block;
  background-image: url('../images/CLIENT.png');
  background-position: 0px 0px;
  background-size: 828px;
}

.slide-nav {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide {
  background-color: #0990eb;
}

.slide.slide2 {
  background-image: url('../images/CLIENT.png');
  background-position: 0px 0px;
  background-size: 828px;
}

.topsection {
  position: relative;
}

.container {
  position: relative;
  display: block;
  overflow: visible;
  width: 1818px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #6c8697;
}

.navitem {
  border-right: 1px solid #e0e0e0;
  background-color: #fff;
  color: #014493;
}

.navitem.navitemlast {
  border-right-width: 0px;
}

.navitem.visit {
  border-bottom: 5px solid #1b8c58;
}

.navitem.visit.blue {
  border-bottom-color: #014493;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(0deg, #46c746, #00d879);
  background-image: linear-gradient(90deg, #46c746, #00d879);
}

.div-block.topblock {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.imgcontent {
  width: 100%;
  height: 84%;
  margin-top: 0px;
  padding: 0.9vw 16% 1.4vw 15%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.textcontent {
  width: 100%;
  height: 90%;
  padding: 5% 2%;
  background-image: -webkit-linear-gradient(0deg, #008124, #4ad671);
  background-image: linear-gradient(90deg, #008124, #4ad671);
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-transform: none;
}

.topslider {
  height: 35vw;
}

.slide-2 {
  background-image: url('../images/HeaderBlog.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/CLIENT-p-1600.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.mainsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-left: 0%;
}

.arrowheader {
  position: absolute;
  top: -65px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b8c58;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 100;
}

.arrowheader.background-blue {
  background-color: #014493;
}

.arrowheader.forproduct {
  width: 90%;
}

.arrowheader.forblog {
  width: 80%;
}

.arrowheader.blue {
  background-color: #035c9f;
}

.arrowheader.blueheader {
  background-color: #014493;
}

.arrowheader.full-width {
  width: 100%;
}

.headermainarr {
  width: 80px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .25);
}

.headermainarr.background-blue {
  background-color: #357acc;
}

.headermainarr.blue {
  background-color: #3b83b6;
}

.text-block {
  margin-left: 39px;
}

.scroller {
  position: absolute;
  left: 20%;
  top: -65px;
  right: auto;
  z-index: 999;
  width: 80%;
  margin-top: auto;
  border-bottom: 15px solid #1b8c58;
  background-color: #fff;
  box-shadow: 0 3px 29px 5px rgba(0, 0, 0, .49);
  opacity: 1;
}

.scroller.scrollerghost {
  z-index: 10000;
  background-color: #dcfa00;
  opacity: 0.5;
}

.scroller.blue {
  border-bottom-color: #035c9f;
}

.body {
  height: 100%;
}

.scrollerlist {
  margin-left: 30px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 10px;
  overflow: hidden;
}

.scrollerlistitem {
  min-height: 60px;
  padding: 10px 10px 10px 52px;
  color: #095995;
  cursor: pointer;
}

.scrollerlistitem.catimg1 {
  background-image: url('../images/2.png');
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.scrollerlistitem.catimg2 {
  background-image: url('../images/3.png');
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.scrollerlistitem.catimg3 {
  background-image: url('../images/4.png');
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.scrollerlistitem.catimg4 {
  background-image: url('../images/5.png');
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.scrollerlistitem.reset {
  height: auto;
  padding-left: 10px;
}

.contentarea {
  overflow: hidden;
  width: 80%;
  min-height: 100px;
  padding-top: 50px;
  padding-bottom: 0px;
  padding-left: 5%;
}

.contentarea.fixed {
  padding-top: 0px;
  padding-right: 80px;
}

.contentarea.fixed.line-height-30 {
  color: #fff;
}

.contentarea.fixed.colorblue {
  color: #014493;
}

.contentarea.forproduct {
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
}

.leftarea {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-bottom: 100px;
  background-color: #fff;
}

.heading {
  width: 100%;
  color: #014493;
  text-decoration: none;
}

.heading.centered {
  /*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  */
  text-align: center;

  min-height: 90px;
}

.heading.centered.color-white {
  color: #fff;
}

.heading.width-low {
  width: 50%;
}

.heading.headingresponsive.smaller {
  font-size: 175%;
  line-height: 175%;
}

.headingunderline {
  width: 230px;
  height: 8px;
  margin-top: 30px;
  background-color: #014493;
}

.headingunderline.center {
  display: inline-block;
  width: 40%;
  height: 2px;
  margin-top: 4%;
}

.productarea {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c79949;
  background-image: -webkit-linear-gradient(9deg, #c59745, #dbb46f);
  background-image: linear-gradient(81deg, #c59745, #dbb46f);
}

.productarea.background-blue {
  background-color: rgba(79, 124, 166, .66);
  background-image: -webkit-linear-gradient(0deg, #168d4b, #449e73);
  background-image: linear-gradient(90deg, #168d4b, #449e73);
}

.productarea.background-beige {
  background-color: rgba(199, 153, 73, .7);
  background-image: -webkit-linear-gradient(0deg, #97572c, #a37251);
  background-image: linear-gradient(90deg, #97572c, #a37251);
}

.productarea.category5 {
  background-color: rgba(166, 135, 79, .66);
  background-image: -webkit-linear-gradient(0deg, #1935a7, #3d6bcc);
  background-image: linear-gradient(90deg, #1935a7, #3d6bcc);
}

.productarea.background-yellow {
  background-color: rgba(187, 168, 30, .66);
}

.productarea.margin-top {
  margin-top: 50px;
}

.productheading {
  color: #fff;
}

.productheaingunderline {
  width: 220px;
  height: 4px;
  margin-top: 20px;
  background-color: #fff;
}

.producttext {
  margin-top: 26px;
  margin-left: 0px;
  padding-right: 15%;
  padding-left: 0px;
  float: none;
  color: #fff;
  text-align: left;
}

.producttext.margin-top {
  margin-top: 135px;
  float: right;
}

.image {
  position: static;
  left: 5%;
  top: 15%;
  width: 15vw;
  max-width: 250px;
}

.producttext2 {
  padding: 40px 15% 40px 30%;
  color: #014493;
}

.productstoryarea {
  position: relative;
  padding-top: 50px;
  padding-bottom: 115px;
  -webkit-perspective: 0px;
  perspective: 0px;
}

.image-2 {
  width: 73%;
  margin-top: 60px;
}

.image-3 {
  position: absolute;
  top: 540px;
  right: 6%;
  width: 40%;
  margin-top: -35%;
  margin-right: -5%;
}

.image-4 {
  position: absolute;
  left: 60%;
  top: 79%;
  width: 30%;
}

.image-5 {
  position: absolute;
  left: 90%;
  top: 89%;
  width: 18%;
}

.nachhaltigkeittext {
  width: 50%;
  color: #014493;
}

.image-6 {
  width: 50%;
  margin-top: 0px;
}

.juliastoryarea {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 101%;
  margin-top: 0px;
  -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;
}

.juliatextarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 20px;
  padding-right: 5%;
  padding-left: 5%;
  -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;
}

.headingunder {
  margin-top: -5px;
  margin-bottom: 10px;
  color: #014493;
  font-size: 30px;
}

.text-block-2 {
  width: 100%;
  margin-top: 20px;
  color: #014493;
}

.text-block-2.centered {
  text-align: center;
}

.text-block-2.centered.width-small {
  width: 60%;
  min-height: 70px;
}

.text-block-2.centered.width-small.color-white {
  color: #fff;
}

.imagegrouparea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.imggroupitem {
  width: 20%;
}

.image-7 {
  width: 20%;
}

.handlerarea {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding-top: 75px;
  padding-bottom: 75px;
  -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: #e8e8e8;
}

.handlerfinden {
  width: 50%;
}

.handlerwerden {
  width: 50%;
  padding-right: 8%;
  padding-left: 5%;
  border-left: 1px solid #fff;
}

.form-block {
  width: 80%;
  margin-bottom: 0px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 5%;
  padding-left: 8%;
  -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;
  border-right: 1px solid #fff;
}

.handlerfindenform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 5%;
  padding-left: 8%;
  -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;
  border-right: 1px solid #fff;
}

.form-2 {
  overflow: visible;
  width: 100%;
  height: 100%;
}

.vendorSearchForm {
  overflow: visible;
  width: 100%;
  height: 100%;
}

.formrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.formrow.margin-top-40 {
  margin-top: 40px;
}

.formrow.margin-top-20 {
  margin-top: 20px;
}

.formrow.submit {
  margin-top: 25px;
  margin-bottom: 35px;
}

.formrowitem {
  width: 48%;
  height: 40px;
  margin-right: 2%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.formrowitem.nicebutton {
  color: #fff;
}

.formrowitem.nicebutton.width-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 200px;
  -ms-flex: 0 200px;
  flex: 0 200px;
}

.formrowitem.margin-top {
  margin-top: 40px;
}

.formrowitem.textbox {
  height: 90px;
}

.formrowitem.round {
  border: 1px solid #357acc;
  border-radius: 5px;
}

.formrowitem.round.small {
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.formrowitem.round.big {
  -webkit-flex-basis: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
}

.formrowitem.text {
  text-align: right;
}

.formrowitem.large {
  height: 70px;
}

.handlerheading {
  color: #014493;
  font-size: 30px;
}

.handlerheading.color-white {
  color: #fff;
}

.radio-button-field {
  margin-right: 44px;
}

.radio-button-field.formrowitem {
  margin-right: 0px;
}

.button {
  margin-top: 19px;
}

.nicebutton {
  border-radius: 4px;
  background-image: -webkit-linear-gradient(0deg, #0065db, #014493);
  background-image: linear-gradient(90deg, #0065db, #014493);
}

.nicebutton.margintop {
  margin-top: 30px;
}

.nicebutton.gradient-gray {
  margin-right: 15px;
  background-image: -webkit-linear-gradient(0deg, #f1f1f1, #d8d8d8);
  background-image: linear-gradient(90deg, #f1f1f1, #d8d8d8);
  color: #014493;
}

.nicebutton.productdetails {
  position: absolute;
  top: 4%;
  right: 2%;
}

.nicebutton.margin-top-low {
  margin-top: 20px;
}

.nicebutton.margin-right-10px {
  margin-right: 10px;
}

.nicebutton.handler {
  margin-bottom: 10px;
}

.nicebutton.forform {
  width: 48%;
  height: 40px;
  margin-right: 2%;
  text-align: center;
}

.carouselarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 5% 0%;
  -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-image: -webkit-linear-gradient(315deg, rgba(0, 0, 0, .17), #fff);
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .17), #fff);
  text-align: center;
}

.carouselarea.margin-top-0 {
  margin-top: 50px;
  padding-bottom: 5%;
}

.carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 350px;
  -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;
}

.carousel-item {
  width: 100px;
  height: 100px;
}

.carousel-item._1 {
  background-image: url('../images/BlauerEngel_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.carousel-item._2 {
  background-image: url('../images/Sicherheit-Kind-EN71-3_RZ-Kopie.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.carousel-item._3 {
  background-image: url('../images/Remmers_Siegel_MIG-Kopie.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.carousel-item._4 {
  background-image: url('../images/voc_siegel.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.carousel-item._5 {
  background-image: url('../images/lebensmittel_echt.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.carousel-item._6 {
  background-image: url('../images/vegan.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-2 {
  background-color: #014493;
}

.videoarea {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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-color: #014493;
  text-align: center;
}

.videoplaceholder {
  position: static;
  left: 25%;
  right: 0px;
  bottom: 30px;
  width: 50%;
  margin-top: 50px;
  box-shadow: 0 0 26px 2px rgba(0, 0, 0, .35);
}

.newslettersection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding: 32px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #014493;
}

.footersection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #c7c7c7;
}

.contactsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #e8e8e8;
}

.imagearea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-8 {
  width: auto;
  height: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-9 {
  width: auto;
  height: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.newsletterheading {
  color: #fff;
}

.form-3 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.newslettertext {
  color: #fff;
  width: 100%;
}

.text-field-2 {
  position: static;
  display: block;
  width: 100%;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.buttoninside {
  position: absolute;
  top: 20%;
  right: 20px;
  bottom: 20%;
  z-index: 100;
  height: 60%;
}

.buttoninside.nicebutton {
  height: 40px;
  padding-top: 9px;
}

.form-block-3 {
  position: relative;
  width: 70%;
  height: 15%;
  margin-top: 30px;
}

.footertext {
  color: #fff;
}

.footerlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.footerlist.footerlistright {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 40%;
}

.footerlistitem {
  padding-right: 25px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  list-style-type: disc;
}

.footerlistitem.deco-none {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  list-style-type: none;
}

.contactarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-top: 1%;
  padding-bottom: 1%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.contactarea.first {
  padding-left: 5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left-style: none;
}

.contactarea.third {
  border-right-style: none;
}

.contactarea.last {
  border-right-style: none;
}

.contactarea.second {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacttext {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #999;
  font-weight: 100;
}

.link {
  margin-top: 15px;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.blueheading {
  margin-bottom: 0px;
  color: #014493;
  font-size: 25px;
}

.blueheading.toggletrigger {
  cursor: pointer;
}

.blueheading.margin-top-0 {
  margin-top: 0px;
}

.blueheading.margin-top-0.youtube-red {
  color: #ff2300;
}

.blueheading.facebook {
  margin-top: 0px;
  font-size: 18px;
}

.blueheading.youtube {
  margin-top: 0px;
  color: #ff2300;
  font-size: 18px;
}

.heading-3 {
  margin-top: 0px;
  color: #777;
  font-size: 25px;
}

.text-block-3 {
  color: #888;
}

.heading-4 {
  margin-top: 35px;
  color: #014493;
}

.text-block-4 {
  color: #014493;
}

.linkdivision {
  width: 85%;
}

.imagedivision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -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;
}

.imagebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.imagebaritem {
  height: 6vw;
  padding: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-3 {
  width: 61%;
  margin-top: 129px;
  margin-bottom: 200px;
  padding-top: 0px;
  border-right: 1px solid #014493;
  border-left-style: none;
}

.div-block-4 {
  width: 50%;
  border-left: 1px solid #014493;
}

.scrollerghost {
  position: fixed;
  top: 0vh;
  right: 80%;
  z-index: -1;
  width: 15%;
  border-bottom: 15px solid #000;
  background-color: #e6c412;
  opacity: 0;
}

.newsarea {
  margin-top: 40px;
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.newsslideritem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-color: #777;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.newslink {
  color: #014493;
  font-weight: 700;
  text-decoration: none;
}

.scrollupblock {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 50px;
  margin-left: 30%;
  padding-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;
  background-color: #1b8c58;
  text-align: center;
}

.scrollupblock.blue {
  background-color: #035c9f;
}

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

.blogteaserdate {
  position: absolute;
  left: 0%;
  top: 0px;
  display: inline;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: none;
  color: #777;
}

.buttonssection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  font-family: Fontawesome, sans-serif;
  text-decoration: none;
}

.sociallinkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1%;
  margin-left: 1%;
  padding: 0px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: Fontawesome, sans-serif;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

.sociallogo {
  margin-right: 7px;
  font-family: Fontawesome, sans-serif;
}

.sociallogo.twitter-blue {
  color: #1dcaff;
}

.sociallogo.facebook-blue {
  font-family: Fontawesome, sans-serif;
  color: #014493;
}

.sociallogo.facebook-blue.sizeup {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 2.5vw;
  line-height: 2.5vw;
  text-decoration: none;
}

.sociallogo.pinterest-red {
  color: #c92228;
}

.sociallogo.google-red {
  color: #dd4b39;
}

.sociallogo.youtube-red {
  color: #ff2300;
}

.sociallogo.youtube-red.sizeup {
  font-size: 2.5vw;
  line-height: 2.5vw;
}

.text-block-6 {
  color: #000;
}

.blogheadsection {
  padding-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #777;
  color: #777;
  font-weight: 700;
}

.blogmaincontentsection {
  margin-top: 40px;
  color: #777;
}

.lightbox-image {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 26px;
  margin-left: 30px;
  float: right;
}

.image-11 {
  position: static;
  width: 40%;
  margin-right: 16px;
  margin-bottom: 1px;
  float: left;
}

.image-12 {
  width: 100%;
  margin-top: 30px;
  margin-right: 35px;
  margin-bottom: 30px;
  float: left;
}

.headerarrlinkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: Fontawesome, sans-serif;
  font-size: 150%;
  line-height: 150%;
  text-decoration: none;
}

.productimgcontainer {
  display: block;
  width: 30%;
  padding: 31px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.producttextcontainer {
  width: 60%;
}

.produktsiegelreihe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottomimg {
  width: 20%;
}

.unordered-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0px;
  color: #fff;
  line-height: 25px;
  font-weight: 700;
}

.colorscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.colorscontainer.teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #dad9d9;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #eee);
  background-image: linear-gradient(180deg, #fff, #eee);
}

.colorscontainer.teaser._1 {
  max-width: 400px;
}

.colorscontainer.teaser._2 {
  max-width: 550px;
}

.colorscontainer.teaser._3 {
  max-width: 230px;
}

.colorscontainer.teaser._4 {
  width: 270px;
}

.colorscontainer.teaser._5 {
  width: 50px;
}

.colorscontainer.teaser._6 {
  width: 90px;
}

.coloritem {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 1% 0%;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ebebeb;
}

.coloritem.farblos {
  background-image: url('../images/2400-Wohnraumlasur_farblos-Kopie.png');
  background-position: 50% 50%;
  background-size: cover;
}

.coloritem.kiefer {
  background-image: url('../images/2262-Kiefer_HK-Kopie.png');
  background-position: 0px 0px;
  background-size: 295px;
}

.coloritem.eiche-hell {
  background-image: url('../images/2264_Eiche-hell_HK-Kopie.png');
  background-position: 50% 50%;
  background-size: cover;
}

.coloritem.pinie-laerche {
  background-image: url('../images/2634-laerche_13x8_300dpi_4C-Kopie.png');
  background-position: 50% 50%;
  background-size: cover;
}

.coloritem.weiss {
  background-image: url('../images/intensiv_weiss_3_ret_04-2017-Kopie.png');
  background-position: 0px 0px;
  background-size: 295px;
}

.coloritem.palisander {
  background-image: url('../images/2256-Palisander_HK-Kopie.png');
  background-position: 0px 0px;
  background-size: 407px;
}

.coloritem.nussbaum {
  background-image: url('../images/FT40106_nussbaum_teak-Kopie.png');
  background-position: 0px 0px;
  background-size: 295px;
}

.coloritem.teak {
  background-image: url('../images/FT40107_teak_ebenholz-Kopie.png');
  background-position: 0px 0px;
  background-size: 295px;
}

.coloritem.silbergrau {
  background-image: url('../images/2257-Silbergrau_HK-Kopie.png');
  background-size: 407px;
}

.coloritem.basaltgrau {
  background-color: #425051;
  background-image: none;
}

.coloritem.tiefschwarz {
  background-color: #000;
}

.coloritem.anthrazitgrau {
  background-color: #112f33;
}

.coloritem.lichtgrau {
  background-color: #c5cdc9;
}

.coloritem.fenstergrau {
  background-color: #839597;
}

.coloritem.tabakbraun {
  background-color: #362820;
}

.coloritem.nussbraun {
  background-color: #4a2200;
}

.coloritem.rotbraun {
  background-color: #4e0000;
}

.coloritem.skandinavisch-rot {
  background-color: #8f322a;
}

.coloritem.cremeweiss {
  background-color: #f2f0dc;
}

.coloritem.tannengrn {
  background-color: #06381f;
}

.coloritem.taubenblau {
  background-color: #507598;
}

.coloritem.weiss-plain {
  border: 1px solid #000;
  background-color: #fff;
}

.coloritem.bangkirai {
  background-image: url('../images/2632-Bangkirai-Farbton_Pflege-Oel-Kopie.png');
  background-position: 0px 0px;
  background-size: 240px;
}

.coloritem.douglasie {
  background-image: url('../images/2633-douglasie_25x11_300dpi_4C-Kopie-2.png');
  background-position: 0px 0px;
  background-size: 295px;
}

.coloritem.patina {
  background-image: url('../images/remmers_ECO_Patina-Oel_Muster_4C-Kopie.png');
  background-position: 0px 0px;
  background-size: 295px;
}

.coloritem.mahagoni {
  background-image: url('../images/2255-Mahagoni_HK-Kopie.png');
  background-position: 0px 0px;
  background-size: 407px;
}

.coloritemtext {
  position: static;
  bottom: 0px;
  width: 100%;
}

.coloritemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 15%;
  margin: 1% 2% 1% 0%;
  -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;
  font-size: 10px;
}

.coloritemwrapper.teaser {
  width: 30px;
  height: 30px;
  min-width: 0px;
  margin-right: 0%;
  float: left;
}

.text-block-7 {
  margin-right: 5px;
  float: left;
}

.text-block-7.douglasie {
  background-image: url('../images/2633-douglasie_25x11_300dpi_4C-Kopie-2.png');
  background-position: 0px 0px;
  background-size: 295px;
}

.text-block-8 {
  float: right;
}

.prod2 {
  width: 70%;
}

.productdetailsarea {
  display: block;
  overflow: hidden;
  min-height: 550px;
}

.tabs {
  margin-top: 20px;
}

.tab {
  background-color: #fff;
  color: #357acc;
}

.tab.w--current {
  background-color: #fff;
  color: #a0a0a0;
}

.tabs-menu {
  max-width: 100%;
  min-width: 60vh;
  margin-bottom: 20px;
  padding-top: 0px;
  border-bottom: 1px solid #dbdbdb;
}

.unordered-list-2 {
  color: #a0a0a0;
}

.list-item {
  padding-top: 0px;
  padding-bottom: 0px;
}

.spaceme {
  padding-top: 5px;
  padding-bottom: 5px;
}

.fontawesomeheading {
  position: absolute;
  left: 20px;
  top: 36px;
  right: auto;
  display: block;
  float: left;
  font-family: Fontawesome, sans-serif;
  color: #f8f8f8;
  font-size: 60px;
  text-align: left;
  text-shadow: -2px 12px 10px rgba(0, 0, 0, .18);
}

.fontawesomeheading.margin-top {
  margin-top: 100px;
}

.fontawesomeheading.down {
  top: auto;
  bottom: 63px;
}

.fontawesomeheading.fix {
  top: auto;
  bottom: 36px;
  font-size: 40px;
}

.linkblock {
  position: relative;
  margin-right: 30px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50px;
  background-image: -webkit-linear-gradient(270deg, rgba(27, 140, 88, .64), rgba(27, 140, 88, .64));
  background-image: linear-gradient(180deg, rgba(27, 140, 88, .64), rgba(27, 140, 88, .64));
  box-shadow: inset 4px 5px 11px 1px rgba(0, 0, 0, .31);
}

.blogteaser {
  margin-top: 43px;
  padding-right: 25px;
  float: right;
  color: #fff;
}

.blogcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

.image-14 {
  max-width: 75%;
}

.image-15 {
  height: 20vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blogitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 15vw;
  margin-right: 5%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #777;
}

.imagebox {
  width: 100%;
  height: 20vh;
  min-height: 40px;
  margin-bottom: 20px;
  background-image: url('../images/Remmers_Gebinde_ECO-Oel-Dauerschutz-Lasur_2500ml_Pinie_Laerche_EV_2017_V1_lay1_4C-Kopie.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.imagebox.backimg2 {
  background-image: url('../images/Bildschirmfoto-2017-12-07-um-16.57.00.png');
  background-size: cover;
}

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

.bloglink {
  color: #014493;
  font-weight: 700;
  text-decoration: none;
}

.productimage {
  width: 100%;
}

.prod3 {
  width: 100%;
}

.slide-4 {
  background-image: url('../images/Remmers_Gebinde_ECO_Gartenholz-Oele_2500ml_Bangkirai_EV_2017_V2_lay1_4C-copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  width: 100%;
  background-color: transparent;
}

.mask {
  background-color: rgba(199, 153, 73, 0);
}

.slide-5 {
  background-image: url('../images/Remmers_Gebinde_ECO_Gartenholz-Oele_2500ml_Teak_EV_2017_V3_lay1_4C-copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/Remmers_Gebinde_ECO_Gartenholz-Oele_2500ml_Universal_EV_2017_V2_lay1_4C-copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Remmers_Gebinde_ECO_Gartenholz-Oele_2500ml_Patina_EV_2017_V3_lay1_4C-copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Remmers_Gebinde_ECO_Gartenholz-Oele_2500ml_Douglasien_EV_2017_V3_lay1_4C-copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Remmers_Gebinde_ECO_Gartenholz-Oele_2500ml_Laerchen_EV_2017_V3_lay1_4C-copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.prod4 {
  width: 70%;
}

.prod5 {
  width: 47%;
}

.prod6 {
  width: 70%;
}

.productcategory_wrapper {
  position: relative;
  height: 20px;
  margin-top: 50px;
}

.productcategory {
  position: absolute;
  left: 0%;
  top: 100%;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-color: #f18230;
}

.categorytext {
  position: absolute;
  top: 100%;
  z-index: 100;
  margin-left: 40px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}

.categorytext.orange {
  top: 100%;
  margin-left: 3%;
  padding: 8px;
  background-color: #c36a28;
}

.categorytext.green {
  background-color: #207552;
}

.categorytext.brown {
  z-index: 100;
  margin-left: 3%;
  padding-left: 8px;
  background-color: #64251d;
}

.categorytext.blue {
  margin-left: 40px;
  padding-top: 12px;
  background-color: #1e598d;
}

.categorytext.blue2 {
  background-color: #195890;
}

.categorytext.brown2 {
  margin-left: 39px;
  background-color: #6b281f;
}

.categorytext.orange2 {
  background-color: #ce722e;
}

.background_dielen {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Dielen_neu2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.space-50 {
  width: 100%;
  height: 50px;
}

.text-block-9 {
  position: absolute;
  left: 71px;
  bottom: 35px;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.link-4 {
  position: absolute;
  left: 71px;
  bottom: 35px;
  color: #fff;
}

.fontawesome {
  position: static;
  left: 20px;
  top: 36px;
  right: auto;
  display: block;
  float: left;
  font-family: Fontawesome, sans-serif;
  color: #f8f8f8;
  font-size: 60px;
  text-align: left;
  text-shadow: -2px 12px 10px rgba(0, 0, 0, .18);
}

.fontawesome.margin-top {
  margin-top: 100px;
}

.fontawesome.down {
  top: auto;
  bottom: 63px;
}

.fontawesome.fix {
  top: auto;
  bottom: 36px;
  font-size: 40px;
}

.fontawesome.check {
  position: absolute;
  left: 0px;
  top: -5%;
  color: #1b8c58;
  font-size: 140%;
  line-height: 140%;
  text-shadow: none;
}

.link-block {
  left: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fff;
  text-decoration: none;
}

.link-block.w--current {
  position: absolute;
  margin-right: auto;
  padding-left: 0px;
  -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;
  color: snow;
  text-decoration: none;
}

.linktext {
  margin-left: 15px;
  text-decoration: none;
}

.backlinkblock {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
}

.newsslider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.newsitem {
  display: block;
  width: 49%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-color: #777;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  text-decoration: none;
}

.newsitem.middle {
  margin-right: 40px;
  margin-left: 40px;
}

.imgdiv {
  width: 6vw;
  height: 6vw;
  max-height: 90px;
  max-width: 90px;
  min-height: 50px;
  min-width: 50px;
  margin: 2%;
  background-image: url('../images/VOC_Nonylphenol_Logo-copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.imgdiv.img-1 {
  background-image: url('../images/trustedshop-bewertung-499.png');
}

.imgdiv.img-2 {
  background-image: url('../images/ssl-logo.png');
}

.imgdiv.img-3 {
  background-image: url('../images/Ausgezeichnet_Logo_v_300dpi_small.png');
}

.imgdiv.img-4 {
  background-image: url('../images/Logo_RSG_Gold_Garantie_13x13_RGB-copy.png');
}

.imgdiv.img-5 {
  background-image: url('../images/Remmers_Siegel_Profi_VOC_geprueft_ohne_Nonylphenol_blau.png');
}

.imgdiv.img-6 {
  background-image: url('../images/IDSysteme_Qualitätssiegel-20121029-copy.png');
}

.imgdiv.img-7 {
  background-image: url('../images/Oval-13--ZDH-ZERT-1.png');
}

.imgholder {
  width: 62%;
  height: 100%;
  background-image: url('../images/Remmers_Gebinde_ECO_Arbeitsplatten-Oel_750ml_Farblos_EV_2017_V3_lay1_4C-Kopie.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.handlersection {
  padding-right: 10%;
  padding-left: 7%;
  background-color: #e8e8e8;
}

.blogtag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 1.8vw;
  margin: 0px 5px;
  padding: 0px 20px;
  float: right;
  -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;
  border-radius: 25px;
  background-color: #1b8c58;
  color: #fff;
  font-size: 0.65vw;
  font-weight: 700;
}

.blogtag.orange {
  background-color: #f09000;
}

.blogtag.blue {
  float: right;
  background-color: #014493;
}

.tagdivsion {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.zertifizierungarea {
  margin-top: 70px;
}

.section1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-top: 50px;
  background-color: transparent;
}

.section1.certif {
  min-height: 1px;
}

.topdiv {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.topdiv.background2 {
  max-width: 8vw;
  background-image: url('../images/Bildschirmfoto-2017-12-19-um-11.05.10.png');
}

.division2 {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 55%;
  -webkit-flex: 55%;
  -ms-flex: 55%;
  flex: 55%;
}

.division2._2 {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.paragraph {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 700;
}

.section2 {
  margin-top: 70px;
}

.paragraph-2 {
  margin-top: 20px;
}

.section3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-7 {
  display: block;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7.middle {
  background-image: url('../images/Bildschirmfoto-2017-12-18-um-15.13.23.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.signleft {
  width: 8vw;
  height: 10vw;
  background-image: url('../images/Bildschirmfoto-2017-12-18-um-15.12.57.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.signleft._2 {
  margin-top: 61px;
  background-image: url('../images/Bildschirmfoto-2017-12-18-um-15.13.40.png');
}

.image-17 {
  position: absolute;
  left: 25%;
  width: 6vw;
}

.image-18 {
  position: absolute;
  top: -37px;
  right: 32%;
  width: 6vw;
}

.symbolsection {
  display: block;
  min-height: 400px;
  margin-top: 70px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

/**
.symbolitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 2% 2% 8%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
**/

.symbolitem {
  display: block;
  width: 46%;
  float: left;
  text-align: center;
  margin: 2% 2% 8%;
}

/**
.imgpart {
  width: 60%;
  height: 10vw;
  margin-right: 30px;
  max-width: 150px;
  margin-bottom: 20px;
  background-image: url('../images/BlauerEngel.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
**/

.imgpart {
  width: 100%;
  height: 10vw;
  max-width: 150px;
  margin-bottom: 20px;
  background-image: url(../images/BlauerEngel.png);
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
}

.imgpart._2 {
  background-image: url('../images/Sicherheit-Kind-EN71-3_RZ-Kopie.png');
}

.imgpart._3 {
  background-image: url('../images/Remmers_Siegel_MIG-Kopie.png');
}

.imgpart._4 {
  background-image: url('../images/Remmers_Siegel_Profi_VOC_geprueft_ohne_Nonylphenol_blau.png');
}

.imgpart._5 {
  background-image: url('../images/Remmers_Siegel_Lebensmittelecht_RZ-Kopie.png');
}

.imgpart._6 {
  background-image: url('../images/Remmers_Siegel_Vegan_RZ-Kopie.png');
}

.slidefamily {
  background-image: url('../images/Vater-Sohn-Baum_fl148936464_57x38_300dpi_4C_ret-copy.jpg');
  background-position: 50% 16%;
  background-size: cover;
}

.image-19 {
  margin-left: 0px;
}

.vertline {
  position: absolute;
  left: 60%;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #014493;
}

.vertline.green {
  background-color: rgba(27, 140, 88, .46);
}

.topdiv2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Bildschirmfoto-2017-12-18-um-15.12.37.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.topdiv2.background2 {
  max-width: 8vw;
  background-image: url('../images/Bildschirmfoto-2017-12-19-um-11.05.10.png');
}

.section3_mobileonly {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.signright {
  width: 8vw;
  height: 10vw;
  background-image: url('../images/Bildschirmfoto-2017-12-18-um-15.12.57.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.signright._2 {
  margin-top: -25px;
  background-image: url('../images/Bildschirmfoto-2017-12-18-um-15.13.40.png');
}

.emailformwrapper {
  position: relative;
}

.field-label {
  color: #c2c2c2;
  font-size: 11px;
}

.blogteasertext {
  margin-top: 20px;
  color: #777;
}

.teaserimage {
  width: 40%;
  margin-top: 0px;
  margin-right: 35px;
  margin-bottom: 30px;
  float: left;
}

.blogteaseritem {
  position: relative;
  margin-bottom: 100px;
}

.blogteasertext_top {
  font-weight: 700;
}

.text-block-10 {
  background-color: transparent;
  font-size: 0.95vw;
  line-height: 0.95vw;
}

.socialbuttonsarea {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tagfilterarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 45%;
  -webkit-flex: 45%;
  -ms-flex: 45%;
  flex: 45%;
}

.filteritem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 1.8vw;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px 20px;
  float: right;
  -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;
  border-radius: 25px;
  background-color: #1b8c58;
  color: #fff;
  font-size: 0.9vw;
  font-weight: 700;
  cursor: pointer;
}

.filteritem.orange {
  background-color: #f09000;
}

.filteritem.blue {
  float: right;
  background-color: #014493;
}

.filteritem.disabled {
  background-color: #a0a0a0;
}

.filteritem.active {
  background-color: hsla(0, 0%, 63%, .57);
}

.link-5 {
  padding: 5px;
  border-radius: 25px;
  background-color: #ddd;
}

.link-6 {
  padding: 5px;
}

.linkblock_nodecoration {
  text-decoration: none;
}

.linkblock_nodecoration.fullwidth {
  width: 100%;
}

.productteaserarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  -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;
  color: #014493;
}

.div-block-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-22 {
  max-width: 50%;
  margin-right: 5%;
  margin-left: -5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-4 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.buttonblock {
  margin-top: 50px;
}

.handlerdivisionmain {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e8e8e8;
}

.fixedformoverlay {
  position: fixed;
  left: 10%;
  top: 25%;
  z-index: 999999;
  display: none;
  overflow: auto;
  width: 80%;
  height: 50%;
  border-radius: 15px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 17px 13px rgba(3, 3, 3, .31);
}

.fixedformoverlay.show {
  top: 15%;
  display: block;
  height: 70%;
}

.handlerwerdenform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 5%;
  -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;
  border-right: 1px none #fff;
  color: #fff;
  text-align: center;
}

.closehandlerformbutton {
  position: absolute;
  left: 7px;
  top: 10px;
  display: inline-block;
  font-family: Fontawesome, sans-serif;
  color: #a7a7a7;
  font-size: 2vw;
  cursor: pointer;
}

.bodyoverlay {
  position: absolute;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 10000%;
  background-color: rgba(0, 0, 0, .87);
}

.newsletterform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 5%;
  -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;
  border-right: 1px none #fff;
  color: #000;
}

.sociallink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
}

.image-23 {
  display: block;
  width: 30vw;
  float: right;
}

.paragraph-5 {
  display: block;
  float: left;
}

.newsimage {
  width: 48%;
  margin-top: 0px;
  margin-bottom: 26px;
  margin-left: 30px;
  padding: 0px;
  float: right;
}

.newsdate {
  color: #000;
}

.juliastoryslider {
  margin-top: 100px;
  background-color: #fff;
}

.slide-12 {
  display: block;
}

.slide-nav-3 {
  display: none;
}

.slidericon-grey {
  background-color: rgba(70, 70, 70, .1);
}

.icon-9 {
  background-color: rgba(70, 70, 70, .1);
}

.carouselwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 40px;
  padding: 5% 0%;
  -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;
  text-align: center;
}

.carouselwrap.margin-top-0 {
  margin-top: 50px;
  padding-bottom: 5%;
}

.carouselslider {
  width: 100%;
}

.slide-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.slideritem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4% 0%;
  -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;
}

.slider-2 {
  background-color: transparent;
}

.arrowtextbox {
  color: #fff;
}

.mask-3 {
  overflow: visible;
}

.juliaslider {
  height: auto;
  margin-top: 80px;
  background-color: transparent;
}

.mask-4 {
  height: 100%;
}

.formheading {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #014493;
  font-size: 3vw;
  text-align: left;
}

.lightbox-link {
  width: 58%;
  margin-left: 30px;
  float: right;
}

.lightbox-link.blog1 {
  width: 48%;
}

.lightbox-link-2 {
  width: 60%;
  margin-right: 35px;
  float: left;
}

.lightbox-link-2.blog1 {
  width: 50%;
}

.lightbox-link-2.blog3 {
  width: 25%;
}

.vorteilearea {
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 16px;
}

.contentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 40px;
  font-size: 110%;
  line-height: 110%;
}

.leftside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none #a0a0a0;
}

.rightside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 28px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.advantageitem {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  color: #3b83b6;
  font-weight: 700;
}

.success-message {
  position: absolute;
  left: 25%;
  width: 50%;
}

.image-10-copy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 26px;
  margin-left: 30px;
  padding-bottom: 17px;
  padding-left: 10px;
  float: right;
}

.lightbox-link-3 {
  overflow: hidden;
  width: 32%;
  max-height: 600px;
  margin-bottom: 30px;
  margin-left: 30px;
  float: right;
}

.lightbox-link-4 {
  width: 25%;
  margin-right: 35px;
  float: left;
}

.html-embed {
  display: none;
}

.mapembed {
  display: none;
}

.checkbox-field {
  color: #000;
}

.field-label-2 {
  float: left;
}

.field-label-3 {
  float: left;
}

.field-label-4 {
  float: left;
}

.image-2-copy {
  width: 73%;
  margin-top: 60px;
}

.image-4-copy {
  position: absolute;
  left: 60%;
  top: 55%;
  width: 30%;
}

.colorteasertext {
  padding-right: 10px;
  padding-bottom: 15px;
  float: left;
  color: #888;
  font-weight: 700;
}

.colorscontainerwrapper {
  width: 100%;
}

.colorsbottomtext {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 700;
}

.ecoteaserimage {
  margin-top: 50px;
}

/**  ----------------------------------------------------- IPAD 
**/

@media (max-width: 991px) {




  .SloganWrapper {
    margin-top: 120px;
    margin-left: 15%;
    font-size: 1.8vw;
  }

  .brandcontainer {
    z-index: 99;
    height: 7.2vw;
    width: 25vw;
  }
  .bandimg {
    width: 20vw;
    height: 3.6vw;
  }
  .navbar {
    margin-top: 0px;
  }
  .imgcontent {
    padding-top: 1.7vw;
    padding-bottom: 2.1vw;
  }
  .topslider {
    height: 50vw;
  }
  .arrowheader {
    top: -50px;
    width: 100%;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 16px;
  }
  .arrowheader.forblog {
    width: 80%;
  }
  .contentarea {
    width: 100%;
    padding-top: 25px;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .contentarea.fixed {
    padding-right: 5%;
    padding-left: 5%;
  }
  .heading.width-low {
    width: 80%;
  }
  .heading.headingresponsive.center {
    text-align: center;
  }
  .headingunderline {
    margin-top: 20px;
  }
  .productarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-3 {
    top: 310px;
    width: 50%;
    margin-top: -10%;
    margin-right: -10%;
  }
  .image-4 {
    width: 30%;
  }
  .image-6 {
    width: 40%;
  }
  .juliastoryarea {
    height: 101%;
  }
  .juliatextarea {
    width: 60%;
  }
  .text-block-2.centered.width-small {
    width: 80%;
  }
  .imggroupitem {
    width: 23%;
  }
  .handlerarea {
    -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;
  }
  .handlerfinden {
    width: 100%;
  }
  .handlerwerden {
    width: 100%;
    margin-top: 20px;
    padding-left: 8%;
    border-left-style: none;
  }
  .form-block-2 {
    border-right-style: none;
  }
  .nicebutton.gradient-gray.toggletrigger {
    margin-top: 10px;
  }
  .carouselarea {
    overflow: hidden;
    padding-right: 4%;
    padding-left: 4%;
  }
  .videoarea {
    margin-top: 20%;
  }
  .contactsection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .imagearea {
    padding-right: 2%;
  }
  .image-8 {
    height: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image-9 {
    height: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .buttoninside.nicebutton {
    position: static;
  }
  .form-block-3 {
    height: 73.6875%;
  }
  .footerlist {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footerlistitem {
    list-style-type: none;
  }
  .contactarea {
    border-style: none;
  }
  .linkdivision {
    padding: 25px 0px;
  }
  .imagedivision {
    margin-top: 40px;
  }
  .imagebar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .textdivision {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .buttonssection {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sociallogo.facebook-blue.sizeup {
    font-size: 28px;
    line-height: 40px;
  }
  .sociallogo.youtube-red.sizeup {
    font-size: 28px;
    line-height: 40px;
  }
  .productimgcontainer {
    width: 50%;
    max-height: 55vw;
  }
  .producttextcontainer {
    width: 80%;
  }
  .colorscontainer {
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .coloritemwrapper {
    padding: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .productdetailsarea {
    overflow: visible;
  }
  .tabs-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    min-width: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .productimage {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .icon {
    margin-top: auto;
    margin-right: auto;
    margin-left: 0px;
    padding: 6px;
    background-color: #fff;
    color: #000;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 0px;
    padding-right: 10px;
  }
  .menu-button.w--open {
    z-index: 9999;
    background-color: transparent;
  }
  .newsslider {
    height: 350px;
    margin-bottom: 20px;
    background-color: transparent;
  }
  .mask-2 {
    width: 60%;
  }
  .icon-2 {
    background-color: #aaa;
  }
  .icon-3 {
    background-color: #aaa;
  }
  .imgholder {
    width: 80%;
    height: 100%;
  }
  .handlersection {
    padding-right: 0%;
    padding-left: 2%;
  }
  .blogtag {
    display: block;
    max-height: 11.8vw;
    padding-top: 0px;
    font-size: 12px;
  }
  .tagdivsion {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .division2 {
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
  }
  .signleft {
    width: 10vw;
  }
  .signleft._2 {
    width: 10vw;
    height: 14vw;
  }

  .icon-6 {
    right: -30px;
  }
  .icon-7 {
    left: -30px;
  }
  .image-19 {
    margin-left: -25px;
  }
  .signright {
    width: 10vw;
  }
  .signright._2 {
    width: 10vw;
    height: 14vw;
    margin-top: -52px;
  }
  .nav-menu {
    z-index: 9998;
  }
  .socialbuttonsarea {
    position: absolute;
    top: 20px;
    right: 5%;
  }
  .filteritem {
    display: block;
    max-height: 11.8vw;
    padding-top: 0px;
    font-size: 12px;
  }
  .handlerdivisionmain {
    width: 100%;
    -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;
  }
  .fixedformoverlay {
    left: 5%;
    top: 10%;
    display: none;
    width: 90%;
    height: 80%;
  }
  .closehandlerformbutton {
    font-size: 30px;
    line-height: 30px;
  }
  .juliastoryslider {
    height: auto;
  }
  .carouselwrap {
    padding-right: 4%;
    padding-left: 4%;
  }
  .slider-2 {
    width: 100%;
  }
  .slide-nav-4 {
    bottom: -15%;
  }
  .formheading {
    font-size: 4vw;
  }
  .vorteilearea {
    font-size: 1.5vw;
    line-height: 1.5vw;
  }
  .contentwrapper {
    display: block;
  }
  .leftside {
    border-right-style: none;
  }
  .rightside {
    margin-left: 0px;
    padding-left: 0%;
  }
  .lightbox-link-3 {
    width: 40%;
  }
  .lightbox-link-4 {
    width: 40%;
  }
  .image-4-copy {
    width: 30%;
  }
}

/**  ----------------------------------------------------- PHONE (HORIZONTAL) 
**/

@media (max-width: 767px) {

  .productimgcontainer.productslider {
    max-height: 500px;
  }

  #vendorList {
    display: none;
  }

  .SloganWrapper {
    font-size: 2.2vw;
  }

  .brandcontainer {
    width: 38vw;
    height: 10vw;
  }
  .bandimg {
    width: 22vw;
    height: 4.6vw;
  }
  .imgcontent {
    padding-top: 1.7vw;
    padding-bottom: 2.7vw;
  }
  .textcontent {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .topslider {
    height: 400px;
  }
  .arrowheader {
    top: -40px;
    height: 40px;
    font-size: 14px;
    line-height: 14px;
  }
  .arrowheader.blue {
    top: -40px;
    height: 40px;
  }
  .text-block.textresponsive {
    font-size: 16px;
    line-height: 18px;
  }
  .contentarea.fixed {
    min-height: 630px;
  }
  .leftarea {
    overflow: visible;
  }
  .heading {
    width: 101%;
  }
  .heading.centered {
    width: 100%;
  }
  .heading.centered.color-white.headingresponsive {
    width: 100%;
  }
  .heading.width-low {
    width: 100%;
  }
  .heading.headingresponsive.center {
    text-align: center;
  }
  .imgpart {
    height: 14vw;
    max-width: 90px;
    background-position: 0% 50%;
  }
  .productarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productstoryarea {
    padding-bottom: 100px;
  }
  .image-3 {
    margin-top: -25%;
  }
  .image-4 {
    left: 58%;
    top: 83%;
  }
  .image-6 {
    width: 100%;
  }
  .juliastoryarea {
    display: block;
  }
  .juliatextarea {
    width: 100%;
    min-height: 41px;
  }
  .text-block-2.centered.width-small {
    width: 90%;
  }
  .imagegrouparea {
    /**
    -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;
**/
    display: block;
    align-items: center;
  }
  .imggroupitem {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .formrow.margin-top-20 {
    margin-top: 20px;
  }
  .nicebutton.gradient-gray {
    margin-top: 10px;
  }
  .nicebutton.margin-right-10px.margin-bottom-10 {
    margin-bottom: 10px;
  }
  .videoplaceholder {
    width: 70%;
  }
  .contactsection {
    display: block;
  }
  .image-8 {
    height: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .contactarea.first {
    padding-left: 0%;
  }
  .contactarea.second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contacttext {
    text-align: center;
  }
  .linkdivision {
    text-align: center;
  }
  .textdivision {
    width: 100%;
    -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;
  }
  .brandtext {
    font-size: 14px;
  }
  .newsslideritem {
    width: 68%;
    margin-left: 16%;
    text-decoration: none;
    display: block;
  }
  .blogteaserdate {
    position: absolute;
  }
  .buttonssection {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 0px;
    -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;
  }
  .sociallinkblock {
    position: static;
    margin-bottom: 10px;
  }
  .lightbox-image {
    width: 100%;
  }
  .productimgcontainer {
    width: 65%;
    max-height: 65vw;
  }
  .colorscontainer.teaser {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabs-menu {
    min-width: 0px;
  }
  .newsslider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75vw;
    -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;
  }
  .slide-10 {
    display: block;
    -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;
  }
  .mask-2 {
    width: 100%;
  }
  .newsslider2 {
    height: 60vw;
    margin-top: 30px;
    background-color: transparent;
  }
  .icon-4 {
    color: #868686;
  }
  .icon-5 {
    color: #868686;
  }
  .imgholder {
    width: 100%;
  }
  .blogtag {
    max-height: 9.8vw;
    font-size: 1.9vw;
  }
  .section1 {
    /**
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
*/
    display: block;
  }
  .topdiv {
    margin-bottom: 40px;
    background-image: none;
  }
  .section2 {
    padding-left: 30px;
  }
  .section3 {
    margin-top: 55px;
    margin-bottom: 55px;
    display: block;
  }
  .div-block-7.middle {
    max-width: 28%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 25px;
  }
  .signleft {
    width: 18vw;
    height: 20vw;
  }
  .signleft._2 {
    position: static;
    width: 23vw;
    height: 29vw;
  }
  .signleft._2.mobile {
    position: absolute;
    right: 5%;
  }
  .image-17 {
    left: 26%;
    top: 51px;
  }
  .image-18 {
    top: 70px;
    right: 28%;
    width: 7vw;
  }


  .image-19 {
    margin-left: 0%;
  }
  .topdiv2 {
    min-height: 80vw;
    margin-bottom: 40px;
  }
  .section3_mobileonly {
    margin-top: 55px;
    margin-bottom: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .imageblock {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40vw;
  }
  .textblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .signright {
    width: 18vw;
    height: 20vw;
  }
  .signright._2 {
    position: static;
    width: 23vw;
    height: 29vw;
  }
  .signright._2.mobile {
    position: absolute;
    right: 5%;
  }
  .emblemleft {
    position: absolute;
    left: 5%;
    width: 20%;
  }
  .emblemright {
    position: absolute;
    right: 5%;
    width: 25%;
  }
  .imageblock {
    display: block;
  }
  .imgblockitem {
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
    width: 33%;
    min-height: 40vw;
    float: left;
  }
  .imgblockitem.item1 {
    background-image: url('../images/Bildschirmfoto-2017-12-18-um-15.12.57.png');
    background-position: 50% 35%;
    background-size: 60%;
    background-repeat: no-repeat;
  }
  .imgblockitem.item2 {
    background-image: url('../images/Bildschirmfoto-2017-12-18-um-15.13.23.png');
    background-position: 50% 50%;
    background-size: 80%;
    background-repeat: no-repeat;
  }
  .imgblockitem.item3 {
    background-image: url('../images/Bildschirmfoto-2017-12-18-um-15.13.40.png');
    background-position: 50% 50%;
    background-size: 50%;
    background-repeat: no-repeat;
  }
  .textblockitem {
    width: 48%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-20 {
    position: absolute;
    left: 28%;
    top: 10%;
    width: 10%;
  }
  .image-21 {
    position: absolute;
    top: 20%;
    right: 25%;
    width: 10%;
  }
  .socialbuttonsarea {
    position: absolute;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .tagfilterarea {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .filteritem {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 1.9vw;
  }
  .linkblock_nodecoration.fullwidth {
    width: 100%;
  }
  .buttonblock {
    text-align: center;
  }
  .fixedformoverlay {
    top: 2%;
    display: none;
    overflow: visible;
    height: 96%;
  }
  .closehandlerformbutton {
    left: -10px;
    top: -10px;
  }
  .headingresponsive {
    font-size: 5vw;
    line-height: 5vw;
  }
  .sociallink {
    margin-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sociallink.margin-right {
    margin-right: 20px;
  }
  .text-block-11 {
    font-size: 20px;
    font-weight: 100;
  }
  .juliastoryslider {
    height: auto;
  }
  .slide-nav-3 {
    display: none;
  }
  .slidericon-grey {
    background-color: rgba(70, 70, 70, .1);
    color: #fff;
  }
  .icon-9 {
    color: #fff;
  }
  .juliaslider {
    min-height: 800px;
  }
  .formheading {
    font-size: 5vw;
  }
  .vorteilearea {
    font-size: 2vw;
    line-height: 2vw;
  }
  .image-10-copy {
    width: 100%;
  }
  .lightbox-link-3 {
    width: 45%;
  }
  .lightbox-link-4 {
    width: 60%;
  }
  .image-4-copy {
    left: 58%;
    top: 63%;
  }
  .ecoteaserimage {
    margin-top: 0px;
  }
}

/**  ----------------------------------------------------- PHONE (VERTICAL)
**/

@media (max-width: 479px) {

  .productimgcontainer.productslider {
    max-height: 400px;
  }


  .SloganWrapper {
    margin-top: 50px;
    font-size: 3vw;
  }

  .brandcontainer {
    width: 180px;
  }
  .navbar {
    top: 0px;
    margin-top: 0px;
    padding-right: 0px;
  }
  .imgcontent {
    padding-top: 2.7vw;
    padding-bottom: 3.1vw;
  }

  .imgpart {
    max-width: 50px;
  }

  .textcontent {
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .topslider {
    height: 300px;
  }
  .arrowheader {
    top: -35px;
    height: 35px;
    font-size: 13px;
    line-height: 13px;
  }
  .text-block.textresponsive {
    margin-left: 10px;
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  .heading {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .heading.headingresponsive.margin-top50 {
    margin-top: 50px;
  }
  .headingunderline {
    height: 6px;
    margin-top: 10px;
  }
  .productarea {
    padding-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productheading {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .productheaingunderline {
    margin-top: 10px;
  }
  .image {
    left: auto;
    top: 5%;
    right: 5%;
  }
  .producttext2 {
    padding-left: 10%;
  }
  .productstoryarea {
    padding-bottom: 75px;
  }
  .image-3 {
    margin-top: -41%;
  }
  .nachhaltigkeittext {
    width: 100%;
  }
  .image-6 {
    width: 100%;
  }
  .juliastoryarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .juliatextarea {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .text-block-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-2.centered.width-small {
    width: 100%;
  }
  .imagegrouparea {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .imggroupitem {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form-2 {
    width: 90%;
  }
  .vendorSearchForm {
    width: 90%;
  }
  .formrow {
    display: block;
  }
  .formrowitem {
    width: 100%;
  }
  .formrowitem.nicebutton {
    max-height: 40px;
  }
  .formrowitem.nicebutton.width-shrink.correct_size {
    margin-bottom: 20px;
    -webkit-flex-basis: 0px;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
  }
  .formrowitem.text {
    text-align: left;
  }
  .nicebutton.margin-right-10px {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .videoarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -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;
  }
  .videoplaceholder {
    position: static;
    width: 90%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footersection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-8 {
    height: auto;
  }
  .text-field-2 {
    height: 45px;
  }
  .form-block-3 {
    width: 100%;
  }
  .footerlist {
    margin-top: 15px;
  }
  .footerlist.footerlistright {
    -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;
  }
  .contactarea {
    min-height: 0px;
    padding-right: 0px;
  }
  .imagebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .imagebaritem {
    width: 17vw;
    padding: 1%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .textdivision {
    width: 100%;
    -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;
    text-align: left;
  }
  .brandtext {
    font-size: 11px;
  }
  .topstopper {
    height: 60px;
  }
  .blogteaserdate {
    position: static;
  }
  .buttonssection {
    padding-top: 30px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
  }
  .sociallinkblock {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .lightbox-image {
    width: 100%;
  }
  .image-12 {
    width: 100%;
  }
  .productimgcontainer {
    width: 85%;
  }
  .producttextcontainer {
    width: 90%;
  }
  .colorscontainer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .coloritemtext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .coloritemwrapper {
    width: 31%;
  }
  .tabs-menu {
    min-width: 0px;
  }
  .productcategory_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
  }
  .productcategory {
    position: static;
    width: 40px;
    height: 100%;
  }
  .categorytext {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
    font-size: 15px;
  }
  .categorytext.brown2 {
    margin-left: 0px;
  }
  .background_dielen {
    left: 0px;
    width: 100%;
  }
  .icon {
    padding: 5px;
  }
  .menu-button {
    padding: 8px;
  }
  .newsslider2 {
    height: 70vw;
  }
  .icon-4 {
    margin-right: 5%;
  }
  .icon-5 {
    margin-left: 5%;
  }
  .slide-nav-2 {
    display: none;
  }
  .blogtag {
    margin-top: 15px;
    float: left;
    font-size: 12px;
  }
  .blogtag.blue {
    float: left;
  }
  .tagdivsion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .section1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .topdiv {
    margin-bottom: 40px;
    background-image: -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .topdiv.background2 {
    min-height: 220px;
    margin-bottom: 30px;
  }

  .image-19 {
    margin-left: 0%;
  }
  .topdiv2 {
    min-height: 90vw;
    margin-bottom: 40px;
  }
  .topdiv2.background2 {
    min-height: 220px;
    margin-bottom: 30px;
  }
  .teaserimage {
    width: 100%;
  }
  .tagfilterarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .filteritem {
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    font-size: 12px;
  }
  .filteritem.blue {
    float: left;
  }
  .link-6.linkblock_nodecoration {
    width: 100%;
  }
  .div-block-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-22 {
    max-width: 0%;
    display: none;
  }
  .buttonblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .fixedformoverlay {
    top: 5%;
    display: none;
    height: 90%;
  }
  .fixedformoverlay.show {
    top: 5%;
    height: 90%;
  }
  .headingresponsive {
    font-size: 8vw;
    line-height: 8vw;
  }
  .newsimage {
    width: 30%;
  }
  .slider-2 {
    min-height: 340px;
  }
  .slide-nav-4 {
    bottom: -5%;
  }
  .icon-10 {
    top: -230px;
  }
  .icon-11 {
    top: -230px;
  }
  .formheading {
    font-size: 6.5vw;
  }
  .vorteilearea {
    font-size: 12px;
    line-height: 12px;
  }
  .leftside {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .advantageitem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-10-copy {
    width: 100%;
  }
  .lightbox-link-3 {
    width: 40%;
    max-height: 400px;
  }
  .lightbox-link-4 {
    width: 100%;
  }
  .paragraph-6 {
    margin-bottom: -50px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
