/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*@font-face {
  font-family: 'font';
  src: url("../fonts/font.eot");  IE9 Compat Modes 
  src: url('../fonts/font.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font.ttf')  format('truetype');  Safari, Android, iOS 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font';
  src: url("../fonts/font-bold.eot");  IE9 Compat Modes 
  src: url('../fonts/font-bold.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font-bold.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font-bold.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font-bold.ttf')  format('truetype');  Safari, Android, iOS 
 font-weight: bold;
}*/
/* line 2, ../sass/_base.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 8, ../sass/_base.scss */
body, html {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

/* line 17, ../sass/_base.scss */
a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  color: #000;
}
/* line 22, ../sass/_base.scss */
a:hover {
  color: #23CF5F;
}

/* line 27, ../sass/_base.scss */
p {
  color: #3E4C5B;
  line-height: 1.6em;
  font-weight: normal;
}

/* line 33, ../sass/_base.scss */
strong {
  font-size: 18px;
  font-weight: 600;
}

/* line 38, ../sass/_base.scss */
em {
  font-style: italic;
}

/* line 42, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-weight: bold;
  text-transform: inherit;
  line-height: 1.3em;
}

/* line 49, ../sass/_base.scss */
h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

/* line 54, ../sass/_base.scss */
h2 {
  font-size: 2rem;
}

/* line 58, ../sass/_base.scss */
h3 {
  font-size: 1.5rem;
}

/* line 62, ../sass/_base.scss */
h4 {
  font-size: 1rem;
}

/* line 66, ../sass/_base.scss */
span {
  text-transform: uppercase;
}

/* line 70, ../sass/_base.scss */
ul {
  line-height: 28px;
  list-style: initial;
  font-size: 14px;
}

/* line 76, ../sass/_base.scss */
.white-text {
  color: #fff;
}

/* line 80, ../sass/_base.scss */
.black-text {
  color: #000;
}

/* line 84, ../sass/_base.scss */
.p-intro {
  line-height: 2.0em;
  font-size: 16px;
  padding-top: 2em;
}

/* line 2, ../sass/_header.scss */
.floatingNav {
  width: calc(100vh - 100px);
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999;
}

/* line 8, ../sass/_header.scss */
.max-width-nav {
  max-width: 1100px;
  margin: 0 auto;
}

/* header */
/* line 14, ../sass/_header.scss */
.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}
/* line 20, ../sass/_header.scss */
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}
/* line 26, ../sass/_header.scss */
.header ul a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}
/* line 31, ../sass/_header.scss */
.header ul a:active {
  color: #23CF5F;
}

/* line 39, ../sass/_header.scss */
.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}
/* line 47, ../sass/_header.scss */
.header .logo img {
  height: 80px;
}

/* menu */
/* line 54, ../sass/_header.scss */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */
/* line 62, ../sass/_header.scss */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 50px 20px;
  position: relative;
  user-select: none;
}

/* line 71, ../sass/_header.scss */
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 25px;
}

/* line 80, ../sass/_header.scss */
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

/* line 91, ../sass/_header.scss */
.header .menu-icon .navicon:before {
  top: 8px;
}

/* line 95, ../sass/_header.scss */
.header .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */
/* line 101, ../sass/_header.scss */
.header .menu-btn {
  display: none;
}

/* line 105, ../sass/_header.scss */
.header .menu-btn:checked ~ .menu {
  max-height: 295px;
}

/* line 109, ../sass/_header.scss */
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

/* line 113, ../sass/_header.scss */
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

/* line 117, ../sass/_header.scss */
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

/* line 121, ../sass/_header.scss */
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* line 127, ../sass/_header.scss */
.current_page_item a {
  color: #23CF5F;
  border-bottom: 5px solid #23CF5F;
  padding-bottom: 10px;
}

/* 48em = 768px */
@media (min-width: 900px) {
  /* line 137, ../sass/_header.scss */
  .header li {
    float: left;
  }
  /* line 139, ../sass/_header.scss */
  .header li a {
    padding: 20px 35px;
    line-height: 60px;
    border: 0;
    font-size: 1.1em;
  }

  /* line 146, ../sass/_header.scss */
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  /* line 151, ../sass/_header.scss */
  .header .menu-icon {
    display: none;
  }
}
@media (max-width: 950px) {
  /* line 157, ../sass/_header.scss */
  .header li a {
    padding: 20px 25px;
    font-size: 18px;
  }

  /* line 161, ../sass/_header.scss */
  .header .logo {
    padding-left: 16px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 168, ../sass/_header.scss */
  .mr-0, .mx-0 {
    margin-right: 55px !important;
  }
}
/* line 2, ../sass/_main.scss */
.primary-button {
  border: 0;
  height: 55px;
  width: 175px;
  background-color: #23CF5F;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
/* line 10, ../sass/_main.scss */
.primary-button:hover {
  opacity: 0.9;
  cursor: pointer;
}
/* line 14, ../sass/_main.scss */
.primary-button:focus {
  outline: none;
}

/* line 19, ../sass/_main.scss */
.lees-meer {
  display: flex;
  margin-top: 50px;
}
/* line 22, ../sass/_main.scss */
.lees-meer a {
  text-transform: uppercase;
  color: #23CF5F;
  cursor: pointer;
  transition: all 0.3s ease;
}
/* line 27, ../sass/_main.scss */
.lees-meer a:hover i {
  padding-left: 70px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 35, ../sass/_main.scss */
.cta-block {
  height: 300px;
  background-color: #DBFFDD;
  text-align: center;
  position: relative;
}
/* line 40, ../sass/_main.scss */
.cta-block .cta-aanmelden {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 46, ../sass/_main.scss */
.cta-block .text-aanmelden {
  text-transform: inherit;
}
/* line 49, ../sass/_main.scss */
.cta-block .text-aanmelden-g {
  text-transform: inherit;
  color: #23CF5F;
}

/* line 56, ../sass/_main.scss */
.navigation {
  justify-content: center;
  display: flex;
}

/* line 61, ../sass/_main.scss */
.nav-links span {
  background-color: #23CF5F;
  border: 5px solid transparent;
  width: 24px;
  height: 30px;
  line-height: 21px;
  display: inline-flex;
  color: #fff;
  justify-content: center;
  vertical-align: middle;
  font-size: 21px;
}

/* line 76, ../sass/_main.scss */
#landing {
  padding-top: 100px;
}
/* line 78, ../sass/_main.scss */
#landing .landingspage {
  background-color: #FAFAFA;
}
/* line 80, ../sass/_main.scss */
#landing .landingspage .col-6 {
  padding: 0;
}

/* line 86, ../sass/_main.scss */
.block {
  padding: 25px;
  margin: auto;
  max-width: 555px;
}

/* line 92, ../sass/_main.scss */
.right-block {
  overflow: hidden;
  padding: 0;
}
/* line 95, ../sass/_main.scss */
.right-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}

/* line 103, ../sass/_main.scss */
.right-block-2 {
  overflow: hidden;
  padding: 0;
}
/* line 106, ../sass/_main.scss */
.right-block-2 img {
  width: 130%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

/* line 114, ../sass/_main.scss */
.overflow {
  overflow: hidden;
}

/* line 119, ../sass/_main.scss */
.lay-out {
  max-width: 1100px;
  margin: 0 auto;
}

/* line 125, ../sass/_main.scss */
.meer-info-label,
.info-labelhouders {
  width: 100%;
  margin-top: 50px;
  background-color: #fff;
  overflow: hidden;
}

/* line 132, ../sass/_main.scss */
.image-cover {
  width: 90%;
  overflow: hidden;
}
/* line 135, ../sass/_main.scss */
.image-cover img {
  height: 500px;
}

/* line 141, ../sass/_main.scss */
.tussenstand {
  margin-top: 100px;
}
/* line 143, ../sass/_main.scss */
.tussenstand .tussenstand-content {
  margin-top: 30px;
  padding: 15px;
}
/* line 146, ../sass/_main.scss */
.tussenstand .tussenstand-content .text-para {
  max-width: 500px;
  padding-top: 0;
}
/* line 151, ../sass/_main.scss */
.tussenstand .bereik-block {
  height: 330px;
  width: 100%;
  border: 5px solid #23CF5F;
}
/* line 156, ../sass/_main.scss */
.tussenstand .nummer {
  font-size: 5.0em;
  color: #23CF5F;
}

/* line 163, ../sass/_main.scss */
#single {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 85px;
  background-image: url("http://g3label.pebbler.be/wp-content/uploads/2018/11/achtergrond_duurzaam-2.svg");
  min-height: 100%;
  background-attachment: fixed, scroll;
  background-repeat: no-repeat, repeat-y;
  background-position: center;
  background-size: cover;
}

/* line 174, ../sass/_main.scss */
.terug-knop {
  display: flex;
  margin-top: 50px;
}
/* line 177, ../sass/_main.scss */
.terug-knop a {
  text-transform: uppercase;
  color: #23CF5F;
  cursor: pointer;
  transition: all 0.3s ease;
}
/* line 182, ../sass/_main.scss */
s .terug-knop a:hover i {
  padding-right: 70px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 189, ../sass/_main.scss */
.item-img-height {
  padding-right: 50px;
}
/* line 191, ../sass/_main.scss */
.item-img-height img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: right;
}

/* line 198, ../sass/_main.scss */
.advertenties {
  width: 100%;
}
/* line 200, ../sass/_main.scss */
.advertenties img {
  width: 100%;
  margin-bottom: 15px;
}

/* line 205, ../sass/_main.scss */
.item-text-block {
  width: 100%;
  height: 100%;
  padding: 25px 0;
  font-size: 15px;
}

/* line 211, ../sass/_main.scss */
.last-news-block {
  height: 75px;
  background-color: #DBFFDD;
  position: relative;
}
/* line 215, ../sass/_main.scss */
.last-news-block .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 221, ../sass/_main.scss */
.last-news-block .vertical-center p {
  font-size: 18px;
}

/* line 226, ../sass/_main.scss */
.other-items {
  display: flex;
  list-style-type: none;
}
/* line 229, ../sass/_main.scss */
.other-items img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: right;
}
/* line 235, ../sass/_main.scss */
.other-items .posts-item {
  text-transform: inherit;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 25px;
  color: #3E4C5B;
}
/* line 243, ../sass/_main.scss */
.other-items .posts-item h3:hover {
  text-decoration: underline #23CF5F;
}

/* line 251, ../sass/_main.scss */
#hetlabel {
  padding-top: 125px;
  max-width: 1100px;
  margin: 0 auto;
  background-image: url("http://g3label.pebbler.be/wp-content/uploads/2018/11/achtergrond_duurzaam-2.svg");
  min-height: 100%;
  background-attachment: fixed, scroll;
  background-repeat: no-repeat, repeat-y;
  background-position: center;
  background-size: cover;
}

/* line 264, ../sass/_main.scss */
#labelhouders {
  padding-top: 125px;
  max-width: 1100px;
  margin: 0 auto;
  background-image: url("http://g3label.pebbler.be/wp-content/uploads/2018/11/achtergrond_duurzaam-2.svg");
  min-height: 100%;
  background-attachment: fixed, scroll;
  background-repeat: no-repeat, repeat-y;
  background-position: center;
  background-size: cover;
}

/* line 276, ../sass/_main.scss */
.card {
  padding: 20px;
}
/* line 278, ../sass/_main.scss */
.card .card-body {
  background-color: #fff;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 0.2s;
  height: 400px;
}
/* line 284, ../sass/_main.scss */
.card .card-body .comp-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: right;
}
/* line 290, ../sass/_main.scss */
.card .card-body .comp-img .intro-text-labelhouder {
  height: 150px;
  overflow: hidden;
}
/* line 294, ../sass/_main.scss */
.card .card-body .comp-img .lees-meer {
  margin-top: 7px;
}

/* line 301, ../sass/_main.scss */
.card-body:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  transition: border-radius 0.2s;
  -webkit-transition: border-radius 0.2s;
}

/* line 308, ../sass/_main.scss */
#nieuws {
  padding-top: 125px;
  max-width: 1100px;
  margin: 0 auto;
  background-image: url("http://g3label.pebbler.be/wp-content/uploads/2018/11/achtergrond_duurzaam-2.svg");
  min-height: 100%;
  background-attachment: fixed, scroll;
  background-repeat: no-repeat, repeat-y;
  background-position: center;
  background-size: cover;
}
/* line 318, ../sass/_main.scss */
#nieuws img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: right;
}
/* line 324, ../sass/_main.scss */
#nieuws .lees-meer {
  display: flex;
  margin-top: px;
  bottom: 0;
  position: absolute;
}
/* line 329, ../sass/_main.scss */
#nieuws .lees-meer a {
  text-transform: uppercase;
  color: #23CF5F;
  cursor: pointer;
  transition: all 0.3s ease;
}
/* line 334, ../sass/_main.scss */
#nieuws .lees-meer a:hover i {
  padding-left: 70px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
/* line 340, ../sass/_main.scss */
#nieuws .mh-title {
  min-height: 85px;
  line-height: 34px;
}
/* line 346, ../sass/_main.scss */
#nieuws .hover h3:hover {
  text-decoration: underline #23CF5F;
}

/* line 354, ../sass/_main.scss */
#contact {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 125px;
  padding-bottom: 25px;
  background-image: url("http://g3label.pebbler.be/wp-content/uploads/2018/11/achtergrond_duurzaam-2.svg");
  min-height: 100%;
  background-attachment: fixed, scroll;
  background-repeat: no-repeat, repeat-y;
  background-position: center;
  background-size: cover;
}

/* line 368, ../sass/_main.scss */
.bericht-body {
  background-color: #23CF5F;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
  height: 100%;
  padding: 0;
}
/* line 373, ../sass/_main.scss */
.bericht-body h3 {
  text-transform: inherit;
  color: #23CF5F;
  padding-bottom: 15px;
}
/* line 378, ../sass/_main.scss */
.bericht-body label {
  display: block;
}
/* line 381, ../sass/_main.scss */
.bericht-body input[type="text"], .bericht-body input[type="email"], .bericht-body input[type="tel"] {
  width: 100%;
  height: 30px;
  border: none;
  border-bottom: 2px solid #9AA8B6;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 388, ../sass/_main.scss */
.bericht-body input[type="text"]:focus, .bericht-body input[type="email"]:focus, .bericht-body input[type="tel"]:focus {
  border: none;
  border-bottom: 3px solid #23CF5F;
  outline: 0;
}
/* line 394, ../sass/_main.scss */
.bericht-body textarea {
  width: 93%;
  height: 50px;
  resize: none;
  border: none;
  border-bottom: 2px solid #9AA8B6;
  font-size: 14px;
}
/* line 401, ../sass/_main.scss */
.bericht-body textarea:focus {
  border: none;
  border-bottom: 3px solid #23CF5F;
  outline: 0;
}
/* line 407, ../sass/_main.scss */
.bericht-body .contact-info {
  padding-top: 40px;
}
/* line 409, ../sass/_main.scss */
.bericht-body .contact-info h3 {
  color: #fff;
}
/* line 412, ../sass/_main.scss */
.bericht-body .contact-info p {
  color: #fff;
}
/* line 415, ../sass/_main.scss */
.bericht-body .contact-info a {
  color: white;
}
/* line 417, ../sass/_main.scss */
.bericht-body .contact-info a:hover {
  color: #000;
  text-decoration: underline;
}
/* line 423, ../sass/_main.scss */
.bericht-body .privacy-a {
  display: inline-flex;
}
/* line 425, ../sass/_main.scss */
.bericht-body .privacy-a p {
  font-size: 14px;
}
/* line 428, ../sass/_main.scss */
.bericht-body .privacy-a a {
  color: #9AA8B6;
  display: inline-flex;
  text-decoration: underline;
}
/* line 432, ../sass/_main.scss */
.bericht-body .privacy-a a:hover {
  color: #23CF5F;
}

/* line 439, ../sass/_main.scss */
.btn-align {
  text-align: right;
  padding-right: 20px;
  padding-left: 0px;
}

/* line 446, ../sass/_main.scss */
#aanvraag {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 125px;
  padding-bottom: 25px;
  background: linear-gradient(to bottom, #FAFAFA 70%, #fff 30%);
}
/* line 453, ../sass/_main.scss */
#aanvraag .bericht-body {
  background-color: #DBFFDD;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
  height: 100%;
  padding: 0;
}
/* line 458, ../sass/_main.scss */
#aanvraag .bericht-body h3 {
  text-transform: inherit;
  color: #23CF5F;
  padding-bottom: 15px;
}
/* line 463, ../sass/_main.scss */
#aanvraag .bericht-body label {
  display: block;
}
/* line 466, ../sass/_main.scss */
#aanvraag .bericht-body textarea {
  width: 93%;
  height: 50px;
  resize: none;
  border: none;
  border-bottom: 2px solid #9AA8B6;
  font-size: 14px;
}
/* line 473, ../sass/_main.scss */
#aanvraag .bericht-body textarea:focus {
  border: none;
  border-bottom: 3px solid #23CF5F;
  outline: 0;
}
/* line 479, ../sass/_main.scss */
#aanvraag .bericht-body .contact-info {
  text-align: center;
}
/* line 481, ../sass/_main.scss */
#aanvraag .bericht-body .contact-info h3 {
  color: #fff;
}
/* line 484, ../sass/_main.scss */
#aanvraag .bericht-body .contact-info p {
  color: #fff;
}

/* line 492, ../sass/_main.scss */
span.wpcf7-list-item {
  margin: 0 0 0 0em !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /* line 503, ../sass/_main.scss */
  .lay-out {
    padding: 0;
  }

  /* line 506, ../sass/_main.scss */
  .header .logo {
    padding-left: 40px;
  }

  /* line 509, ../sass/_main.scss */
  .item-img-height img {
    height: 400px;
  }

  /* line 513, ../sass/_main.scss */
  .right-block img {
    width: 106%;
    object-fit: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  /* line 526, ../sass/_main.scss */
  .header li a {
    padding: 20px;
  }

  /* line 529, ../sass/_main.scss */
  .header .logo {
    padding-left: 10px;
  }

  /* line 532, ../sass/_main.scss */
  .other-items img {
    height: 200px;
  }

  /* line 535, ../sass/_main.scss */
  .cta-block {
    height: 225px;
  }

  /* line 538, ../sass/_main.scss */
  #hetlabel {
    padding-bottom: 0px;
  }

  /* line 541, ../sass/_main.scss */
  .bericht-body textarea {
    width: 93%;
  }

  /* line 544, ../sass/_main.scss */
  .pd-overall {
    padding: 24px;
  }

  /* line 547, ../sass/_main.scss */
  .card .card-body .comp-img img {
    height: 150px !important;
  }

  /* line 551, ../sass/_main.scss */
  .right-block img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  /* line 557, ../sass/_main.scss */
  .block {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  /* line 564, ../sass/_main.scss */
  .meer-info-label,
  .info-labelhouders,
  .tussenstand {
    height: 100%;
    margin-top: 15px;
  }

  /* line 571, ../sass/_main.scss */
  .right-block img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  /* line 577, ../sass/_main.scss */
  .tussenstand-content {
    margin: 0;
  }

  /* line 580, ../sass/_main.scss */
  .lay-out {
    padding: 0;
  }

  /* line 583, ../sass/_main.scss */
  .categorie {
    padding-bottom: 20px;
  }

  /* line 586, ../sass/_main.scss */
  .block {
    padding: 25px;
  }

  /* line 589, ../sass/_main.scss */
  .image-cover {
    width: 100%;
    text-align: center;
  }
  /* line 592, ../sass/_main.scss */
  .image-cover img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  /* line 598, ../sass/_main.scss */
  .cta-block {
    margin-bottom: 12px;
  }

  /* line 601, ../sass/_main.scss */
  .other-items img {
    height: unset;
  }

  /* line 604, ../sass/_main.scss */
  .bereik-block {
    height: 200px;
    margin-top: 15px;
  }

  /* line 608, ../sass/_main.scss */
  .item-img-height img {
    height: 250px;
  }

  /* line 611, ../sass/_main.scss */
  #nieuws {
    padding-left: 0px;
    padding-right: 0px;
    background-image: none;
  }
  /* line 615, ../sass/_main.scss */
  #nieuws img {
    height: 250px;
    object-fit: cover;
    object-position: right;
  }

  /* line 621, ../sass/_main.scss */
  .bericht-body textarea {
    width: 86%;
  }

  /* line 624, ../sass/_main.scss */
  .item-img-height {
    padding: 0 10px;
  }

  /* line 627, ../sass/_main.scss */
  .card .card-body {
    height: 450px;
  }
  /* line 630, ../sass/_main.scss */
  .card .card-body .comp-img img {
    height: 200px;
  }

  /* line 636, ../sass/_main.scss */
  .text-block-aanmelden h3 {
    font-size: 17px;
  }

  /* line 640, ../sass/_main.scss */
  .item-text-block {
    padding: 15px 0px;
  }

  /* line 643, ../sass/_main.scss */
  .ads-height {
    height: 150px;
  }

  /* line 646, ../sass/_main.scss */
  .last-news-block {
    margin-top: 15px;
  }

  /* line 649, ../sass/_main.scss */
  #landing {
    padding-top: 100px;
  }
  /* line 651, ../sass/_main.scss */
  #landing .landingspage {
    background-color: #FAFAFA;
    height: 100%;
  }
  /* line 654, ../sass/_main.scss */
  #landing .landingspage .col-6 {
    padding: 0;
  }

  /* line 659, ../sass/_main.scss */
  .pd-overall {
    padding: 42px;
  }

  /* line 662, ../sass/_main.scss */
  .block {
    max-width: unset;
  }

  /* line 665, ../sass/_main.scss */
  .btn-align {
    text-align: left;
  }
}
@media screen and (min-width: 1065px) {
  /* line 685, ../sass/_main.scss */
  .bericht-body input[type="text"], .bericht-body input[type="email"], .bericht-body input[type="tel"] {
    width: unset;
    width: -webkit-fill-available;
  }
}
@media screen and (max-width: 575px) {
  /* line 693, ../sass/_main.scss */
  .other-items {
    display: block;
  }

  /* line 696, ../sass/_main.scss */
  .pd-overall {
    padding: 50px;
  }

  /* line 700, ../sass/_main.scss */
  .comp-img img {
    height: 200px;
  }
}
@media screen and (max-width: 450px) {
  /* line 707, ../sass/_main.scss */
  .other-items img {
    height: 250px;
  }
}
/* line 713, ../sass/_main.scss */
.screen-reader-text {
  display: none;
}

/* line 718, ../sass/_main.scss */
div.wpcf7-response-output {
  margin: 2em 0em 0em !important;
  padding: 0.2em 1em;
  border: 2px solid #fe9c9c !important;
  color: #931e1e;
  height: 50px;
  line-height: 38px;
  background-color: #fe9c9c;
  height: 100%;
  width: 99%;
}

/* line 729, ../sass/_main.scss */
div.wpcf7-mail-sent-ok {
  margin: 2em 0em 0em !important;
  padding: 0.2em 1em;
  border: 2px solid #DBFFDD !important;
  color: #23CF5F;
  height: 50px;
  line-height: 38px;
  background-color: #DBFFDD;
  height: 100%;
  width: 99%;
}

/* line 741, ../sass/_main.scss */
span.wpcf7-not-valid-tip {
  text-transform: initial;
}

/* line 1, ../sass/_footer.scss */
footer {
  height: 100%;
}
/* line 3, ../sass/_footer.scss */
footer .footer-content {
  position: relative;
  text-align: center;
  height: 100px;
}
/* line 8, ../sass/_footer.scss */
footer .footer-info {
  font-size: 16px;
}
/* line 10, ../sass/_footer.scss */
footer .footer-info a {
  color: #3E4C5B;
}
/* line 12, ../sass/_footer.scss */
footer .footer-info a:hover {
  text-decoration-line: underline;
  color: #23CF5F;
}

/* line 19, ../sass/_footer.scss */
.socialIcons {
  font-size: 21px;
  display: block;
}
/* line 22, ../sass/_footer.scss */
.socialIcons li {
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
/* line 26, ../sass/_footer.scss */
.socialIcons li a {
  color: #9AA8B6;
  display: block;
  width: 40px;
  height: 40px;
}
/* line 31, ../sass/_footer.scss */
.socialIcons li a:hover {
  color: #23CF5F;
}

@media (max-width: 48em) {
  /* line 39, ../sass/_footer.scss */
  .socialIcons {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
