/* CSS Document */
:root {
	--ShopPath: #5f5f5f;
	--ShopGroepen: #909090;
  }

.foot{
	font-size: 10px;
	text-align: center;
}
.alert {
    padding: 20px;
    background-color: #ff9800;
    color: white;
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0px;
    z-index: 9999;
}

.flex-container {
	margin-top: 10px;
	display: flex;
	align-items: stretch;
}
.flex-container > div {
	width: 100px;
	text-align: center;
}
div{
	position: relative;
}
#contentarea{
	max-width: 1024px;
}
.mmheader{
	margin-bottom: 80px;
	display: block;
}
.thheader{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 99;
	background-color: #ffffff;

}
.Menu{
	background-color: #337ab7;
	padding: 10px;

}
.Menu a{
	color: #ffffff;
	padding: 7px;
	margin: 10px;
}
div{
	box-sizing: border-box;
}
#menuKnop{
	display: none;
	position: fixed;
	top: 25px;
	left: 25px;
	width: 35px;
	height: 35px;
	color: #f7f7f7;
	font-size: 25px;
	background-color: #337ab7;
	border-radius: 3px;
	padding: 0px;
	z-index: 999;

}
#mobielMenu a{
	color: #f7f7f7;
	display: inline-block;
	width: 100%;
	padding: 7px;
}
#mobielMenu{
	display: none;
	background-color: #337ab7;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 99;
}
.albumRow{
	max-width: 1024px;
}
.albumRow img{
	width: 20%;
	margin: 10px;
}


/* *** 
Drop down settins 
*/
.dropdown {
	position: relative;
	display: inline-block;
 }
.dropdown-content {
	display: none;
	position: absolute;
	min-width: 150px;
	background-color: #337ab7;
	padding-top: 7px;
	z-index: 1;
}
.dropdown-content a{
	display: block;
	padding: 7px;
	margin: 0px;
}
.dropdown:hover .dropdown-content {
	display: block;
 }
/* 
***  */

@media screen and (max-width: 730px){
	.thheader{
		position: relative;
	}
	.mmheader{
		display: none;
	}
	#contentarea{
		margin: 15px;
		margin-top: 40px;
	}
	#menuKnop{
		display: inline-block;
	}
	.Menu {
		overflow: auto;
		display: none;
		position: fixed;
		z-index: 999;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
	}	
	.Menu a {
		width: 100%;
		display: block;
	}
	.dropdown {
		display: block;
		position: relative;	
		padding: 0px;
		margin: 0px;
	}
	.dropdown-content {
		font-size: small;
		display: block;
		position: relative;	
		padding: 0px;
		margin: 0px;
	}
	.dropdown-content a{
		padding: 7px;
		margin: 10px;
	}
}
@media screen and (max-width: 730px){
	.albumRow img{
		width: 40%;
	}
}
#menuKnop div{
    top: -7px !important;
    box-sizing: border-box;
}


.currentShopPath, .currentShopGroepen{
	text-align: center;

}
.currentShopPath a, .currentShopGroepen a{
	color: white;
	margin-left: 10px;
	margin-right: 10px;;
}
.currentShopPath{
	background-color: var(--ShopPath);
}
.currentShopGroepen{
	background-color: var(--ShopGroepen) ;
}
/**/
.mySlides {display:none;}
.mandjeQlink{
	position: absolute;
	left:30px;
	top:30px;
	width:300px;
	height:auto;
	max-height:300px;
	background-color: #ffffff;
	overflow:auto;	
	color: #000000;		
	box-shadow: 1px 1px 4px 1px #09504b;
	padding: 20px;
}	
.mandjeQlink button{
	width:90%;
}
.hiddenDiv{
	visibility: hidden;
	position: absolute;
	background-color: #0cb4ce;
	top: 150px;
}
.row{
	z-index: 0;
	position: relative;
}

/*----------- WEBSHOP CSS -----------*/
/*
.third {
    width: 23% !important;
	margin: 0.5% !important;
	font-size: 18px !important;
}
*/
.third img{
    max-width: 70%;
}

.is-dark-text .is-btn-ghost1, .is-light-text .is-dark-text .is-btn-ghost1, .is-dark-text a.is-btn-ghost1, .is-light-text .is-dark-text a.is-btn-ghost1 {
    color: #000;
    border: 1px solid #adadad;
    border-radius: 3px;
}
@media screen and (max-width: 960px){
	.third{
		width: 30% !important;
		display: inline-block !important;
		margin-right: 1%;
		margin-bottom: 1%;
	}

}
@media screen and (max-width: 750px){
	.third{
		width: 48% !important;
		display: inline-block !important;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.size-24{
		font-size: 15px !important;
	}
}
@media screen and (max-width: 465px){
	.third{
		width: 95% !important;
		display: inline-block !important;
		margin-right: 1%;
		margin-bottom: 1%;
	}
}

.thumbnail{
	width: 100%;
    height: 320px;
    object-fit: cover;
}