@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;
}
	
	h1 {
	font-size: 0.9rem;
}

h1 span {
	
}

h2 {
	font-size: 1.2rem;
}
	
	h2:first-child::before {
	font-size: 3rem;
		top: -2.3rem;
}
h2::before {
	font-size: 3rem;
	top: -2.3rem;
}
h2:last-child::before {
	font-size: 3rem;
	top: -2.3rem;
}

h3 {

}

h4 {
	
}
	
	.stellentitel {
background-color: #0c54a0;
border-radius: 0 100px 100px 0;
	padding: 1rem 4% 1rem 4%;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
	max-width: 90%;
	position: relative;
bottom: 0;
  left: 0;
}
	
	.grafikbox {
	background-image: none;
	padding: 1rem 4% 1rem 4%;
	position: relative;
}

	
.kontakt {

	padding: 2rem 4% 2rem 4%;
	border-radius: 0 0 0 0;
}
.kontakt-image {

	border-radius: 0 0 0 0;
	width: 100%;
	margin: 1rem 0 1rem 0;
}

	
#logo img {
	width: 70%;
	}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
