@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;
		background-image: none;
    }
    .frame-outer {
      width: 100%;
      font-size: 0.7rem;
		margin: 0 auto 1.3rem auto;
    }
	
	#logo {
      width: 100%;
    }
	
	#sliderBox {
      width: 100%;
		margin: 0 auto;
		padding: 1rem;
    }
	
	.abstand10{
	margin-top:0.3rem;
	}

	.abstand15{
	margin-top:0.5rem;
	}

	.abstand25{
	margin-top:1.0rem;
	}
	
.content {
  padding:1rem 1.3rem;
}
	
h1 {
	margin: 1.0rem 0 0 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.2rem;
	font-weight: 700;
	color: #88a4b6;
	text-shadow: 0.05rem 0.05rem #fff;
}

h2 {
	margin: 1.0rem 0 0 0;
	padding: 0;
	line-height: 1.4;
	font-size: 0.75rem;
	font-weight: 700;
}
	
	.justify{
		text-align:left;
	}
	
    .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%;
    }

#footer {
	margin: 1rem 0 0 0;
	padding:1rem 1.3rem;
	border-top:0.05rem solid #454647;
}
	
ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

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

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

.einblenden {
	display:block;
}
}

.refnr {}

.apply {}
