@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #102e37;
}

img {
	max-width: 100%;
}

* {
    box-sizing: border-box;
}

h1 {
	font-size: 30px;
	font-weight: 900;
	text-transform:uppercase;
}

h2 {
		font-size: 21px;
	font-weight: bold;
	text-transform:uppercase;
}

a {
	color: #102e37;
}

.bar {
	width: 100%;
	float: left;
	display: block;
	padding-top: 50px;
	padding-bottom: 60px;
}

	.bar .left {
		float: left;
		width: 50%;
		padding: 20px;
		min-height: 400px;
	}
	
	.bar .right {
		float: right;
		width: 50%;
		padding: 20px;
		min-height: 400px;
	}
	
	.bar .full {
		float: left;
		width: 100%;
		min-height: 300px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 50px;
		
	}

.container {
	width: 100%;
	max-width: 1000px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}


.tekst {
	line-height: 1.5em;
	font-size: 14px;
	color: #102e37;
}

.bold {
	font-weight: bold;
}

#top {
	padding: 0;
	margin-top: 20px;
}

	#top .container {
		padding: 0;
	}

	#logobox {
		width: 30%;
		float: left;
	}
	
	#social {
		float: right;
		width: 30%;
		text-align: right;
		padding-top: 25px;
	}
	
	#social a {
		float: right;
		margin-left: 25px;
	}
	
	#menu {
		width: 100%;
		float: left;
		border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
		#menu ul {
			float: right;
			list-style-type: none;
		}
	
		#menu ul li {
			display: inline-block;
			float: left;
			min-height: 25px;
			transition: all 0.25s ease;
		}
		
			#menu ul li a {
				font-size: 14px;
				color: #102e37;
				text-decoration: none;
				display: inline-block;
				width: 100%;
				padding: 10px 15px 10px 15px;
				transition: all 0.4s ease;
				font-weight:bold;
			}
			
			#menu ul li a:hover {
				color: #46707d;
			}

#headline {
	text-align: center;	
}
				
#banner {
	height: 350px;
	background: #dbdbdb;
	background-image:url(../s4s_images/bg_kop.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align: center;
	margin: 25px 0 25px 0;
	float: left;	
}

.quote {
	width: 100%;
	font-size: 65px;
	font-weight: 600;
	font-style:italic;
	text-transform: uppercase;
	line-height: 1.2;
}

.extraBold {
	font-weight: 900;
}

#blok1 .quote {
	color: #f25022;
}

#blok1 h1 {
		color: #f25022;
}

#blok2 {
	background: url(../s4s_images/bg_1.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	color: #fff;
}

#blok2 h1{
	width: 100%;
	float: left;
	text-align: center;
}

#blok2 .full {
	background: rgba(131,187,11,0.85);
}
	

#blok2 .tekst {
	color: #fff;
	text-align: center;
	line-height: 1.5;
}

#contactButton {
	width: 100%;
	float: left;
	margin-top: 50px;
	text-align: center;
}

#contactButton a{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid #fff;
	text-decoration: none;
	padding: 8px 15px 8px 15px;
	transition: all 0.4s;
}

#contactButton a:hover{
	background: #fff;
	color: #95db06;
}


#blok3 .quote {
	color: #38b6ff;
}

#blok3 h1 {
		color: #38b6ff;
}

#blok4 {
	background: url(../s4s_images/bg_2.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	color: #fff;
}

#blok4 h1{
	width: 100%;
	float: left;
	text-align: center;
	color: #edb219
}

#blok4 h2 {
	color: #fff;
	margin-bottom: 10px;
}

#blok4 .left {
	background: rgba(237,178,25,0.85);
	width:40%;
	padding: 30px;
	min-height: 250px;
	margin-top:30px;
}

#blok4 .right {
	background: rgba(237,178,25,0.85);
	width:40%;
	padding: 30px;
	min-height: 250px;
	margin-top:30px;
}


#blok4 .tekst {
	color: #fff;
	text-align: center;
}


.derde {
	width: 33.33333333333333%;
	float: left;
}

#contact {
	color: #102e37
}

#contact h1 {
	width: 100%;
	float: left;
}

#contact .derde .tekst {
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.8;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

#closer{
	width: 100%;
	float: left;
}

	#closer #oranje {
		width: 25%;
		height: 5px;
		background: #f25022;
		float: left;
	}
	
	#closer #groen {
		width: 25%;
		height: 5px;
		background: #95db06;
		float: left;
	}
	
	#closer #geel {
		width: 25%;
		height: 5px;
		background: #edb219;
		float: left;
	}
	
	#closer #blauw {
		width: 25%;
		height: 5px;
		background: #38b6ff;
		float: left;
	}

.backToTop {
	display:inline-block;
	width:38px;
	height:13px;
	float:right;
	background:url(../s4s_images/pijl_Off.png);
	transition:background 0.3s;
}
.backToTop:hover {
	background:url(../s4s_images/pijl_On.png);
}
.backToTop a {
	display:block;
	width:100%;
	height:13px;
}

@media only screen and (max-width: 850px) {
	
.bar .left {
	width: 85%;
	float: left;
	margin-left: 7.5%;
	min-height: 200px;
}
.bar .right {
	width: 85%;
	float: left;
	margin-left: 7.5%;
	min-height: 200px;
}

.left .tekst {
	width: 100%;
}

.right .tekst {
	width: 100%;
}
#blok4 .left {
   width: 85%;
}
#blok4 .right {
   width: 85%;
}
}
	
@media only screen and (max-width: 768px) {	
#logobox {
    width: 100%;
    float: left;
	text-align:center;
}
#social {
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}
#film {
	display:none;
}
.quote {
    font-size: 35px;
}

.derde {
	width: 100%;
	padding: 15px;
}

.alignLeft {
	text-align: center;
}

.alignRight {
	text-align: center;
}

#contact h1 {
	text-align: center;
}
	
#top {
	padding: 0 20px 0 20px;
}
}