

* {
	margin:0;
	padding:0;
    box-sizing: border-box;
} 
input {
	font-size: inherit;
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1rem;
    line-height: 1.3;
    color: var(--default);
}
p {
    line-height: 1.8;
    margin-bottom: 1rem;
}
.h1, .h2, .h3, .h4,
h1, h2, h3, h4 {
    line-height: 1.4;
    margin-bottom: 0.5em;
}
img {
	max-width: 100%;
	max-heighT: 100%;
}
a { color: #2785ce;}
.h1,
h1 {
    font-weight: bold;
    font-size: 2rem;
}
.h2,
h2 {
    font-size: 1.5rem;
	font-weight: normal;
    font-weight: bold;
}
.h3,
h3 {
	font-weight: normal;
	font-size: 14px;
}
label b {
    font-size: 1.125em;
}
img:not([src]),
img[src=""] {
   visibility: hidden;
 }


[type="checkbox"],
[type="radio"] {
	appearance: none;
    -webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid white;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	position: relative;
	top: -2px;
	transition: 0.2s ease all;
	outline: 0!important;
	-webkit-box-shadow: inset 0px 0px 0px 20px rgba(255,255,255,0.68), 0 0px 0px 2px  var(--border-color);
	margin: 2px 6px 2px 2px;
-moz-box-shadow: inset 0px 0px 0px 20px rgba(255,255,255,1), 0 0px 0px 2px  var(--border-color);
box-shadow: inset 0px 0px 0px 20px rgba(255,255,255,1), 0 0px 0px 2px  var(--border-color);
}
[type="radio"] {
	border-radius: 50%;
}

[type="checkbox"]:checked,
[type="radio"]:checked {
	-webkit-box-shadow: inset 0px 0px 0px 20px  var(--secondary), 0 0px 0px 2px  var(--secondary);
-moz-box-shadow: inset 0px 0px 0px 20px  var(--secondary), 0 0px 0px 2px  var(--secondary);
box-shadow: inset 0px 0px 0px 20px  var(--secondary), 0 0px 0px 2px  var(--secondary);
}
select,
textarea,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="search"],
input[type="email"],
.form-control {
    flex-grow: 1;
    font-size: inherit;
    border: 1px solid var(--border-color);
    outline: 0;
    padding: 7px 15px;
    color: black!important;
    background: white;
    width: 100%;
    min-width: 125px;
    flex-basis: 0;
    margin: 0;
}

select {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-right: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
  }
  select::-ms-expand{
      display: none;
  }


table td {
    padding: 6px 9px;
}

table td:first-child {
    padding-left: 0;
}
table td:last-child {
    padding-right: 0;
}
td.padding,
.padding td {
    padding: 6px 9px;
}


/*##################################################
/* UTIL & COLUMNS /*
##################################################*/
.w-100 {
    width: 100%;
}
.table tr td {
    padding: 7px 10px;
}
.table.table-striped tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.1);
}
a.actief {
	font-weight:bold;	
	color:#000;
}
.o-auto {
    overflow: auto;
}
[data-slide-toggle] { position: relative; overflow: hidden; }
[data-slide-toggle].overflow-active + button { display: block; overflow: hidden; }
.m-1 { margin: .375em!important; }
.mt-1 { margin-top: .375em!important; }
.mr-1 { margin-right: .375em!important; }
.ml-1 { margin-left: .375em!important; }
.mb-1 { margin-bottom: .375em!important; }

.pt-1 { padding-top: .375em!important; }
.py-1 { padding-top: .375em!important; padding-bottom: .375em!important; }

.mt-0 { margin-top: 0!important; }
.mb-0 { margin-bottom: 0!important; }

.pt-0 { padding-top: 0!important; }
.px-0 { padding-left: 0!important; padding-right: 0!important; }

.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; }
.text-nowrap { white-space: nowrap; }
.align-items-center { align-items: center; }
.align-items-start { align-items: flex-start; }
.align-items-end { align-items: flex-end; }
.break {
	height: 20px;
	clear: both;
}
@media(max-width: 767px) {
    .standard.grid > tbody > tr > td,
    .standard.grid > tbody > tr,
    .standard.grid > tbody,
    .standard.grid {
        width: 100%;
        display: block;
    }
}

.contain-content { position: relative; }
.contain-content:empty { display: none; }
.contain-content > *:last-child { margin-bottom: 0 !important; }
.contain-content > *:last-child *:last-child { margin-bottom: 0 !important; }
.contain-content > *:first-child { margin-top: 0 !important; }
.contain-content > *:first-child *:first-child { margin-top: 0 !important; }
.scaled-image,
.catalogus_data ul.products li .afbeelding-houder {
    position: relative;
    overflow: hidden;
}
.scaled-image img,
.catalogus_data ul.products li .artikelfoto {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.2s ease all;
}
a.scaled-image:hover img,
.catalogus_data ul.products li:hover .artikelfoto {
    transform: scale(1.05);
}

.scaled-image.aspect-3x4 {
    padding-top: 75%;
}
.scaled-image.aspect-2x3 {
    padding-top: 66.66%;
}
.scaled-image.aspect-1x2 {
    padding-top: 50%;
}
.scaled-image.aspect-1x1 {
    padding-top: 100%;
}

.catalogus_data ul.products,
.SliderContent,
.sideBox,
.row {
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
}
.sideBox,
.row.condensed {
    margin-left: -8px;
    margin-right: -8px;
}
    .catalogus_data,
    .catalogus_groepen,
    .catalogus_data ul.products li,
    .col {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 16px;
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .col.small {
        white-space: nowrap;
        flex: 0 0 auto;
    }
    .sideBoxIcon, .sideBoxText,
    .condensed .col {
        padding-left: 8px;
        padding-right: 8px;
    }
    .stretched-link:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.uspContent,
.d-flex {
    display: flex!important;
    flex-wrap: wrap;
}

.uspContent {
    flex-wrap: wrap;
}
.float-left { float: left }
.float-right { float: right }
.clearfix:after,
.clearfix:before {
    content: "";
    clear: both;
    display: block;
}
#content {
	overflow:auto;
	display: flex;
	flex-wrap: wrap;
}  
    .flex-grow-1,
	#main {
		flex-grow: 1;
		flex-basis: 0;
		overflow: hidden;
	}
	#main {
        padding-left: 16px;
        padding-right: 16px;
    }

	#sidebar {
		flex: 0 0 33.33%;
        padding-left: 16px;
        padding-right: 16px;
	}


#wrapper {
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
}

    #footerContent,
    #rotatorContent,
	.contentblock {
		margin: 0 auto;
		width: 1200px;
		flex: 0 0 1200px;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
	}
        

    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .section-padding + .section-padding {
        padding-top: 0;
    }
td.menu a,
input[type="button"],
input[type="submit"],
.btn {
    flex-grow: 1;
	display: inline-flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 0 solid transparent;
    text-decoration: none;
	padding: .65em 1.25em;
	border-radius: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,padding .15s ease-in-out,height .15s ease-in-out;
}
.btn.d-flex {
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.btn img {
    margin-right: 0.5em
}
.btn-small {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
    padding-right: 1em;
}
.btn-large {
    font-size: 1.2em;
    width: 100%;
    margin-bottom: .5rem;
    min-height: 52px;
}
td.menu a,
input[type="submit"],
.btn-primary {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
    transition: 0.2s ease background, 0.2s ease border-color;
}
    td.menu a:hover,
    input[type="submit"]:hover,
    .btn-primary:hover {
        background-color: var(--secondary-dark);
        border-color: var(--secondary-dark);
    }
.btn-link {
    color: var(--secondary);
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
    transition: 0.2s ease background, 0.2s ease border-color;
}
    .btn-link:hover {
        color: var(--secondary-dark);
    }
.melding-groep {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
	max-width:100%;
}

.bericht-melding, .cookie-melding {
    padding: 12px 2.25rem;
    display: block;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    align-items: center;
    position: static;
}

.cookie-melding {
    background: rgba(255,255,255,.95);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.cookie-melding .text, s .bericht-melding .text {
    margin-right: auto;
	width:80%;
	float:left;
	margin-top:8px;
}
.bericht-melding .btn, .cookie-melding .btn {
    margin-left: 1rem;
	float:right;
}

.artikelcode {
    font-weight: bold;
        font-size: 1.1rem;
        margin-top: -3px;
}
.downloadsinfo {
    margin-top:100px;
    padding: 10px;
    font-size: 0.9rem;
    display: block;
    background-color: #fbfbfb;
}

    .downloadsinfo h2 {
        font-size: 1.1rem;
    }

    @media(max-width: 991px) {
        
        #sidebar {
            flex: 0 0 40%;
        }
    }
    @media(max-width: 767px) {
        #sidebar {
            flex: 0 0 100%;
            margin-top: 30px;
        }
    }