@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: 1.4rem;
}

h1 span {
	
}

h2 {
	font-size: 1.1rem;
}

h3 {
font-size: 1rem;
}

h4 {
	
}
	
	
	
	.bild{
		display: none;
	}	
	
	#logo img{
		width: 10rem;
	}
	
	
	#title {
  position: relative;
  z-index: 7;
  padding: 2rem 4%;
  width: 100%;
  background-color: #f2f1f1;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  margin-top: 0rem;
}
    
	
	.bg_grau {
  position: relative;
  z-index: 7;
  right: 0rem;
  padding: 2rem 4%;
  width: 100%;
  background-color: #444444;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
  color: #fff;
  left: 0rem;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right, .text, #bewerbung, #bewerbung_button {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
