* {
  font-family: "Open Sans", sans-serif;
}

html {
}

body {
}

ul {
  margin-bottom: 35px;
}

.grayWhiteGradient {
  padding-top: 150px;
  background: #ffffff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#f8f8f8, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f8f8f8, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f8f8f8, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f8f8f8, white);
  /* Standard syntax (must be last) */
}

.loginRow {
  padding: 15px;
  margin-left: 0px;
  margin-right: 0px;
}

.loginBlock {
  width: 100%;
  padding: 25px;
  max-width: 351px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #f1f1f3;
}

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

.centerBlock {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.nopadding {
  padding: 0px !important;
}

textarea {
  max-width: 100%;
}

iframe {
  border: 0px;
  vertical-align: top;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto !important;
  border: 0px;
  vertical-align: top;
}

a {
  color: #afca75;
}

a:hover {
  color: #afca75;
}

p {
  margin: 35px 0px 35px 0px;
}

.text {
  max-width: 50%;
  color: #8a949d;
}

.clear {
  clear: both;
  line-height: 0;
}

.margin-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*** IMAGES ***/
/* 
.dienst{
    padding: 10px !important;
} */

.homePageBox:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.67);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.67);
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
  z-index: 9999;
}

/* smaller menu */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
}

@media only screen and (max-width: 630px) {
  .schilderHeader {
    visibility: hidden;
    height: 0%;
    max-height: 0;
  }
  .schilderHeader-mobile {
    visibility: visible;
    height: auto;
    max-height: auto;
  }

  a.schilderHeader-mobile {
    display: block;
    width: auto;
    height: auto;
  }
  a.schilderHeader {
    display: none;
    width: 0;
    height: 0;
  }
}
@media only screen and (min-width: 630px) {
  .schilderHeader {
    visibility: visible;
    height: auto;
    max-height: auto;
  }
  .schilderHeader-mobile {
    visibility: hidden;
    height: 0%;
    max-height: 0;
  }

  a.schilderHeader {
    display: block;
    width: auto;
    height: auto;
  }
  a.schilderHeader-mobile {
    display: none;
    width: 0;
    height: 0;
  }
}

.full-width {
  width: 100%;
}

@media only screen and (max-width: 630px) {
  body {
    margin-top: 50px;
  }
}

img.logo {
  padding-bottom: 20px;
  padding-right: 20px;
}

/*** NAVBAR ***/

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

.navbar-nav > li {
  text-align: left;
  color: black !important;
}

.nav > li > a {
  color: black !important;
  font-size: 93%;
}

li a:hover span,
li a:visited span {
  padding-bottom: 2px;
  border-bottom: 2px solid #a3c45b;
}

.dropdown-menu li {
  font-size: 95%;
}

.dropdown-menu > li > a:hover {
  background-color: #a3c45b;
  background-image: none;
}

.dropdown-menu > li > a:hover {
  background-color: #e9efdc !important;
}

.nav > li:hover {
}

.dropdown-menu {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

@media only screen and (min-width: 768px) {
  .navbar-nav > li {
    float: none;
    display: inline-block;
    font-weight: bold;
  }
}

.clearnav {
  padding-top: 80px;
}

@media only screen and (max-width: 630px) {
  .clearnav {
    padding-top: 40px;
  }
}

.section-padding {
  padding-top: 40px;
  padding-bottom: 60px;
}

/*** COLOURS ***/

.gray {
  color: #9d9d9d !important;
}

.offwhite {
  background-color: #f0f1f2;
}

.darkgray {
  color: #737f8a;
}

.black {
  color: black;
}

.whiteback {
  background-color: #ffffff;
}

/*** HEADINGS AND PARAGRAPHS ***/

h1 {
  text-align: center;
  font-size: 1.7em;
  font-weight: bolder;
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h1.left {
  text-align: left;
}

h2 {
  font-size: 1.3em;
}

h2.bold {
  font-weight: bold;
}

h3 {
  font-size: 125%;
  text-transform: uppercase;
  color: #737f8a;
  font-weight: bold;
  margin-bottom: 0px !important;
}

h3 + p {
  margin-top: 5px;
}

h4 {
  margin-top: 0px !important;
}

h4 + p {
  margin-top: 15px;
}

.section-heading {
  padding-top: 20px;
  padding-bottom: 20px;
}

.uppercase {
  text-transform: uppercase;
}

.green {
  color: #afca75;
}

p.text-center {
  text-align: center;
}

.margintop {
  margin-top: 40px;
}

.quote {
  color: white;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  vertical-align: center;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px;
  display: table-cell;
  height: 280px;
  vertical-align: middle;
}

.italic {
  font-style: italic;
}

/*** FOOTER ***/

footer {
  background-color: #5a5a5a;
  padding-top: 60px;
}

.darkfooter {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #252525;
  margin-right: 0px !important;
  color: #96999c;
  text-align: center;
  margin-top: 20px;
}

footer h2 {
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}

footer p,
footer a,
footer a:hover {
  color: #b3b7ba;
}

footer .socialicons {
  margin-top: 20px;
}

footer .img-social {
  padding-right: 25px;
  width: 55px;
}

@media only screen and (max-width: 992px) {
  .socialicons {
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left !important;
  }
}

/*** YOUTUBE ***/

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

/*** Page specific css ***/

.onderhoud {
  padding-top: 40px;
  padding-bottom: 80px;
}

.onderhoud-img {
  width: 85px;
  height: 84px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.onderhoud-icons {
  margin-top: 40px;
}

.onderhoud-icons h1 {
  font-size: 1em;
}

.carousel-inner {
  padding-bottom: 40px !important;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

a.carousel-control > i {
  color: #a3c45b;
}

.carousel-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.carousel-indicators {
  bottom: -25px;
}

.carousel-indicators li {
  background-color: #a1a1a1;
}

.carousel-indicators .active {
  background-color: #a3c45b;
}

.carousel-header {
  font-weight: bold;
  text-transform: uppercase;
}

.carousel-control.middle {
  display: inline-block;
  position: absolute;
  top: 40%;
  z-index: 5;
}

.carousel-inner.images {
  max-width: 75%;
}

.colouredback {
  background-image: url("../images/colouredbackground.png");
  background-size: 100% 100%;
}

.home-contact {
  width: 100%;
  height: auto;
}

.home-contact p,
.home-contact h2,
.home-contact a,
.home-contact a:hover {
  color: white;
}

.checkmarks {
  list-style-image: url("../images/icons/checkmark.png");
}

.plastered {
  background: url(../images/plastered.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.img-overons {
  padding-right: 0px;
}

@media only screen and (max-width: 750px) {
  .img-overons {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    max-width: 100%;
  }
}

.see-through {
  background-image: url("../images/colouredbackgroundtrans.png");
  padding-right: 0px !important;
}

.see-through-reverse {
  background-image: url("../images/colouredbackgroundtransreverse.png");
  padding-right: 0px !important;
}

.img-line {
}

.dienst-line {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 66px;
  max-height: 66px;
  min-height: 66px;
}

.dienst-line img {
  position: relative;
  left: -120px;
  top: -20px;
  float: left;
}

.dienst-line h1 {
  margin-bottom: 20px;
  position: relative;
  left: -80px;
}

@media only screen and (max-width: 1370px) {
  .dienst-line img {
    position: relative;
    left: 0px;
    top: -20px;
    float: left;
  }
  .dienst-line h1 {
    margin-bottom: 20px;
    left: 10px;
    position: relative;
  }
  .mobiletopmargin {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .dienst-line img {
    top: -40px;
  }
}

@media only screen and (max-width: 340px) {
  .dienst-line h1 {
    font-size: 1em;
  }
}

@media only screen and (max-width: 340px) {
}

.navi img,
.infoi img {
  width: 100%;
  height: 100%;
}

.navi {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.infoi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.infoi {
  z-index: 10;
}

.infoi:hover {
  opacity: 0;
}

.row.fix-margin {
  margin-right: 0px !important;
}

.row.fix-margin .col-lg-6,
.row.fix-margin .col-lg-4 {
  padding: 0px;
}

@media only screen and (max-width: 1200px) {
  .col-lg-3.col-lg-offset-1 img {
    padding-top: 20px;
  }
}

.no-top-margin {
  margin-top: 0px;
  margin-bottom: 25px;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 30px;
}

::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

@media only screen and (max-width: 1200px) {
  .mobilecontact {
    display: none;
  }
}

.contact-home {
}

.contact-home p {
  margin-top: 0px;
}

.contact-home h2 {
  margin-bottom: 3px;
  margin-top: 33px;
}

.socialicons a {
  line-height: 31px;
}

.bottom-margin {
  margin-bottom: 40px;
}

.no-bottom-margin {
  margin-bottom: 0px;
}

h2.normal {
  text-transform: none !important;
}

.item > span {
  color: black !important;
}

.bold {
  font-weight: bold;
}

.onderhoud-icons a:hover + h1 > span {
  padding-bottom: 2px;
  border-bottom: 2px solid #a3c45b;
}

.greenunderline {
  padding-bottom: 2px;
  border-bottom: 2px solid #a3c45b;
}

.bottompadding {
  padding-bottom: 50px;
}

.referenties {
  padding-bottom: 40px;
}

.calamiteiten {
  background-color: #737f8a;
  padding: 15px;
  color: white;
  display: inline-block;
  margin-bottom: 15px;
}

.calamiteiten a {
  color: white;
}

@media only screen and (max-width: 380px) {
  .dienst-line h1 {
    font-size: 100%;
    line-height: 35px;
  }
}

@media only screen and (max-width: 316px) {
  .dienst-line h1 {
    font-size: 60%;
  }
}

.btn_verstuur {
  width: 110px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/buttons/verstuur.png) no-repeat center
    top;
  cursor: pointer;
  /* hand-shaped cursor */
  cursor: hand;
  /* for IE 5.x */
}

.btn_login {
  width: 110px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/buttons/login.jpg) no-repeat center top;
  cursor: pointer;
  /* hand-shaped cursor */
  cursor: hand;
  /* for IE 5.x */
}

.btn_bevestig {
  width: 110px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/buttons/bevestig.png) no-repeat center
    top;
  cursor: pointer;
  /* hand-shaped cursor */
  cursor: hand;
  /* for IE 5.x */
}

.btn_registreer {
  width: 110px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/buttons/registreer.png) no-repeat center
    top;
  cursor: pointer;
  /* hand-shaped cursor */
  cursor: hand;
  /* for IE 5.x */
}

/** inputs **/

/* COMMON RADIO AND CHECKBOX STYLES  */

input[type="radio"],
input[type="checkbox"] {
  /* Hide original inputs */
  visibility: hidden;
  position: absolute;
}

input[type="radio"] + label:after,
input[type="checkbox"] + label:before {
  height: 15px;
  width: 15px;
  margin-bottom: -3px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #a4c35b;
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:before {
  background: #a4c35b;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */

input[type="radio"] + label:after {
  border-radius: 50%;
}

input[type="checkbox"] + label:before {
  border-radius: 2px;
}

.checkbox-inline,
.radio-inline {
  padding-left: 0px;
}

.dropdown-menu > li > a {
  padding: 5px 20px !important;
}

.arrow {
  top: -750px;
  z-index: 100;
  position: absolute;
  width: 351px !important;
  left: 50%;
  margin-left: -176px;
  -webkit-transition: top 1s;
}

.arrow_transition {
  top: 50px;
}

@media only screen and (max-width: 630px) {
  .arrow {
    top: -700px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .arrow_transition {
    top: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .formUpperMargin {
    margin-top: 15px;
  }
}

.BoxShadow {
  box-shadow: 0 0 8px #c2c2c2;
}

.BoxShadow .header {
  padding: 25px;
  padding-left: 40px;
  color: white;
  margin-left: -15px;
  background-color: green;
  background-image: url("../images/headers/kwastjesactie.png");
  margin-bottom: 30px;
  font-size: 125%;
  text-transform: uppercase;
  font-weight: bold;
}

.province ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.contactBoxList {
  list-style: none;
}

.contactBoxList li span {
  font-size: 1.5em;
}

.contactVestiging {
  padding-right: 0;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.minheight {
  min-height: 330px;
}

.contactVestiging .btn {
  color: #ffffff;
  background: #aaaaaa;
  border-radius: 0;
  padding: 8px 12px 8px 12px;
  text-decoration: none;
}

.contactVestiging .btn:hover {
  text-decoration: none;
}

.contactVestiging span {
  font-size: 130%;
  margin-bottom: 10px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .contactVestiging span {
    font-size: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .contactVestiging .imageDiv {
    display: none;
  }
}

.greenLine {
  text-align: center;
  border-top: 2px solid #afca75;
  width: 75px;
}

.homepageList {
  padding-top: 10px;
  list-style: none;
  padding-left: 0px;
}

.homepageList li a {
  color: #8a949d;
}

.homepageList li a:hover {
  color: #afca75;
  text-decoration: none;
}

.homePageBox {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.homePageBox div {
  padding: 30px;
  background-color: white;
}

.homePageBox div h2 {
  text-align: center;
  text-transform: uppercase;
}

.homePageBox div p {
  text-align: center;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .homePageBox.col-sm-6 p {
    min-height: 95px;
  }
}

@media (min-width: 992px) {
  .homePageBox.col-md-4 p {
    min-height: 95px;
  }
}

.extraPadding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.dienstHeaders div {
  padding-left: 0px;
  padding-right: 0px;
}

.youtube-player {
  position: relative;
  padding-bottom: 54%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
