@charset "utf-8";

/* Impressum */


#main-cont {
	border: 1px solid #a9090d;
	width: 56.8em;
}

.btn-back {
	border: none;
	width: 150px;
	height: 30px;
	border-radius: 5px;
	background-color: #c3bab5;
	font-size: 1.2em;
	color: #fff;
	margin-left: 1em;
}

h1 {
	margin: 0.8em 0em -1.2em 0em;
}

#rechteinfo {
	border: 0px solid #0f0;
	line-height: 1.5em;
	margin: 0 0 1.8em;
}

#rechteinfo h2{
  font-weight: 700;
	margin: 1.8em 0 0 1.5em;
}


#rechteinfo h3{
	text-decoration: underline;
	margin: 0.5em 2.0em 0;
}


#rechteinfo p, 
#rechteinfo ul{
	margin-left: 2.5em;
}


#rechteinfo strong{
  font-weight: 700;
	argin-top: 1,5em;
}


@media only screen and ( max-width: 750px ) {
	.headline {
		text-align: center;
		font-size: 1.3em;
  }
	#rechteinfo {
		text-align: center;
		padding: 0 1em;
  }
	#rechteinfo p,
	#rechteinfo ul {
	 margin-left: 0;
	}
	#rechteinfo h2 {
	 margin: 1.8em 0 0 0;
	}

}