@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;
    }
	
	.content {
		padding: 1.1rem 4%;
	}

.abstandKlein{
	margin-top:0.2rem;
}

.abstand10{
	margin-top:0.3rem;
}

.abstand15{
	margin-top:0.5rem;
}

.abstand25{
	margin-top:1.0rem;
}

.linie{
	margin: 1.0rem 0;
	border-top:0.1rem dotted rgba(255,255,255,1.00);
	height: 0;
}

#titel{
	padding:1rem 4%;
	background: url(landkarte.jpg) no-repeat center center;
	background-size: cover;
}

#titelLeft{
	display: none;
}

#titelbild{
	display: none;
}

#titelRight{
	float: auto;
	padding:0;
	width:auto;
	color: rgba(255,255,255,1.00);
}

h1 {
	margin: 1rem 0 0 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.2rem;
	font-weight: 700;
}

h1 span {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 0.8rem;
	font-weight: 400;
}

h2 {
	margin: 0;
	padding: 0 0 0.6rem 2rem;
	line-height: 1.2;
	font-size: 1.0rem;
	font-weight: 700;
	color:#576D93;
	position: relative;
}

.right h2 {
	margin: 0;
	padding: 0 0 0.6rem 1.5rem;
	line-height: 1.2;
	font-size: 1.0rem;
	font-weight: 700;
	color:#fff;
	position: relative;
}

.icon{
	position:absolute;
	left:0;
	top:0;
	width:1.2rem;
}

/* -------------- FLEXBOX-------------------- */
#flexOben {
  display: block;
}

#flexUnten {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin:0;
	flex-wrap: wrap;
  flex-direction: row;
}

.left {
	width: auto;
	padding: 1rem 4%;
}

.right {
	width: auto;
	padding: 1rem 4%;
	background: #576D93;
	color:#fff;
}

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

.box-left {
  float: left;
  width: 48%;
}

.box-right {
  float: right;
  width: 48%;
}

#footer {
	background: #4C4C4E;
	color: rgba(255,255,255,1.00);
	padding: 1rem 4%;
}

#footerLeft {
	float: none;
	width:auto;
}

#footerLeft img{
	width:2rem;
	padding: 0 0.5rem 0 0;
	display: inline-block;
}

#footerRight {
	float: none;
	width:auto;
	padding: 1rem 0 0 0;
}

#footer::after {
  content: "";
  display: block;
  clear: both;
}

#mail{
	position: relative;
	padding: 0 0 0 2rem;
}

#mail img{
	position: absolute;
	width: 1.1rem;
	top:0;
	left:0;
}

#web{
	position: relative;
	padding: 0 0 0 2rem;
}

#web img{
	position: absolute;
	width: 1.5rem;
	top:0;
	left:0.3rem;
}

    .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 {}
