@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;
    }
	
#kreiseOben{
	text-align:right;
}

#kreiseOben img{
	width:40%;
}

#kreiseUnten{
	text-align:left;
}

#kreiseUnten img{
	width:40%;
}


#logoDiscoverMore{
position:inherit;
right:auto;
bottom:auto;
width:100%;
margin:1rem 0 0 0;
}

#logoDiscoverMore img{
width:35%;
}

#logo{
	float:left;
	width:32%;
	margin: 0 1rem 0 0;
}

#slogan{
	position:absolute;
	right:4%;
	bottom:1.1rem;
	width: auto;
}

.content {
	margin: 0 4%;
  padding: 1.1rem 4%;
	border:0.05rem solid #000;
	position: relative;
}
	
.abstand15{
	margin-top:0.5rem;
}

.abstand25{
	margin-top:1.0rem;
}

h1 {
  line-height: 1.2;
  font-size: 1.0rem;
  font-weight: bold;
  padding: 0;
  margin: 1rem 0 0 0;
	text-align: center;
	color:rgba(128,176,79,1);
}

h2 {
  margin: 1rem 0 0 0;
  line-height: 1.2;
  font-size: 0.68rem;
  font-weight: bold;
	color:rgba(128,176,79,1);
}

	
    .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;
  	}
	
ul {
	margin:0;
	padding-left:0.9rem;
	list-style-type: none;
	list-style:none;
}

li {
	position: relative;
}

li::before{
	content:"";
	position: absolute;
	top: 0.2rem;
	left: -0.7rem;
	background:#000;
	width:0.3rem;
	height:0.3rem;
	border-radius:0.3rem;
}	

.ausblenden {
	display: none;
}

.einblenden {
	display:block;
}
}

.refnr {}

.apply {}
