@CHARSET "utf-8";
/* old colors commented out */

/* color scheme beach
 * 	#f6f6f4
 *  #daeaed
 *  #8fc8c8
 *  #64a7a3
 *  #eae3d4
 * text #007e5e
 */

body {
	padding:0;
	margin:0;
	background: #8fc8c8;
	background: -webkit-linear-gradient(#f6f6f4, #daeaed, #8fc8c8, #64a7a3, #eae3d4);
	background: -o-linear-gradient(#f6f6f4, #daeaed, #8fc8c8, #64a7a3, #eae3d4);
	background: -moz-linear-gradient(#f6f6f4, #daeaed, #8fc8c8, #64a7a3, #eae3d4);
	background: linear-gradient(#f6f6f4, #daeaed, #8fc8c8, #64a7a3, #eae3d4);
	/* Old stuff
	* background: #89F5A5;
	* background: -webkit-linear-gradient(#89F5A5,#C7FFC1);
	* background: -o-linear-gradient(#89F5A5,#C7FFC1);
	* background: -moz-linear-gradient(#89F5A5,#C7FFC1);
	* background: linear-gradient(#89F5A5,#C7FFC1); 
	*/
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace, Ubuntu monospace;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

input,
textarea,
select,
button {
	font-size:15px;
}

a:hover {
	text-decoration:none;
}
:focus {
	outline:none;
}
*, ::after, ::before {
	box-sizing: inherit;
}

textarea,
input {
	outline:none;
	border:none;
}

textarea,
input:focus {
	border-color:transparent!important;
}
input:focus::-webkit-input-placeholder {
	color:transparent;
}
input:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder {
	color:transparent;
}
input:focus:-ms-input-placeholder {
	color:transparent;
}
input::-webkit-input-placeholder {
	color:#999;
}
input:-moz-placeholder {
	color:#999;
}
input::-moz-placeholder {
	color:#999;
}
input:-ms-input-placeholder {
	color:#999;
}
button {
	outline:none!important;
	border:none;
	background:0 0;
}
button:hover {
	cursor:pointer;
}

h1,
h2,
h3, {
	color: #007e5e;
	/* color: #3d3c3a; */
}

p {
	color: #000;
}

#pagewrapper {
	max-width: 1280px;
	min-width: 512px;
	min-height: 100vh;
	margin:0 auto;
}


#header {
	width: 100%;
	height: 80px;
	/* background-color: #3d3c3a; */
	background-color: #cad2d2;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}

#header .welcome {
	font-size: 12px;
	color: #007e5e;
	text-shadow: 1px 1px 1px darkgreen;
	margin-left: 10;
	float: left;
}

#header .logo {
	float: left;
	height: 65px;
	margin-top: 7px;
	margin-left: 10px;
	width: 375px;
	background: url('../Afbeeldingen/logohout.png');
}


#header .right {
	font-size:1em;
	color: #007e5e;
	text-shadow: 1px 1px 1px darkgreen;
	margin-right:10px;
	margin-top: 20px;
	vertical-align: middle; 
	float:right;
	height: 50px;
	display: block;
	text-align: right;
}

#header .rightsmall {
	font-size:0.9em;
	color: #007e5e;
	text-shadow: 1px 1px 1px darkgreen;
	margin-right:10px;
	margin-top: 20px;
	vertical-align: middle; 
	float:right;
	height: 50px;
	display: none;
	text-align: right;
}

#header .right a {
	font-size:1em;
	color: #007e5e;
	text-shadow: 1px 1px 1px lightsteelblue;
}

#header .rightsmall a {
	font-size:0.9em;
	color: #007e5e;
	text-shadow: 1px 1px 1px lightsteelblue;
}

.bannermenu {
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: 250px;

}
.bannermenu img {
	position: relative;
	object-fit: cover;
	z-index: -1;
	margin-top: -50px;
	width: 100%;
    height: 250px;
}

#menubar {
	float: right;
	width: 50%;
	height: 50px;
	display: flex;
	justify-content: flex-end;
	z-index: 10;
}

#menubar a {
	height: 50px;
	text-decoration: none;
	display: block;
	width: 33%;
	font-size: 1em;
	padding: 15px;
	color: #009a73;
	text-align: center;
	background-color: #f0f0f0;
	box-sizing: border-box;
}

#menubar a:hover {
	background-color: #dadada;
	color: darkgreen;
}

#content {
	width: 100%;
	height: auto;
	min-height: 700px;
}

#contentrow {
	width: 100%;
	display: flex;
	//overflow: hidden;
	justify-content: space-between;
	margin-top: 0px;
	flex-wrap: wrap;
	
}

.contentblock {
	display: flex;
	width: 32%;
	height: 200px;
	margin-top: 10px;
	background: rgba(240, 240, 240, .7); /* #cbfad4; */
	border-top-left-radius: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 5px;
	/* border-width: 1px;
	border-style: solid;
	border-color: #3d3c3a; */
}

.contentblock img {
	width: 100px;
	height: 100px;
	margin-top: 50px;
	margin-left: 5px;
}

.contentblock:hover {
	background: rgba(218, 218, 218, .7); 
	/* background-color: #61eb85; #21bd4a; */
}

.blockul {
	list-style: none; 
	padding: 0;
	
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace,Tlwg Typewriter, Ubuntu monospace;
}

.blockul .lititle:before {
	display: none;
	content: none;
}

.blockul .lititle h2{
	font-size: 1.4em;
	margin: 0;
	padding: 5px 0 0 10px;
	color: #007e5e;
}

.blockul li{
	padding-left: 1.3em;
}

.blockul li:before{
	 content: "C:>";
}

.blockul .blocklinux{
	padding-left: 1.3em;
}

.blockul .blocklinux:before{
	 content: ":~$";
}

.tweederde {
	display: flex;
	width: 66%;
	margin-top: 10px;
	height: 400px;
	/* background-color: #86f797; */
	/* background-color: #cbfad4; */
	background: rgba(240, 240, 240, .7);
	border-top-left-radius: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 5px;
	flex-direction: column;
	justify-content: row;
	margin-bottom: 10px;
	/* border-width: 1px;
	//border-style: solid;
	//border-color: #3d3c3a; */
}

.tweederde h2 {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #007e5e;
	font-size: 1.4em;
}
.tweederde p {
	margin: 20px;
	color: #000;
}

#tablewrap {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	min-height: 512px; 
	justify-content:row;
	margin-top: 100px;
	margin-bottom: 50px;
	display: table;
}

.titlerow {
	position: relative;
	justify-content: start;
	width: 100%;
    height: 60px;
	display:table-row;
	box-sizing: border-box;
	border-bottom: 1px solid #007e5e;
}

.titlecell {
	width: 33%;
	height: 100%;
	margin: 0;
	vertical-align: middle;
	background-color: #cad2d2;
	display: table-cell;
	border-bottom: 1px solid #007e5e;
}

.titlecell h2 {
	color: #007e5e;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace, Tlwg Typewriter, Ubuntu monospace;
	font-size: 1.3em;
	text-align: center;
	margin-top: 10px;
	padding: 0;
	margin-bottom: 17px;
}

.tablerow {
	position: relative;
	justify-content: start;
	width: 100%;
    height: 80px;
	display:table-row;
	box-sizing: border-box;
	border-bottom: 1px solid #007e5e;
}

.tablecell {
	width: 33%;
	height: 100%;
	margin: 0;
	vertical-align: middle;
	background-color: #f0f0f0;
	display: table-cell;
	text-align: center;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #007e5e;
	opacity: 1;
	
}

.tablerow:hover .tablecell p,
.tablerow:hover .tablecell {
	background-color: #dadada;
	color: darkgreen;
}


#formulier {
	width: 512px;
	top: 150px;
	margin-top 150px;
}

.formwrapper {
	max-width: 1024px;
    width: 100%;
	min-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
  	background-color: rgba(255, 255, 255, 0.9);  
  	backdrop-filter: blur(5px);
	-webkit-box-shadow:0 15px 15px -10px rgba(0,0,0,.1);
	box-shadow:0 15px 15px -10px rgba(0,0,0,.1);
    border-radius: 10px;
	box-sizing: border-box;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	background: rgba(240, 240, 240, .7); 
}

.isformsend {
	font-family:Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace,Tlwg Typewriter, Ubuntu monospace;
	font-size: 0.8em;
	background-color:#fffaac ;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	min-height: 60px;
	display: flex;
	color: red;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
	
}
 
.contact-form {
	width: 876px;
	justify-content: center;
	align-items: center;
	margin: 100px 100px 50px 100px;
}

.contact-honing {
	display: none;
}

.contact-title {
    font-size: 24px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}

.wrap-input2 {
	width:100%;
	position:relative;
	border-bottom:2px solid #adadad;
	margin-bottom:20px;
}

.input2 {
	display:block;
	width:100%;
	font-family:Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace,Tlwg Typewriter, Ubuntu monospace;
	font-size:15px;
	color:#555;
	line-height:1.2;
}

.focus-input2 {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	pointer-events:none;
}

.focus-input2::before {
	content:"";
	display:block;
	position:absolute;
	bottom:-2px;
	left:0;
	width:0;
	height:2px;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	-moz-transition:all .4s;
	transition:all .4s;
	background:#db1563;
	background:-webkit-linear-gradient(45deg,#57b846,#32e960);
	background:-o-linear-gradient(45deg,#57b846,#32e960);
	background:-moz-linear-gradient(45deg,#57b846,#32e960);
	background:linear-gradient(45deg,#57b846,#32e960);
}

.focus-input2::after {
	content:attr(data-placeholder);
	display:block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	font-family:Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace,Tlwg Typewriter, Ubuntu monospace;
	font-size:13px;
	color:#999;
	line-height:1.2;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	-moz-transition:all .4s;
	transition:all .4s;
}

input.input2 {
	height:45px;
}

input.input2+.focus-input2::after {
	top:16px;
	left:0;
}

textarea.input2 {
	resize: vertical;
	min-height:115px;
	padding-top:13px;
	padding-bottom:13px;
}

textarea.input2+.focus-input2::after {
	top:16px;
	left:0;
}

.input2:focus+.focus-input2::after {
	top:-13px;
}

.input2:focus+.focus-input2::before {
	width:100%;
}

.has-val.input2+.focus-input2::after {
	top:-13px;
}
.has-val.input2+.focus-input2::before {
	width:100%;
}

.container-contact-form-btn {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	padding-top:13px;
}

.wrap-contact-form-btn {
	display:block;
	position:relative;
	z-index:1;
	border-radius:2px;
	width:auto;
	overflow:hidden;
	margin:0 auto;
}

.contact-form-bgbtn {
	position:absolute;
	z-index:-1;
	width:300%;
	height:100%;
	background:#96ff8c;
	background:-webkit-linear-gradient(-135deg,#96ff8c,#32e960,#96ff8c,#32e960);
	background:-o-linear-gradient(-135deg,#96ff8c,#32e960,#96ff8c,#32e960);
	background:-moz-linear-gradient(-135deg,#96ff8c,#32e960,#96ff8c,#32e960);
	background:linear-gradient(-135deg,#96ff8c,#32e960,#96ff8c,#32e960);
	top:0;
	left:-100%;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	-moz-transition:all .4s;
	transition:all .4s;
}

.contact-form-btn {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 20px;
	min-width:244px;
	height:50px;
	font-family:Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace,Tlwg Typewriter, Ubuntu monospace;
	font-size:16px;
	color:#999;
	line-height:1.2;
}

.wrap-contact-form-btn:hover .contact-form-bgbtn {
	left:0;
}

.validate-input {
	position:relative;
}

.alert-validate::before {
	content:attr(data-validate);
	position:absolute;
	max-width:70%;
	background-color:#fff;
	border:1px solid #c80000;
	border-radius:2px;
	padding:4px 25px 4px 10px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	right:0;
	pointer-events:none;
	font-family:Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace,Tlwg Typewriter, Ubuntu monospace;
	color:#c80000;
	font-size:13px;
	line-height:1.4;
	text-align:left;
	visibility: hidden;
	opacity:0;
	-webkit-transition:opacity .4s;
	-o-transition:opacity .4s;
	-moz-transition:opacity .4s;
	transition:opacity .4s;
}

.alert-validate::after {
	content:"!";
	font-family:Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace,Tlwg Typewriter, Ubuntu monospace;
	display:block;
	position:absolute;
	color:#c80000;
	font-size:16px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	right:8px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity:1;
}

#nietgevonden {
	width: 100%;
	position:relative;
	height:480px;
}

#nietgevonden .nietgevonden {
	position:absolute;
	margin-left: auto;
	margin-right: auto;
}

.nietgevonden {
	width:100%;
	line-height:1.4;
	text-align:center;
}


.nietgevonden .nietgevonden-404 {
	height: 190px;
	width: 100%;
	position: relative;
}

.nietgevonden .nietgevonden-404 h1{
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace,Tlwg Typewriter, Ubuntu monospace;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 170px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;	
}

.nietgevonden .nietgevonden-404 h1>span{
	color:#32e960;
}

.nietgevonden h2{
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace,Tlwg Typewriter, Ubuntu monospace;
	font-size:1.6em;
	font-weight:400;
	text-transform:uppercase;
	margin-top:20px;
}

.nietgevonden h2 a{
	color:#32e960;
}

#onder {
	margin-top: 0px;
	width: 100%;
	height:20px;
	background-color: #cad2d2;
	font-size: 0.8em;
	color: #007e5e;
	text-shadow: 1px 1px 1px darkgreen;
	border-top-style:solid;
	border-top-width:3px;
	border-top-color: #007e5e;
	z-index: 1;
	overflow: hidden;
}


@media only screen and (max-width:1100px) {
  /* For tablets: */
	#menubar {
    	width: 80%;
    	padding: 0;
	}
	#header .right {
		display: none;
	}
	#header .logo {
		width: 258px;
		background: url('../Afbeeldingen/logohouts.png');
	}
	#header .rightsmall {
    	display: block;
	}
	.contentblock {
		width: 50%;
	}
	#tablewrap,
	.isformsend,
	.tweederde {
		width: 100%;
	}

}
@media only screen and (max-width:700px) {
  /* For mobile phones: */
	#menubar {
    	width: 100%;
    	float: left;
    	background-color: lightgray;
    	justify-content: space-between;
  	}
	#header .right {
		display: none;
	}
	#tablewrap,
	.tablerow,
	.titlerow,
	.isformsend,
	.contentblock {
		width: 100%;
	}
	.titlecell:last-child,
	.tablecell:last-child {
		display: none;
	}
	.titlecell,
	.tablecell {
		width: 50%;
	}


}

