/* Version: 17.01.2014 */
@font-face { font-family: "Jost";
	 
  src:  
	   url('https://fonts.pwrk.dev/ofl/jost/Jost[wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

@font-face { font-family: "Jost";
	 
  src:   
	   url('https://fonts.pwrk.dev/ofl/jost/Jost-Italic[wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: italic;
}


body {
	font-family: "Jost", sans-serif;
	font-size: 0.82rem;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	word-spacing: normal;
	line-height: 17px;
	background-color: #FFF;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	line-height: 21px;
        font-size: 19px;
	font-weight: 400;
	margin-bottom:10px;
}

h2{
	margin: 0px;
	line-height: 12px;
	font-size: 16px;
	font-weight: 500;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #A7A9A4;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	position:relative;
}

#rahmen_top {

}

#rahmen_bottom {
}

#content{
	padding: 5%;
}

#box_oben{
}

#box_mitte{
}

#box_unten{
}

#box_links{
	float: left;
	width: 48%;
	padding-top:30px;
}

#box_rechts{
	float: right;
	width: 48%;
	text-align:right;
	padding-top:10px;
}

#footer{
}

img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active{
	color: #000000;
	text-decoration: none;
}
 
.text_gross{
	font-size: 16px;
	line-height: 20px;
}

.titel_gross{
	font-size: 28px;
	line-height: 32px;
}

.text_klein{
	font-size: 11px;
	line-height: 15px;
}

.titel_klein{
	font-size: 18px;
	line-height: 23px;
}

.farbe {
	color: #0A75BD;
}

.ausblenden {

}

ul {
position: relative;	
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

li {
position: relative;	
padding: 3px 0px 0px 10px;
list-style-type: none;
}

li::before {
content: url(bullet.png) !important;
position: absolute;
left: -15px;
top: 6px;
}

ul.dot li {
  list-style-type: disc;
}

ul.dot li::before {
 display:none
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.refnr {}

.apply {}
