@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;
    }


#logo {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 10%;
}


.content2 {
  margin:0;
}

h1 {
	display: inline;
}

    .box-left {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .box-right {
      width: 100%;
      padding: 0 0 1rem 0;
    }

/* -------------- FLEXBOX -------------------- */

.datenflex {
  margin: 0 0 0.5rem 0 ;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
	flex-wrap: wrap;
  flex-direction: row;
  font-size: 0.75rem;
}

.datenflex div {
width:48%;
}

.borderRight{border-right:none !important;}
.flexPadding, .flexPadding08, #filialen{padding:0.5rem 0 0 0 !important;}
.textUpper{text-transform:uppercase; font-size: 0.85rem !important;}

/*---------------------------------------------------------------*/

.left{
	width:100%;
}

.right{
	width:100%;
        margin-top:1rem;
}

/* -------------- FLEXBOX -------------------- */
    .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 {}
