@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: 1rem;
}

h1 span {
	
}

h2 {
	
}

h3 {
font-size: 1rem;
}

h4 {
	font-size: 1rem;
}
	
	.applyfont {
	font-size: 1rem;
	font-weight: 300;
	text-align: center;
	
}
    
.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;
}  
}

.red-line {
  position: absolute;
  top: calc(100% - 0rem); /* leicht unter dem Text */
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 3rem;
  background: #e74011;
  z-index: 1;
}

.red-line2 {
  position: absolute;
  top: calc(100% - -11rem); /* leicht unter dem Text */
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 4.35rem;
  background: #e74011;
  z-index: 1;
}

.content {
	position: relative;
	padding: 2rem 4% 2rem 4%;
}

.content2 {
	position: relative;
	padding: 2rem 4%;
	background: #dad7cb
}

.content3 {
	position: relative;
	padding: 2rem 4% 2rem 4%;
	
}

.refnr {}

.apply {}
