html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	}
	
.intro {
	height: 79%;
	width: 100%;
	margin: auto;
	background: url("hamburg.jpg") no-repeat center;
	display: table;
	background-size: cover;
	margin: 100px 0 0 0;	
	}

.intro .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
}

.logo {
	position: absolute;
	right: 15%;
	left:15%;
	top: 20px;
	width: 70%;
}

.content {
	max-width: 90%;
	margin: 55% 0 0 0px;
	text-align: left;
}

.content h1 {
	font-family: montserrat, sans-serif;
	color: #101010;
	font-size: 100%;
	line-height: 300%;
	font-weight: 700;
	text-align: left;
	text-indent: 25px;
	text-transform: uppercase;
	background-color: #fff;
	opacity: 0.8;
	}

.content h2 {
	font-family: montserrat, sans-serif;
	color: #fff;
	font-size: 125%;
	font-weight: 100;
	line-height: 250%;
	text-align: left;
	text-indent: 25px;
	text-transform: uppercase;
	background-color: #005693;
	opacity: 0.8;
	padding-left: 50;
	margin: 0 0 25px 0px;
}

.container h1 {
	font-family: montserrat, sans-serif;
	color: #101010;
	font-size: 100%;
	line-height: 200%;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	}

.container p {
	font-family: montserrat, sans-serif;
	color: #101010;
	font-size: 100%;
	line-height: 150%;
	font-weight: 100;
	text-align: left;
	}

.btn {
  display: inline-block;
	font-size: 100%;
  font-weight: 700;
  color: #005693;
	border: 0px;
	margin: 25px 0 0 0;
	}
.btn-nip {
  color: #fff;
  background-color: #005693;
}



@media (min-width: 576px) {
	
.content {
	max-width: 80%;
	margin: 45% 0 0 0px;
	text-align: left;
}
	
.logo {
	position: absolute;
	right: 50px;
	top: 20px;
	width: 350px;
}
	
@media (min-width: 768px) {

.intro {
	height: 59%;
	width: 100%;
	margin: auto;
	background: url("hamburg.jpg") no-repeat center;
	display: table;
	background-size: cover;
	margin: 100px 0 0 0;	
	}

.intro .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
}

.content {
	max-width: 70%;
	margin: 25% 0 0 0px;
	text-align: left;
}

.content h1 {
	font-family: montserrat, sans-serif;
	color: #101010;
	font-size: 100%;
	line-height: 300%;
	font-weight: 700;
	text-align: left;
	text-indent: 50px;
	text-transform: uppercase;
	background-color: #fff;
	opacity: 0.8;
	}

.content h2 {
	font-family: montserrat, sans-serif;
	color: #fff;
	font-size: 175%;
	font-weight: 100;
	line-height: 250%;
	text-align: left;
	text-indent: 50px;
	text-transform: uppercase;
	background-color: #005693;
	opacity: 0.8;
	padding-left: 50;
	margin: 0 0 25px 0px;
}
	
@media (min-width: 992px) {

@media (min-width: 1200px) {
	
.intro {
	height: 55%;
	width: 100%;
	margin: auto;
	background: url("hamburg.jpg") no-repeat center;
	display: table;
	background-size: cover;
	margin: 100px 0 0 0;	
	}

.intro .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
}

.logo {
	position: absolute;
	right: 75px;
	top: 20px;
	width: 350px;
}

.content {
	max-width: 70%;
	margin: 20% 0 0 0px;
	text-align: left;
}

.content h1 {
	font-family: montserrat, sans-serif;
	color: #101010;
	font-size: 125%;
	line-height: 300%;
	font-weight: 700;
	text-align: left;
	text-indent: 100px;
	text-transform: uppercase;
	background-color: #fff;
	opacity: 0.8;
	}

.content h2 {
	font-family: montserrat, sans-serif;
	color: #fff;
	font-size: 250%;
	font-weight: 100;
	line-height: 250%;
	text-align: left;
	text-indent: 100px;
	text-transform: uppercase;
	background-color: #005693;
	opacity: 0.8;
	padding-left: 50;
	margin: 0 0 25px 0px;
}