@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.68rem;
    }
	
#logo{
	padding: 0.8rem 5%;
	background: rgba(255,255,255,0.85);
	position: inherit;
	top:auto;
	left:auto;
	width: 100%;
	z-index: 2;
}

#logo img{
	width: 50%;
}

#slogan{
	position:inherit;
	top:auto;
	right:auto;
	font-size: 0.7rem;
	z-index: 3;
	line-height: 1.2;
	text-align: right;
	padding: 0.9rem 0 0 0;
}

#logosMarken{
	padding: 1.0rem 5% 0.8rem 5%;
	text-align: center;
	background: rgba(255,255,255,1.00);
	width: 100%;
	border-bottom: 0.1rem solid #2e2f3d;
}

#logosMarken img{
	width: 20%;
	height:auto;
	margin: 0 5% 0 0;
}

.content {
  padding: 1.1rem 5%;
}

.abstand10{
	margin-top:0.3rem;
}

.abstand15{
	margin-top:0.5rem;
}

.abstand25{
	margin-top:1.0rem;
}

#titel{
	background:#2e2f3d;
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding: 0.3rem 5% 0.5rem 5%;
}

h1 {
  line-height: 1.5;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

h2 {
  margin: 0;
  line-height: 1.5;
  font-size: 0.75rem;
  font-weight: 700;
}

.box-left {
  float: none;
  width: auto;
}

.box-right {
  float: none;
  width: auto;
	padding: 0.9rem 0 0 0;
}

#footer {
	padding: 1.1rem 5%;
	background: #2e2f3d;
	color: rgba(255,255,255,1.00);
	line-height: 1.7;
}

#footer::after {
  content: "";
  display: block;
  clear: both;
}

.textGross{
	font-size:0.8rem;
}

#logoUnten{
	position:inherit;
	right:auto;
	bottom:auto;
	width:50%;
	padding: 0.9rem 0 0 0;
}
	
    .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;
  	}
	
ul {
	margin:0;
	padding-left:0.9rem;
	list-style-type: none;
	list-style:none;
}

li {
	position: relative;
	padding: 0.3rem 0 0 0;
}

li::before{
	content:"";
	position: absolute;
	top: 0.6rem;
	left: -0.7rem;
	background:#aebd10;
	width:0.3rem;
	height:0.3rem;
}
	
.ausblenden {
	display: none;
}

.einblenden {
	display:block;
}
}

.refnr {}

.apply {}
