@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800');
::-moz-selection {
  /* Code for Firefox */
  color: #888888;
  background-color: white;
}
::selection {
  color: #888888;
  background-color: white;
}
/*
    8888888888             888
    888                    888
    888                    888
    8888888 .d88b. 88888b. 888888.d8888b
    888    d88""88b888 "88b888   88K
    888    888  888888  888888   "Y8888b.
    888    Y88..88P888  888Y88b.      X88
    888     "Y88P" 888  888 "Y888 88888P'
*/
body {
  background-color: #ffffff;
  background-image: url("http://schildersbedrijfvansplunder.nl/wp-content/uploads/2017/01/background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.standardFont {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
}
p {
  color: #0d1b60;
}
em {
  margin-top: 20px;
}
h1 {
  font-family: 'Open Sans';
  font-weight: 900;
  color: #0d1b60;
  text-transform: uppercase;
  font-size: 3.5vw;
  margin-top: 0;
}
h2 {
  color: #5c70ff;
  font-family: 'Open Sans';
  font-weight: 700;
}
h3 {
  color: #5c70ff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
}
h5 {
  color: #0d1b60;
  font-size: 12px;
  font-weight: 100;
  text-align: left;
  text-transform: lowercase !important;
  padding: 0;
  margin: 0;
}
h4 {
  color: #0d1b60;
  text-align: left;
  float: left;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}
a,
a:link,
a:visited,
a:active {
  color: #0d1b60;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Classes and mixins */
.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shortTransition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.longTransition {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.horizontalBottom {
  position: absolute;
  bottom: 0;
}
.horizontalCenter {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
::-webkit-input-placeholder {
  color: #1b1b1b;
  font-weight: lighter;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #1b1b1b;
  font-weight: lighter;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #1b1b1b;
  font-weight: lighter;
}
:-ms-input-placeholder {
  color: #1b1b1b;
  font-weight: lighter;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
body.disable-scroll-element {
  overflow: hidden;
}
a {
  color: #5c70ff;
}
a:link {
  color: #5c70ff;
}
a:hover {
  color: #0d1b60;
  text-decoration: underline;
}
a.btn {
  color: #5c70ff;
}
a.btn:link {
  color: #5c70ff;
}
a.btn:hover {
  color: #0d1b60;
  text-decoration: underline;
}
.col-lg-8 {
  padding: 0;
  margin: 0;
}
div.slide-left {
  overflow: hidden;
}
.tattoos {
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
  -webkit-animation: fadein 3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s;
  /* Firefox < 16 */
  -ms-animation: fadein 3s;
  /* Internet Explorer */
  -o-animation: fadein 3s;
  /* Opera < 12.1 */
  animation: fadein 3s;
}
.tattoos div.img {
  height: 150px;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 40px;
  padding-top: 10px;
  backgroud-size: cover;
  opacity: 0.6;
}
.tattoos div.img:hover {
  opacity: 1.0;
}
.tattoos h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5c70ff;
  font-size: 3vw;
}
.tattoos span {
  display: block;
  width: 45px;
  height: 5px;
  background-color: #5c70ff;
  margin-bottom: 10px;
}
.tattoos .glyphicon-menu-right {
  font-size: 12px;
  margin-left: 10px;
}
.tattoos a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding-top: 5px;
  color: #5c70ff;
  font-weight: normal;
  text-transform: uppercase;
}
.tattoos a:hover {
  color: #1b1b1b;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
div.slide-right {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
div.slide-right h1 {
  animation: 2s slide-right;
  font-size: 4vw;
}
div.slide-right h2 {
  animation: 1s slide-right;
  margin-top: 0;
  font-size: 2.5vw;
  margin-bottom: 30px;
}
div.slide-right h2 span {
  color: #5c70ff;
  letter-spacing: 3px;
  display: inline;
  animation: 2s slide-right;
  position: relative;
  padding-bottom: 2px;
  font-size: 3vw;
}
div.slide-right h2 span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 3px solid #5c70ff;
  content: "";
}
div.slide-right h2.indexText {
  font-size: 2.5vw;
  animation: 2s slide-right;
  margin-top: 0px;
  width: 100%;
  border-bottom: none;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: left;
  font-weight: bold;
  width: 150px;
  color: #0d1b60;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  background-color: #0d1b60;
  color: #fff;
}
input,
textarea {
  padding: 5px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="submit"],
textarea[type="submit"] {
  padding: 10px 15px;
  font-weight: bold;
  color: #fff;
}
div.wpcf7 {
  width: 100%;
  margin-top: 40px;
  float: left;
  background-color: #f2f2f2;
  padding: 30px;
}
label {
  width: 100%;
  float: left;
  color: #0d1b60;
  margin-bottom: 20px;
}
p input[type="button"]:hover,
p input[type="button"] :active,
p input[type="button"] :visited {
  background-color: #0d1b60;
  border: none;
}
.wpcf7-form p input,
.wpcf7-form p textarea {
  color: #1b1b1b;
  font-weight: normal;
  width: 100%;
  margin-top: 5px;
}
div.wpcf7 form.wpcf7-form p input[type="submit"] {
  width: 150px;
  float: right;
  display: block;
  background-color: #0d1b60;
  border: none;
  margin-top: 10px;
  color: #ffffff;
  font-weight: bold;
}
div.wpcf7 form.wpcf7-form p input[type="submit"]:hover,
div.wpcf7 form.wpcf7-form p input[type="submit"] :active,
div.wpcf7 form.wpcf7-form p input[type="submit"] :visited {
  background-color: #070e33;
  border: none;
}
div.wpcf7-mail-sent-ok {
  border: none;
  font-weight: bold;
  color: green;
}
div.wpcf7-validation-errors {
  border: none;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: red;
}
span.wpcf7-not-valid-tip {
  margin-top: 10px;
}
#maps {
  width: 50%;
  height: 200px;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  overflow-y: scroll;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
}
#headerslider {
  height: 300px;
}
header#header {
  float: left;
  width: 100%;
  height: 175px;
  z-index: 999;
}
header#header .container {
  position: relative;
  height: 100%;
}
header#header .container .logo {
  width: 100%;
  height: 70%;
}
header#header .container .logo a {
  float: none;
  width: 100%;
  height: 100%;
}
header#header .container .logo a img.logo-img {
  display: none;
  float: left;
  height: 65px;
}
header#header .container .logo a img.logo-img2 {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  height: 120px;
  margin-top: 10px;
}
header#header .container .logo a span.menu-title {
  display: none;
}
header#header .container .logo a span {
  float: left;
  width: calc(100% - 65px);
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
header#header .container .logo a span.toptitle {
  margin-top: 5px;
}
header#header .container #menu_icon {
  z-index: 1;
  float: right;
  width: 60px;
  height: 45px;
  padding: 5px 10px;
  cursor: pointer;
}
header#header .container #menu_icon img {
  float: left;
  max-width: 100%;
  height: 100%;
}
header#header .container nav.nav {
  position: relative;
  float: none;
  width: 100%;
  top: 0px;
  z-index: 10;
  left: 0;
  text-align: center;
}
header#header .container nav.nav > ul {
  margin-top: 0px;
  float: none;
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header#header .container nav.nav > ul > li.menu-item {
  display: inline-block;
  position: relative;
  float: none;
  width: auto;
  text-align: center;
  height: 100%;
  color: #5c70ff;
}
header#header .container nav.nav > ul > li.menu-item:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  border: solid transparent;
  border-color: rgba(92, 112, 255, 0);
  border-top-color: #5c70ff;
  pointer-events: none;
  border-width: 10px;
  margin-left: -10px;
}
header#header .container nav.nav > ul > li.menu-item.current_page_item > a {
  color: #0d1b60;
  text-decoration: underline;
}
header#header .container nav.nav > ul > li.menu-item.menu-item-has-children:hover:after {
  display: block;
  opacity: 1;
}
header#header .container nav.nav > ul > li.menu-item.menu-item-has-children:hover > ul.sub-menu {
  display: block;
  opacity: 1;
}
header#header .container nav.nav > ul > li.menu-item > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  float: left;
  height: 100%;
  padding: 15px 45px;
  color: #5c70ff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
header#header .container nav.nav > ul > li.menu-item > a:hover {
  color: #0d1b60;
  text-decoration: none;
}
header#header .container nav.nav > ul > li.menu-item > ul.sub-menu {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 185%;
  padding: 15px 0 0 0;
  background: #0d1b60;
  opacity: 0;
  list-style-type: none;
}
header#header .container nav.nav > ul > li.menu-item > ul.sub-menu > li {
  position: relative;
  float: left;
  width: 100%;
}
header#header .container nav.nav > ul > li.menu-item > ul.sub-menu > li > a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  width: 100%;
  padding: 10px 30px;
  color: #5c70ff;
}
header#header .container nav.nav > ul > li.menu-item > ul.sub-menu > li > a:hover {
  color: #0d1b60;
  text-decoration: none;
  background: #070e33;
}
header#header.lighten {
  position: fixed;
  float: left;
  width: 100%;
  height: 65px;
  background: #f2f2f2;
  z-index: 999;
}
header#header.lighten .container {
  position: relative;
  height: 90%;
}
header#header.lighten .container .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 100%;
}
header#header.lighten .container .logo a {
  float: left;
  width: 100%;
  height: 100%;
}
header#header.lighten .container .logo a img.logo-img {
  display: block;
  float: left;
  width: 320px;
  max-height: 100%;
  margin-top: 2px;
}
header#header.lighten .container .logo a img.logo-img2 {
  display: none;
  float: left;
  width: 320px;
  max-height: 100%;
}
header#header.lighten .container .logo a span.menu-title {
  display: none;
}
header#header.lighten .container .logo a span {
  float: left;
  width: calc(100% - 65px);
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
header#header.lighten .container .logo a span.toptitle {
  margin-top: 5px;
}
header#header.lighten .container #menu_icon {
  z-index: 1;
  float: right;
  width: 60px;
  height: 45px;
  padding: 5px 10px;
  cursor: pointer;
}
header#header.lighten .container #menu_icon img {
  float: left;
  max-width: 100%;
  height: 100%;
}
header#header.lighten .container nav.nav {
  top: 8px;
  position: relative;
  float: right;
  width: auto;
  z-index: 10;
}
header#header.lighten .container nav.nav > ul {
  margin-top: 6px;
  float: none;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header#header.lighten .container nav.nav > ul > li.menu-item {
  float: left;
  display: inline-block;
  position: relative;
  width: auto;
  text-align: center;
  height: 100%;
}
header#header.lighten .container nav.nav > ul > li.menu-item:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  border: solid transparent;
  border-color: rgba(92, 112, 255, 0);
  border-top-color: #5c70ff;
  pointer-events: none;
  border-width: 10px;
  margin-left: -10px;
}
header#header.lighten .container nav.nav > ul > li.menu-item.current_page_item > a {
  color: #5c70ff;
  text-decoration: underline;
}
header#header.lighten .container nav.nav > ul > li.menu-item.menu-item-has-children:hover:after {
  display: block;
  opacity: 1;
}
header#header.lighten .container nav.nav > ul > li.menu-item.menu-item-has-children:hover > ul.sub-menu {
  display: block;
  opacity: 1;
}
header#header.lighten .container nav.nav > ul > li.menu-item > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  height: 100%;
  padding: 15px 20px;
  color: #5c70ff;
  font-weight: bold;
  text-transform: uppercase;
}
header#header.lighten .container nav.nav > ul > li.menu-item > a:hover {
  color: #333333;
  text-decoration: none;
}
header#header.lighten .container nav.nav > ul > li.menu-item > ul.sub-menu {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 185%;
  padding: 15px 0 0 0;
  background: #0d1b60;
  opacity: 0;
  list-style-type: none;
}
header#header.lighten .container nav.nav > ul > li.menu-item > ul.sub-menu > li {
  position: relative;
  float: left;
  width: 100%;
}
header#header.lighten .container nav.nav > ul > li.menu-item > ul.sub-menu > li > a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  width: 100%;
  padding: 10px 30px;
  color: #5c70ff;
}
header#header.lighten .container nav.nav > ul > li.menu-item > ul.sub-menu > li > a:hover {
  color: #0d1b60;
  text-decoration: none;
  background: #070e33;
}
#post-404 {
  text-align: center;
}
#post-404 p {
  text-align: center;
}
#post-404 h1 {
  text-align: center;
  font-size: 4vw;
}
#post-404 .svg404 {
  margin: 0 auto;
  width: 600px;
  display: block;
}
.offerte {
  width: 100%;
  height: 500px;
  background-position: center;
  margin: 40px 0 10px 0px;
}
.offerte .container .offerteText {
  width: 50%;
  float: right;
  margin-top: 30px;
}
.offerte .container .offerteText p {
  color: #333333;
  font-size: 15px;
  line-height: 25px;
}
.offerte .container .offerteText a.btn {
  display: block;
  width: 180px;
  float: left;
  margin-top: 10px;
  border-radius: 0px;
  box-sizing: border-box;
  background-color: #5c70ff;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.offerte .container .offerteText a.btn:hover,
.offerte .container .offerteText a.btn :active {
  background-color: #0d1b60;
}
#headerslider {
  height: 300px;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
#headerslider .headercontrol {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 5;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
#headerslider .headercontrol#prev {
  background-image: url(https://schildersbedrijfvansplunder.nl/wp-content/themes/new_vansplunder/less/../img/prev.svg);
}
#headerslider .headercontrol#next {
  right: 0;
  background-image: url(https://schildersbedrijfvansplunder.nl/wp-content/themes/new_vansplunder/less/../img/next.svg);
}
#headerslider .slides {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#headerslider .slide {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#headerslider .slide .slidetext {
  max-width: 600px;
  min-height: 200px;
  margin-top: 80px;
  padding: 20px 0px;
  float: left;
}
#headerslider .slide .slidetext p {
  font-size: 2em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #000000;
}
#headerslider .slide .slidetext a.btn {
  display: block;
  width: 150px;
  float: left;
  margin-top: 10px;
  border-radius: 0px;
  box-sizing: border-box;
  background-color: #5c70ff;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#headerslider .slide .slidetext a.btn:hover,
#headerslider .slide .slidetext a.btn :active {
  background-color: #0d1b60;
}
#headerslider .slide .slidetext .container {
  position: relative;
  height: 100%;
}
#headerslider .slide .slidetext .container a.slideurl {
  float: left;
  width: 100%;
  height: auto;
  color: #fff;
  text-decoration: none;
}
#headerslider .slide .slidetext .container span {
  float: left;
}
#headerslider .slide .slidetext .container span.slidedate {
  font-size: 16px;
  font-weight: 300;
  margin-right: 15px;
}
#headerslider .slide .slidetext .container span.slidetitle {
  font-size: 16px;
  font-weight: bold;
}
#headerslider .slide .slidetext .container p {
  float: left;
  clear: left;
  width: 100%;
  margin: 10px 0;
  font-size: 13px;
}
#maincontent {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 0px;
}
#maincontent section.diensten {
  margin-bottom: 40px;
  padding-top: 20px;
}
#maincontent section.diensten p {
  max-width: 100%;
  margin-top: 20px;
}
#maincontent section.diensten p:nth-child(even) {
  width: 100%;
}
#maincontent section.diensten .col-md-4 {
  height: 200px;
  margin-top: 20px;
}
#maincontent section.diensten .col-md-4 div.img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right;
}
#maincontent section.diensten .col-md-6 {
  height: 250px;
  margin-top: 20px;
}
#maincontent section.diensten .col-md-6 div.img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
#maincontent .contactInfo {
  margin-top: 40px;
  background-color: red;
  height: 100%;
  width: 100%;
  padding: 20px;
  background-color: #f2f2f2;
}
#maincontent .contactInfo ul.half {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
#maincontent .contactInfo #map {
  margin-top: 40px;
  height: 200px;
  width: 100%;
}
#maincontent .contactInfo span {
  display: block;
  width: 100%;
  color: #5c70ff;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
#maincontent .contactInfo p {
  margin-top: 10px;
  color: #333333;
  font-size: 15px;
  line-height: 25px;
}
#maincontent .contactInfo ul {
  list-style: none;
}
#maincontent .contactInfo ul li {
  margin-top: 10px;
}
#maincontent .contactInfo ul.col-md-6 {
  display: inline-block;
  list-style: none;
  width: 50%;
  margin-left: -15px;
}
#maincontent .contactInfo ul.col-md-6 li {
  margin-top: 10px;
}
#maincontent .contactInfo ul.col-md-6 li span {
  color: #5c70ff;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
#maincontent .contactInfo ul.col-md-6:nth-child(2) {
  margin-top: 30px;
}
#maincontent .contactform {
  height: 100%;
}
#maincontent p {
  color: #333333;
  font-size: 15px;
  line-height: 25px;
}
#maincontent section button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: right;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  background: #f17190;
  border: none;
  color: #fff;
}
#maincontent section div.gallery {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  background-color: ;
  display: block;
}
#maincontent section div.gallery div.modula {
  margin-top: 20px;
}
#maincontent section div.gallery h2 {
  margin: 0;
  color: #0d1b60;
}
#maincontent section div.gallery p {
  margin: 20px 0px 0px 0px;
}
#maincontent section div.thumbnail {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 20px;
  margin-right: 0;
  border: none;
  margin-top: 40px;
}
#maincontent section div.thumbnail:nth-child(even) {
  margin-left: 0;
}
#maincontent section div.thumbnail div.img {
  position: relative;
  top: 0;
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#maincontent section div.thumbnail div.caption {
  height: 100%;
  width: 100%;
}
#maincontent section div.thumbnail div.caption h2 {
  color: #0d1b60;
  font-size: 2vmax;
}
#maincontent section div.thumbnail div.caption p {
  margin: 0;
}
#maincontent section div.thumbnail div.caption a {
  display: block;
  width: 150px;
  margin-top: 20px;
  padding: 10px 15px 10px 15px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background-color: #5c70ff;
  margin-bottom: 0;
}
#maincontent section div.thumbnail div.caption a:hover {
  background-color: #0d1b60;
}
#maincontent section ul {
  padding-left: 10px;
}
#maincontent section ul li {
  padding: 6px;
  list-style-type: square;
}
#maincontent section ul li:before {
  color: #5c70ff;
  /* or whatever color you prefer */
}
#maincontent section .col-md-6 {
  line-height: 25px;
  font-size: 15px;
}
#maincontent section .welcomeText {
  margin-bottom: 0px;
  margin-top: -20px;
}
#maincontent section div.warning {
  width: 100%;
  padding: 10px;
  font-weight: bold;
  background-color: ;
  border: 1px solid #5c70ff;
  color: #5c70ff;
  margin-bottom: 20px;
}
#maincontent section p {
  color: #333333;
  font-size: 15px;
  line-height: 25px;
  margin: 40px 0px 20px 0px;
}
#maincontent section p:nth-child(n+3) {
  margin: 10px 0px 0px 0px;
}
#maincontent section .half {
  width: 50%;
  float: left;
  padding-right: 30px;
  margin-bottom: 20px;
}
#maincontent section .half:nth-child(even) {
  padding-left: 30px;
}
#maincontent section .full {
  width: 100%;
}
#maincontent section article {
  float: left;
  width: 80%;
  padding: 30px 15px 100px 15px;
  margin: 0 10%;
}
#maincontent section article p {
  margin-top: 20px;
}
#maincontent section article span.remark {
  color: #0d1b60;
}
#maincontent a.btn {
  bottom: 0;
  box-sizing: border-box;
  position: relative;
  float: none;
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
  background-color: #5c70ff;
  padding: 10px 30px;
  text-align: center;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
}
#maincontent a.btn:hover,
#maincontent a.btn :active {
  background-color: #0d1b60;
}
div.wpcf7-validation-errors {
  padding: 0;
  display: inline-block;
  border: none;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: red;
}
div.wpcf7-mail-sent-ok {
  border: none;
  font-weight: bold;
  color: green;
  display: inline-block;
}
.block_group .container .group_header {
  float: left;
  width: 100%;
  padding: 50px 0;
  text-align: left;
}
.block_group .container .group_header img.group_icon {
  display: inline-block;
  float: none;
  width: auto;
  max-height: 30px;
}
.block_group .container .group_header h3.group_title {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
}
.block_group .container .group_header div.group_text {
  float: left;
  width: 80%;
  margin: 15px 10%;
}
.block_group .container .group_content {
  float: left;
  width: 100%;
  padding: 0 0 100px 0;
}
.block_group .container .group_content .block.separate {
  padding: 10px 15px;
}
.block_group .container .group_content .block.link a .block_image {
  height: 100px;
  background-position: center;
  background-size: auto 90%;
  border-color: #f2f2f2;
}
.block_group .container .group_content .block.link a .block_image .block_imgoverlay {
  display: none;
}
.block_group .container .group_content .block.link a .block_content {
  display: none;
}
.block_group .container .group_content .block.readmore a .block_content .block_bottomlink,
.block_group .container .group_content .block.checkwebsite a .block_content .block_bottomlink {
  display: block;
}
.block_group .container .group_content .block.bordered a {
  background-color: #fff;
  border: 1px solid #f2f2f2;
}
.block_group .container .group_content .block.bordered a .block_image {
  border: none;
}
.block_group .container .group_content .block.containimg a .block_image {
  height: 15vw;
  background-position: center;
  background-size: contain;
}
.block_group .container .group_content .block.placeholderimg a .block_image {
  background-image: url(https://schildersbedrijfvansplunder.nl/wp-content/themes/new_vansplunder/less/../img/placeholder.jpg);
  background-size: cover;
}
.block_group .container .group_content .block.emptylink a .block_content .block_title {
  padding: 10px 0;
}
.block_group .container .group_content .block:hover a .block_image .block_imgoverlay {
  opacity: 1;
}
.block_group .container .group_content .block a {
  float: left;
  width: 100%;
  height: auto;
}
.block_group .container .group_content .block a .block_image {
  float: left;
  width: 100%;
  height: 15vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #5c70ff;
}
.block_group .container .group_content .block a .block_image .block_imgoverlay {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 27, 96, 0.9);
  background-image: url(https://schildersbedrijfvansplunder.nl/wp-content/themes/new_vansplunder/less/../img/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  opacity: 0;
}
.block_group .container .group_content .block a .block_content {
  float: left;
  width: 100%;
  text-align: left;
}
.block_group .container .group_content .block a .block_content .block_title {
  float: left;
  width: 100%;
  padding: 10px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  color: #5c70ff;
}
.block_group .container .group_content .block a .block_content .block_subtitle {
  float: left;
  width: 100%;
  padding: 0 10px 10px 10px;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  color: #5c70ff;
}
.block_group .container .group_content .block a .block_content .block_text {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 12px;
}
.block_group .container .group_content .block a .block_content .block_text strong {
  color: #5c70ff;
}
.block_group .container .group_content .block a .block_content .block_bottomlink {
  display: none;
  float: left;
  width: 100%;
  text-align: left;
}
.block_group .container .group_content .block a .block_content .block_bottomlink:hover {
  text-decoration: underline;
}
/*div.wpcf7 {
	float: left;
	width: 100%;
	margin: 15px 0 ;
	form.wpcf7-form {
		float: left;
		width: 100%;
		p {
			float: left;
			width: auto;
			font-weight: bold;
			color: @main;

			span.wpcf7-form-control-wrap {

				margin-right: 20px;
				float: left;
				width: 100%;
				padding: 5px 0;\
				.your-name{
					color:red;
					background-color: blue;
				}
				.your-therapy{
					width:100%;
				}
				input[type="text"],
				input[type="email"],
				textarea {
					float: none;
					width: auto;
					padding: 10px;
					color: @dark_grey;
					font-weight: normal;
					resize: none;
				}

			}
			input[type="submit"] {
				.transition;
				float: right;
				width: auto;
				padding: 10px 30px;
				background: @main;
				border: none;
				color: #fff;
				&:hover {
					background: @main2;
				}
			}
		}
	}
}
*/
footer.footer {
  margin-top: 50px;
  float: left;
  width: 100%;
  height: 50px;
  padding: 15px 0;
  background: #f2f2f2;
  color: #BDBDBD;
  text-align: center;
}
footer.footer a {
  color: #fff;
  text-decoration: none;
}
footer.footer a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  header#header .container nav.nav > ul > li.menu-item > a {
    font-size: 14px;
  }
  .offerte {
    width: 100%;
    height: 500px;
  }
  .offerte .container .offerteText {
    width: 50%;
    float: right;
    margin-top: 30px;
  }
  #headerslider {
    height: 500px;
  }
  #headerslider .slide {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  #headerslider .slide .slidetext {
    margin-top: 110px;
  }
  #headerslider .slide .slidetext p {
    font-size: 2.5em;
  }
  #headerslider .slide a.btn:hover,
  #headerslider .slide a.btn :active {
    background-color: #0d1b60;
  }
}
@media screen and (max-width: 992px) {
  .offerte {
    width: 100%;
    height: 500px;
    background-position: center;
  }
  .offerte .container .offerteText {
    width: 60%;
    float: right;
    margin-top: 20px;
  }
  div.slide-right {
    width: 100%;
    overflow: hidden;
  }
  div.slide-right h1 {
    animation: 2s slide-right;
    font-size: 6vw;
  }
  div.slide-right h2 {
    animation: 1s slide-right;
    margin-top: 0;
    font-size: 2.5vw;
    margin-bottom: 30px;
  }
  div.slide-right h2 span {
    color: #5c70ff;
    letter-spacing: 3px;
    display: inline;
    animation: 2s slide-right;
    position: relative;
    padding-bottom: 2px;
    font-size: 5vw;
  }
  div.slide-right h2 span::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #5c70ff;
    content: "";
  }
  div.slide-right h2.indexText {
    font-size: 2.9vw;
    animation: 4s slide-right;
    margin-top: 5px;
    width: 100%;
    border-bottom: none;
  }
  #contentSlider {
    position: relative;
    overflow: hidden;
    display: block;
    height: 200px;
    width: 100%;
  }
  #contentSlider .sliderimg {
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  #headerslider {
    height: 300px;
  }
  #headerslider .slide {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  #headerslider .slide a.btn:hover,
  #headerslider .slide a.btn :active {
    background-color: #0d1b60;
  }
  header#header .container {
    padding: 0;
  }
  header#header .container nav.nav > ul > li > a {
    font-size: 13px;
    padding: 15px 7.5px;
    color: #5c70ff;
  }
}
@media screen and (max-width: 768px) {
  div.wpcf7 {
    margin-top: 20px;
  }
  .offerte {
    width: 100%;
    height: 500px;
    background-position: right;
  }
  .offerte .container .offerteText {
    width: 100%;
    float: right;
    margin-top: 20px;
  }
  #maincontent .contactInfo {
    margin-top: 40px;
    background-color: red;
    height: 100%;
    width: 100%;
    padding: 20px;
    background-color: #f2f2f2;
    display: inline-block;
  }
  #maincontent .contactInfo ul.half {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  #maincontent .contactInfo #map {
    margin-top: 40px;
    height: 200px;
    width: 100%;
    background-color: #1b1b1b;
  }
  #maincontent .contactInfo span {
    display: block;
    width: 100%;
    color: #5c70ff;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
  }
  #maincontent .contactInfo p {
    margin-top: 10px;
    color: #333333;
    font-size: 15px;
    line-height: 25px;
  }
  #maincontent .contactInfo ul {
    list-style: none;
  }
  #maincontent .contactInfo ul li {
    margin-top: 10px;
  }
  #maincontent .contactInfo ul.col-md-6 {
    display: inline-block;
    list-style: none;
    width: 50%;
    margin-left: -15px;
  }
  #maincontent .contactInfo ul.col-md-6 li {
    margin-top: 10px;
  }
  #maincontent .contactInfo ul.col-md-6 li span {
    color: #5c70ff;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
  }
  #maincontent .contactInfo ul.col-md-6:nth-child(2) {
    margin-top: 30px;
  }
  #maincontent section .welcomeText {
    margin: 0;
    padding: 0;
  }
  #maincontent section ul {
    padding-left: 20px;
  }
  #maincontent section ul.half {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  #maincontent section ul.half:nth-child(even) {
    padding-left: 20px;
  }
  #maincontent section p.half {
    width: 100%;
    float: left;
    padding-: 0;
    margin-bottom: 20px;
  }
  #maincontent section p.half:nth-child(even) {
    padding: 0px;
  }
  #maincontent section p {
    margin-top: 0;
  }
  #maincontent section ul.full {
    width: 100%;
  }
  #maincontent section div.thumbnail {
    margin-top: 20px;
  }
  div.slide-right {
    width: 100%;
    overflow: hidden;
  }
  div.slide-right h1 {
    animation: 2s slide-right;
    font-size: 6vw;
  }
  div.slide-right h2 {
    animation: 1s slide-right;
    margin-top: 0;
    font-size: 2.5vw;
    margin-bottom: 30px;
  }
  div.slide-right h2 span {
    color: #5c70ff;
    letter-spacing: 3px;
    display: inline;
    animation: 2s slide-right;
    position: relative;
    padding-bottom: 2px;
    font-size: 6vw;
  }
  div.slide-right h2 span::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #5c70ff;
    content: "";
  }
  div.slide-right h2.indexText {
    font-size: 2.9vw;
    animation: 4s slide-right;
    text-align: left;
    margin-top: 0px;
    width: 100%;
    border-bottom: none;
  }
  .col-xs-3 {
    width: 33%;
    float: left;
  }
  header#header {
    height: 45px;
    background: #f2f2f2;
  }
  header#header .container {
    width: 100%;
  }
  header#header .container .logo {
    position: absolute;
    top: 0;
    left: 10px;
    width: 175px;
    height: 100%;
  }
  header#header .container .logo a {
    float: left;
    width: 100%;
    height: 100%;
  }
  header#header .container .logo a img.logo-img {
    display: inline-block;
    float: left;
    max-width: 300px;
    max-height: 100%;
    display: none;
  }
  header#header .container .logo a img.logo-img2 {
    display: none;
    float: left;
    max-width: 320px;
    max-height: 100%;
  }
  header#header .container .logo a span.menu-title {
    margin-top: 14px;
    display: block;
    float: left;
    color: #0d1b60;
    font-size: 14px;
    text-transform: uppercase;
  }
  header#header .container .logo a span {
    float: left;
    width: calc(100% - 65px);
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
  }
  header#header .container .logo a span.toptitle {
    margin-top: 5px;
  }
  header#header .container nav.nav {
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    position: absolute;
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
    background: #f2f2f2;
    z-index: 9999;
  }
  header#header .container nav.nav.open {
    width: 100%;
    height: 100vh;
    position: absolute;
    float: left;
    left: 0;
    top: 0;
  }
  header#header .container nav.nav.open #menu_close {
    opacity: 1;
  }
  header#header .container nav.nav #menu_close {
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 10px;
    opacity: 0;
    cursor: pointer;
  }
  header#header .container nav.nav > ul {
    margin-top: 50px;
    float: left;
  }
  header#header .container nav.nav > ul > li.menu-item {
    display: block;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    height: auto;
  }
  header#header .container nav.nav > ul > li.menu-item > a {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 1em;
  }
  header#header .container nav.nav > ul > li.menu-item > ul.sub-menu {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    opacity: 1;
  }
  header#header .container nav.nav > ul > li.menu-item > ul.sub-menu > li {
    float: left;
    width: 100%;
    height: auto;
  }
  header#header .container nav.nav > ul > li.menu-item > ul.sub-menu > li a {
    float: left;
    width: 100%;
    height: auto;
    padding: 7.5px 15px;
  }
  header#header.lighten {
    height: 45px;
    position: fixed;
    float: left;
    width: 100%;
    z-index: 999;
  }
  header#header.lighten .container {
    position: relative;
    height: 90%;
  }
  header#header.lighten .container .logo {
    position: absolute;
    top: 0;
    left: 10px;
    width: 170px;
    height: 100%;
  }
  header#header.lighten .container .logo a {
    float: left;
    width: 170px;
    height: 100%;
  }
  header#header.lighten .container .logo a img.logo-img {
    display: none;
    float: left;
    max-height: 100px;
    margin-top: 5px;
  }
  header#header.lighten .container .logo a img.logo-img2 {
    display: none;
    float: left;
    max-width: 320px;
    max-height: 100%;
  }
  header#header.lighten .container .logo a span.menu-title {
    margin-top: 14px;
    display: block;
    float: left;
    color: #0d1b60;
    font-size: 14px;
    text-transform: uppercase;
  }
  header#header.lighten .container .logo a span {
    float: left;
    width: calc(100% - 65px);
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
  }
  header#header.lighten .container .logo a span.toptitle {
    margin-top: 5px;
  }
  header#header.lighten .container #menu_icon {
    z-index: 1;
    float: right;
    width: 60px;
    height: 45px;
    padding: 5px 10px;
    cursor: pointer;
  }
  header#header.lighten .container #menu_icon img {
    float: left;
    max-width: 100%;
    height: 100%;
  }
  header#header.lighten .container nav.nav {
    top: 0;
    position: absolute;
    float: none;
    width: 100%;
    z-index: 10;
  }
  header#header.lighten .container nav.nav > ul {
    margin-top: 50px;
    float: left;
    width: 100%;
  }
  header#header.lighten .container nav.nav > ul > li.menu-item {
    display: block;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    height: auto;
  }
  header#header.lighten .container nav.nav > ul > li.menu-item > a {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 1em;
  }
  header#header.lighten .container nav.nav > ul > li.menu-item > ul.sub-menu {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    opacity: 1;
  }
  header#header.lighten .container nav.nav > ul > li.menu-item > ul.sub-menu > li {
    float: left;
    width: 100%;
    height: auto;
  }
  header#header.lighten .container nav.nav > ul > li.menu-item > ul.sub-menu > li a {
    float: left;
    width: 100%;
    height: auto;
    padding: 7.5px 15px;
  }
}
@media screen and (max-width: 768px) {
  #headerslider {
    height: 300px;
  }
  #headerslider .slide {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  #headerslider .slide a.btn {
    left: 20px;
    bottom: 50px;
  }
  #headerslider .slide a.btn:hover,
  #headerslider .slide a.btn :active {
    background-color: #0d1b60;
  }
  .tattoos {
    margin-top: 0;
  }
  div.slide-right h1 {
    font-size: 10vw;
  }
  div.slide-right h2 {
    font-size: 4.5vw;
  }
  div.slide-right h2.indexText {
    font-size: 4.8vw;
  }
  p {
    text-align: left;
  }
  h1 {
    text-align: left;
  }
  #maincontent {
    margin-top: 20px;
  }
  #maincontent section article {
    width: 90%;
    margin: 0 0%;
  }
  .block_group .container .group_header div.group_text {
    width: 90%;
    margin: 15px 5%;
  }
  .block_group .container .group_content .block.containimg a .block_image {
    height: 27vw;
  }
  .block_group .container .group_content .block a .block_image {
    height: 27vw;
  }
}
@media screen and (max-width: 480px) {
  #maincontent section article {
    width: 100%;
    margin: 0;
    padding: 30px 0 100px 0;
  }
  .block_group .container .group_header div.group_text {
    width: 100%;
    margin: 15px 0;
  }
  .block_group .container .group_content .block.containimg a .block_image {
    height: 43vw;
  }
  .block_group .container .group_content .block a .block_image {
    height: 43vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #maincontent {
    float: left;
    width: 100%;
    text-align: left;
  }
  #maincontent section button {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: right;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
    background: #f17190;
    border: none;
    color: #fff;
  }
  #maincontent section article {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #maincontent section article p {
    margin-top: 20px;
  }
  #maincontent section article span.remark {
    color: #0d1b60;
  }
  #maincontent a.btn {
    bottom: 0;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-bottom: 50px;
    display: inline-block;
    background-color: #5c70ff;
    padding: 10px 30px;
    text-align: center;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
  }
  #maincontent a.btn:hover,
  #maincontent a.btn :active {
    background-color: #0d1b60;
  }
  div.thumbnail {
    float: left;
    padding: 20px;
    margin-top: 40px;
  }
  div.thumbnail div.caption {
    width: 100%;
    float: right;
  }
  div.thumbnail div.caption p {
    text-align: left;
    margin: 0;
  }
  div.thumbnail div.caption h2 {
    text-align: left;
    font-size: 4vmax;
  }
  div.thumbnail .thumbImg {
    float: left;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 380px) {
  #headerslider {
    height: 350px;
  }
  #headerslider .slide {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  #headerslider .slide a.btn:hover,
  #headerslider .slide a.btn :active {
    background-color: #0d1b60;
  }
}
@media screen and (min-width: 0px) and (max-width: 680px) {
  div.wpcf7 {
    margin-top: 20px;
  }
  #maincontent .contactInfo ul.half {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  #maincontent .contactInfo h2 {
    font-size: 1.5em;
  }
  h1 {
    font-size: 2.5em;
  }
  .col-xs-3 {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 570px) {
  #maincontent section.diensten .col-md-4 {
    width: 100%;
  }
  #maincontent section.diensten .col-md-6 {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
  .offerte {
    width: 100%;
    height: 600px;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .offerte .container .offerteText {
    width: 100%;
    float: right;
    margin-top: 20px;
  }
  #maincontent section.diensten {
    margin-bottom: 40px;
  }
  #maincontent section.diensten h2 {
    font-size: 1.5em;
  }
  div.thumbnail {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    padding: 20px;
    margin-right: 0;
  }
  div.thumbnail:nth-child(even) {
    margin-left: 0;
  }
  div.thumbnail div.img {
    position: relative;
    top: 0;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  div.thumbnail div.caption {
    height: 100%;
    width: 100%;
  }
  div.thumbnail div.caption h2 {
    font-size: 26px;
    color: #0d1b60;
  }
  div.thumbnail div.caption p {
    margin: 0;
  }
  div.thumbnail div.caption a {
    display: block;
    width: 150px;
    margin-top: 10px;
    padding: 10px 15px 10px 15px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background-color: #5c70ff;
  }
  div.thumbnail div.caption a:hover {
    background-color: #0d1b60;
  }
  div.slide-right {
    margin: 0;
    padding: 0;
  }
  div.slide-right h1 {
    font-size: 2.5em;
  }
  div.slide-right h2.indexText {
    font-size: 2em;
    margin-top: 0;
  }
  div.slide-right h2 {
    font-size: 8vw;
  }
  #wpcf7-f4-p14-o1 > form > p {
    width: 100%;
    margin: 0;
  }
  #wpcf7-f4-p14-o1 > form > p:nth-child(odd) {
    padding-left: 0;
  }
  #wpcf7-f4-p14-o1 > form > p:nth-child(even) {
    padding-right: 0;
  }
}
