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


/*achtergrond voor de menubalk -------------------*/
#menubar-background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60px;
	z-index: 1;
	background:url(../../../images/topbar-springmasters.png);
	background-repeat:repeat-x;
}

/*achtergrond zwart-zilver gradient -------------------*/
#gradient-background {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 100%;
	height: 700px;
	z-index: 1;
	background: url(../../../images/gradient-springmasters.png);
	background-repeat:repeat-x;
}

#blackmaincontentblockbouwserie {
	height: 400px;
	z-index:1;
	background-image:url(../../../images/bgbouwseriehaloempty.png);
	background-repeat:no-repeat;
	color:#CCCCCC;
	margin-top:85px;
}	
	
/* ----- navigatie  ---- */

nav {
 	position: absolute;
	display: block;
	float: right;
	width:690px;
 	margin-top:0px;
	left:235px;
	top:0px;
 	padding: 0;
 	z-index: 2000000;
	color: #696969;
	font-size: 16px;
	font-family: "Roboto" ,Arial, Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: 500;
 }

nav a:link {
	color: #696969;
}
nav a:visited {
	color: #696969;
}
nav a:hover {
	color: #696969;
}
nav a:active {
	color: #696969;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	float: right;
}

nav li {
    float: left;
}

nav li a, .dropbtn-sm {
    display: inline-block;
    text-align: center;
    padding: 20px 14px;
    text-decoration: none;
}

nav li a:hover, .dropdown-sm:hover .dropbtn-sm {
    background-color: #f6f6f6;
}

nav li.dropdown-sm {
    display: inline-block;
}

.dropbtn-sm:hover {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0 ) !important;
    z-index: 1;
}


.dropdown-content-sm {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0 ) !important;
    z-index: 1;
}

.dropdown-content-sm a {
    padding: 19px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content-sm a:hover {
	background-color: #f1f1f1
	
}

.dropdown-sm:hover .dropdown-content-sm {
    display: block;
}

.avatar {
    border:3px solid;
    border-color:#FF9900;
    border-radius: 30px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}

#logo {
	position:absolute;
	left: 0px;
	top: 15px;
	width: 235px;
	height: 60px;
	z-index: 1200;
}

/*-- footer --*/

footer {
	border-top: 3px solid #cccccc;
	border-bottom: 42px solid #333;
	overflow:visible;
	left: 0px;
	width:100%;
	background-color:#0E0F12;
	display:block;
	margin-left:0px;
	position:absolute;
	height:320px;
}

#footerwrapper {
	position: relative;
	margin: 0 auto;
	width: 924px;
	height:300px;
	z-index: 10;
}

#footerwrapper ul {
    list-style-type: none;
	margin-left:-40px;

}

#footerwrapper li {
	font-size: 14px;
	font-weight:300;
	color:#a5a5a5;
	line-height: 32px;
}


#footerwrapper li a {
    color: #a5a5a5;
}

#footerwrapper li a:hover:not(.active) {
	color: #a5a5a5;
}

#footerwrapper li a.active {
    color: #a5a5a5;
}

#footerwrapper a:link {
	color: #a5a5a5;
	text-decoration:none;
}
#footerwrapper a:visited {
	color: #a5a5a5;
}
#footerwrapper a:hover {
	color: #a5a5a5;
    text-decoration:underline;
}
#footerwrapper a:active {
	color: #a5a5a5;
}


#footerlogo {
	position:absolute;
	top:90px;
	width:300px;
	left:30px;
	height:100px;
}


#footercol1 {
	position:absolute;
	top:50px;
	width:132px;
	left:264px;
	height:265px;
}

#footercol2 {
	position:absolute;
	top:50px;
	width:132px;
	left:396px;
	height:265px;
}

#footercol3 {
	position:absolute;
	top:50px;
	width:132px;
	left:528px;
	height:265px;
}

#footercol4 {
	position:absolute;
	top:50px;
	width:132px;
	left:660px;
	height:265px;
}


.footerheader {
	color:#999999;
	font-size:16px;
	font-weight:600;
}

#languageselector {
	position: absolute;
	top: 328px;
	width: 924px;
	height: 40px;
	z-index: 14;
	line-height: 32px;
}

#languagepopup {
	position: absolute;
	top: 240px;
	left: -10px;
	width: 170px;
	height: 80px;
	z-index: 14;
	line-height: 32px;
	background-color:#333;
	padding-top: 0px;
	padding-left: 10px;
}

#languageselectorbtn {
	position: absolute;
	top: 320px;
	width: 170px;
	height: 40px;
	z-index: 20;
	line-height: 32px;
	cursor: pointer;
	
}

#languagepopup a:link {
	color: #a5a5a5;
	text-decoration:none;
}
#languagepopup a:visited {
	color: #a5a5a5;
}
#languagepopup a:hover {
	color: #a5a5a5;
    text-decoration:underline;
}
#languagepopup a:active {
	color: #a5a5a5;
}

#languageselector a:link {
	color: #a5a5a5;
	text-decoration:none;
}
#languageselector a:visited {
	color: #a5a5a5;
}
#languageselector a:hover {
	color: #a5a5a5;
    text-decoration:underline;
}
#languageselector a:active {
	color: #a5a5a5;
}

#languageselector2 {
	position:absolute;
	top:323px;
	left:35px;
	width:924px;
	height:40px;
	z-index:14;
	line-height: 32px;
}

#languageselector2 a:link {
	color: #a5a5a5;
	text-decoration:none;
}
#languageselector2 a:visited {
	color: #a5a5a5;
}
#languageselector2 a:hover {
	color: #a5a5a5;
    text-decoration:underline;
}
#languageselector2 a:active {
	color: #a5a5a5;
}

.languageselectorfont {
	color:#999999;
	font-size:14px;
	font-weight:300;
}

.languageselectorfont2 {
	color:#999999;
	font-size:14px;
	font-weight:300;
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	height: 20px;

}
/* laat alle content gecentreerd op de pagina zien */
#mainwrapper {
	position: relative;
	top: -8px;
	margin: 0 auto;
	width: 924px;
	height: auto;
	z-index: 100;
	overflow: hidden;
	}

#chevron {
	width:100%;
	height:25px;
	position:relative;
	display: block;
    margin-right: -50%;
}



body,td,th {
	
	}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000S;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

p {
	font-family:  'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	color: #000;	
}

h1 { 
	font-weight:200;
	color:#ffffff;
    font-size: 36px;
	line-height:70%;
	letter-spacing:0px;
	margin-top:50px;
	margin-left:-5px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	color: #333;
	font-weight: lighter;
	font-weight:350;
}

.mmtext {
	font-size:10px;
	color:#666666;
}

.redtext{
color: #C30;
}