html, body {
	height: 100%;
    text-align: center;
    color: #333;
    background-attachment: scroll;
    background-image: url(../img/hintergrund.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow-x: hidden;
}
.outer-container {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  max-width:1900px;
}
.inner-container {
  display: table-cell;
  vertical-align: middle;
}
.box {
	background-color: #fff;
	padding: 30px 30px 40px 20px;
}
.textbox {
	padding: 20px 0px 0px 10px;
	text-align: center; 
}
.logobox {
	padding: 0px 0px 20px 20px;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
	margin: -20px;

}
h2 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
	margin-bottom: 30px;
}
h3 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
	margin-bottom: 30px;
	color: #F39400;
}
a {
    color: #333;
}
a:hover {
    color: #333;
}

.logo {
	margin-top: 0px;
	margin-bottom: 0px;
	
}
p {
	letter-spacing: 1px;
}
@media(min-width:1200px) {
h1 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
	margin: -20px;

}
h2 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
	margin-bottom: 30px;
}
h3 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
	margin-bottom: 40px;
	color: #F39400;
}	
.box {
	background-color: #fff;
	padding: 40px 15px 40px 20px;
}
.textbox {
	padding: 40px 0px 0px 0px;
	text-align: left; 
}
.logobox {
	padding: 0px 20px 0px 0px;
}
}
