@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;
	margin:0px;
	}
	
	h1 {
    	margin: 0px;
    	line-height: 1.5;
    	font-size: 1.3rem;
	}
    
	h2 {
    	margin: 0px;
    	line-height: 1.5;
    	font-size: 1.1rem;
    	font-weight: bold;
	}
    
/* ------------------- Struktur/Structure ------------------------- */	
	
	.frame-outer {
	width: 100%;
	min-width:240px;
	margin:0px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
   		font-size: 0.9rem;
	}
	
	.box-left {
		float: none;
		width: 100%;
		height: auto !important;
		padding: 1.1rem 2% 0 2%;
		background-color: #E2E9F4;
	}

	.box-right {
		float: none;
		width: 100%;
		height: auto !important;
	}

    .right {
      width: 100%;
      order:1;
    }
    .left {
      width: 100%;
      margin-bottom: 1rem;
      order:2;
    }


.leftContent{
  	width: 100%;
	padding: 1.1rem 2%;
	background-color: #E2E9F4;
        order:2;
}

.rightContent{
  	width: 100%;
        order:1;
}
	
	br.hide {
  		display: none;
	}
	
	span.hide {
  		display: none;
	}
	
	.hide {
		display: none;
	}
	
	.button {
		margin: 0.5rem auto;
	}
	
/* ------------------- Formatierung/Formating ------------------------- */	
    
	.title-block {
    	bottom: 0;
    	width: 100%;
	} 
	
	.logo {
    	width: 10rem;
	}
    
	.left, .right {
    	width: 100%;
	}
    
	.left {
    	margin-bottom: 1rem;
	}
	
	.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 Code ------------------------ */
	
}

.refnr {}

.apply {}
