@charset "UTF-8";
/* CSS Document */



body{
	background: #990b0f url("pishka-keyvisual.jpg") fixed left bottom repeat-x;
	background-size: 100%;
	color: #000;
	font-family: 'Rambla', sans-serif;}
	
.impressum{
	display: block;
	margin: 70px auto;	
  	width: 740px;
  	height: 784px;}
		
#impressum {
  width: 740px;
  height: auto;
  margin: 70px auto;
  color: #000;
  background: #f9f5ec;
  font-size: 14px;
  box-sizing: border-box;
  padding: 50px;
}
	
.impressum-head{
	font-size: 20px;
	text-transform: uppercase;}
	
.back {
  float: right;
  width: 20px;
  height: 20px;
  display: block;
}

.back a {
  padding-top: 4px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  text-align: center;
  width: 30px;
  display: block;
  height: 30px;
  box-sizing: border-box;
}	

p.head {
  font-size: 20px;
  margin-top: 50px;
}

.small-head {
  font-size: 16px;
  margin: 25px 0px 0px 0px;
  display: block;
}

a{
	color:#990b0f;}
	
a:hover{
	color: #000;}
	
span.span-inline {
  display: inline-block;
}
	
@media all and (max-width: 800px){

.impressum{
  	width: 80%;
  	height: 80%;}
	
	img{
		width:100%;}
		
#impressum {
  width: 80%;
  height: 80%;
 
}

}

@media all and (max-width: 480px){

#impressum {
  width: 99%;
  height: 80%;
}

}