@import url(http://fonts.googleapis.com/css?family=Viga);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600);
@import url("css/reset.css");

@font-face {
    font-family: ChalkDust;
    src: url("fonts/Chalkduster.ttf");
}

@font-face {
    font-family: cocon-regular;
    src: url("fonts/cocon-regular-webfont.ttf");
}

@font-face {
    font-family: cocon-light;
    src: url("fonts/cocon-light-webfont.ttf");
}

body, html {
	height: 100%;
	line-height: 20px;
}

ul {
	list-style: disc;
	padding-left: 20px;
}

ol {
	list-style: decimal;
	padding-left: 20px;
}

body {
	font-family: "cocon-light", "Open Sans", sans-serif;
	font-size: 14px;
}

strong {
	font-weight: 900;
}

/* Custom styles */
body.background {
	background-color: #FFF;
	background-image: url("images/page_bg.jpg?4");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body.background.professional {
	background-image: url("images/prof-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.background.frontpage {
    background-image: url("images/front-bg.jpg?3");
    background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

body.background.frontpage .wrapper {
    margin: 0 auto -230px;
}

body.background.frontpage .footer {
    height: 230px;
}

body.background.frontpage .footer .row {
    padding-top: 90px;
}

body.background.frontpage .footer .jute {
    background-repeat: repeat-x;
    background-size: auto;
    height: 136px; 
}

body.background.frontpage .footer .text-right {
    text-align: center !important;
}

body.background.frontpage .top .bio {
    margin-right: 20px;
}

body.background.frontpage .languages  {
    margin-top: 10px;
    float: right;
}

body.background.frontpage .languages a {
	margin-right: 6px;
	
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(90%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    
    -webkit-transition: all .5s; /* For Safari 3.1 to 6.0 */
    transition: all .5s;
}

body.background.frontpage .languages a:hover,
body.background.frontpage .languages a.active {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

body.background.frontpage .languages a img {
    border: 2px solid #FFF;
    width: 20px; height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 50%;
}

body.background.frontpage .row {
    width: 1000px;
}

body.background.frontpage .block {
    width: calc(50% - 20px);
    background-color: #FFF;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
    border-radius: 4px;
    margin-top: 30px;
    position: relative;
}

body.background.frontpage .block .section-image {
    height: 250px;
    overflow: hidden;
}

body.background.frontpage .block h2 {
    font-size: 18px;
    margin-top: 5px;
}

body.background.frontpage .block h2 a {
    text-decoration: none;
    color: #422219;
}

body.background.frontpage .block:nth-child(even) {
    margin-right: 0px;
}

body.background.frontpage .block .bio {
    z-index: 1000;
    width: 80px; height: auto;
    position: absolute;
    left: 0px;
    top: -30px;
    transform: rotate(-25deg);
}

body.background.frontpage .block img {
    max-width: 100%;
}

body.background.frontpage .block ul {
    list-style: none;
    overflow: auto;
    margin: 0px; padding: 0px;
    padding-bottom: 10px;
}

body.background.frontpage .block ul li {
    float: left;
    width: 100%;
}

body.background.frontpage .block ul li img {
    width: 30px;
    float: left;
    margin-right: 10px;
}

body.background.frontpage .block ul li a {
    display: block;
    border-bottom: 1px #d2dbd5 solid;
    text-decoration: none;
    padding-top: 8px; padding-bottom: 8px;
    font-size: 16px;
    background-image: url("images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 0px;
    line-height: 34px;
}

body.background.frontpage .block ul li:nth-child(even) a {
    margin-right: 0px;
    margin-left: 0px;
}

body.background.frontpage .newsblock {
    width: calc(50% - 20px);
    background-color: #FFF;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
    margin-bottom: 100px;
    border-radius: 4px;
    margin-top: 30px;
    position: relative;
}

body.background.frontpage .professor {
    width: calc(50% - 20px);
    background-color: #FFF;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    margin-right: 0px;
    margin-bottom: 100px;
    border-radius: 4px;
    margin-top: 30px;
    position: relative;
}

body.background.frontpage .professor .btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #FFF;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    
    background: rgba(190,230,80,1);
    background: -moz-linear-gradient(top, rgba(190,230,80,1) 0%, rgba(149,193,30,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(190,230,80,1)), color-stop(100%, rgba(149,193,30,1)));
    background: -webkit-linear-gradient(top, rgba(190,230,80,1) 0%, rgba(149,193,30,1) 100%);
    background: -o-linear-gradient(top, rgba(190,230,80,1) 0%, rgba(149,193,30,1) 100%);
    background: -ms-linear-gradient(top, rgba(190,230,80,1) 0%, rgba(149,193,30,1) 100%);
    background: linear-gradient(to bottom, rgba(190,230,80,1) 0%, rgba(149,193,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bee650', endColorstr='#95c11e', GradientType=0 );
}

body.background.frontpage .professor .btn:hover {
    color: #469500
}

.fb-page {
    margin-top: 50px;
}

.large-button {
    font-size: 22px;
    margin-top: -34px;
    display: block;
    background-color: #92bf1f;
    z-index: 100;
    width: 100%;
    height: 80px;
    padding: 20px;
    box-sizing: border-box;
    
    
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    
    -webkit-transition: all .2s;/* Safari */
    transition: all .2s;
}

a.large-button:hover {
    text-decoration: none !important; 
    height: 100px;
    margin-top: -54px;
}

.large-button small {
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 4px;
}

.professional {
/*     background-color: #005f27; */
}

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

.text-right {
    text-align: right;
}


body.frontpage .logo {
    margin-top: 0px;
    margin-bottom: 10px;
}

a {
	color: #05622a;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: 'ChalkDust', 'Viga', sans-serif;
	font-size: 26px;
	padding-bottom: 16px;
	color: #06622a;
	background-image: url("images/title-border.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
}

h2 {
	color: #422219;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 12px;
}

h3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #056229;
}

.title {
	font-size: 26px;
	color: #422219;
	line-height: 36px;
}

.subtitle {
	font-size: 17px;
	color: #06622a;
}

.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -275px; /* the bottom margin is the negative value of the footer's height */
}
.push  {
	height: 230px;
}

.footer {
	min-width: 1180px;
	position: relative;
	color: #FFF;
	font-size: 13px;
	height: 275px;
	/*
	background-image: url("images/footer-bg.png");
	background-repeat: repeat-x;
	*/
	
	background: #046028; /* Old browsers */
	background: -moz-linear-gradient(left,  #046028 0%, #7bae17 50%, #046028 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#046028), color-stop(50%,#7bae17), color-stop(100%,#046028)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #046028 0%,#7bae17 50%,#046028 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #046028 0%,#7bae17 50%,#046028 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #046028 0%,#7bae17 50%,#046028 100%); /* IE10+ */
	background: linear-gradient(to right,  #046028 0%,#7bae17 50%,#046028 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#046028', endColorstr='#046028',GradientType=1 ); /* IE6-9 */

}

.footer .jute {
	position: absolute;
	background-image: url("images/footer-boog.png");
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 190px;
	top: -80px;
	z-index: 1;;
}

.footer .row {
	padding-top: 132px;
	overflow: hidden;
}

.footer .row strong {
	font-size: 15px;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.row {
	width: 1180px; overflow: hidden;
	margin-left: auto; margin-right: auto;
}

.left {
	width: 275px;
	position: relative;
	float: left;
	margin-right: 20px;
}

.top-bar {
	min-width: 1180px;
	height: 10px;
	background-color: #05622a;
}

.top-bar.professional {
	background-color: #654406;
}

.main {
	width: 885px;
	float: left;
}

.main .top {
	height: 60px;
}

.main .top .segment a {
	display: block;
	float: left;
	background: #FFF;
	padding: 10px 20px;
	margin-right: 4px;
	text-decoration: none;
	text-transform: uppercase;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.main .top .segment a:hover {
	text-decoration: underline;
}

.main .top .segment a.professional {
	color: #654406;
}

.main .top .segment a.active {
	background: #05622a;
	color: #FFF;
}

.main .top .segment a.active.professional {
	background: #654406;
}

.main .top .right {
	float: right;
	width: 416px;
}

.main .top .right .languages {
	float: left;
	margin-top: 7px;
}

.main .top .right .languages a {
	display: block;
	float: left;
	margin-right: 6px;
	
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(90%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    
    -webkit-transition: all .5s; /* For Safari 3.1 to 6.0 */
    transition: all .5s;
}

.main .top .right .languages a:hover,
.main .top .right .languages a.active {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.main .top .right .languages a img {
	border: 2px solid #FFF;
	width: 20px; height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.main .top .right .searchbox {
	position: relative;
	float: right;
}

.main .top .right .search {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px;
	border: 1px solid #c6e5fa;
	font-family: "cocon-light", "Open Sans", sans-serif;

	font-size: 15px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 300px;
}

.main .top .right .search::-webkit-input-placeholder  {
	font-style: italic;
}
.main .top .right .search:-moz-placeholder  {
	font-style: italic;
}
.main .top .right .search::-moz-placeholder  {
	font-style: italic;
}
.main .top .right .search:-ms-input-placeholder  {
	font-style: italic;
}

.main .top .right .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	background: transparent;
	border: 0px;
	padding-top: 8px;
	padding-right: 15px;
	cursor: pointer;
}

.main .top .right .search-btn  img {
	width: 20px;
	
}

.slider {
	margin-top: 10px;
	height: 250px;
	border: 3px solid #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
}

.logo {
	margin-top: 14px;
}

.content {
	overflow: auto;
	position: relative;
	z-index: 2;
	margin-top: 18px;
	padding: 20px;
	border: 3px solid #FFF;
	min-height: 650px;
	height: auto;
	background-color: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	
	background-image: url("images/watermerk.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;

}

nav.main {
	margin-top: 20px;
	max-width: 275px;
	position: relative;
	background-image: url("images/menu-bg.jpg");	
	background-size: 100%;
}

nav.main ul {
	list-style: none;
	margin:0px; padding: 0px;
}

nav.main .top {
	height: 20px; width: 100%;
	position: absolute;
	top: -19px;
	background-image: url("images/menu-top-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

nav.main .bottom {
	height: 28px; width: 100%;
	position: absolute;
	bottom: -28px;
	background-image: url("images/menu-bottom-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

nav.main .navbar-mobile,
nav.main .navbar-button,
nav.main .navbar-text {
    display: none;
}

nav.main ul {
	padding-top: 20px;
	padding-bottom: 20px;
}

nav.main ul li {
	text-align: right;
	padding-right: 30px;
	margin-top: 5px; margin-bottom: 5px;
}

nav.main ul li.c4527 a,
nav.main ul li.c4106 a {
    font-size: 14px;
}

nav.main ul li a {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

nav.main ul li a:hover,
nav.main > ul > li.active > a,
nav.main > ul > li > ul > li.active > a {
	 color: #bcf412;
	 text-decoration: none;
}

nav.main ul ul {
	display: none;
	padding-top: 0px;
}

nav.main ul li.active ul,
nav.main ul li.active_parent ul {
	display: block;
}

nav.main ul ul li {
	padding-right: 0px;
}

nav.main ul ul li a {
	color: #f0ffc1;
}

table, table thead th, table tbody td, table tr td {
	border: 0px;
}

table.myTable td {
	padding: 0px;
}

.mod_forms input {
	padding: 5px;
	width: 200px;
}

.mod_forms textarea {
	padding: 5px; 
	width: 280px; height: 80px;
}

.mod_forms .secret {
	float: left;
	width: 100%;
}

.mod_forms .secret img {
	margin-top: 5px;
	border: 3px solid black;
	float: left;
}

.mod_forms .secret input {
	width: 70px; padding-top: 5px; padding-bottom: 5px;
	margin-top: 5px;
	float: left;	
}

.glow {
	position: absolute;
	z-index: -1;
	top: 360px;
	left: 210px;
}

.columns {
	float: left;
	margin-right: 20px;
}

.columns.two {
	width: 252px;
}

.columns.four {
	width: 252px;
}

.push_four {
	margin-left: 342px;
}

.mod_humuforte a.return {
	display: block;
	padding-bottom: 20px;
	text-decoration: none;
}

.mod_humuforte a.return:hover {
	text-decoration: underline;
}

.mod_humuforte li {
	float: left;
	width: 266px; 
	margin-right: 20px;
	text-align: center;
}

.mod_humuforte .products {
	list-style: none;
	margin: 0px; padding: 0px;
}

.mod_humuforte .products li {
    position: relative;
	height: 500px;
}

.mod_humuforte li:nth-child(3n) {
	margin-right: 0px;
}

.mod_humuforte .products li .bio {
    width: 70px;
    right: 0px;
    top: -10px;
    position: absolute;
    
    -ms-transform: rotate(15deg); /* IE 9 */
    -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
    transform: rotate(15deg);
}

.mod_humuforte li .image {
	max-height: 400px;
	max-width: 266px;
	margin-bottom: 10px;
}

.mod_humuforte li .naam {
	font-family: 'Viga', sans-serif;
	font-size: 16px;
	color: #06622a;
}

.mod_humuforte li .resultaat {
	font-size: 12px;
} 

.mod_humuforte .details {
	overflow: auto;
}

.mod_humuforte .details .bio {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 100;
    
    -ms-transform: rotate(12deg); /* IE 9 */
    -webkit-transform: rotate(12deg); /* Chrome, Safari, Opera */
    transform: rotate(12deg);
}

.mod_humuforte .details h1 {
	margin-bottom: 4px;
}

.mod_humuforte .details .resultaat {
	margin-bottom: 20px;
	font-weight: bold;
	color: #06622a;
}

.mod_humuforte .details .image {
	max-width: 280px;
}

.mod_humuforte .details .box {
	
	margin-top: 40px;
	color: #FFF;
	width: 500px;
	height: auto;
	float: left;
	text-align: left;
	margin-bottom: 30px;
	
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;

	background: #06622a; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #7aae17 0%, #06622a 54%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#7aae17), color-stop(54%,#06622a)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #7aae17 0%,#06622a 54%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #7aae17 0%,#06622a 54%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #7aae17 0%,#06622a 54%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #7aae17 0%,#06622a 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aae17', endColorstr='#06622a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.mod_humuforte .details .box .title {
	font-family: 'Viga', sans-serif;
	color: #FFF;
	margin-top: -36px;
	background: #06622a; 
	font-size: 18px;
	float: left;
	padding-left: 30px; padding-right: 30px;
	
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.mod_humuforte .details.professional .box {
	border: 1px solid #adcd67; 
	color: #06622a;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(209,225,160,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,225,160,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,225,160,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,225,160,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,225,160,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(209,225,160,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1e1a0',GradientType=0 ); /* IE6-9 */

	box-sizing:border-box;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
}

.mod_humuforte .details.professional .box .title {
	background: #FFF;
	border: 1px solid #adcd67; 
	border-bottom: 0px;
	margin-top: -37px;
	margin-left: -1px;
	color: #06622a;
	
	box-sizing:border-box;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
}

.mod_humuforte .details .box ol,
.mod_humuforte .details .box ul {
	list-style: disc;
	padding-left: 20px;
}

.mod_humuforte .details .box ol {
	list-style: decimal;
}

.mod_humuforte .details .box ol li,
.mod_humuforte .details .box ul li {
	text-align: left;
	width: 100%;
	margin-bottom: 6px;
}

.mod_humuforte .details .box .text {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	font-weight: bold;
}

.mod_humuforte .details .box.gebruiksadvies,
.mod_humuforte .details .box.artikelen,
.mod_humuforte .details .box.tips
{
	width: 100%;
}

.mod_humuforte .details .box.artikelen table {
	width: 100%;
}

.mod_humuforte .details .box.artikelen table th {
	font-family: 'Viga', sans-serif;
	text-align: center;
	width: 20%;
}

.mod_humuforte .details .box.artikelen table td {
	width: 20%;
	text-align: center;
}

.mod_humuforte .details .box.kenmerken ul {
	padding-left: 0px;
	list-style: none;
}

.mod_humuforte .details .box.kenmerken ul li span {
	margin-top: 10px;
}

.mod_humuforte .details .box.kenmerken ul li img {
	margin-right: 10px;
}
.mod_humuforte .details .box.gebruikenin {
	width: 100%;
}

.mod_humuforte .details .box.gebruikenin ul {
	list-style: none; margin: 0px; padding: 0px;
}

.mod_humuforte .details .box.gebruikenin ul li {
	float: left; width: auto;
	margin-right: 20px !important;
	padding: 2px 5px;
	border-radius: 5px;
}

.mod_humuforte .details .box.gebruikenin ul li.active {
	background-color: #bfcc00;
}


/* Small devices (phones, below 768px) */
@media (max-width: 767px) { 
    
    body.background.frontpage .top .bio {
        display: none;
    }
    
    body.background.frontpage .block img {
        width: 100%;
        max-width: none;
    }
    
    body.background.frontpage .professor,
    body.background.frontpage .newsblock,
    body.background.frontpage .block {
        width: calc(100% - 25px);
        margin-left: 12.5px; margin-right: 12.5px;
        margin-bottom: 0px;
    }
    
    body.background.frontpage .professor {
        margin-bottom: 100px;
    }
    
    body.background.frontpage .footer {
        height: auto;
    }
    
    .top-bar {
        min-width: 100vw;
        z-index: 10;
    }
    
    .slider {
        height: 30vw;
        background-size: cover;
    }
    
    .main .top .segment {
        margin-left: 12.5px;
        margin-top: 10px;
    }
    .main .top .segment a {
        padding: 10px 12px;
    }
    
    .main .top .right .languages a {
        float: none;
        margin-right: 0px;
    }
    
    .main .top .right .searchbox {
        display: none;
    }
    
    .left {
        width: 100%; 
        text-align: center;
        margin-right: 0px;   
    }
    
    .left .logo {
        margin-top: 50px;
        margin-bottom: 10px;
        width: 250px;
        max-width: 100%;
    }
    
    .fb-outer,
    .fb_iframe_widget iframe {
        display: none;
    }
    
    nav.main {
        margin-top: 0px;
        max-width: 100%;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        height: auto;
        padding: 10px 0px;
        background-color: #41221a;
        background-image: none;
    }
    
    nav.main .top,
    nav.main .bottom {
        display: none;
    }
    
    nav.main .navbar-mobile {
        cursor: pointer;
        display: block;
        overflow: auto;
    }
    
    nav.main .navbar-button {
        display: block;
        width: 26px;
        margin-right: 12.5px;
        float: right;
    }
    
    nav.main .navbar-button .line {
        height: 2px;
        background-color: #FFF;
        margin-bottom: 6px;
        border-radius: 1px;
    }
    
    nav.main .navbar-text {
        display: block;
        color: #FFF;
        float: left;
        margin-left: 12.5px;
        font-size: 18px;
        line-height: 18px;
        text-transform: uppercase;
    }
    
    nav.main .navbar-button .line:last-of-type {
        margin-bottom: 0px;
    }
    
    nav.main ul {
        display: none;
        padding-top: 10px;
        padding-right: 12.5px;
        padding-left: 12.5px;
        padding-bottom: 0px;
        width: 100%;
    }
    
    nav.main ul+div {
        display: none;
    }
    
    nav.main ul li {
        background-repeat: no-repeat;
        background-position: -20px bottom;
        background-image: url("images/mobile-menu-bottom.png");
        text-align: left;
        padding-bottom: 5px;
    }
    
    nav.main .top {
        top: -11px;
    }
    
    .row {
        width: 100% !important;
    }
    
    .main {
        width: calc(100% - 25px);
        margin-left: 12.5px; margin-right: 12.5px;
    }
    
    .main .top {
        position: absolute;
        top: 0px; left: 0px; right: 0px;
    }
    
    .main .top .right {
        width: 36.5px;
    }
    
    .main .top .right .search {
        width: 200px;
    }
    
    .footer {
        min-width: 100%;
        height: auto;
        text-align: center;
    }
    
    .footer .row {
        padding-top: 80px;
    }
    
    .text-right {
        text-align: center !important;
    }
    
    .push_four {
        margin-left: 0px;
    }
    
    .columns.two,
    .columns.four {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .mod_humuforte li:nth-child(3n) {
        margin-right: 0px;
    }
    
    .mod_humuforte li:nth-child(2n) {
        margin-right: 0px;    
    }
    
    .mod_humuforte li {
        width: 100%;
        height: auto !important;
        margin-bottom: 30px;
    }
    
    
    .mod_humuforte li .image {
        max-width: 100%;
    }
    
    .mod_humuforte .details .image {
        max-width: 40%;
        margin-top: 60px;
    }
    
    .mod_humuforte .details .bio {
        max-width: 70px;
        top: 90px;
    }
    
    .mod_humuforte .details .box {
        width: 100%;
    }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 767px) and (max-width: 992px) { 
    .top-bar {
        min-width: 775px;
    }
    
    .main .top .right .searchbox {
        display: none;
    }
    
    .left {
        width: 200px;    
    }
    
    .left .logo {
        width: 200px;
    }
    
    .fb_iframe_widget iframe {
        max-width: 100%;
    }
    
    nav.main {
        width: 200px;
        margin-top: 6px;
    }
    
    nav.main .top {
        top: -11px;
    }
    
    .row {
        width: 750px !important;
    }
    
    .main {
        width: 530px;
    }
    
    .main .top .right {
        width: 100px;
    }
    
    .main .top .right .search {
        width: 200px;
    }
    
    .footer {
        min-width: 750px;
    }
    
    .push_four {
        margin-left: 80px;
    }
    
    .columns.two {
        width: 150px;
    }
    
    .mod_humuforte li:nth-child(3n) {
        margin-right: 20px;
    }
    
    .mod_humuforte li:nth-child(2n) {
        margin-right: 0px;    
    }
    
    .mod_humuforte li {
        width: 230px;;
    }
    
    .mod_humuforte li .image {
        max-width: 200px;
    }
    
    .mod_humuforte .details .image {
        max-width: 170px;
    }
    
    .mod_humuforte .details .bio {
        max-width: 70px;
    }
    
    .mod_humuforte .details .box {
        width: 300px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
    .top-bar {
        min-width: 995px;
    }
    .row {
        width: 970px !important;
    }
    
    .main {
        width: 675px;
    }
    
    .main .top .right {
        width: 320px;
    }
    
    .main .top .right .search {
        width: 200px;
    }
    
    .footer {
        min-width: 970px;
    }
    
    .push_four {
        margin-left: 230px;
    }
    
    .columns.two {
        width: 200px;
    }
    
    .mod_humuforte li:nth-child(3n) {
        margin-right: 20px;
    }
    
    .mod_humuforte li:nth-child(2n) {
        margin-right: 0px;    
    }
    
    .mod_humuforte li {
        width: 300px;;
    }
    
    .mod_humuforte li .image {
        max-width: 260px;
    }
    
    .mod_humuforte .details .image {
        max-width: 200px;
    }
    
    .mod_humuforte .details .box {
        width: 400px;
    }
}
     
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}