* {
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	font-family: Arial;
}

.grecaptcha-badge {
	visibility: hidden;
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
 }

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.col1 {
	width: 8.33%;
}

.col2 {
	width: 16.66%;
}

.col3 {
	width: 25%;
}

.col4 {
	width: 33.33%;
}

.col5 {
	width: 41.66%;
}

.col6 {
	width: 50%;
}

.col7 {
	width: 58.33%;
}

.col8 {
	width: 66.66%;
}

.col9 {
	width: 75%;
}

.col10 {
	width: 83.33%;
}

.col11 {
	width: 91.66%;
}

.col12 {
	width: 100%;
}

.row::after,
.row-fullwidth::after {
	content: "";
	clear: both;
	display: table
 }

.row {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.row-fullwidth {
	box-sizing: border-box;
	width: 100%;
}

.row.mb0 {
	display: flex;
	justify-self: center;
	align-items: center;
}

.no-padding {
	padding: 0 !important;
}

[class*=col] {
	float: left;
	padding: .75rem;
	box-sizing: border-box
 }

.mtop100 {
	margin-top: 100px !important;
}

body {
	font-family: 'Open Sans', sans-serif;
}

.logo {
	float: left;
	padding: 25px;
}

.news-img {
	height: 200px;
}

.min180 {
	min-height: 180px;
}

table {
	width: 100%;
	margin: 0 0 15px 0;
	border: 1px solid #eee;
	text-align: left;
}

td,
tr {
	padding: .857em .587em;
	border-top: 1px solid #eee;
}

.table_training td {
	padding: 5px;
}

.socialdiv {
	float: right;
}

.rowspecial_footer {
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.row_border {
	border: 1px solid #d9d9d9;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
}

#top-menu li {
	font-size: 14px;
}

ul#top-menu {
	color: #ffffff !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px;
	font-weight: 700;
}

.navigation {
	background-color: #cf2027;
	color: white;
	float: left;
	height: 46px;
	width: 100vw;
	text-align: center;
	font-size: 13px;
	font-family: 'Open sans', sans-serif !important;
	letter-spacing: 1px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	display: inline;
	position: relative;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
}

li:hover .overlay {
	pointer-events: initial;
	opacity: 1;
}

li .overlay {
	position: absolute;
	left: 0;
	top: 100%;
	background: #cf2027;
	padding: 1em 2em;
	width: calc(100% - 4em);
	pointer-events: none;
	opacity: 0;
}

.navigation_list {
	margin: 0 auto;
	display: block;
	margin-top: 1em;
}

ul.navigation_list li:hover {
	background: rgba(35, 31, 32, 0.1) !important;
}

.home_image {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

*:focus {
	outline: none;
}

.flags {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px;
    direction: rtl;
    width: 200px;
}

.mainbody ul {
	list-style-image: url('../img/check.svg');
	padding: 0px 30px;
}

.mainbody li {
	display: list-item;
}

.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

.videoWrapper {
	min-height: 292px;
}

.videoWrapper>img {
	width: 100%;
	border-radius: 4px;
}

.overlayWrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.7rem;
	font-style: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h1:after,
h2:after,
h4:after {
	content: ' ';
	display: block;
	border: 3px solid #cf2027;
	width: 30px;
	margin-top: 8px;
}

h5 {
	font-size: 14px;
	text-decoration: none;
}

p {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
}

a,
a:hover,
a:visited {
	color: #cf2027;
	font-family: "Open Sans", Arial, sans-serif;
}

.leesmeer_button {
	background: #cf2027;
	float: left;
	padding: 3px 20px;
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
}

#Beschrijving h1 {
	font-size: 16px;;
}

img {
	max-width: 100%;
}

.img_home li {
	float: left;
	list-style-type: none;
	width: 23.5%;
}

.img_home ul li a {
	float: left;
	max-width: 100%;
	padding: 32px 16px;
}

img.svg_check {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

img.svg_socials {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

img.home_png {
	width: 15px;
	height: 15px;
}

img.logo_center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

p.tekst_center {
	text-align: center;
}

.menu-icons svg {
	transition: transform 0.5s;
}

.menu-icons svg:hover {
	transform: scale(1.2);
}
/*card*/

.card {
	background: linear-gradient(to bottom, rgba(59, 89, 152, 0), rgba(0, 0, 0, 0.06));
	border: 1px solid #F1F1F1;
	padding: 24px;
	margin-bottom: 30px;
}

.card h3 {
	margin: 0;
	font-size: 20px;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	color: #333333;
	line-height: 1em;
	margin-bottom: 15px;
}

p.p_card {
	font-size: 13.4px;
	margin-top: 5px;
	margin-bottom: 0;
}

p.p_locations {
	font-size: 13.4px;
}

.card a {
	text-decoration: none;
}

.downloadcard {
	margin: 10px;
	width: 30%;
}

.span_class {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.span_class1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.accountinfor{
	margin-top:20px;
}

/* nieuws cards */

.card_nieuws {
	background: linear-gradient(to bottom, rgba(59, 89, 152, 0), rgba(0, 0, 0, 0.06));
	padding: 24px;
	min-height: 300px;
	width: 50%;
}

.img_nieuws {
	overflow: hidden;
	background-size: cover;
	background-position: center;
	min-height: 300px;
	width: 50%;
	position: relative;
}

.nieuws_flex {
	display: flex;
}

.even {
	order: 2;
}

.uneven {
	order: 1;
}

p.nieuws_tekst {
	font-size: 13.4px;
}

.card_nieuws h3 {
	margin: 0;
	font-size: 20px;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	text-transform: none;
	color: #333333;
	line-height: 1em;
	margin-bottom: 15px;
}

p.p_card_nieuws {
	font-size: 13.4px;
	margin-top: 5px;
	margin-bottom: 0;
}

.card_nieuws a {
	text-decoration: none;
}

.nieuws-items {
	border: 1px solid #F1F1F1;
	margin-bottom: 30px;
	;
}

.nieuws_padding {
	padding: 0px;
}

.nieuws_button {
	width: 40%;
	background: #efefef;
	padding: 5px 0px;
	color: #39a749 !important;
	border: 0.5px solid;
	border-radius: 7px;
}

.nieuws_button1{
	width: 40%;
	background: #efefef;
	padding: 5px 0px;
	color: #39a749 !important;
	border: 0.5px solid;
	border-radius: 7px;
	margin-top: 0px;
}

a.leesmeer-home{
	text-decoration: none;
}

.nieuws_datum {
	font-size: 11px;
	font-style: italic;
}

.contact input,
.contact textarea,
.contact select {
	background-color: #eee;
	border: none;
	width: 100%;
	border-radius: 0;
	font-size: 14px;
	color: #999;
	padding: 16px;
	font-family: 'Open Sans', Arial, sans-serif;
	resize: none;
}

.contact_check {
	margin-bottom: 10px;
}
.contact_check label {
	font-size: 14px!important;
}

.contact_check input[type="text"],
.contact_check textarea {
	background-color: #eee;
	border: none;
	width: 100%;
	border-radius: 0;
	font-size: 14px;
	color: #999;
	padding: 10px;
	font-family: 'Open Sans', Arial, sans-serif;
	resize: none;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	width: auto;
}


button,
input[type=submit],
input[type=search] {
	background: #f3f3f3;
	bottom: 0px;
	color: #cf2027 !important;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	transition: .1s ease-in-out;
	padding: 12px 0px;
	margin-top: 20px;
	width: 100%;
	border: solid 3px;
	border-radius: 7px;
	font-size: 13.7px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.buttoninput {
	margin-bottom: 30px;
	background:white!important;
	padding:20px!important;
	color:black!important;
	border: 0.5px solid #f1f1f1!important;
	
}
input[type=search].buttoninput {
	color:black!important;
}
input[type=search].buttoninput::placeholder {
	color: black!important;
	font-weight: 300!important;
	font-size:16px!important;
	text-transform: none!important;
	opacity: 1;
	
}

button.contact_header {
	background: #CF2027;
	bottom: 0px;
	color: #fff !important;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	transition: .1s ease-in-out;
	padding: 12px 0px;
	margin-top: -20px;
	margin-left: 75%;
	margin-bottom: 50px;
	width: 30%;
	border: none;
	font-size: 13.7px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
}

button.datasheetbutton {
	background: transparent;
	color: black!important;
	border: 1px solid #eee;
	font-weight:300;
	text-decoration: underline #cf2027;

}
.side_widgets {
	max-width: 100%;
}

.margin_widgets_top {
	margin-top: 20px;
}

.margin_widgets_buttons {
	margin-top: 35px;
}

#warrenty {
	text-align: center;
}

span.prijs_product {
	font-size: 16px;
	font-weight: bold;
}

.balk_search{
	padding: 0px !important;
}

p.titel_merk {
	color: black;
	font-size: 14px;
	text-decoration: underline;
	text-decoration-color: red;
}

span.voorraad {
	float: right;
}

img.svg_circle {
	width: 15px;
	height: 15px;
	margin: 0 5px;
	vertical-align: middle;
}

.real_tooltip_wrapper {
	position: relative;
	z-index: 0;
}
.real_tooltip_wrapper .real_tooltip {
	opacity: 0;
	transition: opacity 100ms;
	width: auto;
	white-space: nowrap;
	position: absolute;
	top: calc(100% + 15px);
	left: 50%;
	transform: translateX(-50%);
	padding: 3px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	color: white;
}
.real_tooltip_wrapper .real_tooltip::before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	height: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
}
.real_tooltip_wrapper:hover .real_tooltip {
	opacity: 1;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: #efefef;
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
/* Style the tab */

.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #efefef;
	color: black;
}
/* Style the buttons inside the tab */

.tab button {
	background-color: inherit;
	float: left;
	width: 50%;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 5px 16px;
	transition: 0.3s;
	font-size: 15px;
	margin-top: 0px;
	color: #000 !important;
}
/* Change background color of buttons on hover */

.tab button:hover {
	background-color: #ddd;
}
/* Create an active/current tablink class */

.tab button.active {
	background-color: #CF2027;
	color: #fff !important;
}
/* Style the tab content */

.tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}

.accordion {
	background-color: #efefef;
	color: #000 !important;
	cursor: pointer;
	padding: 10px 20px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 12px;
	transition: 0.4s;
}

.header_mycamera {
background-color: #4B85A9;
float: right;
display: flex;
justify-content: center;
align-items: center;
border: none;
color: white !important;
} 

.active,
.accordion:hover {
	background-color: #CF2027;
	color: #fff !important;
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
	width: 100%;
	border: 1px solid #ccc;
}

button.datasheet {
	padding: 5px 14px;
}

.nepWrapper {
	width: 350px
 }

@media screen and (max-width: 500px) {
	.nepWrapper {
		width: 100%;
	}
}
/* Image viewer */

.shopImages {
	width: 100%;
	--gap: 10px;
}

.topImage.openLarge {
	cursor: pointer;
}

.shopImages img {
	display: block;
	;
	border-radius: 4px;
	object-fit: contain;
}

.shopImages .topImageWrapper {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.shopImages .topImageWrapper .topImage {
	width: 100%;
	height: 100%;
}

.shopImages .topImage.doScale {
	transform: scale(2);
}

.shopImages .smallerImages {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: var(--gap);
	margin-top: var(--gap);
}

.shopImages .smallImage {
	width: 100%;
	height: 110px;
	object-fit: contain;
	cursor: pointer;
}
/* Popup */

.noScroll {
	overflow: hidden;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popupImage {
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 6px;
}

.popup:after {
	/* Oh no... Het spijt me zo. */
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='15' y1='9' x2='9' y2='15'%3E%3C/line%3E%3Cline x1='9' y1='9' x2='15' y2='15'%3E%3C/line%3E%3C/svg%3E");
	display: block;
	position: fixed;
	top: 30px;
	right: 30px;
	cursor: pointer;
	transform: scale(1.3);
}
/*knoppen*/

.menu-icon {
	fill: white;
}

.menu-icons {
	display: flex;
	justify-self: center;
	align-items: center;
	margin-left: 60px;
}

.menu-icons a {
	padding: 16px 10px !important;
}

.cart-dropdown {
	position: absolute;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid darkgray;
	width: 350px;
	background: white;
	color: black;
	text-align: left;
	transition: opacity 150ms;
	z-index: 10;
}
.cart-dropdown::before {
	content: '';
	position: absolute;
	top: -20px;
	right: 9px; 
	width: 20px;
	height: 20px;    
    border-bottom: 10px solid white;
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
	pointer-events: none;
}

#cart-dropdown-cart-items img {
	max-width: 3rem;
	max-height: 3rem;
}

#cart-dropdown-cart-items a {
	position: static;
    float: none;
    color: initial;
    text-align: left;
    padding: 0 !important;
    text-decoration: none;
    text-transform: none;
    font-weight: initial;
}

#cart-dropdown-links {
	display: flex;
	justify-content: flex-end;
}

#cart-dropdown-links li {
	padding: 0 .3rem;
}

#cart-dropdown-links a {
	position: static;
	background-color: #cf2027;
	margin: .3rem;
	min-width: 5rem;
}

#cart-dropdown-cart * {
	font-size: .85rem;
}

#cart-dropdown-cart-items .price, #cart-dropdown-cart-total td {
	text-align: right;
}

#cart-dropdown-cart-total td {
	font-weight: bold;
}

#cart-dropdown-cart-items a:hover, #cart-dropdown-links a:hover {
	background-color: white;
	color: #cf2027;
}

ul.breadcrumb {
	display: contents;
	padding: 10px 16px;
	list-style: none;
  }
  ul.breadcrumb li {
	display: inline;
	font-size: 13px;
  }
  ul.breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
  }
  ul.breadcrumb li a {
	color: #CF2027;
	text-decoration: none;
  }
  ul.breadcrumb li a:hover {
	color: black;
	text-decoration: underline #CF2027;
  }

  .checkout-price {
	  text-align: center;
  }

  .checkout-price table {
	  text-align: center;
	  font-weight: 400;
  }


.pxp_low {
	font-size:12px;
	font-weight: 400;
	text-align: center;
}
.category_img {
	padding: 10px;
    height: 180px;
    object-fit: contain;
}

#img-support {
	width: 60px;
	height: auto;
	margin-left: -5px;
}



#support img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	float: left;
}

#support img:hover {
	-webkit-filter: none;
	filter: none;
}

.plakknopje {
	float: right;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 2px solid #d10019;
	border: 2px solid #d10019;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 40px;
	list-style-type: none;
	background-size: contain;
	overflow: hidden;
}

.plakknopjes_svg {
	width: 25px;
	height: 45px;
	fill: #424242;
}

.plakknopjes_svg:hover {
	fill: #d10019;
}

.plakknopje.square {
	border-radius: 0;
}

.plakknopje span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	top: 11px;
	color: #424242;
}

.hidden {
	display: none !important;
}

@media (hover: hover) {}

#fb-wrapper {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	z-index: 1000;
}

#fb-wrapper ul {
	margin: 0;
}

ul,
ol {
	padding-left: 0;
}

.open .plakknopje {
	display: block !important;
}

@media(hover:hover) {
	.plakknopjes-rij:hover .hidden {
		display: block !important;
	}
	#plakknopjes-doosje:hover>div:first-child,
	#socialfloat-doosje:hover li:first-child,
	#info-doosje:hover li:first-child {
		display: none;
	}
	.plakknopje span:hover {
		color: #cf2027;
		color: #cf2027;
	}
}

@media(hover:none) {
	.plakknopjes-rij.open>div:first-of-type span:before,
	.plakknopjes-rij.open li:first-of-type span:before {
		content: "\f0d9";
	}
}

@media only screen and (max-width: 767px) {
	.nieuws_flex {
		display: initial;
	}
	.img_nieuws {
		width: 100%;
	}
	.card_nieuws {
		width: 100%;
	}
	.nieuws_button {
		margin-left: auto;
		margin-right: auto;
	}
	.home_image {
		width: auto;
		max-height: 220px;
		float: right;
		max-width: fit-content;
	}
}

@media only screen and (max-width: 767px) {
	#fb-wrapper {
		flex-direction: row-reverse;
		display: none;
	}
	#fb-wrapper>ul,
	#fb-wrapper>div {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-end;
	}
	.plakknopjes-rij.open>div:first-of-type span:before,
	.plakknopjes-rij.open li:first-of-type span:before {
		content: "\f0d8";
	}
}

#belverzoek-checkbox,
#belverzoek_achtergrond-klikker,
#belverzoek-uitklapper {
	display: none;
}

#belverzoek-checkbox:checked~#belverzoek_achtergrond-klikker,
#belverzoek-checkbox:checked~#belverzoek-uitklapper {
	display: block
 }

#belverzoek-knopje {
	cursor: pointer
 }

#belverzoek_achtergrond-klikker {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4)
}

#belverzoek-uitklapper {
	position: fixed;
	z-index: 1001;
	right: 140px;
	bottom: 120px;
	background-color: #fff;
	margin: auto;
	padding: 22px 25px 5px 25px;
	border: 1px solid #464646;
	border-radius: 20px 20px 0;
	box-shadow: -7px -7px 10px #33333385;
	max-width: 33%;
	text-align: left;
}

#belverzoek_uitklapper-header {
	text-align: right
 }

#belverzoek-sluitknop {
	cursor: pointer;
	color: #3e3e3e
 }

#belverzoek_uitklapper-formulier {
	position: relative
 }

#belverzoek_uitklapper-formulier h4 {
	margin: -10px 0 0;
	line-height: 16px;
	padding-bottom: 30px
 }

#belverzoek_uitklapper-formulier span {
	margin: -10px 0px 15px
 }

#belverzoek_uitklapper-formulier label {
	font-size: 14px
 }

#belverzoek_uitklapper-formulier .wpcf7-submit {
	width: 100%;
	margin: 10px 0 0;
	font-size: 15px;
}

#belverzoek_uitklapper-formulier .wpcf7-text {
	border-bottom: 1px solid #D71921 !important;
	height: 40px;
}

#belverzoek_uitklapper-formulier .wpcf7-submit:hover {
	background-color: #1f3148
 }
/*test voor nav */

.navbar-row {
	/* Hierna v. Jip */
	max-height: 60px;
	overflow-y: hidden;
}

.navbar-row>.navbar.menu {
	transition: margin-top 300ms;
}

.navbar.mobile {
	display: none !important;
}

.navbar.mobile>.row {
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
	color: white;
}

.navbar-row .navbar {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar-row.showSearch>.navbar.menu {
	margin-top: -60px;
}

.navbar-row>.navbar:last-child .row {
	justify-content: flex-end;
}

.navbar-row>.navbar:last-child .row .search {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 10px;
	align-items: center;
	color: white;
}

.navbar-row>.navbar:last-child .row .search input {
	height: 2.5rem;
	font-size: 1rem;
	padding: 8px 16px;
	border-radius: 6px;
	color: black;
}

.navbar {
	/* overflow: hidden; */
	background-color: #cf2027;
	min-height: 46px;
}

.navbar a {
	position: relative;
	float: left;
	font-size: 13px;
	color: white;
	text-align: center;
	padding: 16px 26px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

.dropdown {
	float: left;
}

#bosch_button {
	color: #000 !important;
	background-color: white;
}

button.dropbtn_sub {
	margin-top: 0px;
	background-color: #cf2027;
    color: #ffffff !important;
    border: none;

}

.dropdown .dropbtn {
	font-size: 13px;
	border: 0;
	outline: none;
	color: white;
	padding: 16px 26px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
	background-color: #cf2027;
}

.dropbtn_sub {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	background: transparent;
	font-size: 13px;
	font-weight: 700;
	margin-left: 0px;
	width: 100%;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 240px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content_sub {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 240px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content .dropdown {
	width: 100%;
	position: relative;
}

.dropdown-content .dropdown .dropdowndown-content_sub {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 240px;
	background: #f9f9f9;
	z-index: 999;
}

.dropdown-content .dropdown:hover .dropdowndown-content_sub {
	display: block !important;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	transition: all 0.1s ease-in-out;
	background: transparent;
	font-size: 13px;
	font-weight: 700;
	margin-left: 0px;
	width: 100%;
	border-bottom: 1px solid rgba(35, 31, 32, 0.1);
}

.dropdown-content_sub a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	transition: all 0.1s ease-in-out;
	background: transparent;
	font-size: 13px;
	font-weight: 700;
	margin-left: 0px;
	width: 100%;
	border-bottom: 1px solid rgba(35, 31, 32, 0.1);
}

.dropdown-content a:hover {
	background: transparent;
	text-indent: 5px;
	color: #cf2027;
	opacity: 1;
}

.dropdown-content_sub a:hover {
	background: transparent;
	text-indent: 5px;
	color: #cf2027;
	opacity: 1;
}

.dropbtn_sub:hover {
	background: transparent;
	color: #cf2027;
	opacity: 1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropdown-content_sub {
	display: block;
}

.fastid-color1 {
background-color:#eff4ff;
border-radius: 25px;
margin-top: 80px;
margin-bottom: 80px; 
}

.fastid-color2 {
background-color:#1c006d;
color: #fff;
border-radius: 25px;
}

h3.whitetitle {
color: #fff; 
}

.fastid-tableflex {
display: flex;
margin-bottom: 80px;
}

.fastidcol1 {
background-color:#3e51ff;
color: #fff;
border-radius: 25px;
 }
 
.fastidcol2 {
background-color:#1c006d;
color: #fff; 
border-radius: 25px;
}

.fastidcol3 {
background-color:#3e51ff;
color: #fff;
border-radius: 25px;
}

.fastid-color4 {
margin-top: 80px;
margin-bottom: 80px; 
}

/*footer*/

.footer_top {
	background-color: #efefef;
	position: relative;
	padding: 30px;
}

.footer_bottom {
	background-color: #444444;
}

.footer_bottom label {
	font-size: 13px;
}

.footer_items {
	border-bottom: 1px solid #cf2027;
	padding-top: 25px;
	width: 66%;
	margin: auto;
}

.footer_items li {
	padding: 5px;
	font-size: 14px;
}

.footer_items a {
	color: #fff;
	text-decoration: underline solid 1px red;
	width: fit-content;
	max-width: 100%;
	text-decoration: none;
}

.bottom_foo {
	align-items: center;
	color: white;
	text-align: center;
	font-size: 13px;
	font-family: 'Open sans', sans-serif !important;
	letter-spacing: 1px;
}

a.footer_mail {
	color: #000;
	text-decoration: none;
}

#copyright {
	font-size: 11px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.center {
	text-align: center;
}

.middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
 }

input {
	border: none;
}

.footer_top input[type=text] {
	-webkit-appearance: none;
	background-color: white;
	border-bottom: 1px solid #D71921;
	width: 100%;
	border-radius: 0;
	font-size: 14px;
	color: #999;
	padding: 16px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.filterside h4 {
	margin: 0;
	margin-right: 40px;
}

.filterside h4:after {
	border: none;
}

.unfolded h4:after {
	border: 3px solid #cf2027;
	margin: 0px 0px 15px 0px;
}

.attribute_value li,
.attribute,
.attribute li,
.subgrp_value {
	display: block !important;
}

.product {
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-content: space-between;
	border: 0.5px solid #f5f5f5;
}

.product p {
	text-align: center;
}

.product:hover img {
	transition: 0.8s;
	transform: scale(1.1);
}

#cart-count {
	display: none;
	font-size: 12px;
	background: #cf2027;
	border: 1px solid white;
	color: white;
	width: 23px;
	height: 23px;
	border-radius: 100%;
	padding: 2px 2px;
	/* Higher number padding: 2px 3px; */
	position: absolute;
	left: 20px;
	top: 5px;
	z-index: 99;
}

@media(max-width: 1520px) {
	.navbar a,
	.dropdown .dropbtn {
		padding: 16px 12px;
	}
	.row {
		width: 80%;
	}
}

@media(max-width: 1199px) {
	div.navbar.mobile {
		display: flex !important;
	}
	.navbar-row.show-mobile .menu .row {
		display: grid !important;
		grid-template-columns: 100%;
		z-index: 99;
		position: absolute;
		left: 0;
		top: 260px;
		border-top: 1px solid white;
		background: #cf2027;
		width: 100%;
	}
	.navbar-row.show-mobile .menu .row>* {
		width: 100%;
		text-align: left;
	}
	.navbar-row.show-mobile .menu .row .dropdown-content {
		display: block !important;
		position: initial !important;
		box-shadow: none !important;
		margin-left: 20px;
		background: transparent !important;
	}
	.navbar-row.show-mobile .menu .row .dropdown-content a {
		border: 0 !important;
		border-bottom: 0 !important;
		color: white !important;
	}
	.dropbtn_sub {
		border: 0 !important;
		color: white !important;
		border-left: 5px solid white !important;
	}
	#bosch_button {
		color: #fff !important;
	}
	.dropdown-content .dropdown .dropdowndown-content_sub {
		display: block !important;
		background: transparent;
		position: initial !important;
		margin-left: 40px !important;
	}
	.logo {
		text-align: center;
	}
	.col1,
	.col2,
	.col3,
	.col4,
	.col5,
	.col6 {
		width: 50%;
	}
	.col7,
	.col8,
	.col9,
	.col10,
	.col11,
	.col12 {
		width: 100%;
	}
	.mb1 {
		width: 8.33% !important;
	}
	.mb2 {
		width: 16.66% !important;
	}
	.mb3 {
		width: 25% !important;
	}
	.mb4 {
		width: 33.33% !important;
	}
	.mb5 {
		width: 41.66% !important;
	}
	.mb6 {
		width: 50% !important;
	}
	.mb7 {
		width: 58.33% !important;
	}
	.mb8 {
		width: 66.66% !important;
	}
	.mb9 {
		width: 75% !important;
	}
	.mb10 {
		width: 83.33% !important;
	}
	.mb11 {
		width: 91.66% !important;
	}
	.mb12 {
		width: 100% !important;
	}
	.mb0 {
		display: none !important
	}
	#belverzoek-uitklapper {
		right: 30px;
		max-width: 80%;
	}
	.flags {
		cursor: pointer;
		position: inherit;
		margin-top: 10px;
		margin-bottom: -25px;
    margin: auto;
	}
}

@media(max-width: 768px) {
	[class*=mb] {
		float: left;
		padding: .75rem;
		box-sizing: border-box
	}
	.col1,
	.col2,
	.col3 {
		width: 50%
	}
	.col4,
	.col5,
	.col6,
	.col7,
	.col8,
	.col9,
	.col10,
	.col11,
	.col12 {
		width: 100%
	}
	.footer_top {
		padding: 0px;
	}
	.downloadcard {
		margin: 10px;
		width: 94%;
	}
}

@media(max-width: 676px) {
	button.contact_header {
		margin-top: 0px;
		margin-left: 0%;
		margin-bottom: 0px;
		width: 100%;
		position: unset;
	}
	.right.img_ritole {
		float: left;
		margin: 0px 20px 0px 0px;
	}

	.list-type-selection{
		display: none;
	}
 .fastid-tableflex {
 display: block; }


}

@media(max-width: 500px) {
	.row {
		width: 95%;
	}
	.navbar-row.show-mobile .menu .row {
		top: 256px;
	}
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#myImg {
	border-radius: 5px;
	cursor: pointer;
}

#myImg:hover {
	opacity: 0.7;
}
/* The Modal (background) */

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.9);
	/* Black w/ opacity */
}
/* Modal Content (image) */

.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}
/* Caption of Modal Image */

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}
/* Add Animation */

.modal-content,
#caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}
/* The Close Button */

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}

/* Knop home */
.buttonhomepage {
	display: block;
    position: fixed;
    z-index: 99;
    left: 10px;
    bottom: 40%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    background-color: #cf2027;
    color: #fff;
    padding: 5px;
    box-shadow: 2px 2px 7px #00000063;
}

/* Banners */
.banner {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 500;
	
	width: calc(100% - 40px);
	max-width: 800px;
	
	padding: 8px 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);

	opacity: 1;
	transition: opacity 300ms;

	background: orange;

	display: grid;
	align-items: center;
	grid-template-columns: 1fr auto;
	grid-gap: 10px;
	border-radius: 6px;
}
.banner.hidden {
	opacity: 0;
	pointer-events: none;
}
.banner .remove-banner {
	cursor: pointer;
}
.banner-red {
	background: #cf2027;
	color: white;
}
.banner-yellow {
	background: #dfb325;
	color: white;
}
.banner-green {
	background: #39a749;
	color: white;
}
.banner.bottom {
	top: auto;
	bottom: 20px;
}
.banner p {
	margin: 0;	
}
.banner svg {
	display: block;
}

.do-icon-layout {
	display:inline-grid;
	grid-gap: 10px;
	align-items: center;
	grid-template-areas: "label icon";
	margin-bottom: 10px;
}
.do-icon-layout svg {
	display: block;
	padding: 3px;
	box-sizing: content-box;
	border-radius: 4px;
	grid-area: icon;
}

.do-icon-layout a {
	grid-area: auto;
	text-decoration: none;
}

.noUi-base, .noUi-connects {
	z-index: 0; 
}
.vaibspage {
	min-height: 600px;
}

.nomargin {
	margin:0;
}

.vaibsheader {
	position: relative;
	text-align: center;
	color: white;
}

.vaibsheadertext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.vaibsbutton {
	position: absolute;
    width: 50%;
    bottom: 10px;
}

.vaibscard {
	position: relative;
    min-height: 600px;
	background: none;
}
.vaibscard h3 {
	font-size: 16px;
	line-height: 1.7rem;
}

.imgvaibs {
	min-height: 125px;
    object-fit: cover;
}


 #forms form {
 display: none;
 }
 #forms:has(input[value="engels"]:checked) #engels-aeos {
 display: block;
 }
 #forms:has(input[value="frans"]:checked) #frans-aeos {

 display: block;

 } 