@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 80%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .frame-outer {
      width: 100%;
      font-size: 0.9rem;
    }
    .box-left5 {
      width: 100%;
      padding:  1rem;
    }
    .box-right, .box-left2 {
      width: 100%;
      padding: 0 0 1rem 0;
    }
	
	.box-left, .box-right2 {
      display: none;
    }
	
    .flex {
      display: block;
    }
    .left,.right, .left_grun, .right_grun {
      width: 100%;
    }
    .right_grun{
     margin-top: 0;
     padding-top: 0;
     padding-left: 0.3rem;
    }
   .left_grun{
     padding-bottom: 0;
    }
    .left {
      margin-bottom: 1rem;
    }h1 {
 
  font-size: 1rem;

}
    .hide {
      display: inline-block;
    }
    .hide_m {
      display: none;
    }
    .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%;
    }
	.logo {
	width: auto;
	margin-left: 0;
}
	.logo img{

	width: 30%;

}
	.logo2 img{

	width: 60%;

}
	.content2, .content, .content3 .content4 {
		padding: 1rem;

}
	
	.content4 {
		width: auto;
		
		}
	.title-box {
    color: #657076;
	position: static;
	width: auto;
	margin-bottom: 1rem;
}

.title-box-bottom {
 color: #657076;
 position: static;
 width: auto;
 padding: 1rem;
 text-shadow: none;
}


.zweispaltig{
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	-webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
	
}

.refnr {}

.apply {}
