@media only all and (max-width: 700px) {
    /* for 700px or less */
	
/* ------------------- Allgemein/General ------------------------- */
	
body {
	font-size: 80%;
	line-height: 1.5;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
	
h1 {
    margin: 0px;
    line-height: 1.5;
    font-size: 1.3rem;
}
    
h2 {
    margin: 0px;
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: normal;
}
    
/* ------------------- Struktur/Structure ------------------------- */	
	
.frame-outer {
	width: 100%;
   	font-size: 0.9rem;
}
	
.box-left {
    width: 100%;
    padding: 0 0 1rem 0;
}
    
.box-right {
   	width: 100%;
	padding: 0 0 1rem 0;
}
    
.flex {
    display: block;
}
	
br.hide {
  	display: none;
}
	
span.hide {
  	display: none;
}
	
/* ------------------- Formatierung/Formating ------------------------- */	
    
.title-block {
    bottom: 0;
    width: 100%;
} 
	
.logo {
    width: 7rem;
    float: right;
}
    
.left, .right {
    width: 100%;
}
    
.left {
    margin-bottom: 1rem;
}
    
.hide {
    display: inline-block;
}
    
.hide_m {
   	display: none;
}

.ausblenden{
   	display: none;
}

.rmfloat {
  	float: none;
  	padding: 0;
  	margin: 0;
}
	
/* ------------------ Listen & Tabellen/Lists & Tables ------------------------ */
	
.table {
    border-collapse: collapse;
    table-layout: fixed;
}
    
.cell-left, .cell-right {
    display: block;
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1rem solid #fff;
}
    
.row {
    display: block;
    float: left;
    width: 100%;
}
	
/* ------------------ Custom ------------------------ */

.transparent-box {
	position: static;
	padding: 0.3rem 0 0.5rem 0.5rem;
	width: 100%;
	height: auto;
	background-color: rgb(255, 255, 255, 0.7);
}

.orange-box {
	position: static;
	padding: 0.5rem 1rem;
	width: 100%;
	color: #FFF;
	background-color: #ee7f01;
}

.orange-box-left {
  	float: none;
  	width: 100% !important;
}

.orange-box-left img {
	width: 12rem;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.orange-box-right {
  	float: none;
  	width: 100% !important;
	padding: 0 3%
}

.orange-box-right p {
	font-size: 0.7rem;
}

.box-1-4, .box-2-4, .box-3-4, .box-4-4 {
	float: none;
	font-size: 0.8rem;
	width: 100%;
	margin-left: 3%;
}

.box-1-4 img, .box-2-4 img, .box-3-4 img, .box-4-4 img {
	float: left;
	width: 1.5rem;
}

.box-1-4 p, .box-2-4 p, .box-3-4 p, .box-4-4 p {
	float: none;
}

.mail {
	float: left;
	width: 40%;
}

.mail img {
	float: right;
	width: 3rem;
}

.adress {
	float: right;
	width: 58%;
}

.adress p {
	font-size: 1rem;
	line-height: 2.1;
}
	
	
}

.refnr {}

.apply {}
