*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial;
}
#hoogte {
	height:100%;
}
table {
	border: 0px;
}
.content {
	height: 100%;
}
.achtergrond02 {
	background-image: url(../images/02b.gif);
}
.achtergrond-menu {
	background-image: url(../images/menu-achtergrond.jpg);
}
.achtergrond04 {
	background-image: url(../images/04.gif);
}
.achtergrond06 {
	background-image: url(../images/06b.gif);
}
h1 {
	color: #CC0000;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial;
	line-height: 16px;
	margin-top: 20px;
}
h2 {
	color: #CC0000;
	font-size: 15px;
	font-family: Verdana, Geneva, Arial;
}
h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial;
	margin-bottom: 0px;
}
h4 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial;
}
p {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	line-height: 16px;
	width: 75%;
}
.h3lijst {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	margin: 4px 0px 4px 0px;
}
.lijst {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.delen {
	background-color: #FFCC99;
	padding: 4px;
	width: 300px;
}
.zwart {
	color: #000000;
	clear:both;
}
.rood {
	color: #CC0000;
}
.kruimellink {
	color: #999999;
	font-size: 10px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
}
a.content:link {
	color: #333333;
}
a.content:visited {
	color: #333333;
}
a.content:hover {
	color: #333333;
	text-decoration: none;
}
a.content:active {
	color: #333333;
}
a.onder:link {
	color: #000000;
}
a.onder:visited {
	color: #000000;
}
a.onder:hover {
	color: #000000; 
	text-decoration: none;
}
a.onder:active {
	color: #000000;
}
a.roodlink:link {
	color: #CC0000;
}
a.roodlink:visited {
	color: #CC0000;
}
a.roodlink:hover {
	color: #CC0000; 
	text-decoration: none;
}
a.roodlink:active {
	color: #CC0000;
}
a.kruimellink:link {
	color: #999999;
}
a.kruimellink:visited {
	color: #999999;
}
a.kruimellink:hover {
	color: #999999; 
	text-decoration: none;
}
a.kruimellink:active {
	color: #999999;
}
.clear{
	clear:both;
}

.success {
  padding: 1em;
  width: 50%;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  width: 50%;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input {
  width: 100%;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
  background: #69c773;
  border-bottom: 1px solid #498b50;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

form {
	width: 50%;
}

.alert {
	padding: 1rem;
	margin-bottom: 1rem;
}
.alert.alert-warning {
	background-color: red;
	color: #fff;
}
.alert.alert-success {
	background-color: green;
	color: #fff;
}

.grecaptcha-badge { display: none !important; }

h1 {
  margin-top: 0;
}

.field {
  margin: 1em 0;
}

label {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 12px;
  color: #000;
}
	
.show-mobile-menu {
	position: absolute;
	top: 15px;
	right: 5%;
	width: initial;
	display: none;
}

.footer-links {
	display: block;
}

@media only screen and (max-width : 760px) {
	
	body {
		background-image: url('../images/background.jpg');
		background-repeat: repeat;
		padding-top: 85px;
		padding-bottom: 15px;
		height: initial;
		font-size: 16px;
		line-height: 20px;
	}
	
	body.has-active-mobile-nav {
		padding-top: 333px;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	p {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}
	
	.lijst {
		font-size: 16px;
		line-height: 24px;
	}
	
	h1 {
		font-size: 22px;
		line-height: 24px;
	}
	
	.kruimellink {
		display: none;
	}
	
	.footer-links {
		display: none;
	}
	
	table#hoogte {
		background-color: #fff;
		-moz-box-shadow:    inset 0 0 5px #000000;
		-webkit-box-shadow: inset 0 0 5px #000000;
		box-shadow:         inset 0 0 5px #000000;
		padding: 15px;
		margin: 15px 5% 15px 5%;
		box-sizing: border-box;
		width: 90% !important;
	}
	
	.achtergrond-menu {
		position: absolute;
		top: 15px;
		left: 0;
		padding: 0 5%;
		width: 100%;
		box-sizing: border-box !important;
	}

	#nav-main {
		display: none;
	}
	
	#nav-main.nav-mobile-active {
		display: block;
	}
	
	.show-mobile-menu {
		display: block;
	}
	
	.achtergrond-menu > table > tbody > tr:nth-of-type(1) td a {
		color: #CC0000;
		text-decoration: none;
		font-size: 22px;
		font-weight: bold;
		text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
	}
	
	.achtergrond-menu > table > tbody > tr:nth-of-type(1) td a:after {
		position: relative;
		content: "Veraart Houten Vloeren";
	}
	.achtergrond-menu > table > tbody > tr:nth-of-type(1) td a img {
		display: none;
	}
	
	.achtergrond-menu > table > tbody > tr td {
		height: initial;
		padding: 7px 0;
	}
	
	table#nav-main > tbody > tr td {
		height: initial;
	}
	
	table#nav-main > tbody > tr:nth-of-type(1) td a:after {
		position: relative;
		content: "Home";
	}
	table#nav-main > tbody > tr:nth-of-type(1) img {
		display: none;
	}
	
	table#nav-main > tbody > tr:nth-of-type(2) td a:after {
		position: relative;
		content: "Houten vloeren";
	}
	table#nav-main > tbody > tr:nth-of-type(2) img {
		display: none;
	}
	
	table#nav-main > tbody > tr:nth-of-type(3) td a:after {
		position: relative;
		content: "Leggen en garantie";
	}
	table#nav-main > tbody > tr:nth-of-type(3) img {
		display: none;
	}
	
	table#nav-main > tbody > tr:nth-of-type(4) td a:after {
		position: relative;
		content: "Schuren";
	}
	table#nav-main > tbody > tr:nth-of-type(4) img {
		display: none;
	}
	
	table#nav-main > tbody > tr:nth-of-type(5) td a:after {
		position: relative;
		content: "Prijzen";
	}
	table#nav-main > tbody > tr:nth-of-type(5) img {
		display: none;
	}
	
	table#nav-main > tbody > tr:nth-of-type(6) td a:after {
		position: relative;
		content: "Veelgestelde vragen";
	}
	table#nav-main > tbody > tr:nth-of-type(6) img {
		display: none;
	}
	
	table#nav-main > tbody > tr:nth-of-type(7) td a:after {
		position: relative;
		content: "Contact";
	}
	table#nav-main > tbody > tr:nth-of-type(7) img {
		display: none;
	}
	
	.achtergrond-menu .achtergrond-menu img {
		display: none;
	}
	
	.achtergrond04 {
		display: none;
	}
	
	td {
		background-image: none !important;
	}
	
	table#hoogte > tbody > tr:first-of-type,
	table#hoogte > tbody > tr:last-of-type {
		display: none;
	}
	
	table.content {
		height: initial;
	}
	
	table.content > tbody > tr > td > table:first-of-type {
		display: none;
	}
	
	/* Contact Fix */
	body#contact table.content > tbody > tr > td > table:first-of-type {
		display: block;
	}
	
	iframe {
		max-width: 100%;
	}
	
	form#contact {
		width: 100%;
	}

}