html, body {
	height: 100%;
    text-align: center;
    color: #fff;
    background-color: #000;
    background-image: url(../img/hintergrund.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'Didact Gothic', sans-serif;
    overflow-x: hidden;
    font-size: 18px;
}
.well {
	    color: #666;
	transform: rotate(5deg);
}
.well a {
    color: #F39400;
}
.container {
  display: table;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.adresse {
	text-align: center;
}
.kontakt {
	text-align: center;
}
	
.inner-container {
  display: table-cell;
  vertical-align: middle;
}
h1 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
	margin: 0px;
	color: #fff;

}
h2 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
	margin-bottom: 20px;
}
h3 {
    text-transform: uppercase;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
	margin-bottom: 30px;
	color: #F39400;
}
a {
    color: #ffffff;
}
a:hover {
    color: #ffffff;
}

.logo {
	margin-top: 50px;
	margin-bottom: 30px;
	
}
p {
	letter-spacing: 1px;
}
@media(min-width:768px) {
h1 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    font-size: 110px;
    line-height: 130px;
	margin: -10px;
}
h2 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    font-size: 31px;
    line-height: 24px;
	margin-bottom: 50px;
}
h3 {
    text-transform: uppercase;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
	margin-bottom: 40px;
	color: #F39400;
}	
.adresse {
	text-align: right;
}
.kontakt {
	text-align: left;
}
}
