/*Styling Toolboxadventure*/

body {
background-color: grey;
font-family: 'Lato', sans-serif;
color: #262626;
color: #545454;
}

img {
	display: block;
    margin-left: auto;
    margin-right: auto 
}

.anchor{
  display: block;
  height: 70px; /*same height as header*/
  margin-top: -70px; /*same height as header*/
  visibility: hidden;
}


/*.row .col-md-4 {
    padding-right:30px;   
}

.row .col-md-4:last-child {
    padding-right: 0px;
}*/

h1, h2, h3, h4, h5 {
font-family: 'Rajdhani', sans-serif;
font-weight: 600; 

color: #4A4A4A;
}

h1 {
   font-size: 36px;
   color: #ffffff;
   text-transform: uppercase;
   margin-bottom: 20px;
   margin-top: 40px;
}

h2 {
    font-size: 22px;
	text-transform: normal;
	font-weight: 700;

}

h3 {
    font-size: 20px;
	font-weight: 400;
	color: #bff2df;
}


p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 23px;
	}

.intro {
    font-size: 17px;
    margin-bottom: 50px;
}

/*Menu*/
.navbar-default {
    /* Fallback for web browsers that don't support RGBa */
    background-color: #414141;
    /* RGBa with 0.6 opacity */
    background-color: rgba(65, 65, 65, 1.0);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    border: none;
	border-top: solid 3px #5ad4ad;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}



.navbar-default .navbar-nav>li>a {
    color: #ffffff !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    border-bottom: solid 5px #e25353;
    background: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    border-bottom: solid 5px #e25353;
}

.navbar-brand {
    padding: 0;
    margin-right: 15px;
}

.top-nav-collapse {
        padding: 7px;
    }

.top-nav-collapse .navbar-brand img {
    max-width: 80%;
    padding-top: 6px;
}

.navbar-nav {
	float:right;
}

/*header*/

.intro-section {
    background-image: url("../img/toolbox-fire2.jpg");
    background-size: cover;
	padding-top: 200px;
	
}

.intro-section h1 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 40px;
	font-size: 50px;
	max-width: 600px;
	font-family: "Rajdhani";
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	text-shadow: rgb(3, 3, 3) 3px 4px 4px;
}

	
.home-button {
    background-color: #E25353;
    padding:20px
}

a.home-button {

    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 7px 0px rgba(50, 50, 50, 0.75);
    transition: background-color 0.2s ease;
    
}

.home-button:hover {
    background-color: #ffc000;
}

/*onderdelen*/


.row.drieluik {
    margin-right: -45px;
    margin-left: -45px;
}

.row.drieluik .col-md-4, .row.drieluik .col-xs-12 {
    padding-left: 45px;
    padding-right: 45px;
}


/*Toolbox*/

.toolbox{
	background-color: #ffffff;
	padding: 50px 0px 110px 0px;
}

.toolbox h1 {
	color: #e66969;
	text-align: left;
	font-weight: 700;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 20px;
}



/*Meerwaarde*/

#meerwaarde {
	  display: block;
  height: 120px; /*same height as header*/
  margin-top: -120px; /*same height as header*/
  visibility: hidden;
}

.meerwaarde {
	margin-top: -50px;
    padding: 30px 0px 60px 0px;
}


.meerwaarde h1 {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 700;
}

.meerwaarde h2 {
	border: 1px dashed #A0E2CF;
	padding: 15px;
	font-weight: 600 !important;
    color: #0D3C2E;
}

.meerwaarde p {
	color: #ffffff;
}

.meerwaarde {
	background-image: url("../img/green-background.png");
	background-repeat: repeat;
}


/*--*/


/*Actie*/

.actie {
	padding: 20px 0px 60px 0px;
}

.actie {
	/*background-image: url("../img/bg-lightgrey-grunt.png");*/
	background-repeat: repeat;
	background-color: #f4f4f4;
}

.actie h1 {
	text-align: center; 
	color: #111111;
	font-weight: 700;
	margin-bottom: 40px;
}

.actie img {
	border: 1px dashed #84c8ae;
	padding: 15px;
}

.actie h3 {
	color: #41A27E;
	font-weight: 600;
}

img.inbetween1 {
    margin: auto;
    display: block;
    margin-top: -90px;
}
/*--*/

/*Deelnemers*/

.deelnemen {
	background-image: url("../img/background-deelnemers.jpg");
	background-size: 100%;
	background-position: center;
	padding: 20px 0px 60px 0px;
}

.deelnemen h1 {
	text-align: center; 
	color: #111111;
	font-weight: 700;
	margin-bottom: 45px;
}

.deelnemen img {
	display: block;
    margin-left: auto;
    margin-right: auto 
}

/*--*/

/*Zelf deelnemen*/

.zelf-deelnemen {
	background-color: #2b2b2b;
	padding: 30px 0px 60px 0px;
	
}

.zelf-deelnemen h1 {
	color: #ffa200;
		font-weight: 700;
		margin-top: 20px;
}

.zelf-deelnemen h2 {
	color: #ffffff;
}

.zelf-deelnemen p {
	color: #dadada;
}

.button {
	display: block;
	background-color: #ff9000;
	padding: 20px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700; 
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	margin-top: 20px;
}

/*Wat is deelnemen */

.wat-is-deelnemen {
	background-color: #ffffff;
	padding: 30px 0px 60px 0px;
	
}

.wat-is-deelnemen h1 {
	color: #ff9000;
	font-weight: 700;
}


/*Team*/

.team {
	background-image: url("../img/bakstenen.png");
	background-repeat: repeat;
	padding: 30px 0px 60px 0px;
}

.team h1 {
	margin: auto;
	text-align: center;
	color: #505050;
	margin-top: 20px;
	margin-bottom: 20px;
}

.team .row div {
	margin-bottom: 50px;
}

.begintekst {
	text-align: center;
}

.linkedin {
	float:right;
}

.team .avatar {
	position: relative;
    max-width: 100%;
}


/*Contactform*/


.contact {
	padding: 30px 0px 60px 0px;
	background-color: #ffffff;
}

.contact h1 {
	margin-top: 0;
}

.fa-envelope {
	margin-right: 10px;
    font-size: 34px;
	color: #ffffff;
	float: left;
}

.form-box {
	padding-top: 20px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #55BA9A;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}

button.btn:hover {
    opacity: 0.6;
    color: #fff;
}

button.btn {
	    background: #E25353;
}

form textarea, form input {
	border: none !important;
}

/*Footer*/

footer {
	background-color: #272727;
	color: #d3d3d3;
	font-size: 13px;
	text-align: center;
	display:block;
	padding: 20px 0px 20px 0px;
}

footer p {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	
}

/*Mobiel specifiek*/

@media(max-width:767px) {
    .navbar-brand img {
       max-width: 75%;
    padding-top: 6px; 
    
    }
	
	.col-md-12, .col-md-8, .col-md-4 {
	padding-left: 45px;
    padding-right: 45px;
	}
    
    .navbar-header {
        padding: 7px;
    }
	
    
    .home-button:after {
        content: "Word tester voor Toolbox Adventure >>";
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
    }
    .home-button img {
        display: none;
    }
    
    .intro h1 {
        margin-bottom: 10px;
    }
    
    .intro-section {
        padding-top: 100px;
    }
	
	
	.deelnemen {

	background-size: cover;

	}
	
	.deelnemen img {
		margin-bottom: 20px;
	}
	
	.row.drieluik {
    margin-right: -15px;
    margin-left: -15px;
	} 
	
	.inbetween1 {
		display: none !important;
	}
	
	.actie img {
	margin: 0;
	width: 100%;
}
    
}

@media(min-width:1400px) {
	.intro-section {
		padding-top: 300px;
	}
}

@media(max-height:500px) {
	.intro-section h1 {
		font-size: 25px;
	}
}


input[type="text"], 
textarea, 
textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }



button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }
