#background,header,footer { 
  background-image:url('../images/bg/desktop/bg_orange.jpg')
}
#des_1{
	width: 150px;
	height: 150px;
	background-color: transparent;
	background-image:url('../images/bg/desktop/plantorange.png');
	background-size: 100% 100%;
	z-index: 100;
	position: fixed;
	left:80vw;
	top:10vh;
	margin-left:0px;
	margin-top:40px;
	pointer-events: none
}
@media screen and (min-width: 758px) {
	#des_1{
		margin-left:15px;
	}
}
@media screen and (min-width: 900px) {
	#des_1{
		 margin-left:30px;
	}
}
@media screen and (min-width: 1025px) {
	#des_1{
		 width: 200px;
	   height: 200px;
		 margin-left:-205px;
	}
}
@media screen and (min-width: 1180px) {
	#des_1{
		 width: 200px;
	   height: 200px;
		 margin-left:-105px;
	}
}
@media screen and (min-width: 1280px) {
	#des_1{
		 width: 250px;
	   height: 250px;
		 margin-left:-125px;
	}
}
#des_left{
	width: 10vw;
	height: 500px;
	background-color: transparent;
	background-image:url('../images/bg/desktop/des_leftorange.png');
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	z-index: 0;
	position: fixed;
	right:90vw;
	top:200px;
	margin-left:0vw;
	margin-top:0px;
	pointer-events: none
}
#des_bottom{
	width: 100vw;
	height: 200px;
	background-image:url('../images/bg/desktop/des_bottomorange.png');
	background-size: 70% auto;
	background-position:  10% top;
	background-repeat: no-repeat;
	z-index: 4;
	position: fixed;
	left:10vw;
	top:90vh;
	margin-left:0vw;
	margin-top:0px;
	pointer-events: none
}
#contentbgfield{
	border:  solid 2px white;
	background: #ffb3d3;
	background: -o-linear-gradient(bottom right, #ffdcc1, #ffcd8d); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #ffdcc1, #ffcd8d); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #ffdcc1, #ffcd8d); /* Standard */	
  background-image: url("../images/bg/grunge_desktop.png"); /* fallback */
  background-image: url("../images/bg/grunge_desktop.png"), -webkit-linear-gradient(left top, #ffdcc1, #ffcd8d);
	background-position: left center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	opacity: 1;
}

.chosenpage, .chosenpage a:hover{
	color: #fff !important;
}
.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
	border: 1px solid #fff;
}
.menu--iris .menu__link::before {
	top: 0;
	left: 0;
	border-width: 1px 0 0 1px;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

.menu--iris .menu__link::after {
	right: 0;
	bottom: 0;
	border-width: 0 1px 1px 0;
	-webkit-transform: translate3d(-10px, -10px, 0);
	transform: translate3d(-10px, -10px, 0);
}

.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#contentholder h1{
  color:#000;
}
#content_top{
	height: 0 !important;
}
#main_email{
  margin:5px;;
  display: inline-block;
}
.mapmarker{
  display: inline-block; 
  background-image:url('../images/map/marker.png');
  width:15vw;
  height: 15vw;
  background-size: auto 100% ;
  background-repeat: no-repeat;
  background-position: center center;
  margin:auto;
  margin-top:5vh;
  margin-bottom:5vh;  
  max-height: 70px;
}
#contactmoduleTekst p{
  font-size: .9em !important;
}
#contactForm,#contactForm_result{
  width:100%;
	position: relative;
  margin:auto;
  max-width:600px;
	display: block;
}
#contactForm_result{
  padding-top:5em
}
#contactForm_result h4{
  font-weight: normal;
  font-size: 1.4em;
  margin-top:1.5em;
  margin-bottom:2em;
  text-transform: uppercase;
}
#contactForm_result h5{
  font-weight: normal;
  font-size: 1.1em;
  margin-top:1.5em;
  margin-bottom:1.5em;
}
#contactForm_result p{
	font-weight: 100;
  font-size: 1em;
  text-align: justify;
  padding-bottom: 2em;
}
selectholder {
  width: 100%;
}
.formfield{
  width: 50%;
  margin: 0;
  float:left;
}
textarea{
  background: #e5f9fd
}
.submit{
  background: transparent;
  letter-spacing: .4em;
  border:1px solid #000
}