@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.7rem !important;
    }
	
	.abstand10{
	margin-top:0.3rem !important;
	}

	.abstand15{
	margin-top:0.5rem !important;
	}

	.abstand25{
	margin-top:1.0rem !important;
	}
	
#logo{
	position:absolute;
	top:1.5%;
	left:5%;
	width:20%;
	z-index: 2;
}

#top{
	position:inherit;
	left:auto;
	bottom:auto;
}

#firma{
	background-color: rgba(255,255,255,0.85);
	border-left: 0;
	border-bottom: 0.1rem solid rgba(255,247,153,1);
	padding: 1rem 5%;
	font-size: 0.7rem;
	line-height: 1.2;
	width:auto;
	margin: 0;
}

.content {
  padding: 1rem 5%;
}

.linie{
	background:rgba(255,247,153,1);
	height:0.1rem;
	margin: 1.0rem 0;
}

#titel{
	background-color: rgba(255,247,153,1);
	border-left: 0;
	padding: 1rem 5%;
	width:auto;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.0rem;
	font-weight: 600;
}

h2 {
	margin: 0 0 0.15rem 0;
	padding: 0;
	line-height: 1.4;
	font-size: 0.75rem;
	font-weight: 600;
}
	
    .box-left {
      float:none;
      width: auto;
    }
    .box-right {
      float:none;
      width: auto;
    }

    .flex {
      display: block;
    }
    .left,
    .right {
      width: 100%;
    }
    .left {
      margin-bottom: 1rem;
    }

    .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%;
    }
  	.rmfloat {
  		float: none;
  		padding: 0;
  		margin: 0;
  	}
	
.ausblenden {
	display: none;
}

.einblenden {
	display:block;
}
}

.refnr {}

.apply {}
