<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* 
purple color = AE4A84 
dar grey text = #5B5B5B
*/
body{
font-family:Georgia, "Times New Roman", Times, serif;
color:#5B5B5B;
}
h1,h2,h3,h4{
color:#AE4A84;
font-weight:normal;
/*font-family: 'Belleza', sans-serif;*/
font-family: 'Noto Serif', serif;
}
.nav-tabs&gt;li&gt;a {
    padding: 3px 10px;
}
#photo_volkert{
	float:left;
	width:120px;
	margin-right:15px;
	margin-bottom:15px;
}

.navbar {
	border:0px;
	border-radius:0;
}
#toplogo{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	max-width: 290px;
}
#topmenu .nav&gt;li&gt;a{
	padding-left:7px;
	padding-right:7px;
}
.navbar-default{
		background-color:#EBECEC;
}


#logo_and_menu_holder{
width:100%;
max-width:483px;
float:right;
	margin-bottom: 15px;
}


#hometoptitle{display:inline;}

#hometoptext p{
font-size:18px;
}
#hometoptext p span{
font-size:36px;
color:#AE4A84;
}

body{
		background-image: url(kineticart/leftcolstreepjes.png);
	background-repeat: repeat-y;
	background-position:left;

}
#maincontentrow{
	NOTbackground-color:#FFF;
	padding-left:15px;
	padding-right:15px;
	
}
@media (max-width: 766px){
#maincontentrow{
	padding-left:22px;
	padding-right:15px;
}
}
/*
@media (min-width: 768px){
#maincontentrow{
	background-image: url(kineticart/leftcolstreepjes.png);
	background-repeat: repeat-y;
	background-position:left;
	height:100%;
}
}
*/
td.footerline{
	background-image: url(kineticart/footer_line.png);
	background-repeat: repeat-x;
	background-position:right center;
	height:100%;
}

div.tableHomeMenuHolder{
	background-color:#EBECEC;
	padding:15px;
	margin-bottom:15px;
}
div.tableHomeMenuHolder .row{
	margin-bottom:15px;
}

div.projectmenuitem{
	background-color:#EBECEC;
	border:1px solid #EBECEC;
	padding-top:15px;
	padding-bottom:15px;
}

div.projectmenuitem.active{
	background-color:#AE4A84;
}
div.projectmenuitem.active a{
	color:#FFF;
}

.panel{
	border-radius:0;
}
.panel .panel-heading a{
	color:#AE4A84;
}
#navbar{
	padding-left:5px;
}

.hline {
    border-bottom: 2px dashed #AE4A84;
}
#grijzemenu{
	background-color: #ebecec;
	padding: 8px;
	padding-left: 0px;
	padding-right: 0px;
}
#grijzemenu span{
	margin-left: 8px;
	margin-right: 0px;
}
#grijzemenu a{
	color: #373737;
	
	
}
#grijzemenu span.langmenu{
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}
#toparrowtable{
	height: 100%;
}
#hometoptext_mobile {
		display: none;
	}
@media (max-width:1024px){
	#breadcrumb ,#hometoptext_desktop {
		display: none;
	}
	#hometoptext_mobile {
		display: block;
	}
}

@media (max-width:671px){
#hometoptitle {
		display: none;
	}
	#logo_and_menu_holder{
width:100%;
max-width:1483px;
	}
}

#product_list img{
	width: 100%;
}
@media (min-width: 768px){
#product_list .col-xs-12{
min-height: 380px;	
}
}
@media (min-width:992px){
#Nproduct_list .col-xs-12{
min-height: 480px;	
}
}

#taaiethumbs .col-xs-3{
		margin-bottom: 30px;
		
	}


h3{
	margin-top:0px;
}
#newsblog h3,h3.ctitle{
	margin-top: 15px;
}</pre></body></html>