* {
	box-sizing: border-box;


}

body {

	background: #f4f4f4;
	font-family: "museo-sans-rounded",sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}


section { width: 100%; display: block; position: relative; overflow: hidden; }



section#hero { background: #f08a00; }
section.faq { background: #fff; padding-bottom: 50px; padding-top: 60px; }
section#overmonet { background: #fff; }
section.veiligheidsvoorschriften { background: #fff; padding: 120px 0 120px 0; }
section.gezondheid { background: #f08a00; padding: 60px 0px 80px 0px; }



section.standaardBlok {

	padding: 60px 0px 0px 0; background: #fff;

}

section.videos { background: #fff; padding: 50px 0px 80px 0px; }

section.contact {

	background-color: #1d2274;
	background-image: url("../img/netwerk.png");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 90px 0px 90px 0px;

}
.middleText{
	margin-top: 190px;
	margin-bottom: 0px;
	margin-right: 60px;
	margin-left: 60px;
}
.content {
	padding: 0px 50px;
}
.side_company{
	width: 600px;
	margin-top: 35px;
	margin-left: 60px;
}
.center { width: 1200px; margin: 0 auto 0 auto; }
section#hero .center { overflow: visible; }


header {

	width: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 900;
	transition: all 0.5s ease;
	padding: 0px;

}

#headerContainer {

	padding: 60px 60px 0px 60px;
	position: relative;
	transition: all 0.5s ease;

}


nav {

	width: 100%;
	height: 135px;
	background: #f9f9f9;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.19);
	transition: height 0.5s ease;
	position: relative;
	z-index: 200;

	transition: all 0.5s ease;

}

nav #logo {

	width: 63px;
	height: 84px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	display: block;
	margin: 25px 0 0 30px;
	transition: all 0.5s ease;
}

nav ul {

	float: right;
	display: block;
	margin: 58px 60px 0 0;
	transition: all 0.5s ease;

}

nav ul li {

	float: left;
	list-style: none;
	margin-left: 40px;

}

nav ul li a {

	text-decoration: none;
	color: #1d2274;
	font-size: 18px;
	font-weight: 700;

}

nav ul li.actief a, nav ul li:hover a {

	color: #f08a00;

}

.extraSpace{
	margin-top: 20px;
}

#doelgroepSelector {

	height: 40px;
	margin-top: -4px;
	z-index: 100;
	text-align: center;
	position: relative;
	border-radius: 0px;
	width: auto;
	margin: -4px 0px 0px 0px;
	padding: 12px 0 0 0;
	color: #fff;
	transition: all 0.5s ease;

}

#home #doelgroepSelector {

	opacity: 0;

}

#doelgroepSelector a {

	color: #fff;
	font-weight: 300;
	text-decoration: none;

}


header.collapsed #headerContainer { padding: 0px; }
header.collapsed #headerContainer nav { border-radius: 0px; height: 80px; }
header.collapsed #doelgroepSelector { background: rgba(240, 138, 0, 0.86); opacity: 1; }
header.collapsed nav ul { margin-top: 29px; }
header.collapsed nav #logo { width: 40px; margin-top: 14px; }
#home header.collapsed #doelgroepSelector {

	opacity: 1;

}








/* HERO HERO HERO HERO HERO HERO HERO HERO HERO HERO */
/* HERO HERO HERO HERO HERO HERO HERO HERO HERO HERO */
/* HERO HERO HERO HERO HERO HERO HERO HERO HERO HERO */
/* HERO HERO HERO HERO HERO HERO HERO HERO HERO HERO */

section#hero .foto {

	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;

	transition: opacity 0.6s ease;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;

}

section#hero .foto { opacity: 0; }
section#hero .foto:nth-child(2) { opacity: 1; }
section#hero .foto#foto1 { background-image: url("/ufc/file2/monet_sites/osict/5f68bc97c6d980579c8ccd20a32dea8c/pr/heroFoto3.jpg"); }
section#hero .foto#foto2 { background-image: url("/ufc/file2/monet_sites/osict/51d281775a486bf00e7d7e86fe4ea189/pr/heroFoto2.jpg.jpg"); }
section#hero .foto#foto3 { background-image: url("/ufc/file2/monet_sites/osict/3e3f2452af1b87e7d9a69ec75716232f/pr/heroFoto1.jpg"); }
section#hero .foto.active { opacity: 1; }

section#hero #netwerk {

	width: 100%;
	height: 100%;
	background-image: url("../img/netwerk.png");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 500;

}

section#hero .doelgroep {

	position: relative;
	z-index: 600;
	float: left;
	width: 480px;
	height: 400px;
	margin: 200px 0 0 0;
	border-radius: 500px;
	transition: background 0.4s ease;

}

section#hero.collapsed .doelgroep { opacity: 0; }
section#hero .doelgroep:nth-of-type(1) { margin-left: -60px; }
section#hero .doelgroep:nth-of-type(2) { margin-left: -60px; margin-right: -60px; }
section#hero .doelgroep:nth-of-type(3) { margin-right: -100px; }
section#hero .doelgroep.active, section#hero .doelgroep:hover { background: #1d2274; background: rgba(29, 33, 116, 0.8); }

section#hero .doelgroep h2 {

	font-size: 31px;
	font-weight: 700;
	color: #fff;
	margin: 90px 0 0 108px;

}
section#hero .middleText p {
    color: #fff;
}

section#hero .doelgroep p {

	font-size: 18px;
	font-weight: 100;
	color: #fff;
	margin: 0px 90px 0 125px;
	word-break: break-word;
	hyphens: auto;

}

section#hero .doelgroep.active a, section#hero .doelgroep:hover a {
	color: #1d2274;
}

section#hero .doelgroep a {

	display: block;
	background: #fff;
	text-decoration: none;
	font-weight: 100;
	font-size: 17px;
	width: 200px;
	border-radius: 5px;
	padding: 15px;
	margin: 10px 90px 0px 125px;
	color: #F29719;
	transition: color 0.4s ease;

}



section#hero .snelkoppelingen {

	border-radius: 160px;
	background: #ffffff;
	width: 320px;
	height: 320px;
	margin: -280px 0 0 620px;
	float: left;
	display: block;
	z-index: 700;
	position: relative;
	padding: 85px 0 0 80px;

}

.doelgroepPagina section#hero .doelgroep {

	margin-left: 230px;
	width: 450px;
	height: 450px;
	border-radius: 225px;


}

.doelgroepPagina section#hero .snelkoppelingen {

	margin: -280px 0 0 620px;

}

.doelgroepPagina section#hero .doelgroep h2 { margin-left: 90px; }
.doelgroepPagina section#hero .doelgroep p { margin-left: 90px; }



section#hero .snelkoppelingen ul {

	margin: 0px;
	padding: 0px 0px 0px 18px;
	font-size: 18px;

}

section#hero .snelkoppelingen ul li, section#hero .snelkoppelingen ul li a {

	color: #f08a00;
	font-weight: 200;
	text-decoration: none;

}

section#hero .snelkoppelingen ul li a:hover { text-decoration: underline; }




/* BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN */
/* BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN */
/* BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN */
/* BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN */
/* BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN BASISSTIJLEN */

h1,h2,h3,h4,h5,h6 {

	font-weight: 500;
	color: #f08a00;
	margin: 20px 0px 5px 0px;
	z-index: 400;
	position: relative;

}

h1 { font-size: 35px; }
h2 { font-size: 30px; }
h3 { font-size: 25px; }
h4 { font-size: 22px; }
h5 { font-size: 19px; }
h6 { font-size: 16px; }

strong { font-weight: 700; }

p, ul, ol  {

	font-weight: 100;
	font-size: 18px;
	color: #1d2274;
	z-index: 400;
	position: relative;

}

img { max-width: 100%; }
p img { max-width: 100%; }

article ul, article ol, article li { margin-bottom: 20px; }

p a { color: #f08a00; }

.roundedFlow { float: left; height: 16px; clear: left; }

#introSpacer1 { float: right; width: 100px; height: 300px; }
#introSpacer2 { float: right; width: 140px; height: 650px; }

#providerLogos { opacity: 0.5; display: block; margin: 70px 0px 70px 0px;}
#providerLogos:hover { opacity: 1; }

#fotoRondHome {

	position: absolute;
	left: -160px;
	margin-top: 62px;
	z-index: 200;

}


#loginForm {

	font-weight: 100;
	font-size: 18px;
	color: #1d2274;
	z-index: 400;
	position: relative;

}


#loginForm label {

	width: 150px;
	margin-top: 10px;
	display: inline-block;

}

#loginForm input { width: 200px; }

#loginForm input[type="submit"] {

	margin-left: 150px;
	margin-top: 10px;
	margin-bottom: 60px;

}


#meerInfoScroller {

	width: 100px;
	height: 100px;
	border-radius: 100px;
	position: absolute;
	display: block;
	background: #fff;
	bottom: -50px;
	z-index: 700;
	left: 50%;
	margin-left: -50px;
	transition: opacity 0.3s ease;

}

#meerInfoScroller:hover { cursor: pointer; }
#meerInfoScroller img { display: block; margin: 20px 0px 0px 24px; }
#meerInfoScroller.collapsed { opacity: 0; }



article {

	margin: 0 auto;
	z-index: 400;
	position: relative;

}



section#overmonet article { padding: 120px 0 0 0; }

#rotatinglogo {

	width: 1200px;
	height: 1200px;
	right: -600px;
	transform-origin: center center;
	position: absolute;
	background-image: url("../img/logo_achtergrond.png");
	background-size: contain;
	z-index: 100;
	margin-top: 200px;
	opacity: 0.2;

}



footer {

	position: fixed;
	bottom: 0px;
	z-index: 800;
	background: #fff;
	height: 70px;
	width: 100%;
	transition: bottom 0.5s ease, opacity 0.5s ease;
	opacity: 1;
}

footer.collapsed { bottom: -70px; opacity: 0; }

#scrollVerder {

	margin: 25px auto 0 auto;
	position: relative;
	display: block;
	font-size: 17px;
	width: 300px;
	text-align: center;
	font-weight: 200;
	color: #f08a00;

}

#scrollVerder:hover { cursor: pointer; }


#scrollVerderLinks {

	margin: 25px auto 0 auto;
	position: relative;
	display: block;
	font-size: 17px;
	width: 440px;
	text-align: center;
	font-weight: 200;
	color: #f08a00;

}

#scrollVerderLinks a { color: #f08a00; text-decoration: none; }
#scrollVerderLinks a:hover { text-decoration: underline; }

#overalmobiel {

	width: 221px;
	height: 34px;
	display: block;
	position: absolute;
	background-image: url("../img/overalmobiel.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin: 20px 0px 0px 20px;

}





section.contact h3, section.contact p, section.gezondheid p { color: #fff; }
section.contact p, section.gezondheid p { margin-top: 0px; }
#defaultContactFormulier { width: 100%; margin: 0 auto; }

form { margin: 30px 0 0 0; padding: 0px; }

form fieldset {

	border: none;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 10px;

}

form fieldset:first-of-type { padding: 0px 10px 0px 0px; }

form fieldset.kwart { width: 25%; }
form fieldset.half { width: 50%; }

form fieldset input {

	width: 100%;
	padding: 20px;
	display: block;
	border: none;
	border-radius: 4px;
	margin-bottom: 10px;
	font-weight: 300;
	font-family: "museo-sans-rounded";


}

form fieldset input[type="submit"] {

	margin-top: 0px;
	border: 4px solid #fff;
	font-weight: 400;
	background: #1d2274;
	color: #fff;

}

form fieldset input[type="submit"]:hover {

	background: #fff;
	color: #1d2274;

}

form fieldset select {

	width: 100%;
	height: 30px;
	margin-bottom: 10px;

}

form fieldset textarea {

	width: 100%;
	height: 228px;
	padding: 20px;
	font-family: "museo-sans-rounded";
	font-weight: 300;
	border-radius: 4px;
	border: none;
	resize: none;

}

.captchaContainer {

	background: #fff;
	padding: 10px 10px 6px 10px;
	display: block;
	border-radius: 4px;

}


















/* FAQ FAQ FAQ FAQ FAQ FAQ FAQ FAQ FAQ */
/* FAQ FAQ FAQ FAQ FAQ FAQ FAQ FAQ FAQ */
/* FAQ FAQ FAQ FAQ FAQ FAQ FAQ FAQ FAQ */


#faqIntro {

	width: 560px;
	height: 500px;
	margin-left: 50px;
	float: left;
}

#faqIntroBol1 {

	width: 250px;
	height: 250px;
	border-radius: 125px;
	display: block;
	position: absolute;
	text-align: center;
	font-size: 29px;
	font-weight: 700;
	background: #f08a00;
	padding: 95px 0 0 0;
	color: #fff;
	z-index: 300;

}


#faqIntroBol2 {

	z-index: 200;
	width: 320px;
	height: 320px;
	border-radius: 180px;
	display: block;
	position: absolute;
	text-align: center;
	font-size: 18px;
	font-weight: 200;
	margin: 00px 0 0 190px;
	background: #1d2274;
	padding: 95px 75px 0 75px;
	color: #fff;

}

#faqIntroBol2 p {

	color: #fff;
	margin: 0px;

}

#faqIntroBol2 a {

	color: #fff;

}

#faqLijst {

	width: 590px;
	float: left;
	box-shadow: 0px 0px 3px #ebebeb;
	border-radius: 2px;
	margin: 3px 0 0 0px;
	padding: 0px;
	position: relative;
	z-index: 200;
	list-style: none;

}


#faqLijst li {

	display: block;
	width: 100%;
	border-bottom: 1px solid #fff8ee;

}

#faqLijst li:hover {

	background: #fff2e0;
	background: rgba(255, 170, 50, 0.63);
	cursor: pointer;

}

#faqLijst li:last-of-type {

	border-bottom: 0px;

}

.vraag {

	padding: 17px;
	font-size: 16px;
	font-weight: 500;
	color: #F58C00;
	background: #fff;
	background: rgba(255, 255, 255, 0.83);

}

.antwoord {

	display: none;
	font-size: 14px;
	font-weight: 300;
	color: #777777;

}

.antwoord p {

	font-size: 15px;
	font-weight: 300;
	color: #777777;

}

li.active .vraag {

	background: #F58C00;
	background: rgba(245, 140, 0, 0.89);
	color: #fff;

}


li.active .antwoord {

	display: block;
	padding: 6px 16px 6px 16px;
	background: #f4f4f4;

}

li.active { border-bottom: #f4f4f4; }








/* GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID */
/* GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID */
/* GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID */
/* GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID */
/* GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID GEZONDHEID */

section.gezondheid h3 { color: #fff; }

section.gezondheid .content p {

	color: #777777;
	margin: 0px 0px 20px 0px;

}

.horizontalTabContainer {

	width: 100%;
	margin-top: 30px;
	display: block;
	overflow: hidden;

}

.horizontalTabContainer ul.tabs {

	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	float: left;
	clear: both;

}

.horizontalTabContainer ul.tabs li {

	float: left;
	padding: 18px;
	margin-right: 0px;
	color: #ffffff;
	font-weight: 300;

}

.horizontalTabContainer ul.tabs li:hover {

	cursor: pointer;
	text-decoration: underline;
}


.horizontalTabContainer ul.tabs li.active {

	background: #fff;
	color: #f08a00;
	border-radius: 6px 6px 0px 0px;

}

.horizontalTabContainer ul.content {

	margin: 0px;
	padding: 20px 0 0 0;
	list-style: none;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 0px 6px 6px 6px;
	float: left;
	clear: both;
	background: #fff;
}

.horizontalTabContainer ul.content.active {

	border-radius: 6px;

}

.horizontalTabContainer ul.content li {

	display: none;
	padding: 10px 30px 10px 30px;
}

.horizontalTabContainer ul.content li.active { display: block; }








.videoList {

	margin: 0px;
	width: 100%;
	padding: 30px 30px 10px 30px;
	background: #f0f0f0;
	border-radius: 8px;
	display: block;
	overflow: hidden;

}


.videoList li {

	list-style: none;
	float: left;
	width: 560px;
	margin-bottom: 20px;
}

.videoList li img {

	width: 100%;
	border-radius: 4px;
	height: auto;

}


.videoList li:nth-of-type(even) {

	margin-left: 20px;

}




#videoOverlay {

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.81);
	z-index: 999999;
	opacity: 0;
	display: none;

	transition: opacity 0.3s ease;

}

#videoOverlay.active {

	opacity: 1;
	display: block;

}

#videoContainer {

	width: 90%;
	height: auto;
	padding: 20px;
	background: #fff;
	margin: 110px auto 0 auto;
	max-width: 1400px;
	border-radius: 4px;
	max-height: 80%;

}

#videoContainer video {

	width: 100%;
	height: auto;

}

#closeVideo {

	margin: 40px auto 0px auto;
	display: block;
	border: 1px solid #fff;
	border-radius: 6px;
	width: 120px;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 19px;
	padding: 10px 0px 10px 0px;

}


#closeVideo:hover {

	background: #fff;
	color: #000;
	cursor: pointer;

}


.startVideo:hover {

	cursor: pointer;
	opacity: 0.85;

}

.netwerkAchtergrond {
position: absolute;
width: 100%;
height: 100%;
margin: -60px 0 0 0;
background-image: url("../img/netwerk.png");
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
}



#footer-disclaimer {

	width: 100%;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	color: #f08a00;
	padding: 12px 0 12px 0;

}

#footer-disclaimer a { text-decoration: none; color: #f08a00; }
#footer-disclaimer a:hover { text-decoration: underline; }


.vervolgPagina #hero {

	height: 260px;

}
