@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;
	background-size: cover;
}
	
/*--für Titel--*/
h1 {font-size: 1.3rem;}

h1 span {font-size: 1rem;}
/*--für Untertitel (Vollzeit, Teilzeit/Standort)--*/
h2 {font-size: 0.9rem;}

/*--für Überschiften--*/
h3 {font-size: 1.1rem;}

#footer h3 {font-size: 1rem;}

/*--für kleine/unter Überschiften--*/
h4 {font-size: 1.5rem;}

h5 {font-size:1.2rem;}

h6 {font-size:1rem;}

h6 img {
	position: absolute;
	top:0;
	left:0;
	width:1rem;
}

#header {
	position: relative;
	padding: 2rem 8% 1rem 8%;
}

#firma{position:relative;}

#zahrad-right, #zahrad-left{display: none;}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.info{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	background:#ececec;
	color:#868686;
	padding: 0.5rem 2%;
	border-radius: 0;
}

.info:nth-child(1){width:100%;}
.info:nth-child(2){width:100%;}
.info:nth-child(3){width:100%;}

.icon img{width:auto; height:1.5rem; margin: 0 0.8rem 0 0;}

#logo {width:100%; padding: 0; border-right:none;}
#kontakt{ width:100%; padding: 1rem 0 0 0; border-right:none;}
#bewerbung{ width:100%; padding: 1rem 0 0 0;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
