@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;
}

	
#willkommen{
	display:none;
}

#willkommen2{
	display:none;
}

#logo{
	padding:3% 5%;
	text-align:right;
}

#content{
	padding:3% 5%;
}

#content2{
	padding:3% 5%;
}

.firma{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;

    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
	
	word-spacing:normal;
}
	
.box_links{
	width: 100%;
	float: none;
}
	
.box_rechts{
	width: 100%;
	float: none;
}
	
#footer{
}
	
#titel{
	font-size:12px;
	margin:15px 0 0 0;
}

h1{
	margin:10px 0 0 0;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
}

h2{
	margin:20px 0 3px 0;
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
}

ul {
	margin:0;
	margin-left:0;
	padding-left:15px;
	list-style-type: none;
	list-style:none;
}
li {
	position: relative;
	padding:0;
}
li::before{
	content:"";
	position: absolute;
	top: 3px;
	left: -15px;
	background:#9c9e9f;
	width:6px;
	height:6px;
	border-radius:1px;
}

.ausblenden {
	display:none;
}

.einblenden {
	display:block;
}
}
.refnr {}

.apply {}
