*, html {
    margin: 0;
    padding: 0;
}

a:link {
	color: #9e262a;
}

a:visited {
	color: #9e262a;
}

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

header {
  background-color: #000000;
	height: 160px;
	color: #ffffff;
	text-align: center;
	padding-top: 20px;
}

#logo-kapo, #logo-nww {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px solid white;
}

#logo-kapo img, #logo-nww img {
  width: 100%;
  height: auto;
}

#logo-kapo {
  top: 10px;
  left: 5px;
}

#logo-nww {
  top: 10px;
  right: 5px;
}

footer {
	margin: 0;
	border-top: 20px solid white;
	padding: 30px 0 0 0;
	width: 100%;
	min-height: 70px;
	position:fixed;
  bottom:0px;
  background-color: #e52f12;
	background: url(grafix/footer.jpg);
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
 	background-size: 100%;
 	color: #ffffff;
 	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
 	text-align: center;
}

footer a:link {
	color: #ffffff;
	text-decoration: none;
}

footer a:visited {
	color: #ffffff;
}

footer a:hover {
	color: #9e262a;
}

footer .text {
	display:inline-block;
	margin: 0 15px;
}

.rahmen {
  position: relative;
	max-width: 1000px;
	margin: 20px auto 0 auto;
	text-align: center;
}

.rahmen p {
  margin: 25px 0;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

#impressum {
  cursor: pointer;
}

#impressum_kasten {
  display: none;
  padding: 30px;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 70px;
	letter-spacing: 8px;
	text-transform: uppercase;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 14px;
	text-transform: uppercase;
}

hr {
  margin: 30px 0;
}

@media only screen and (max-width: 700px) {
  #logo-kapo, #logo-nww {
      display: none;
    }
}

@media only screen and (max-width: 520px) {
	h1 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 5px;
	}

	h2 {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 6px;
	}

	header {
		height: 100px;
		padding-top: 20px;
	}

  footer {
  	font-size: 14px;
  	line-height: 25px;
    padding: 10px 0;
  }
}

.image {
	height: 150px;
	display:inline-block;
	margin: 20px;
	border: 5px solid #a0a0a0;
	padding: 3px;
}

.image:hover{
	border: 5px solid #9e262a;
}

.margin {
	height: 150px;
}
