/*
 * De Leerling nu
 * @copyright Nathalie Albert Webdesign
 */
body{
	letter-spacing:0;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:1rem;
	line-height:1.4;}
	
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	margin-top:30px;
	margin-bottom:25px;
	letter-spacing:2px;
	line-height:1.2;
}
h1,h2,h3{font-weight:600;}
body,h4,h5{font-weight:400;}
h6{font-weight:700;}

a{color:#e4322b;}
a:active,a:focus,a:hover{text-decoration:none;color:#9f231e;}

nav.navbar.bootsnav ul.nav > li > a {
	font-weight:700;
	color:#000;
}
nav.navbar.bootsnav ul.nav > li > a:hover {
	color:#e4322b;
}

nav.navbar.bootsnav ul.nav > li.active > a {
	color:#e4322b;
}

/* kleur knoppen */
.btn-primary {
    -webkit-transition: none 172ms ease-out;
    transition: none 172ms ease-out;
        transition-property: none;
    -webkit-transition-property: color,border-color,background-color;
    transition-property: color,border-color,background-color;
    color: #fff;
    border-color: #e4322b;
    background-color: #e4322b;
}
.btn-primary:active:focus,.btn-primary:active:hover{color:#fff;border-color:#9f231e;background-color:#9f231e;}
.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;border-color:#9f231e;background-color:#9f231e}
.btn-primary.active,.btn-primary:active{color:#fff;border-color:#457aff;background-color:#9f231e;
}
.btn-default.focus,.btn-default:focus,.btn-default:hover{color:#fff;border-color:#e4322b;background-color:#e4322b;}
.btn-default.active,.btn-default:active{color:#fff;border-color:#e4322b;background-color:#e4322b;}
.btn-default:active:focus,.btn-default:active:hover{color:#fff;border-color:#e4322b;background-color:#e4322b;
}
/* LL deel accordion aanpassen */
.panel-body {
	font-size: 0.9em;
    background-color: rgba(255,255,255,0.5);
	border-radius: 3px;
    margin-top: 20px;
    text-align: left;
}

.owl-theme .owl-item {
    cursor: auto;
    cursor: auto;
	cursor:auto;
}

footer .text-center {
    text-align: center;
	font-size:14px;
}
footer a.priv {
	text-decoration:underline;
}
/* Cookie Banner */
#cookie-info-banner {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1000;
}
#cookie-info-banner > div {
	display: inline-block;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background-color: rgba(185, 185, 185, 0.9);
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 0;
}
#cookie-info-banner p {
	font-size:0.8rem;
	line-height:1.4;
	margin-bottom: 0;
}
#cookie-info-banner p.cookie-info-text {
	display: inline-block;
	float: left;
	width: calc(100% - 120px);
}
#cookie-info-banner p.cookie-info-button {
	display: inline-block;
	float: right;
	vertical-align: middle;
}
#cookie-info-banner p.cookie-info-button button {
	margin-left: 20px;
	padding: 7px 20px 5px 20px;
	border-radius: 5px;
	color: #ffffff;
	background: #993333;
	border-color: #993333;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#cookie-info-banner a {
	text-decoration:underline;
}

.cookie-info-banner-extra-padding {
	padding-bottom: 120px !important;
}

@media (min-width: 1200px) {
	#cookie-info-banner div {
		max-width: 80%;
	}
}

@media (max-width:667px){}
@media screen and (max-width:767px){}
@media screen and (max-width:992px){}
@media screen and (max-width:1170px){}
