@media only all and (max-width: 700px){ 

body{
	font-size: 11px;
	line-height: 15px;
}
	
p{
	margin:0;
}
		
#rahmen {
	width: 100%;
	min-width:240px;
}
	
#content{
	padding: 5%;
}

#logo{
	width: auto;
	background-color: #fff;
}

#links{
	width: auto;
	border-right: 0px;
	margin-bottom: 15px;
}

#rechts{
	width: auto;
	margin-left: 0px;
}

#footer{
	background-color: #222c36;
	color: #fff;
	padding: 20px 4%;
	text-align: center;
}
	
h1{
	font-size: 20px;
	line-height: 24px;
}
	
h2{
	font-size: 16px;
	line-height: 20px;
}
	
.text_gross{
	font-size: 14px;
	line-height: 18px;
}
	
.titel_gross{
	font-size: 20px;
	line-height: 24px;
}
	
.text_klein{
	font-size: 11px;
	line-height: 15px;
}
	
.titel_klein{
	font-size: 16px;
	line-height: 21px;
}

.ausblenden {
	display:none;
}
	
.einblenden {
	display:block;
}
	
.flex{
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding: 10px;
}


ul {
	margin-left: 15px;
}

li {
	padding: 0px;
}
	
#bild1{
	display: none;
}
	
#bild2{
	display: block;
	text-align: center;
}
}
.refnr {}

.apply {}
