@charset "UTF-8";
/* Set a background image by replacing the URL below */
html,
body {
	background-repeat: no-repeat;
	background-position: center center fixed;
	background-image: url(../images/achtergrond01.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
    font-family: 'Roboto', sans-serif;
}
/* BASE TEKST */
h1,h2,h3,h4,h5{
	font-family: 'Josefin Slab', serif;
	font-weight: 600;
}
p {
	font-family: 'Roboto', sans-serif;
	line-height: 165%;
	font-size: 0.95rem;
}



/* NAVBAR STYLES */
.navbar-dark {
	background-color: #5d0000!important;
}
.navbar-brand {
	font-family: 'Josefin Slab', serif;
	font-size: 26px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: 600;
}
.nav-item {
	padding-left: 20px;
}
.nav-item i {
	padding-right: 10px;
}



/* CUSTOM STYLES */
.ctm_header {
    /* [disabled]height: 45vh; */
    background-color: #909090;
    background-image: url(../images/mg_header_img001b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.ctm_header_titel {
    padding-top: 40vh;
    color: #FFFFFF;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ctm_header_titel h1 {
    font-weight: 500;
    font-size: 5rem;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 4px;
    line-height: 65%;
    margin-bottom: 10px;
}
.ctm_submenu {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #5E0001;
	border-bottom: 5px solid #909090;
}
.ctm_submenu_btn {
	min-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	border-left: 1px solid #909090;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.3s;
	letter-spacing: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.ctm_submenu_btn a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ctm_submenu_btn a:hover {
	color: #5D0001;
}
.ctm_submenu_btn:hover {
	background-color: #909090;
	color: #5E0001;
    transition: all 0.3s;
}
.ctm_submenu_btn.active {
	background-color: #909090;
	color: #5E0001;
    transition: all 0.3s;
}
.ctm_content01 {
	background-color: rgba(0,0,0,0.50);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	color: #FFFFFF;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-bottom: 80px;
}
.ctm_content01 h1 {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: -20px;
    margin-bottom: 20px;
    background-color: #5D0000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 34px;
    margin-left: -15px;
    margin-right: -15px;
}
.ctm_content01 h2 {
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: -20px;
    margin-bottom: 10px;
    background-color: #5D0000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    margin-left: -15px;
    margin-right: -15px;
}
.ctm_content01 h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.ctm_content01 h5 {
    padding-top: 4px;
    padding-bottom: 2px;
    background-color: #5D0000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    display: block;
}
.ctm_content01 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
}
.ctm_content01 h5 a {
    padding-top: 4px;
    padding-bottom: 2px;
    background-color: #5D0000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    display: block;
}
.ctm_content01 a:hover {
	color: #BCBCBC;
}
.ctm_img01 {
	width: 90%;
	margin-top: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
	border-style: none;
}
.ctm_img02 {
	width: 100%;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #5D0000;
	margin-bottom: 0px;
}
.ctm_img03 {
	width: 100%;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #5D0000;
	margin-bottom: 20px;
}
.ctm_titelblok {
    padding-bottom: 0px;
    margin-bottom: -30px;
}
.ctm_titelblok h1 {
    color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}


/* STYLES voor footer */
body, wrapper {
   min-height:100vh;
}

.flex-fill {
   flex:1 1 auto;
}footer {
	background-color: rgba(7,7,7,0.60);
	color: #808080;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 0.75rem;
}
footer p {
    font-family: 'Josefin Slab', serif;
    font-weight: 600;
    font-size: 1rem;
}
