@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;
margin:0px;
    }
	.ausblenden {
		display: none;	
}
    #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;
    }
    #slogan {
      width: 100% !important;
		position: inherit !important;
		display: block !important;
		bottom:0 !important;
		right: 0 !important;
		
    } 

    .slogan {
      width: 100% !important;
		position: inherit !important;
		display: block !important;
		bottom:0 !important;
		right: 0 !important;
    } 
    #logo {
     width: 100%;
    }
	
    .box-left {
      width: 100%;
      padding: 1rem 4%;
    }
    .box-right {
      width: 100%;
      padding: 1rem 4%;
    }
	.box-left2 {
      width: 100%;
       padding: 1rem 4%;
    }
    .box-right2 {
      width: 100%;
      padding: 1rem 4%;
    }

.leftBox{
width: 100%;
padding: 1rem 2.75%;
}

.rightBox{
width: 100%;
padding: 1rem 2.75%;
margin-top:1rem;
}

    h1 {
      margin: 0px;
     
      font-size: 1.5rem;
    }
    h2 {
      margin: 0px;
    
      font-size: 1.0rem;
      font-weight: normal;
    }
	  h3 {
      margin: 0px;
    
      font-size: 1.0rem;
      font-weight: normal;
    }
	  h4 {
      margin: 0px;
    
      font-size: 1.0rem;
      font-weight: normal;
    }
    .flex {
      display: block;
    }
    .left,
    .right {
      width: 100%;
    }
    .left {
      margin-bottom: 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%;
    }
  	.rmfloat {
  		float: none;
  		padding: 0;
  		margin: 0;
  	}
}

.refnr {}

.apply {}
