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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body{
	font-size: 11px;
}
	
p{
	margin:0;
}
		
#rahmen {
	width: 100%;
	min-width:240px;
	font-size: 0.68rem;
}

#logo{
	padding:3% 5%;
}

#logo img{
	width:30%;
}

.content{
	padding:3% 5%;
}
	
.abstand{
	margin:1.25rem 0 0 0;
}

#titel{
	background:url(titel.jpg) center center no-repeat;
	background-size: cover;
	padding: 5%;
	color: rgba(255,255,255,1.00);
	text-align: center;
        font-size:0.95rem !important;
}

h1{
	margin: 0px;
	line-height: 1.2;
	font-size: 1.1rem !important;
	font-weight: 700;
}

h2{
	margin:1.25rem 0 0.3rem 0;
	padding: 0 0 0.3rem 0;
	line-height: 1.2;
	font-size: 0.75rem !important;
	font-weight: 700;
	color:#1d69b3;
	border-bottom:0.062rem solid #1d69b3;
}
	
#box_links{
	width: 100%;
	float: none;
}
	
#box_rechts{
	width: 100%;
	float: none;
	padding-top: 15px;
}
	
#footer{
	background: #e8e8e8;
	padding: 3% 5%;
	text-align: center;
}

#footer p{
	text-align: center;
}

.ausblenden {
	display:none;
}

.einblenden {
	display:block;
}

ul {
	margin:0;
	padding-left:0.9rem;
	list-style-type: none;
	list-style:none;
}
li {
	position: relative;
	padding:0.3rem 0 0 0;
}
li::before{
	content:"";
	position: absolute;
	top: 0.65rem;
	left: -0.7rem;
	background: #1d69b3;
	width: 0.3rem;
	height:0.3rem;
}

}
.refnr {}

.apply {}
