<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global styling */
body{
	font-family: 'Raleway', sans-serif;
	color: #3f3b31;
	font-size: 16px;
	line-height: 24px;
}

h1, h2{
    font-family: Raleway, Arial, Tahoma, sans-serif;
    font-weight: 300;
    font-size: 26px;
}

/* Navigation */
a.navbar-brand{
	height: auto;
	margin-top: 10px;
}

ul.nav.navbar-nav.navbar-right{
	margin-top: 5px;
	text-align: center;
}

ul.navbar-right a{
	padding: 0;
	display: inline-block;
}
ul.navbar-right li{
	padding: 7px 14px;
}
ul.navbar-right li i{
	margin-right: 5px;
}

/* Carousel */
div.carousel{
	margin-top: 70px;
}

div.carousel, div.carousel-inner{
	height:350px;
}

div.carousel div.item img{
	height: 350px;
	max-width: none;
}

/* Section: content */
section#content{
	padding: 30px 0;
}

section#content ul{
	padding-left: 20px;
}

section#content ul li{
	margin-bottom: 5px;
}

/* Section: products */
section#products div.col-sm-4{
	padding: 40px 25px;
	color: white;
	min-height: 500px;
}
section#products div.col-sm-4 i{
	font-size: 40px;
	border: 1px solid white;
	border-radius: 50%;
	padding: 20px;
	width: 84px;
	height: 84px;
}
section#products div.col-sm-4:first-child{
	background: #3183c7;
}
section#products div.col-sm-4:nth-child(2) {
	background: #64bc70;
}
section#products div.col-sm-4:last-child{
	background: #d1d5d8;
}
section#products div.col-sm-4 a.btn{
	border: 1px solid white;
	color: white;
	font-size: 16px;
	padding: 10px 30px;
	margin: 10px 0;
	transition: all 200ms ease-in-out;
}
section#products div.col-sm-4:first-child a.btn:hover{
	background: white;
	color: #3183c7;
}
section#products div.col-sm-4:nth-child(2) a.btn:hover{
	background: white;
	color: #64bc70;
}
section#products div.col-sm-4:last-child a.btn:hover{
	background: white;
	color: #d1d5d8;
}

/* Demo aanvragen */
section#aanvragen{
	margin-top: 150px;
}
section#aanvragen h2{
	text-align: center;
	margin: 30px 0;
}
section#aanvragen h4{
	text-align: center;
	font-size: 17px;
	margin: 20px 0;
	font-weight: 300;
}
section#aanvragen div.form{
	border: 1px solid #337AB7;
	padding: 20px 20px 10px;
}
section#aanvragen div.form-inline{
	font-size: 14px;
}
section#aanvragen .form-inline .form-group{
	margin-bottom: 10px;
	margin-right: 10px;
}
section#aanvragen .form-inline label{
	font-weight: normal;
}
section#aanvragen input[type="submit"]{
	margin: 0 auto;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
}
section#aanvragen label{
	width: 100%;
	font-weight: normal;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0;
}
/* Logged in */
section#loggedin{
	margin-top: 100px;
}
section#loggedin h1 span{
	color: #00a7d3;
}
section#loggedin h1{
	margin-top: 0;
	margin-bottom: 5px;
}
section#loggedin p.gray{
	color: #ccc;
}
section#loggedin p.logout a{
	color: #ccc;	
}
section#loggedin h3{
	font-weight: 300;
	font-size: 21px;
}
section#loggedin div.col-md-3 .block{
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
}
section#loggedin div.col-md-3 .block p{
	margin-bottom: -5px;
}
section#loggedin div.col-md-3 .block img{
	margin: 0 0 10px;
}
section#loggedin div.col-md-3 .block a{
	color: #00a7d3;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
section#loggedin div.alert a{
	font-weight: bold;
}

@media only screen and (max-width: 1300px){
	
	section#products div.col-sm-4{
		min-height: 580px;
	}

}

@media only screen and (max-width: 780px){
	
	section#products div.col-sm-4{
		min-height: 670px;
	}
}</pre></body></html>