body {
  background: url("../img/web-elements/fotolia_kontakt-smaller.jpg") no-repeat;
  background-color: #684e3b;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:0;
  margin:0;
  position:relative;
}

/* FORM */

.submit-captcha {
  margin-top:40px;
}

/* NAVIGATION */

#topnavigation-skewed {
margin-bottom:150px;
}

/* MAIN CONTENT */

#skewed {
	top:-60px;
	width:100%;
  -ms-transform: skewY(-3deg);
  -webkit-transform:skewY(-3deg);
  transform: skewY(-3deg);
  background-color: #f9f7f1;
}

#skewed  .container{
	-ms-transform: skewY(3deg);
	-webkit-transform:skewY(3deg);
	transform: skewY(3deg);
	padding-top:100px;
	padding-bottom:140px;
}

.contactform {
margin-top:50px;
}

#impressum {
	margin-top:80px;
}

/* ----- MICRO Screens ----- */
@media (max-width: 400px) {
	body {
  background-image: none;
  background-color: #684e3b;
  }
}

@media (min-width: 1380px) {
body {
  background: url("../img/web-elements/fotolia_kontakt.jpg") no-repeat;
  background-color: #684e3b;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;

}

}

/* ---- HONEYPOT ---- */ 

.weinundschein {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
  }
