
body {
    font-family: 'Open Sans', sans-serif;
	font-size:14px;
}

.mainSite {
	font-size:18px;	 
}

.main {
    color: #474747;
	line-height:1.8em;
    font-weight: 300;
}

.main h1 {
    font-size: 2.5em;
    font-weight: 300;
    margin-top: 70px;
    margin-bottom: .8em;
    color: #474747;
}

.main a.cta {
    display: inline-block;
    color: #474747;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    border: solid #474747 1px;
    padding: 15px 30px;
    margin-top: 50px;
    margin-bottom: 150px;
}

.main a:hover {
    text-decoration: none;
    background: #474747;
    color: #ffffff;
}

#menu {
    background-color: rgba(0, 0, 0, .23);
    width: 100px;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    transition: all  ease-out .5s;
    overflow: auto;
    padding: 20px;
    text-transform: uppercase;
    z-index: 2;
}

#menu button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 4px;
    text-transform: uppercase;
    display: block;
}

#menu button:hover {
    color: #474747;
}

button .icon-bar {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background-color: #ffffff;
    margin-top: 4px;
}

#menu button:hover .icon-bar {
    background-color: #474747;
}

#menu .cross {
    float: right;
    font-size: 2em;
    position: absolute;
    right: 10px;
    top: 5px;
}

#menu span.hamburger-text {
    font-size: 12px;
}

#menu-shown {
    display: none;
}

.menu-logo {
    margin-top: 25px;
}

#menu.visible {
    width: 40%;
    background-color: rgba(0, 0, 0, .9);
}

#menu.visible #menu-shown {
    display: block;
}

#menu.visible #menu-hidden {
    display: none;
}

#menu-shown ul {
    list-style: none;
    padding: 0;
    margin-top: 3vh;
    display: block;
    text-align: center;
}

#menu-shown ul li a {
    display: inline-block;
    margin: .5vh;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 700;
}
#menu-shown ul li a.active {
	opacity:.5;

}
.page {
    text-align: left;
    padding-top: 18px;
    padding-left: 120px;
    text-transform: uppercase;
    transition: all  ease-out .5s;
	margin-top: -100vh;
	position:relative;
	height:0vh;
	margin-bottom:100vh;
}

.page.menuvisible {
    padding-left: 43%;
}

.page h1 {
    color: #ffffff;
    font-size: 2.5em;
    font-weight: 800;
}

.page a#leesMeer {
    color: #ffffff;
    font-size: .8em;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    padding: 5px 5px;
    border: solid #ffffff 1px;
	cursor:pointer
}

.page a#leesMeer:hover {
    color: #474747;
    background-color: #ffffff;
}

footer {
    background-color: rgb(45, 45, 45);
    color: #ffffff;
    padding-bottom: 50px;
	margin-bottom:-50px;
	margin-top:50px;
}

.footer-logo {
    text-align: center;
    margin-top: -20px;
    margin-bottom: -70px;
}

footer hr {
    margin-bottom: 90px;
}

footer h3 {
    font-size: .8em;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.footer-contact span {
    margin-top: 4px;
}

.footer-contact a {
    color: #ffffff;
    font-size: .8em;
    font-weight: 300;
}

.footer-menu ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.footer-menu ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: .7em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-facebook-fotos{
    margin-top: 15px;
}

.footer-facebook-fotos a {
	display:block;
    width: 24%;
    padding-top: 24%;
    margin-bottom: 1%;
    margin-right: 1%;
    float: left;
    background-size: cover;
    background-position: center;
}





footer .copyRight
{
	text-align:center;

	font-size:.7em;
	
}
footer .copyRight hr
{
	margin-bottom:5px;
	margin-top:40px;
}
footer .copyRight a, footer .copyRight a:hover
{
	color:#FFF;
}

/*HEADERS*/

#headers {
	margin-top:0px;
	position: relative;
	width: 100%;


}
#headers.noHeight {
	height: 1px;
}
.header {
	margin: auto;
	width: 100%;
	background-image: url(/image/defaultHeader.jpg);
	background-position: center;
	background-size: cover;
	overflow:hidden;
	text-align: center;
    color: #FFFFFF;
    font-size: 2.4em;
    font-weight: 700;
}

#headers, .header, .headerOverlay
{
	min-height:100vh;
	overflow:hidden;  
	
}

.headerOverlay {

		width: 100%;
	height: 100%;
	    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 36%, rgba(0,0,0,0) 37%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0) 37%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0) 37%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );


}
#dynamicHeaderHolder {
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%;

}

.headerTitel {
}



#dynamicHeaderHolder .dynamicHeader {
	position: absolute;
	display: none;
	margin: auto;
	width: 100%;
	height: 100%;
}
.headerTekst {
	
}
.headerLink
{
	
}
	#headers:hover #headerNext,	#headers.hover #headerNext
	{
		right:15px;
	}
	#headers:hover #headerPrev,	#headers.hover #headerPrev
	{
		left:100px;
	}
	#headers #headerNext, 	#headers #headerPrev
	{
		cursor:pointer;
		text-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		color:rgba(255,255,255,.9);
		transition:all .2s ease-in;
		display:block;
		position:absolute;
		top:50vh;
		margin-top:-2vw;
		font-size: 4vw;
		z-index:99;

	}
	#headers #headerNext:hover, 	#headers #headerPrev:hover, 	#headers #headerNext.hover, 	#headers #headerPrev.hover
	{
		color:rgba(0,0,0,0.5);
		
	}
	#headers #headerNext
	{
		right:-150px;
	}
	#headers #headerPrev
	{
		left:-150px;
	}

/*FORMULIER ELEMENTEN*/

.mainSite input[type="text"], .mainSite input[type="password"], .mainSite textarea, .mainSite select {
	border: 1px solid #CCC;
	background: none;
	border-radius: 0px;
	padding: 10px;
	color: #333;
}
input[type="button"], input[type="submit"], button {
	cursor: pointer;
	color: #FFF;
	background: none;
	border: none;
	padding: 15px;
	background-color: #414a54;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover {
	background-color: #666;
}



@media screen and (max-width: 1008px) {

    .footer-contact {
        margin-bottom: 30px;
    }

    .footer-menu {
        display: none;
    }

    #menu {
        width: 100%;
        height: 50px;
        padding: 5px;
    }

    #menu button {
        margin-top: 0;
        min-width: 30px;
    }

    #menu button span {
        color: #ffffff;
    }

    #menu span.hamburger-text {
        display: none;

    }
    #menu-shown button span.hamburger {
        display: none;
    }

    button.hideMenu {
        display: none;
    }

    #menu.visible {
        width: 100%;
        height: 100vh;
    }

    .menu-logo  {
        margin: 0;
        height: 40px;
    }

    .showMenu {
        float: right;
        height: 40px;
        margin: 0;
    }

    .hideMenu {
        display: none;
    }

    .page {
		word-break:break-all;
        padding: 65px 15px 15px;
    }
	.page.menuvisible
	{
		padding-left:15px;

	}

    .page h1 {

    }

	#headers:hover #headerPrev
	{
		left:15px;
	}
}




/* BOOTSTRAP */
 @media screen and (min-width: 768px) {
	
mainSite {

	font-size:20px;
}


 }
 
 
@media (min-width: 992px) {
div.centerPage {
	margin: auto;
	text-align: center;
	max-width: 70%;
}
div.centerPage ul {
	/* border-top: 1px solid #e4e4e4; */

	margin: auto;
	margin:0px;
	padding:0px;
    margin-bottom: 30px;
	list-style:none;
}
div.centerPage ul li {
	padding: 0px;
	/* border-bottom: 1px solid #e4e4e4; */
}
div.centerPage ul li p 
{
    margin: 0px;
    padding: 0px;
    
}
div.centerPage ul li:last-child {
	border: none;
}

}
@media (min-width: 1200px) {


}













/* NIET WIJZIGEN */

.inWindow {
	background-color: #FFF;
	border: 5px #069 solid;
	border-radius: 10px;
	margin: auto;
	margin-top: 50px;
	width: 436px;
	min-height: 140px;
}
.inWindowHeader {
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 10px;
	width: 426px;
	background-color: #069;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px
}
.adminTransBg {
	z-index: 9999;
	display: none;
	padding: 10px;
	overflow: scroll;
	background: rgba(0,0,0,.5);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#settingsWindow td, .inWindow td {
	border-bottom: 1px dotted #CCC;
}
#settingsWindow label, .inWindow label {
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
}
.bottomButtons {
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
.bottomButtons input[type="button"] {
	margin: 5px;
}
.loadingMsg {
	background-color: #FFF;
	border-radius: 5px;
	display: block;
	font-size: 18px;
	color: #666;
	padding: 10px;
}
.loadingMsg img {
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}


img.col-md-6 {
	display: block;
	max-width: 100%;
}

.admin-modal {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.admin-modal span.help-block {
	font-size: 12px;
}
.modal {
	margin-top: 30px;
}
.loadModal {
	height: 200px;
	background-image: url(/login/image/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}




