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

#logo{
	position:inherit;
	top:auto;
	right:auto;
	width:auto;
	padding: 3% 5%;
	text-align: center;
        background: url(bgRechts.jpg) no-repeat center center;
	background-size: cover;
}
	
#logo img{
	width:30%;
}

#logo p{
	font-size: 14px;
	font-weight: 800;
	margin: 15px 0 0 0;
	text-align: center;
}

	
h1{
	margin:15px 0 0 0;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 800;
}

h2{
	margin: 10px 0 0 0;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 800;
}

/*Tabelle*/
#table {
    display: block;
}

#contentLinks {
    display: block;
	width: auto;
	vertical-align: top;
}

#contentRechts {
    display: block;
	width: auto;
	background: url(bgRechts.jpg) no-repeat center center;
	background-size: cover;
	padding:3% 5%;
	vertical-align: top;
	
}

#contentRechts img{
	width: 20%;
	
}

/*Tabelle*/

#contentText{
	padding:3% 5%;
}
	
#box_links{
	width: 100%;
	float: none;
}
	
#box_rechts{
	width: 100%;
	float: none;
	padding-top: 15px;
}
	
#footer{
}

.ausblenden {
	display:none;
}

.einblenden {
	display:block;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

li {
	padding: 0px;
}
}
.refnr {}

.apply {}
