/*------------------------------------------------------*/
/*------Algemeen
/*------------------------------------------------------*/

body{
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	background: #f3f3f3;
}
input-color {

}
.input-color input {
    padding-left: 20px;
}
.input-color .color-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
  
    left: 5px;
    top: 5px;
}
.cd-top {
    position: fixed;
    right: 30px;
    display: none;
    background: rgba(0,0,0,0.70);
    z-index: 100;
    color: #fff;
    padding: 6px 20px;
    font-size: 30px;
    bottom: 30px;
}


h1{
	color: #b7061d;
	font-weight: 800;
	text-transform: uppercase;
}

strong{
	color: #b7061d;
	font-weight: 800;
}

.buttonlight {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: inline-block;
    margin: 2px 0;
    border-radius: 10px;
    cursor: pointer;
    color: #666;
    float: right;
}

.mt-15 {margin-top:15px;}
.mr-15 {margin-right: 15px;}
.mb-15 {margin-bottom: 15px;}
.ml-15 {margin-left: 15px;}

.mt-30 {margin-top:30px;}
.mr-30 {margin-right: 30px;}
.mb-30 {margin-bottom: 30px;}
.ml-30 {margin-left: 30px;}

.mt-45 {margin-top:45px;}
.mr-45 {margin-right: 45px;}
.mb-45 {margin-bottom: 45px;}
.ml-45 {margin-left: 45px;}

.pt-15 {padding-top:15px;}
.pr-15 {padding-right: 15px;}
.pb-15 {padding-bottom: 15px;}
.pl-15 {padding-left: 15px;}

.pt-30 {padding-top:30px;}
.pr-30 {padding-right: 30px;}
.pb-30 {padding-bottom: 30px;}
.pl-30 {padding-left: 30px;}

.pt-45 {padding-top:45px;}
.pr-45 {padding-right: 45px;}
.pb-45 {padding-bottom: 45px;}
.pl-45 {padding-left: 45px;}

.p-15  {padding:15px;}
.p-30  {padding:30px;}
.p-45  {padding:45px;}
.p-60  {padding:60px;}

.my-15 {margin:15px 0;}
.my-30 {margin:30px 0;}
.my-45 {margin:45px 0;}

.mx-15 {margin:0 15px;}
.mx-30 {margin:0 30px;}
.mx-45 {margin:0 45px;}

.py-15 {padding:15px 0;}
.py-30 {padding:30px 0;}
.py-45 {padding:45px 0;}

.px-15 {padding:0 15px;}
.px-30 {padding:0 30px;}
.px-45 {padding:0 45px;}

.nopad {padding:0 !important;}
.nopad-x {padding-left:0 !important;padding-right: 0 !important}
.nopad-y {padding-top:0 !important; padding-bottom:0 !important;}
.nopad-t {padding-top:0 !important;}
.nopad-b {padding-bottom:0 !important;}

.box {
	box-shadow: 0 0 8px rgba(0,0,0,0.11);
	background: #fff;
	padding: 15px;
	border-radius: 15px;
}

.box-shadow {
	box-shadow: 0 0 8px rgba(0,0,0,0.11);
	background: #fff;
}

.box-shadow-l {
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.box-shadows {
	box-shadow: 0 0 8px rgba(0,0,0,0.11);
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	    min-height: 365px;
}


.inline {
	display: inline-block;
}

.v-top {
	vertical-align: top;
}

.btn {
	border-radius: 15px;
	padding:6px 12px;
}

.btn-orange {
	background:#666;
	color:#fff;
}

h1{
    font-size: 28px;
}

.button {
	background:#666;
	color:#fff;
	padding: 12px 15px 13px 20px;
	border-radius: 10px;
}

.back{
	margin-top: 20px;
	text-align: center;
}

.fotobox {
		border-radius: 10px;
		margin: 30px;

}

.fotobox2 {
		border-radius: 10px;
		margin-bottom: 20px;
		width: 80%;

}




/*------------------------------------------------------*/
/*------Header
/*------------------------------------------------------*/

header {
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
}

header .top {
	background: #fff;
    width: 100%;
    height: 43px;
    background-position: top right;
    background-repeat: repeat-y;
    background-size: cover;
}

header .top .tel {
	float:right;
	margin-top:10px;
}

header .bot {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 25%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 25%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(255,255,255,1) 25%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

header .logo {
	float:left;
	margin:5px 0;
	position: absolute;
}

header .logo h1 {
	margin: 10px 0;
    color: #fff;
    font-weight: normal;
    font-size: 34px;
    letter-spacing: normal;
}

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


header .menu {
    float: right;
}

header .fa-sign-out {
	font-size: 20px;
	color:#000;
	margin-left: 15px;
}

#nav {
}

#nav ul {
	padding:0;
	list-style: none;
	margin:0;
}

#nav ul li {
	display: inline-block;
}

#nav ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 15px;
    display: block;
}

#nav ul li a.Active,
#nav ul li a:hover {
	text-decoration: none;
	color:#b7061d;
}

#nav ul li:hover ul{
	display: block;
}

#nav ul li ul {
	display: none;
	position: absolute;
	background:#f5f5f5;
	padding:10px 0;
	border:1px solid #e2e2e2;
}

#nav ul li ul li {
	display: block;
}

#nav ul li ul li a {
	padding:5px 15px;
}

.mob-menu {
	display: none;
}

.spacer {
	height: 90px;
	display: block;
}


/*------------------------------------------------------*/
/*------Slider
/*------------------------------------------------------*/

.slick-prev {
    left: 10px;
}

.slick-next {
	right:30px;
} 

.slick-next, .slick-prev {
	z-index: 10;
}

.slick-next:before, .slick-prev:before {
	font-size: 38px;
}

/*------------------------------------------------------*/
/*------onScreen
/*------------------------------------------------------*/

/*section:not(.no-animation) .container,
section:not(.no-animation) .container-fluid {
	opacity: 0;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	-webkit-transition:  all 1.0s ease-out;
	-moz-transition:  all 1.0s ease-out;
	-o-transition:  all 1.0s ease-out;
	transition: all 1.0s ease-out;
}

section.onScreen .container,
section.onScreen .container-fluid {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
*/
/*------------------------------------------------------*/
/*------Sections
/*------------------------------------------------------*/


#Layout_28 section#MainContent {
	padding:45px 0;
}


section#MainContent {
	padding:0px;
}

section#normalcontent {
	padding:0px 0;
}

section#normalcontent img{
	border-radius: 15px;
	margin-bottom: 20px;
	width: 95%;
}


section#text-img {
	padding:40px 0;
	line-height: 25px;
}

section#text-img .caption{
	font-style: italic;
	color: #666;
	line-height: 17px;
	margin-top: -10px;
	margin-bottom: 10px;
	width: 80%;
	font-size: 14px;
}

.img-left{
	margin-top: -50px;
}

.img-left img{
	width: 100% !important;
	margin-top: -10px !important;
}

section#blocks {
    padding: 0px 0px 60px 0px;
}

section#blocks h3{
    font-weight: bold;
    font-size: 17px;
}

section#stappen {
    padding: 0px 0px 60px 0px;
}

section#formulieren {
    padding: 0px 0px 60px 0px;
}


/*------------------------------------------------------*/
/*------Lessen
/*------------------------------------------------------*/

section#les-overview {

}

	#les-overview .container-fluid {
		padding:0 30px;
	}

	#les-overview .tech-row {
		border-top: 1px solid #ececec;
	}

	#les-overview .item {
		border-radius: 10px;
	}

	#les-overview .item .image{
		height: 350px;
		background-size: cover;
		background-position: center;
	}

	#les-overview .item .info{
		padding: 0px 15px 0px 30px;
	}

	#les-overview .item .infobox{
		padding: 30px;
	}

	#les-overview .groups{
		text-align: center;
	}

	#les-overview .filters .group-panel {
		display: none;
	}

	#les-overview .filters .group-panel .groups {
		text-align: left;
	}

	#les-overview .filters .group-panel .groups .btn {
		margin-top:5px;
		margin-bottom: 5px;
	}

	#les-overview .filters.active .group-panel {
		display: block;
	}

	#les-overview h5 {
		letter-spacing: 1px;
		margin: 0px;
		text-transform: uppercase;
		font-weight: 800;
	}

	#les-overview .list-item {
		margin:15px 0;
	}

	#les-overview .themas {
		text-align: right;
	}

	#les-overview .thema {
		width:20px;
		height: 20px;
		display: inline-block;
	}

	#les-overview .lessen {
		margin-top: -30px;
	}


	#les-overview input.checkbox {

	}

	#les-overview h3 {
		margin-top:0;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	#les-overview .item .footer {
	    padding: 15px 30px;
	    background: #fafafa;
	}

	#les-overview .tag {
		background:#ececec;
		padding:5px 10px;
		display: inline-block;
		margin:2px 0;
		border-radius: 10px;
		cursor: pointer;
	}

	#les-overview .tag.active {
		background:#666;
		color:#fff;
	}

	#les-overview .remove-tag {
	    font-size: 12px;
	    top: 0px;
	    opacity: 0.6;
	    position: relative;
	    top: -1px;
	    margin-left: 5px;
	}


	#les-overview .tag:hover .remove-tag {
		opacity: 1;
	}

	#les-overview #collapse-aspecten ul {
		list-style: none;
		padding:0;
		margin:0;
	}

	#les-overview #collapse-aspecten a {
		color:#666;
	}

	#les.overview .filters {

	}

	#les-overview .filters.active {
	    position: fixed;
	    width: 15%;
	    top: 120px;
	    max-height: calc(100vh - 120px);
	    overflow-y: scroll;
	    background:none;
	}

	#les-overview .collapsed .fa-angle-up {
		transform: rotate(180deg);
	}

	#les-overview .fa-angle-up {
        position: absolute;
	    right: 10px;
	    top: 0px;
	    font-size: 26px;
	}

	#les-overview .collapse-toggle {
		cursor: pointer;
		position: relative;
	}

	#les-overview .collapse-toggle label {
		cursor: pointer;
	}

section.les-single {
		margin-top: 100px;
}

	section.les-single img{
			border-radius: 10px;
	}

.panel-default {
	border:none;
	box-shadow: 0 0 8px rgba(0,0,0,0.11);
}

/*------------------------------------------------------*/
/*------Sub-Footer
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*------Footer
/*------------------------------------------------------*/

footer{
	background: #666;
	color: #fff;
	padding: 25px 10px;
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#fff;
}

/*------------------------------------------------------*/
/*------Responsive
/*------------------------------------------------------*/

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media only screen and (max-width : 1440px)
{


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px)
{


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px)
{
	.mob-menu {
		display: block;
		position: absolute;
	    right: 30px;
	    top: 15px;
	    font-size: 24px;
	    color: #000;
	}

	#nav {
		max-height:0;
		overflow: hidden;
		-webkit-transition:  all 0.5s ease-in-out;
		-moz-transition:  all 0.5s ease-in-out;
		-o-transition:  all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	#nav.active {
		max-height: 600px;
	}

	#nav ul {
		text-align: right;
	}

	#nav ul li {
		display: block;
	}

	#nav ul li a {
		line-height: normal;
		padding:10px 15px;
		background:none;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px)
{

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px)
{


}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px)
{

}
