/* MAIN */
/* FONTS */
@import url("https://fonts.googleapis.com/css?family=Jura:400,600|Nunito+Sans");
/*
font-family: 'Jura', sans-serif;
font-family: 'Nunito Sans', sans-serif;
*/
/* VARS */
/* Compass */
/* Imports */
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap";
/* line 3, ../sass/_base.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 7, ../sass/_base.scss */
body {
  margin-bottom: 0px;
  min-width: 320px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background-color: white;
  font-size: 15px;
  line-height: 22px;
}

/* line 18, ../sass/_base.scss */
.anchor {
  display: block;
  height: 115px;
  margin-top: -115px;
  visibility: hidden;
}

/* line 25, ../sass/_base.scss */
.bg-dark {
  background-color: #ED1C24 !important;
}

/* line 29, ../sass/_base.scss */
#content {
  margin-top: 45px;
}
/* line 30, ../sass/_base.scss */
#content .item-page {
  padding-right: 15px;
  padding-left: 15px;
}
/* line 31, ../sass/_base.scss */
#content .item-page .btn-group.pull-right {
  display: none;
}

/* line 39, ../sass/_base.scss */
img {
  width: 100%;
}

/* line 42, ../sass/_base.scss */
.intro {
  text-align: center;
  font-size: 18px;
}

/* line 46, ../sass/_base.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ED1C24;
  border-radius: 10px;
  margin-top: -4px;
}

/* line 61, ../sass/_base.scss */
.btn-primary {
  color: white;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
/* line 65, ../sass/_base.scss */
.btn-primary:hover {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 69, ../sass/_base.scss */
.btn-primary:hover a {
  color: white !important;
}
/* line 73, ../sass/_base.scss */
.btn-primary:focus {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 77, ../sass/_base.scss */
.btn-primary:focus a {
  color: white !important;
}
/* line 81, ../sass/_base.scss */
.btn-primary:active {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 85, ../sass/_base.scss */
.btn-primary:active a {
  color: white !important;
}

/* line 90, ../sass/_base.scss */
.btn-primary.active {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 94, ../sass/_base.scss */
.btn-primary.active a {
  color: white !important;
}

/* line 99, ../sass/_base.scss */
.open > .dropdown-toggle.btn-primary {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 103, ../sass/_base.scss */
.open > .dropdown-toggle.btn-primary a {
  color: white !important;
}
/* line 107, ../sass/_base.scss */
.open > .dropdown-toggle.btn-success {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 111, ../sass/_base.scss */
.open > .dropdown-toggle.btn-success a {
  color: white !important;
}
/* line 115, ../sass/_base.scss */
.open > .dropdown-toggle.btn-info {
  color: white !important;
  background-color: black !important;
  border-color: black;
}
/* line 119, ../sass/_base.scss */
.open > .dropdown-toggle.btn-info a {
  color: white !important;
}

/* line 124, ../sass/_base.scss */
.btn-success {
  color: white;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
/* line 128, ../sass/_base.scss */
.btn-success:hover {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 132, ../sass/_base.scss */
.btn-success:hover a {
  color: white !important;
}
/* line 136, ../sass/_base.scss */
.btn-success:focus {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 140, ../sass/_base.scss */
.btn-success:focus a {
  color: white !important;
}
/* line 144, ../sass/_base.scss */
.btn-success:active {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 148, ../sass/_base.scss */
.btn-success:active a {
  color: white !important;
}

/* line 153, ../sass/_base.scss */
.btn-success.active {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 157, ../sass/_base.scss */
.btn-success.active a {
  color: white !important;
}

/* line 161, ../sass/_base.scss */
.btn-info {
  color: white;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
/* line 165, ../sass/_base.scss */
.btn-info:hover {
  color: white !important;
  background-color: black !important;
  border-color: black;
}
/* line 169, ../sass/_base.scss */
.btn-info:hover a {
  color: white !important;
}
/* line 173, ../sass/_base.scss */
.btn-info:focus {
  color: white !important;
  background-color: black !important;
  border-color: black;
}
/* line 177, ../sass/_base.scss */
.btn-info:focus a {
  color: white !important;
}
/* line 181, ../sass/_base.scss */
.btn-info:active {
  color: white !important;
  background-color: black !important;
  border-color: black;
}
/* line 185, ../sass/_base.scss */
.btn-info:active a {
  color: white !important;
}

/* line 190, ../sass/_base.scss */
.btn-info.active {
  color: white !important;
  background-color: black !important;
  border-color: black;
}
/* line 194, ../sass/_base.scss */
.btn-info.active a {
  color: white !important;
}

/* line 200, ../sass/_base.scss */
a {
  color: #ED1C24;
  text-decoration: none;
}
/* line 203, ../sass/_base.scss */
a:hover {
  color: black;
}

/* line 208, ../sass/_base.scss */
.lead {
  font-size: 18px;
  font-weight: 500;
}

/* line 213, ../sass/_base.scss */
h1 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: black;
}

/* line 220, ../sass/_base.scss */
#articletitel {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: black;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}

/* line 233, ../sass/_base.scss */
h2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #ED1C24;
  text-transform: uppercase;
}

/* line 242, ../sass/_base.scss */
h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0px;
  color: black;
  text-transform: uppercase;
}

/* line 252, ../sass/_base.scss */
h4 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: black;
}

/* line 259, ../sass/_base.scss */
blockquote {
  padding-bottom: 30px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ED1C24;
}

/* line 269, ../sass/_base.scss */
img.d-inline-block.align-text-top.logo {
  width: 260px;
}

/* line 273, ../sass/_base.scss */
#mod-custom96 {
  width: 100%;
}

/* line 277, ../sass/_base.scss */
#mainmenu {
  background-color: #ccc;
  padding-top: 15px;
}

/* line 283, ../sass/_base.scss */
.navbar-brand {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
}

/* line 290, ../sass/_base.scss */
.moduletable.navbar {
  float: right;
  margin-top: -2px;
}

/* line 295, ../sass/_base.scss */
.navbar-dark .navbar-nav .nav-link {
  color: #000000;
}

/* line 300, ../sass/_base.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover .navbar-dark .navbar-nav .nav-link:active {
  color: #ED1C24 !important;
}

/* line 306, ../sass/_base.scss */
#slider {
  margin-top: 80px;
}

/* line 311, ../sass/_base.scss */
.aankondiging {
  background-color: #cccccc;
  padding: 20px;
  text-align: center;
  margin-top: 45px;
}
/* line 316, ../sass/_base.scss */
.aankondiging h2 {
  color: black;
  font-weight: 600;
  text-transform: none !important;
  font-size: 18px;
}

/* line 324, ../sass/_base.scss */
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 329, ../sass/_base.scss */
.cbox {
  margin-top: 45px;
}
/* line 332, ../sass/_base.scss */
.cbox .moduletable {
  background-color: #ededed;
  height: 100%;
}
/* line 338, ../sass/_base.scss */
.cbox h3 {
  background-color: #ED1C24;
  color: white;
  padding: 10px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
/* line 348, ../sass/_base.scss */
.cbox .tbox {
  padding: 15px 15px;
  text-align: center;
}
/* line 354, ../sass/_base.scss */
.cbox .btn-primary {
  font-weight: 600;
}

/* line 361, ../sass/_base.scss */
.cbox2 {
  margin-top: 45px;
}
/* line 364, ../sass/_base.scss */
.cbox2 .moduletable {
  background-image: url("/~abco/images/algemeen/AB-containers-werkgebied.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
/* line 373, ../sass/_base.scss */
.cbox2 h3 {
  background-color: #ED1C24;
  text-align: center;
  color: white;
  padding: 10px;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
}
/* line 383, ../sass/_base.scss */
.cbox2 .tbox {
  padding: 15px 45px;
}

/* line 388, ../sass/_base.scss */
.big {
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  margin-top: 27px;
}

/* line 395, ../sass/_base.scss */
.bigwhite {
  color: #ffffff !important;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  margin-top: 27px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.79);
}

/* line 404, ../sass/_base.scss */
.negatief {
  position: relative;
  margin-top: -155px;
}

/* line 410, ../sass/_base.scss */
.streamer {
  color: black;
  text-align: center;
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid #cccccc;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
/* line 419, ../sass/_base.scss */
.streamer h2 {
  color: black;
  text-align: center;
}

/* line 425, ../sass/_base.scss */
.extracontent {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #cccccc;
}

/* line 431, ../sass/_base.scss */
p.redbox {
  background-color: #ED1C24;
  color: white;
  padding: 15px;
}

/* line 439, ../sass/_base.scss */
.row .extracontent .ablessmargin {
  margin-top: -45px !important;
  padding-top: -45px !important;
  border-top: 0px solid #cccccc !important;
  border-bottom: 0px solid #cccccc !important;
}

/* line 448, ../sass/_base.scss */
.extracontent2 {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #cccccc;
}

/* line 455, ../sass/_base.scss */
.waaromab .fa-li {
  left: -3em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
  color: #5cb85c;
}
/* line 463, ../sass/_base.scss */
.waaromab ul {
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
}

/* line 471, ../sass/_base.scss */
.greybox .moduletable {
  padding-right: 45px;
  min-height: 350px;
}
/* line 474, ../sass/_base.scss */
.greybox .moduletable h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0px;
  color: #4d4d4d;
  text-transform: uppercase;
}
/* line 483, ../sass/_base.scss */
.greybox .moduletable .custom {
  background-color: #cccccc;
  padding: 20px;
  min-height: 360px;
}
/* line 487, ../sass/_base.scss */
.greybox .moduletable .custom p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 501, ../sass/_base.scss */
.box .moduletable {
  padding-right: 30px;
  padding-left: 30px;
}
/* line 504, ../sass/_base.scss */
.box .moduletable h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0px;
  color: #4d4d4d;
  text-transform: uppercase;
}
/* line 513, ../sass/_base.scss */
.box .moduletable .custom {
  padding: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 360px;
}
/* line 519, ../sass/_base.scss */
.box .moduletable .custom p {
  color: white;
  text-align: center;
  font-size: 17px;
  text-shadow: 2px 2px 5px #000000;
  line-height: 30px;
  font-weight: 400;
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 534, ../sass/_base.scss */
.linebox .moduletable {
  padding-left: 45px;
}
/* line 536, ../sass/_base.scss */
.linebox .moduletable h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0px;
  color: #4d4d4d;
  text-transform: uppercase;
}
/* line 545, ../sass/_base.scss */
.linebox .moduletable .custom {
  padding: 20px;
  border: 1px solid #cccccc;
  min-height: 290px;
}
/* line 549, ../sass/_base.scss */
.linebox .moduletable .custom p {
  font-size: 13px;
}
/* line 552, ../sass/_base.scss */
.linebox .moduletable .custom i.fab.fa-facebook-square.fa-lg {
  color: #3b5998;
  font-size: 40px;
  margin-top: 5px;
}

/* line 560, ../sass/_base.scss */
.abmodulerow {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #cccccc;
}

/* line 566, ../sass/_base.scss */
.offerte p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

/* line 572, ../sass/_base.scss */
.containerimg {
  margin-top: -30px;
}
/* line 574, ../sass/_base.scss */
.containerimg .moduletable {
  padding-left: 45px;
}

/* line 578, ../sass/_base.scss */
.colorblock {
  z-index: 450;
  background-color: #ED1C24;
  height: 20px;
  top: -10px;
}

/* line 584, ../sass/_base.scss */
.bottom {
  background-color: #cccccc;
  color: black;
  margin-top: 15px;
  padding-bottom: 45px;
}
/* line 589, ../sass/_base.scss */
.bottom h3 {
  color: black;
}
/* line 592, ../sass/_base.scss */
.bottom .moduletable {
  margin-top: 30px;
}
/* line 594, ../sass/_base.scss */
.bottom .moduletable p {
  line-height: 28px;
}

/* line 599, ../sass/_base.scss */
.row.gmap {
  margin-bottom: -30px;
  margin-top: 45px;
}

/* line 604, ../sass/_base.scss */
.bottom1 .moduletable {
  padding-right: 60px;
}
/* line 606, ../sass/_base.scss */
.bottom1 .moduletable .custom {
  background-color: white;
  padding: 15px;
}

/* line 613, ../sass/_base.scss */
.bottom4 .moduletable {
  padding-left: 60px;
}
/* line 615, ../sass/_base.scss */
.bottom4 .moduletable .custom {
  padding: 15px;
  text-align: center;
  background-color: white;
}
/* line 620, ../sass/_base.scss */
.bottom4 .moduletable i.fab.fa-facebook-square.fa-lg {
  color: #3b5998;
  font-size: 40px;
  margin-top: 5px;
}
/* line 625, ../sass/_base.scss */
.bottom4 .moduletable i.fab.fa-instagram.fa-lg {
  color: #8a3ab9;
  font-size: 40px;
  margin-top: 5px;
}

/* line 632, ../sass/_base.scss */
.footer {
  background-color: #4d4d4d;
  height: 50px;
  color: black;
}
/* line 636, ../sass/_base.scss */
.footer a {
  color: #ED1C24;
}

/* line 640, ../sass/_base.scss */
.copyright {
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  color: white;
}
/* line 645, ../sass/_base.scss */
.copyright a {
  color: white;
}

/* line 650, ../sass/_base.scss */
.acbestellen h3 {
  text-align: center;
  font-weight: 600;
  text-transform: none;
}
/* line 655, ../sass/_base.scss */
.acbestellen img {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* line 661, ../sass/_base.scss */
.acbestellen table {
  width: 100%;
}
/* line 664, ../sass/_base.scss */
.acbestellen .bbox {
  background-color: #ededed;
  padding: 15px;
  border-radius: 8px;
  min-height: 450px;
}
/* line 670, ../sass/_base.scss */
.acbestellen .bbox td {
  font-size: 14px;
}
/* line 674, ../sass/_base.scss */
.acbestellen .bbox2 {
  background-color: #ededed;
  padding: 30px;
  border-radius: 8px;
  min-height: 290px;
}
/* line 680, ../sass/_base.scss */
.acbestellen hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #cccccc;
}
/* line 686, ../sass/_base.scss */
.acbestellen .btn {
  padding: 2px 2px !important;
}
/* line 689, ../sass/_base.scss */
.acbestellen .btn-success {
  color: #2b2b2b;
  background-color: #5cb85c;
  border-color: #4cae4c;
  font-weight: 400;
}

/* line 696, ../sass/_base.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 15px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: black !important;
  background-color: #cccccc !important;
  background-image: none;
  border: 0px solid #cccccc !important;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* line 713, ../sass/_base.scss */
p.abform {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: black;
  text-transform: uppercase;
}

/* line 721, ../sass/_base.scss */
p.abform2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  margin-top: 30px;
  border-top: 1px solid #ED1C24;
  padding-top: 30px;
}

/* line 732, ../sass/_base.scss */
p.abform3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 23px;
  border-top: 1px solid #ED1C24;
  padding-top: 30px;
}

/* line 744, ../sass/_base.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

/* line 750, ../sass/_base.scss */
.form-group.rsform-block.rsform-block-eventuele-bijzonderheden {
  margin-top: 23px;
}

/* line 755, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #ED1C24 !important;
}
/* line 759, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  color: #fff !important;
  background: #ED1C24 !important;
  box-shadow: none !important;
}
/* line 765, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default {
  background: #ED1C24 !important;
  box-shadow: #831c20 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
/* line 771, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #ED1C24 !important;
  box-shadow: #831c20 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
/* line 782, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ED1C24 !important;
  box-shadow: none !important;
}
/* line 788, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #ED1C24 !important;
  box-shadow: #831c20 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 798, ../sass/_base.scss */
button#Verzenden {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 818, ../sass/_base.scss */
button#Verzenden:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f054";
  display: inline-block;
  width: 1.3em;
  font-weight: 400;
  margin-left: -5px;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
  /* line 4, ../sass/_mediaqueries.scss */
  .acbestellen .btn-success {
    color: #2b2b2b;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-weight: 400;
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  /* line 17, ../sass/_mediaqueries.scss */
  .bg-dark {
    background: #ed1c24;
    background: linear-gradient(180deg, #ed1c24 50%, #cccccc 50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.61);
  }

  /* line 25, ../sass/_mediaqueries.scss */
  #mainmenu {
    background-color: transparent !important;
    padding-top: 0px;
  }

  /* line 31, ../sass/_mediaqueries.scss */
  .nav-item {
    margin-left: 10px;
  }

  /* line 35, ../sass/_mediaqueries.scss */
  .nav-item.current.active {
    background: #ed1c24;
    border-radius: 4px;
    color: white !important;
  }
  /* line 40, ../sass/_mediaqueries.scss */
  .nav-item.current.active a {
    color: white !important;
  }

  /* line 45, ../sass/_mediaqueries.scss */
  .nav-item:hover {
    background: #ed1c24;
    border-radius: 4px;
    color: white !important;
  }
  /* line 50, ../sass/_mediaqueries.scss */
  .nav-item:hover a {
    color: white !important;
  }

  /* line 58, ../sass/_mediaqueries.scss */
  .navbar-brand {
    background-color: white;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 34px;
    padding-bottom: 34px;
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }

  /* line 68, ../sass/_mediaqueries.scss */
  .negatief {
    position: relative;
    margin-top: -570px;
  }

  /* line 75, ../sass/_mediaqueries.scss */
  .cbox {
    margin-top: 45px;
  }
  /* line 78, ../sass/_mediaqueries.scss */
  .cbox .tbox {
    padding: 15px 45px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* line 96, ../sass/_mediaqueries.scss */
  #slider {
    margin-top: 80px;
  }

  /* line 99, ../sass/_mediaqueries.scss */
  .aankondiging {
    background-color: #cccccc;
    padding: 20px;
    text-align: center;
    margin-top: 0px;
  }

  /* line 107, ../sass/_mediaqueries.scss */
  .acbestellen .bbox2 {
    margin-bottom: 30px;
  }
  /* line 110, ../sass/_mediaqueries.scss */
  .acbestellen .bbox {
    background-color: #ededed;
    padding: 30px;
    border-radius: 8px;
    min-height: 390px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  /* line 121, ../sass/_mediaqueries.scss */
  #slider {
    margin-top: 80px;
  }

  /* line 124, ../sass/_mediaqueries.scss */
  .aankondiging {
    background-color: #cccccc;
    padding: 20px;
    text-align: center;
    margin-top: 0px;
  }

  /* line 134, ../sass/_mediaqueries.scss */
  .greybox .moduletable {
    padding-right: 0px;
  }

  /* line 139, ../sass/_mediaqueries.scss */
  .box .moduletable {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
  }

  /* line 146, ../sass/_mediaqueries.scss */
  .acbestellen .bbox {
    margin-bottom: 30px;
  }

  /* line 151, ../sass/_mediaqueries.scss */
  .linebox .moduletable {
    padding-left: 0px;
  }

  /* line 155, ../sass/_mediaqueries.scss */
  .containerimg {
    margin-top: 0px;
  }
  /* line 157, ../sass/_mediaqueries.scss */
  .containerimg .moduletable {
    padding-left: 0px;
  }

  /* line 162, ../sass/_mediaqueries.scss */
  .bottom1 .moduletable {
    padding-right: 0px;
  }

  /* line 167, ../sass/_mediaqueries.scss */
  .bottom4 .moduletable {
    padding-left: 0px;
  }

  /* line 172, ../sass/_mediaqueries.scss */
  .bottom .col-sm-4 {
    margin-bottom: 30px;
  }
}
