@charset "UTF-8";
/* CSS Document */
body {
	height:100%;
}

html { 
  background: radial-gradient(
    rgba(255, 255, 255, 0.75), 
    rgba(255, 255, 255, 0.9)
    ),
	url(../images/hintergrundbild-web.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content {
  width: 375px;
  height: 450px;
  background-color: rgba(255,255,255,1);
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 30px 30px 30px;
}

.border {
  width: 360px;
  height: 437px;
  position: absolute;
  top:5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  margin: auto;
  padding: 30px 30px 30px 30px;
  border-style: dashed;
  border-width: 1px;
  border-color: #008e5c;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	color:#e0861f;
	text-align:center;
	/*text-shadow: 0px 2px #FFF; */
	padding-bottom:10px;
}

p {
	font-family: 'Raleway', sans-serif;
	color:#008cc5;
	text-align:center;
	padding-bottom:10px;
}

a,a:hover{
	text-decoration:none;
	color:#e0861f;
}

