@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;
    }
    .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.7rem !important;
    }
	
	.abstand10{
	margin-top:0.3rem !important;
	}

	.abstand15{
	margin-top:0.5rem !important;
	}

	.abstand25{
	margin-top:1.0rem !important;
	}
	
	.abstandGross{
	margin-top:1.5rem;
}

h1 {
	margin: 1.0rem 0 0 0 !important;
	padding: 0;
	line-height: 1.2 !important;
	font-size: 1.1rem !important;
	font-weight: 700;
}

h2 {
	margin: 1.0rem 0 0.15rem 0 !important;
	padding: 0;
	line-height: 1.4 !important;
	font-size: 0.75rem !important;
	font-weight: 700;
}

.textKlein{
	font-size: 0.7rem !important;
}

#logo{
	position:inherit !important;
	right:auto !important;
	bottom: auto !important;
	width:70% !important;
	margin: 1rem 0 0 0 !important;
}
#logo2{
	position:inherit !important;
	right:auto !important;
	bottom: auto !important;
	width:70% !important;
	margin: 1rem 0 0 0 !important;
}

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

.content {
  display: block !important;
}

.left{
	width:auto !important;
	background: rgb(215,193,170);
}

.left2{
	width:auto !important;
	
}

.right{
	width:auto !important;
	padding:1rem 5% !important;
}

.text{

	padding:1rem 5% !important;
}

#icons{
	position:inherit !important;
	left:auto !important;
	bottom:auto !important;
	width:auto !important;
	padding:0 !important;
	margin: 1rem 0 0 0 !important;
}

.icons{
	display: flex !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
	margin: 0.5rem 0 0 0 !important;
}

#icons img{
	width:2rem !important;
	height: auto !important;
}

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

    .box-left {
      float:none;
      width: auto;
    }
    .box-right {
      float:none;
      width: auto;
    }

    .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%;
    }

ul {
	margin:0 !important;
	padding:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

li {
	position: relative !important;
	padding: 0 0 0 1rem !important;
}

li::before{
	content:"•" !important;
	position: absolute !important;
	top: -0.1rem !important;
	left: 0.2rem !important;
	font-size:0.95rem !important;
}
	
.ausblenden {
	display: none;
}

.hide_m {
	display: none;
}

.einblenden {
	display:block;
}
}

.refnr {}

.apply {}
