/*Quotation form */

#netivity-forms-jEFANUWU36 div.control-group .control-label {
  float: left;
  display: block;
  width: 180px;
  padding-top: 5px;
  text-align: left;
  font-family: sans-serif;
  color: #54565b;
  font-size: 12pt;
}

#netivity-forms-jEFANUWU36 div.control-group .controls input {
  display: block;
  height: 43px;
  background-color: #ececeb;
  border: none;
  padding-left: 6px;
  width: 50%;
  max-width: 100%;
  margin-bottom: 0;
}


#netivity-forms-jEFANUWU36 div.control-group .textarea textarea {
  height: 200px;
  background-color: #ececeb;
  border: none;
  padding-left: 6px;
  width: 50%;
  max-width: 100%;
}

#submitbutton-52117 {
  background-color: #81bc00 !important;
  color: #FFF !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 17px !important;
  font-size: 14pt !important;
  padding-bottom: 28px !important;
  display: inline-block !important;
  background-image: none !important;
  border-radius: 0 !important;
  border: none !important;
  float: right !important;
  margin-right: 436px !important;
}

/*GAZELLE CSS*/
.storing{
    position: fixed;
    right: 0;
    top: 200px;    
    height: 480px;
    z-index: 1000;
}

.storing img{
    width: 100%;
}

@media (max-width: 767px) {
    .storing{
        width: 75px;
    }
}
@media (min-width: 768px) and (max-width: 1299px) {
    .storing{
        width: 100px;
    }
}
@media (min-width: 1300px) {
    .storing{
        width: 150px;
    }
}
/*EINDE GAZELLE CSS*/


.about h1{
font-size: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-top: 0px;
color: #76B900;
}

.Design h2,
.direct-mail h2{
font-size: 28px;
margin-left: 40px;
margin-bottom: 30px;
margin-top: 30px;
color: #000;
}

/* Small fix Cookie notification 10-2020 -- GAW */
.overbox {
	z-index: 2;
}

.cookie-notification {
	background-color: rgba(0,0,0,.8);
	opacity: unset;
	z-index: 3;
}