/*-- FLEXBOX --*/
.flex_container{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;}
.flex_container.nowrap{
	flex-flow: nowrap;}
.flex_item.start{
  align-self: flex-start;}

.flex_item{
	flex: 1 auto;}
.flex_item.middle{
	align-self: center;}
.flex_item.end{
	align-self: flex-end;}

.container{
  width:100%;
  max-width:100%;
  margin:auto;}
.container_1600{
  width:100%;
  max-width:1600px;
  margin:auto;}
.container_1400{
  width:100%;
  max-width:1400px;
  margin:auto;}
.container_1300{
  width:100%;
  max-width:1300px;
  margin:auto;}
.container_1200{
  width:100%;
  max-width:1200px;
  margin:auto;}
.container_1100{
  width:100%;
  max-width:1100px;
  margin:auto;}
.container_1000{
  width:100%;
  max-width:1000px;
  margin:auto;}
.container_900{
  width:100%;
  max-width:900px;
  margin:auto;}
.container_800{
  width:100%;
  max-width:800px;
  margin:auto;}

.width10{width:10%;}
.width15{width:15%;}
.width20{width:20%;}
.width25{width:25%;}
.width30{width:30%;}
.width33{width:33.33%;}
.width35{width:35%;}
.width40{width:40%;}
.width45{width:45%;}
.width50{width:50%;}
.width55{width:55%;}
.width60{width:60%;}
.width65{width:65%;}
.width66{width:66.66%;}
.width70{width:70%;}
.width75{width:75%;}
.width80{width:80%;}
.width85{width:85%;}
.width90{width:90%;}
.width100{width:100%;}

.articleWrap.width50{
	max-width: 50%;
}

@media (max-width : 1000px) {
	.articleWrap.width66,
	.articleWrap.width33{
		width:50%;
		max-width:50%;}
}

/* Alle blokken naar 100% */
@media (max-width : 850px) {
	.width10, .width15, .width20, .width25, .width30, .width33, .width35, .width40, .width45, .width50,
	.width55, .width60, .width65, .width66, .width70, .width75, .width80, .width85, .width90, .width100, .articleWrap.width50, .articleWrap.width66, .articleWrap.width33{
		width:100%;
		max-width:100%;}
}

.minWidth100{min-width:100px;}
.minWidth150{min-width:150px;}
.minWidth200{min-width:200px;}
.minWidth250{min-width:250px;}
.minWidth300{min-width:300px;}
.minWidth350{min-width:350px;}
.minWidth400{min-width:400px;}

/*-- LAYOUT --*/

body{}
header{}
	.logo_wrap{
		flex:1 auto;
		min-width:120px;
		max-height:120px;
		position:relative;}
    .logo_wrap a.homelink{
			padding: 0 10px;
      max-height:inherit;}
      .logo_wrap .logo{
        max-height:inherit;}
    .logo_wrap a.shoplink{
			position:absolute;
			z-index:9999;
			top:0px;
			right:-80px;}
			.logo_wrap .shopster{
				max-height:180px;}
@media (max-width : 1000px) {
	.logo_wrap a.shoplink{}
	.logo_wrap a.shoplink{
		right:-20px;}
	.logo_wrap a.shoplink{
		top:20px;
		right:-90px;}
	.logo_wrap .shopster{
			max-height:150px;}
}
@media (max-width : 850px) {
	.logo_wrap{
		min-width:90px;
		max-height:90px;}
	.logo_wrap a.shoplink{
		top:-20px;
		right:-50px;}
	.logo_wrap .shopster{
			max-height:160px;}
}
@media (max-width : 600px) {
	.logo_wrap{
		min-width:90px;
		max-height:90px;}
	.logo_wrap a.shoplink{
		top:-20px;
		right:-50px;}
	.logo_wrap .shopster{
			max-height:150px;}
}
	.menu_wrap{
		flex:2 auto;
		padding:0;}
		/* hamburger */
    .mini-menu_wrap{
			color: #124982;
      display:none;}
		.mini-menu_wrap .fa-bars{
			cursor:pointer;
			font-size:2em;}

		/* menu */
		.main-nav ul {
			margin: 0 20px 0 0;
			padding: 0;
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-end;
			list-style: none;
      height: 150px;}
		.main-nav ul li{
      height: 150px;
      display: flex;
      flex-direction: column;
			justify-content: center;
			border-top:10px solid transparent;}
		.main-nav ul li.active{
			border-top:10px solid #124982;
			background-color: #fff;}
		.main-nav ul li a{
			padding:0 20px;
			width:100%;
			text-transform: uppercase;
			color: #124982;
			/* font-size:1.3em; */
			font-size: var(--fluid-1);
			text-decoration: none;}

		.lang-menu_wrap{
			flex:1 auto;
			text-align: right;
			max-width:60px;}
			.lang-menu_wrap .lang-nav{}
			.lang-menu_wrap .lang-nav .langs input[type='submit']{
				background-color: #ffffff;
				width:35px;
				height:35px;
				border-radius:50%;
				margin:5px;
				border: 1px solid #124982;
				border: 1px solid #ffffff;}
			.lang-menu_wrap .lang-nav .langs input[type='submit'].active{
			  background-color:#124982;
				color:#fff;
			}

@media (max-width : 850px) {
	.mini-menu_wrap{
		display:block;
    height:150px;
    display:flex;
    flex-direction: column;
    justify-content: center;
		text-align:right;
		margin-right:20px;}
    .menu_wrap{
			display:none;
      width:100%;
      background-color:#888;}
    .main-nav ul{
      height:auto;
			justify-content: space-around;}
    .main-nav ul li.active,
    .main-nav ul li{
			text-align: center;
      line-height:55px;
      height:55px;
			padding:4px;
			border-top:5px solid #888;
			border-bottom:5px solid #888;}
		/* .main-nav ul li.active{
			border-bottom:5px solid #124982;} */
		.main-nav ul li.active{
			color: #124982;
			border-top:0px solid #124982;
			background-color: #999;
			border-bottom:5px solid #999;}
		.main-nav ul li a{
			color:#fff;
      height:55px;
			text-align: center;
			display:block;}
		.main-nav ul li.active a{
			/* color: #124982; */
			text-decoration: underline;
			font-weight:900;}
		.lang-menu_wrap{
			background-color:#555;
			align-self: stretch !important;
			text-align: center;
		}
		.lang-menu_wrap .lang-nav{
			height:100%;
		}
		.lang-menu_wrap .lang-nav .langs input[type='submit']{
			background-color: transparent;
			width:35px;
			height:35px;
			color:#fff;
			border-radius:none;
			margin:0px;
			/* border: 1px solid #124982; */
			border: none;
		}
		.lang-menu_wrap .lang-nav .langs input[type='submit'].active{
			background-color:transparent;
			text-decoration: underline;
			color:#fff;
		}
}

@media (max-width : 750px) {
	.main-nav ul{
  		justify-content: flex-start;}
    .main-nav li.active,
	.main-nav li{
		width:50%;}
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
	background-color:rgba(255,255,255,0.8);
	z-index: 999;
}
.sticky:before,
.sticky:after {
  content: '';
  display: table;}
sidebar .submenu{
  border-right:1px solid #C2C6C9;}
sidebar .submenu li a{
  display:block;
  height:60px;
  line-height:60px;
  font-size:1.4rem;
  color:#000;
  font-weight:400;
  text-decoration: none;
  border-bottom:1px dashed #C2C6C9;}
sidebar .submenu li a:before{
  font-family: "fontAwesome";
  content: "\f105";
  font-size: 1.4rem;
  color: #959CA2;
  font-weight:800;
  padding-right:10px;}
sidebar .submenu li a.active{
  font-family: 'Barlow Condensed bold', sans-serif;}
sidebar .submenu li a.active:before{
  color: #124982;
  font-weight:800;}


@media (max-width : 900px) {
  sidebar .submenu{
    margin:0 20px;}
}
@media (max-width : 750px) {
  sidebar{}
  sidebar .submenu{
    margin:-20px 20px 20px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width:calc(100% - 40px);
    border-right:0px solid #C2C6C9;}
  sidebar .submenu li a{
    height:40px;
    line-height:40px;
    white-space: nowrap;
    padding:0 10px;}
  sidebar .submenu li a.active{
    border-bottom:1px solid #124982;}
  sidebar .submenu li a:before{
    content: "";
    padding-right:0px;}
	sidebar .sticky{
		position:sticky !important;
		align-self: flex-start;
		top:-1px;
	}
}

section,
main{
  min-height:100px;}

footer{
	font-size:90%;
	line-height:1.6em;
	padding:20px 20px 30px 20px;
  background-color:#F2F2F2;
  border-top:10px solid #124982;}
footer span{
	display:block;}
footer .small_logo{
	max-width: 150px;
	max-height:80px;
	margin:auto;
	filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
footer .socials .fa{
	color:#444;
	font-size:1.5em;
	padding:0 5px 5px 0;
}

/*-- TYPO --*/
@font-face {
font-family: "Barlow Condensed light";
src: url("../fonts/Barlow_Condensed/BarlowCondensed-Light.ttf");}
@font-face {
font-family: "Barlow Condensed regular";
src: url("../fonts/Barlow_Condensed/BarlowCondensed-Regular.ttf");}
@font-face {
font-family: "Barlow Condensed medium";
src: url("../fonts/Barlow_Condensed/BarlowCondensed-Medium.ttf");}
@font-face {
font-family: "Barlow Condensed bold";
src: url("../fonts/Barlow_Condensed/BarlowCondensed-Bold.ttf");}
@font-face {
  font-family: "Barlow Condensed black";
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-Black.ttf");}

body{
	font-family: 'Barlow Condensed regular', sans-serif;
	font-size:120%;}
article{}
/* h1{
	font-family: 'Barlow Condensed black', sans-serif;
	font-size:2.4em;}
h2{
	font-family: 'Barlow Condensed bold', sans-serif;
	font-size:2em;}
h3{
	font-family: 'Barlow Condensed medium', sans-serif;
	font-size:1.7em;}
h4{
	font-family: 'Barlow Condensed regular', sans-serif;
	font-size:1.5em;}
h5{
	font-family: 'Barlow Condensed light', sans-serif;
	font-size:1.3em;} */
article p,
article ul,
article ol{
	font-family: 'Barlow Condensed light', sans-serif;
	margin: 0.5em 0;
	line-height:1.3;}
article p b,
article p .vet,
article p.intro{
	font-family: 'Barlow Condensed medium', sans-serif;}
article p strong{
	font-family: 'Barlow Condensed bold', sans-serif;}
article ol{
	margin-left: 15px;}
article ul li:before{
	font-family: "fontAwesome";
	content: "\f111";
	font-size:0.3em;
	vertical-align: middle;
	margin-right:5px;
	color:#444;}
article ul.nostyle li:before{
	content: "";}
article p a{
  color:#0890B7;}
article .datum{
	background-color:#124982;
	text-align: center;
	color:#fff;
	font-family: 'Barlow Condensed medium', sans-serif;
	padding:5px 0;
}

.link{
	color:#777;
	height:44px;
	line-height:46px;
	border-radius:22px;
	border:1px solid #777;
	display:inline-block;
	font-weight:300;
	text-decoration: none;
	padding:0 20px;
	white-space: nowrap;
  background-color:#fff;}
.link:hover{
  background-color:#f3d083;}
.link:after{
  line-height:19px;
  display:inline-block;
	font-family: 'fontAwesome';
	content: "\f105";
	margin-left:15px;}

.sub{
	color:#777;
	min-height:33px;
/*	line-height:35px;*/
	border-radius:17px;
	border:1px solid #777;
	display:inline-block;
	font-weight:300;
	text-decoration: none;
	padding:4px 15px;
	margin:0 15px 10px 0;
    line-height:1.5;
/*	white-space: nowrap;*/
    background-color:#fff;
/*	min-width:250px;*/
/*	max-width:280px;*/
}
.sub.active,
.sub:hover{
    color:#1c5661;
	font-weight:500;}
.sub:before{
    line-height:19px;
    display:inline-block;
	font-family: 'fontAwesome';
	content: "\f105";
	margin-right:8px;}


.album ul{
  display: flex;
  flex-wrap: wrap;}
.album li{
	height: 40vh;
	flex-grow: 1;}
.album ul li:last-child{
	flex-grow: 10;}
.album img{
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
	object-position: 50% 70%;
  /* vertical-align: bottom;
  vertical-align: center; */
	border:1px solid #fff;}

@media (max-aspect-ratio: 1/1) {
	.album li{
		height: 30vh;}
}
@media (max-height: 480px) {
	.album li{
	  height: 80vh;}
}
@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
	.album ul{
		flex-direction: row;}
	.album li {
  	height: auto;
    width: 100%;}
	.album img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;}
	}

	.sidebar{
		position:fixed;
		top:0;
		right:0;
		background-color:#000;
		height:400px;
		color:#fff;
	}
	.sidebar:before{
		content
	}

/*-- MISCELLANEOUS --*/
.buttonInschr{
	font-family: 'Barlow Condensed regular', sans-serif;
	background-color:#0890B7;
	color:#fff;
	padding:5px 10px;
	font-size:0.9em;
	border:none;
	border-radius:4px;
	text-decoration: none;
}
.buttonVolzet{
	background-color:#e6ebed;
	color:#fff;
	padding:5px 10px;
	border-radius:4px;
	text-decoration: none;
}
.bg_lichtgrijs{
	background-color:#e6ebed;}
.bg_lichtlichtgrijs{
	background-color:#F2F2F2;}
/* .bg_lichtlichtgrijs{
	background-color:#fffff;} */
.bg_gifgroen{
	background-color:#97B72A;}
.bg_mmblauw{
	background-color:#124982;}
.bg_lichtgroen{
	background-color:#E4EFC4;}

.border_dashed{
  border-width:0px;
  border-style: dashed;}
.border_dotted{
  border-width:0px;
  border-style: dotted;}
.border_mmblauw{
  border-width:1px;
	border-color:#124982;}
.border_bottom_mmblauw{
  border-width:1px;
	border-color:#124982;}
.border_top_mmblauw{
	border-top-width:1px;
	border-top-color:#124982;}
.border_left_mmblauw{
	border-left-width:1px;
	border-left-color:#124982;}
.border_right_mmblauw{
	border-right-width:1px;
	border-right-color:#124982;}
.border_gifgroen{
  border-width:1px;
	border-color:#97B72A;}
.border_bottom_gifgroen{
	border-bottom-width:1px;
	border-bottom-color:#97B72A;}
.border_top_gifgroen{
	border-top-width:1px;
	border-top-color:#97B72A;}
.border_left_gifgroen{
	border-left-width:1px;
	border-left-color:#97B72A;}
.border_right_gifgroen{
	border-right-width:1px;
	border-right-color:#97B72A;}

.gray{
	color:#888;}
.black{
	color:#000;}
.firebrick{
	color: firebrick;}
.gifgroen{
  color:#97B72A;}
.mmblauw{
	color:#124982;}

hr{
  display:block;
  height:1px;
  border:0;
  border-top: 1px solid #124982;
  margin:1em 0;
  padding:0;}
hr.fat{
  border-width:5px;}
hr.lichtgroen{
	border-color:#E4EFC4;}
.objcentered{
  margin:auto;
}

.margin10_30{
    margin:10px 30px;}
.margin15_30{
    margin:15px 30px;}
.margin20_30{
    margin:20px 30px;}
.margin10_40{
    margin:10px 40px;}
.margin15_40{
    margin:15px 40px;}
.margin20_40{
    margin:20px 40px;}
.margin10_50{
    margin:10px 50px;}
.margin15_50{
    margin:15px 50px;}
.margin20_50{
    margin:20px 50px;}
.margin10{
    margin:10px;}
.margin20{
    margin:20px;}
.margin30{
    margin:30px;}
.margin40{
    margin:40px;}
.margin50{
    margin:50px;}
.nomargin{
	margin:auto;}
@media (max-width : 720px) {
    .margin10_30,
    .margin15_30,
    .margin20_30,
    .margin10_40,
    .margin15_40,
    .margin20_40,
    .margin10_50,
    .margin15_50,
    .margin20_50,
    .margin10,
    .margin20,
    .margin30,
    .margin40,
    .nomargin{
        margin:20px;
    }
}
article.marginauto{
	margin-left:auto;
	margin-right:auto;}

.padding10{
  padding:10px;}
.padding20{
  padding:20px;}
.padding25{
	padding:25px;}
.padding025{
	padding:0 25px 25px 25px;}
.padding1025{
	padding:10px 25px 25px 25px;}
.padding30{
  padding:30px;}
.padding40{
  padding:40px;}
.nopadding{
  padding:0;}
@media (max-width : 720px) {
  .padding10,
  .padding20,
  .padding25,
	.padding025,
	.padding1025,
  .padding30,
  .padding40,
  .nopadding{
    padding:20px;}
}

.clear{clear:both;}
.clear_5{clear:both;height:5px}
.clear_10{clear:both;height:10px}
.clear_15{clear:both;height:15px}
.clear_20{clear:both;height:20px}
.clear_30{clear:both;height:30px}
.clear_40{clear:both;height:40px}
.clear_50{clear:both;height:50px}

.centered{
	text-align: center;}
.lefted{
	text-align: left;}
.righted{
	text-align: right;}
figure img{
	display:block;
	max-width:100%;}
.objectfit img{
	object-fit: cover;}

/*-- FORMULIER --*/
#form{
    margin:0;
    padding:0;}
#form fieldset{
    padding:0;
    display:inline-block;
    border:none;
    margin:0 -2px 10px 0;
    box-sizing:border-box;
    vertical-align: top;
	text-align: left;}
#form fieldset.field_50{
    width:calc(50% - 1px);}
#form fieldset.field_75{
		width:calc(75% - 1px);}
#form fieldset.field_80{
    width:calc(80% - 1px);}
#form fieldset.field_60{
    width:calc(60% - 1px);}
#form fieldset.field_40{
    width:calc(40% - 1px);}
#form fieldset.field_20{
    width:calc(20% - 1px);}
#form fieldset.field_25{
    width:calc(25% - 1px);}
#form fieldset.field_100{
    width:calc(100% - 1px);}
#form .form_error{
    margin:0;
    padding:0 0 0 5px;
    font-size:0.85em;
    font-weight:500;
    color: firebrick;
    line-height:1.7em;
    display:none;}
#form fieldset input[type=text],
#form fieldset input[type=number],
#form fieldset textarea{
    padding:5px;
    margin:0;
    font-size:0.85em;
    font-weight:400;
/*    box-sizing:border-box;*/
/*    border-radius:3px;*/
    border:0;
    border-bottom:1px solid #aaa;
/*    font-family: 'Hind', sans-serif;*/
    font-weight:300;}
#form fieldset input[type=text],
#form fieldset input[type=number]{
	-webkit-width:calc(100% - 10px);
	-moz-width:calc(100% - 10px);
	-o-width:calc(100% - 10px);
    width:calc(100% - 10px);
    height:45px;}
#form fieldset textarea{
	-webkit-width:calc(100% - 8px);
	-moz-width:calc(100% - 8px);
	-o-width:calc(100% - 8px);
    width:calc(100% - 8px);
    min-height:150px;
    resize:vertical;}
#form fieldset .vul_in{
    border-bottom-color:firebrick;
    background-color:#efefef;}
textarea:focus, input:focus{
    outline:none;}
#form .submit_row{
    text-align: right;}
/*
#form fieldset input[type=submit]{
    padding:7px 10px;
    margin:0 7px 0 0;
    font-size:0.85em;
    font-weight:400;
    box-sizing:border-box;
    border-radius:3px;
    border:1px solid #ddd;
    background-color: #ddd;}
*/
#form fieldset input[type=submit]{
	color:#fff;
	height:40px;
	line-height:40px;
	border-radius:22px;
	border:none;
	display:inline-block;
	font-weight:500;
	text-decoration: none;
	padding:0 20px;
	background-color:#0890B7;}
.required{
    position: absolute;
	height:0px !important;
    padding:0;
    margin:0 !important;
	overflow:hidden;}
::-webkit-input-placeholder{
   font-style: italic;
    color:#555;}
:-moz-placeholder{
   font-style: italic;
    color:#555;}
::-moz-placeholder{
   font-style: italic;
    color:#555;}
:-ms-input-placeholder{
   font-style: italic;
    color:#555;}

.alert{
	margin:20px auto;
	border-radius:20px;}
.alert_error{
    background      :#F3D9D9;
    border          :1px solid #D20009;
    color           :#7B040F;}
.alert_succes{
    background      :#E2F6C5;
    border          :1px solid #79C20D;
    color           :#32510F;}
.alert p{
	margin:10px 20px;}

/*-- TEMPLATE	--*/
.example{
  min-height:200px;
	min-width:360px;
  display:inline-block;
  resize:horizontal;
  overflow:auto;
  border-radius:8px 8px 0 8px;
  border:1px solid #ccc;}

.example .flex_container{
	margin:10px;
	border:px solid rebeccapurple;}
.example .flex_container .flex_container{
	margin:0;
	border:1px solid blueviolet;}

.example .flex_container .flex_item{
  background-color: deeppink;
	border:5px solid rebeccapurple;
  min-height: 100px;}
.example .flex_container .flex_item .flex_container .flex_item{
  background-color: hotpink;
	border:5px solid blueviolet;
  min-height: 100px;}

.example .flex_item span{
	margin:5px;
	padding:5px;
	display:block;
	height:80px;}
pre{
	font-family: monospace;
  background-color:#efefef;
  display:inline-block;
  margin:10px;
  padding-right:20px;
  border-radius:8px;
  border:1px solid #ccc;}
code{
  font-family: monospace;
	font-style: normal;
  font-size:110%;}
.example .legende{
	margin:10px;}
.example .legende .rebeccapurple{
	color:rebeccapurple;}
.example .legende .blueviolet{
	color:blueviolet;}
.example .legende .deeppink{
	color:deeppink;}
.example .legende .hotpink{
	color:hotpink;}

@media (max-width : 850px) {
	.example{
		width:100%;}
	.example .flex_container .width50{
		width:50%;}
	.example .flex_container .width25{
		width:25%;}
}
@media (max-width : 850px) {
	.example .flex_container{
		max-width:100%;
	}
	.example .flex_container .width25,
	.example .flex_container .width50{
		width:100%;
	}
	.example .nested .width100,
	.example .nested .width50{
		width:33%;
	}
}
@media (max-width : 650px) {
	.example .nested .width100,
	.example .nested .width50{
		width:100%;
	}
}
