@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.8rem;
    }
	
	.icon{float:left; width:50%; padding: 1rem 0}
	.abstand-claim{margin-top:2.2rem; margin-right:0rem}
	.klein{font-size:0.8rem;}
    
    .box-left {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .box-right {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    h1 {
      margin: 0px;
      line-height: 1.5;
      font-size: 1.4rem;
    }
    h2 {
      margin: 0px;
      line-height: 1.5;
      font-size: 1rem;
      font-weight: normal;
    }
    .flex {
      display:inline-flex;
    }
	.left,
    .right {
      width: 100%;
		padding:1.5rem 0;
		float: right;
    }
  
	.ausblenden{display:none;}

}

.refnr {}

.apply {}
