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

#contactWrap {
	margin: 0px auto;
	text-align: center;
	line-height: 2em;
	position: relative;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	width: 768px;
}

#contactWrap img.banner {
	z-index: 1;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	display: block;
	width: 600px;
	top: -42px;
}

#dankuWrap {
	margin: 0px auto;
	text-align: center;
	line-height: 2em;
	position: relative;
	padding: 0px;
	width: 768px;
}

#dankuWrap img.banner {
	z-index: 1;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	display: block;
	width: 600px;
	top: -42px;
}

#danku {
	margin: 0 auto;
	width: 500px;
	background-color: #a6b8a8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #323532;
	border: 2px solid #859881;
	padding-top: 50px;
	line-height: 1.6em;
	top: -140px;
	position: relative;
	padding-bottom: 30px;
}
#dankuWrap h2  {
	margin: 0px;
	padding: 0px;
	line-height: 2em;
	text-align: center;
	color: #7A0A06;
}
#dankuWrap h2 span  {
	color: #FFE3B7;
	margin-top: 12px;
	display: block;
	padding: 0px;
	font-size: 1.4em;
	line-height: 1em;
}

input[type=text],input[type=password],input[type=submit],input[type=email],input[type=url],input[type=number],input[type=datetime],input[type=tel],textarea,button, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: white;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
}

.group:before, .group:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}  
.group:after {
	clear: both;
}
  
.group {
	zoom: 1;
}  

#myform {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	background-color: #a6b8a8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #323532;
	border: 2px solid #859881;
	padding: 2rem 1rem;
	background-image: url(../_images/contactverl.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 1.6em;
	position: relative;
	box-sizing: border-box;
}

#myform fieldset {
	border: none;
	margin: 10px 0;
	padding: 0;
}

#myform fieldset:before {
	content: attr(title);
	display: block;
	padding: 1rem 0 0;
	font-weight: bold;
	font-size: 1rem;
	color: #666666;
	text-align: center;
}
  
#myform legend {
	display: block;
	margin: 0 auto;
}

#myform ol {
	margin: 0;
	padding: 0;
}
 
#myform ol li {
	list-style: none;
	padding: 0.5rem 0;
	/* [disabled]border-top: 1px solid #68826b; */
	/* [disabled]border-bottom: 1px solid #c6d2c8; */
}

#myform ol li:first-child {
	border-top:none;
}

#myform ol li:last-child {
	border-bottom:none;
}

#myform ol li ol li {
	display: inline;
	padding: 0;
}

#myform ol li input[type="checkbox"] {
	width: auto;
	display: inline;
}

#myform ol li ol li input {
	width: auto;
}


#myform ol li label, .grouphead {
	display: block;
	/* [disabled]color: #8A9081; */
	color: #7A0A06;
	font-size: 1em;
	margin-bottom: 5px;
}

#myform ol li.singleline label {
	font-weight: normal;
	display: inline;
}

#myform ol li ol li label {
	font-weight: normal;
	display: inline;
	cursor: pointer
}

#myform ol li input, #myform textarea {
	display: block;
	width: 100%;
	border: 2px inset #CCCCCC;
	padding: 0.5rem;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: rgba(102,77,36,1);
	font-size: 14px;
	background-color: #E4DDD5;
	box-sizing: border-box;
}

#myform input[required] {
	border: 2px inset #CCCCCC;
}



#myform ol li select {
	width: 100%;
	background: #B1AE87;
	color: #3333CC;
	font-weight: bold;
	border: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0.4rem;
	box-sizing: border-box;
}

#myform textarea {
	height: 75px;
}

#myform button {
	/* [disabled]width: 100px; */
	width: 100%;
	min-width: 100px;
	margin-top: 1rem;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #A2B09F;
	font-size: 1.1em;
	text-decoration: none;
	background-color: #414530;
	border: 2px solid #909065;
}

#myform button:hover {
	background-color: #5E653F;
}
#contactWrap #terug {
	width: 100%;
	background-color: #414530;
	bottom: 12px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #909065;
	padding: 0px;
	line-height: 2em;
}

#contactWrap #terug:hover {
	background-color: #5E653F;
}

#contactWrap #terug a {
	text-decoration: none;
	color: #A2B09F;
	
}



@media screen and (max-width: 768px) {
	#contactWrap {
	margin: 0px auto;
	text-align: center;
	position: relative;
	width: 90%;
}
	
	#myform {
    width: 90%;
    padding: 1.5rem 1rem;
    top: 0;
  }

  #myform fieldset:before {
    padding-top: 20px;
    font-size: 1rem;
  }

  #myform ol li input,
  #myform textarea,
  #myform ol li select {
    width: 100%;
  }

  #myform button {
    width: 100%;
    float: none;
    margin: 1rem 0 0;
    display: block;
  }

  #myform ol li {
    padding: 0.5rem 0;
  }

  #myform ol li label {
    font-size: 1rem;
  }
}
