/*   
Template Name: Magnus - Responsive Bootstrap Template
Description: Business, Corporate, Portfolio and Blog Theme.
Version: 1.2
Author:
Website:
*/

body { 
    padding:0;
	color:#747474;
    font-size:13px;
    line-height:1.5;
	background:#fff;
    font-family: Arial, sans-serif;
}

.color-white 
{
	color:white;
}

.bodyContent{
	padding-top:11px;
	padding-bottom:11px;
	text-align:left;
}


.btn-amk-orange{
	background-color: #ff6900;
	border-color: #CF6E00;
}
.btn-amk-orange:hover,
.btn-amk-orange:focus,
.btn-amk-orange:active,
.btn-amk-orange.active
 {
	background-color: #e66000;
	border-color: #CF6E00;
}
.btn-amk-gray{
	background-color: #D3D3D3;
	border-color: #A9A9A9;
}
.btn-amk-gray:hover,
.btn-amk-gray:focus,
.btn-amk-gray:active,
.btn-amk-gray.active
 {
	background-color: #C0C0C0;
	border-color: #A9A9A9;
}
.input-group-label {
	min-width: 100px;
	text-align: left;
}

.controls {
font-size:10px;
}

.goudentientje {
    margin-top: 0px;
}
a{
	text-decoration: underline;
}
p, a, li {
	line-height:1.5;
}

/*Block headline*/
.heading {
	padding:5px 20px 5px 20px;
	border-left:4px solid #D97000;
}

.headline {
	display:block;
	margin:15px 0 25px 0;
	border-bottom:1px dotted #e4e9f0;
}
.headline h3, 
.headline h4 {
	color:#585f69;
	margin:0 0 -2px 0;
	padding-right:10px;
	display:inline-block;
	border-bottom:2px solid #FF8400;
}

.footer .headline h3,
.footer .headline h4 {
    margin:0 0 -1px 0;
}

/*Blockquote*/
blockquote,
blockquote:hover {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
blockquote:hover {
    border-left-color:#D97000;
}
.clients, 
.flexslider.home {
    border:0px;
    overflow:hidden;
    margin-top:10px;      
    margin-bottom:30px;      
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.flexslider { 
	margin-top:10px !important;
}
.flexslider .flex-direction-nav a {
	margin-top:-10px !important;
}

/*Footer*/

.footer a,
.footer a:hover {
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
/*.footer h4,
.footer h3 {
	color:#e4e4e4;
	background:none;
	text-shadow:none;
}*/

.footer .headline {
    border-bottom: solid 1px #575757;
}
.footer .headline h3,
.footer .headline h4 {
    color: #EFEFEF;
    border-bottom: solid 1px #FF8400;
    padding: 8px 0;
    font-size: 18px;
}

/*Footer list services*/
.footer ul.list-services li:before {
    color: #747474;
    content: "—";
    float: left;
    margin-right: 7px;
    overflow: hidden;
    width: 7px;
}

/*Comments*/
.comments {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

/*Home Page "Options"
------------------------------------*/
/*Slider*/
.slider-inner {
    padding: 30px 0 50px 0;
    /*background-color: red;*/
    /*min-width: 600px;*/
}

.slider-wrapper {
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.custom-slider .carousel-indicators {
    bottom: -55px;
}

.custom-slider .carousel-caption,
.custom-slider .carousel-caption h1,
.custom-slider .carousel-caption h2,
.custom-slider .carousel-caption h3,
.custom-slider .carousel-caption h4,
.custom-slider .carousel-caption h5,
.custom-slider .carousel-caption p {
    color: #000000;
    text-shadow: none;
}

.custom-slider .carousel-caption {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .custom-slider .carousel-caption {
        padding-top: 10px;
    }
}

.custom-slider .carousel-caption h1,
.custom-slider .carousel-caption h2,
.custom-slider .carousel-caption h3,
.custom-slider .carousel-caption h4,
.custom-slider .carousel-caption h5 {
    font-size: 30px;
}


.custom-slider .carousel-caption p {
    font-size: 14px;
}

.custom-slider .carousel-control.left,
.custom-slider .carousel-control.right {
    background-image: none;
}

.custom-slider .carousel-control .icon-prev,
.custom-slider .carousel-control .icon-next{
    background-color: #747474;
    height: auto;
    width: auto;
    padding: 20px 8px;
    font-size: 18px;
    font-weight: bold;
}

.custom-slider .carousel-control .icon-prev {
    border-left: solid 3px #3F3F3F;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.custom-slider .carousel-control .icon-next {
    border-right: solid 3px #3F3F3F;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.custom-slider .carousel-control {
    opacity: 1;
    text-shadow: none;
}
@media (max-width: 767px) {
    .custom-slider .carousel-control {
        bottom: auto;
        height: 50%;
    }
}

.custom-slider .carousel-control .icon-prev:before,
.custom-slider .carousel-control .icon-next:before {
    content: "";
}

.custom-slider .carousel-control .icon-prev,
.custom-slider .carousel-control .icon-next {
    left: auto;
}
.custom-slider .carousel-control .icon-prev {
    left: -20px;
}
@media (max-width: 767px) {
    .custom-slider .carousel-control .icon-prev {
        left: -15px;
    }
}
.custom-slider .carousel-control .icon-next {
    right: -35px;
}
@media (max-width: 767px) {
    .custom-slider .carousel-control .icon-next {
        right: -25px;
    }
}


@media (min-width: 768px) {
    /**/
}

.slider-inner .da-slider {
    box-shadow:none;
}

.slide-img img {
    width: 100%;
}
.slide-txt .carousel-caption {
    position: static;
    text-align: left;
}

/*Bootstrap Carousel Fade Transition*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/*Link read-more*/
a.read-more {
	font-weight:bold;
	text-decoration:none;
}
a.read-more:hover { 
	color:#FF8400;
	text-decoration:none;
}

/*Link color-green-style*/
.linked:hover {
	color:#FF8400;
	text-decoration:none;
}

/*CSS3 Hover Effects*/
.hover-effect {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.hover-effect-kenburn {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
	-webkit-transform: scale(2) rotate(5deg);
	-moz-transform: scale(2) rotate(5deg);
	-o-transform: scale(2) rotate(5deg);
	-ms-transform: scale(2) rotate(5deg);
	transform: scale(2) rotate(5deg);
}

/*Spaces*/
.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-20, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-40, 
.margin-bottom-50, 
.margin-bottom-60 { 
	clear:both;
}   
.margin-bottom-5 {
	margin-bottom:5px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-25 {
	margin-bottom:25px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}

.top-2 {
	top:2px;
}

/*Button Style*/
.btn-m {
    color:#ffffff;
/*    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.btn-m:focus,
.btn-m:hover {
    color:#ffffff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/*Buttons Color*/
.btn-m-default {
    color: #000000;
    text-shadow: 0 1px 0 #fff;
    background-repeat: repeat-x;
    border-color: #ccc;
    background-image: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
}

.btn-m-default:hover {
    color: #000000;
    background-image: none;
    background-color: #e6e6e6;
}

.btn-m-default:active,
.btn-m-default.active {
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

/*btn blue*/
.btn-m-blue {
    background-repeat: repeat-x;
    border-color: #2d6ca2;
    background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
}
.btn-m-blue:hover {
    background-image: none;
    background-color: #3071a9;
}

.btn-m-blue:active,
.btn-m-blue.active {
    background-color: #3071a9;
    border-color: #2d6ca2
}

/*btn red*/
.btn-m-red {
    background-repeat: repeat-x;
    border-color: #c12e2a;
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
}

.btn-m-red:hover {
    background-image: none;
    background-color: #c9302c;
}

.btn-m-red:active,
.btn-m-red.active {
    background-color: #c9302c;
    border-color: #c12e2a
}

/*btn orange*/
.btn-m-orange {
    background-repeat: repeat-x;
    border-color: #eb9316;
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
}
.btn-m-orange:hover {
    background-image: none;
    background-color: #ec971f;
}
.btn-m-orange:active,
.btn-m-orange.active {
    background-color: #ec971f;
    border-color: #eb9316
}

/*btn aqua*/
.btn-m-aqua  {
    background-repeat: repeat-x;
    border-color: #2aabd2;
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
}

.btn-m-aqua:hover {
    background-image: none;
    background-color: #31b0d5;
}

.btn-m-aqua:active,
.btn-m-aqua.active {
    background-color: #31b0d5;
    border-color: #2aabd2
}

/*btn green*/
.btn-m-green {
    background-repeat: repeat-x;
    border-color: #419641;
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
}

.btn-m-green:hover {
    background-image: none;
    background-color: #449d44;
}

.btn-m-green:active,
.btn-m-green.active {
    background-color: #449d44;
    border-color: #419641
}

/*btn yellow*/
.btn-m-yellow {
    background-repeat: repeat-x;
    border-color: #f39c12;
    background-image: linear-gradient(to bottom, #f1c40f 0, #f39c12 100%);
}
.btn-m-yellow:hover {
    background-image: none;
    background-color: #f39c12;
}
.btn-m-yellow:active,
.btn-m-yellow.active {
    background-color: #f39c12;
    border-color: #f39c12
}

/*Search form
------------------------------------*/

.form-search {
    position: relative;
}
.form-search .form-control {
    background-color: #ffffff;
}
.form-search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border-color: transparent;
}
.form-search .btn-search:hover {
    color: #FF8400;
}
.form-search .btn-search,
.form-search .btn-search:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*Back to top*/
#topcontrol {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background-color: #1b1b1b;
    color: #bebebe;
    text-align: center;
    z-index: 9999;
}
#topcontrol:hover {
    color: #FF8400;
}

#topcontrol,
#topcontrol:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#topcontrol:before {
    font-family: fontawesome;
    content: "\f077";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 40px;
    top: 0;
    left: -1px;
    text-align: center;
}
#topcontrol span {
    display: inline-block;
    position: absolute;
    bottom: 12px;
    right: 0;
    width: 50px;
    text-align: center;
    font-size: 9px;
    line-height: 1;
}

/*For Portfolio Page*/
@media (max-width: 1200px) {
    .portfolio-responsive .col-md-4 p {
        display:none;
    }
}
@media (max-width: 767px) {
    .portfolio-responsive .col-md-4 p {
        display:block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .portfolio-responsive .col-md-3 h2 {
        display:none;
    }
}
@media (min-width: 768px) {
    .portfolio-responsive .col-md-3 p {
        display:none;
    }
}

.a2astyle {
	margin-left:auto;
	margin-right:auto;
	width:330px;
	padding:15px 0;
}


/*
https://projects.lukehaas.me/css-loaders/
*/
.geslotenoverlay{
	height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
	display: flex;
    justify-content: center;
    align-items: center;
}
.imggesloten {
	margin-top: auto;
	z-index: 1;
	-ms-transform: rotate(-25deg); /* IE 9 */
	-webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
	transform: rotate(-25deg);
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.loaderoverlay{
	height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
}
.loader {
  margin: 100px auto;
  top: 40%;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

/* Navigation */ 

.steps {
    display: inline-block;
    margin-top: 3px;
}

.step-indicator {
    margin-left: 15px;
	margin-right: 10px;
    margin-bottom: 2px;
    margin-top: -5px;
	font-size: 70%;
    display: inline-block;
    color: white;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
	.step-indicator {
		margin-left: -25px;
	}
}

@media screen and (max-width: 350px) {
	.step-indicator {
		margin-right: 5px;
	}
}

@media screen and (max-width: 767px) {
		.shoppingcart {
			margin-right: -15px;
	}
}

.step {
    display: inline-block;
    min-width: 10px;
    padding: 2px 7px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    font-size: x-small;
}

.currentpage {
    background-color: #26b601;
	border: 2px solid #07640e;
}

.notcurrentpage {
    opacity: 0.6;
    border: 2px solid #2b4973;
    background: #314f7a;
}

.notcurrentpage a {
    color: white;
}

.notcurrentpage a:hover, .notcurrentpage a:active, .notcurrentpage a:focus {
    color: white;
}

.finished {
    background-color: #26b601;
    border-color: #07640e;
	opacity: 1;
}

.finished:hover {
    background: #07640e;
    opacity: 1;
    border: 2px solid #025108;
}

a.navigation:active, a.navigation:focus  {
    color: white;
	text-decoration: none;
}

/* Overzicht */

.lightgray, .lightgray:hover, .lightgray:active {
	color: #999;
}
.lightgray:hover, .lightgray:active {
	color: #4a4a4a;
	text-decoration: none;
}

/* Collection Order Form */
.form-check .form-check-input.error {
	color: #ff0000;
	accent-color: #ff0000;
}

.form-check .form-check-input.error {
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #f00;
    transition: 0.2s all linear;
    margin-right: 5px;
}


/* Collection Test CSS */
.korting2 {
    color: #454545;
    margin: 0.25rem 0;
    padding: 0.5rem!important;
    border: 1px solid #eaeaea;
    background: #f5f5f5;
    margin-bottom: 0.5rem;
}

.korting2 .extraomschrijving {
    color: #454545;
}

.korting2 .winkelwagenafbeelding {
	display: none;
}

.korting2 .winkelwagenitemomschrijving {
    width: 81%;
}

@media screen and (min-width: 769px) {
	.korting2 .winkelwagenitemomschrijving {
		width: 78%;
	}
}

@media screen and (min-width: 993px) {
	.korting2 .winkelwagenitemomschrijving {
		width: 85%;
	}
}

.korting-checkmarks {
	display: inline-block;
	font-size: small;
	width: 100%;
	margin: .25rem 0;
}

.pricing {
	float: right;
	margin-right: 8px;
}

.extraomschrijving a {
	color: inherit;
}

.korting2 .winkelwagenitemomschrijving .eo_label, .korting2 .winkelwagenitemprijs {
    font-size: small;
    color: #4a4a4a;
	line-height: 1rem;
}

.overzichtwinkelwagen .fa.fa-spinner.fa-pulse.fa-3x {
display: block;
position: fixed;
left: 50%;
top: 50%;
z-index: 9999;
}

.overzichtwinkelwagen .fa-spinner {
	color: #4a4a4a;
}

/* Cookie Script Check Box */

.cookiecheckbox input {
	display:none;
}

.cookiecheckbox label {
	font-weight: bold;
	color: #999;
}

.cookiecheckbox input:checked + label, .cookiecheckbox label:hover {
	color: green;
}

/* AB Test Sticky Buttons Desktop */

.d-sm-sticky {
    position: fixed;
    bottom: 0;
    background: white;
    z-index: 1;
    width: 100%;
    left: 0;
    border-top: 1px solid #eee;
    padding: .5rem;
    box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 30%);
}

.mw-1100 {
	max-width: 1100px;
}