@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
#logo {
	background:#979a9c;
	width:100%;
	padding: 0.5rem 1rem;
	text-align: center;
}

#logo img {
	display: inline-block;
	width:50%;
}

#zeitpunkt{
	width:100%;
	padding: 0.5rem 1rem;
}

#zeitpunkt p{
	position: relative;
	top:auto;
	transform: translateY(0%);
}
	
#title { 
}

#bildbox{ display: none;}
	
h1 {
	margin: 0;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
}

h1 span {
	font-size: 2rem;
}

/*--für Untertitel (Vollzeit, Teilzeit/Standort)--*/
h2 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 900;
}
	
.obst{padding:0 0 0 65%; margin: 0.5rem 0 0 0;}
	
.left, .right {width: 100%; order:1; margin-bottom: 1rem;}

.left {order:2;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#footer {margin: 0;}
	
#footer div:nth-child(1){width:100%;}
#footer div:nth-child(2){width:100%; margin: 1rem 0 0 0;}

#web{
	text-align: left;
	width:100%;
	margin: 1rem 0 0 0;
}
	
.bg-grau{margin:1rem 0 0 0;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
