@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-left {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .box-right {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .flex,.flex3 {
      display: block;
    }
    .left,.right,.left3,.right3 {
      width: 100%;
    }
    .right3 {
        display: flex;
    }
    .left {
      margin-bottom: 1rem;
    }
    .left3, .right3 {
        padding: 0 3%;
    }
    .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%;
    }
    .header {
        position: relative;
    }
    h1 {
        font-size: 1.4rem;
    }
    .titel {
        position: relative;
        background-color: rgb(14, 78, 145);
        width: 100%;
        margin: 0;
        padding: 1rem 2%;
        left: 0;
    }
    .icons div {
    margin: 0 1rem 0 0; 
}
}
.slider-wrap {
	max-width:780px;
  	width: auto;
  	height: auto;
	position:relative;
	overflow: hidden;
}
.refnr {}

.apply {}
