@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;
	padding: 1rem;
    }
	
	.flex, .flex3 {
		display: inline-block;
		width: 100%;
		padding-top: 0rem;
	}
	
	.left3, .right3 { 
	width: 100%;
	}

	
	.icons {
		width: 100%;
		text-align: center;
	}
	.icontext {
		width: 100%;
		text-align: center;
	}
	
	.icons img{
	width: 15%;
	
}
	
    .box-left {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .box-right {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .flex, .flex3 {
      display: block;
	}
	.titel {
  width: 60%;
  padding: 1.6rem 3%  1rem 3%;
	max-height: 15rem;
}

    .left, .left2,.right2, .left3,.right3 {
      width: 100%;
    }
	.left2{margin-bottom: 1rem;}
	.right{display: none;}
    .left {
padding-top: 5rem
    }
    .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%;
    }
}

.refnr {}

.apply {}
