@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{
	padding: 1rem 5% !important;
}

#logo img{
	display: inline-block !important;
	width:40% !important;
}

.content{
	display:block !important;
}

.left{
	width:auto !important;
	padding: 1rem 5% !important;
}

.right{
	width:auto !important;
	padding: 1rem 5% !important;
}

#titel{
	z-index: 5 !important;
	position: inherit !important;
	left:auto !important;
	bottom:auto !important;
	width:100% !important;
	background:rgba(18,177,186,1) !important;
	padding: 0.5rem 5% !important;
	text-align: center !important;
}

#titel p{
	font-size:0.8rem !important;
}

h1 {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	font-size: 1.0rem !important;
	font-weight: 700 !important;
}

h2 {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4 !important;
	font-size: 0.75rem !important;
	font-weight: 700 !important;
}


#icons p{
	position: relative !important;
	padding: 0.5rem 0 0 1.5rem !important;
}

#icons img{
	position:absolute !important;
	top:0.6rem !important;
	left:0 !important;
	width:1rem !important;
}

.tooltip .tooltiptext {
	display: none !important;
}
/*----------------------------------*/
	
.box-left {
  float: none !important;
  width: auto !important;
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.2) !important;
	height:7rem !important;
	text-align: center !important;
	padding: 1rem !important;
	margin: 0.5rem 0 0 0 !important;
}

.box-left img {
	width:auto !important;
	height:100% !important;
	display: inline-block !important;
}

.box-right {
  float: none !important;
  width: auto !important;
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.2) !important;
	height:7rem !important;
	text-align: center !important;
	padding: 1rem !important;
	margin: 0.5rem 0 0 0 !important;
}

.box-right img {
	width:auto !important;
	height:100% !important;
	display: inline-block !important;
}

    .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%;
    }

ul {
	margin:0 !important;
	padding:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

li {
	position: relative !important;
	padding: 0 0 0 1rem !important;
}

li::before{
	content:"•" !important;
	position: absolute !important;
	top: -0.15rem !important;
	left: 0.05rem !important;
	color:rgba(18,177,186,1) !important;
	font-weight: 700 !important;
	font-size: 1rem !important;
}
	
.button_box {
	padding:0 !important;
	position: inherit !important;
	left:auto !important;
	bottom:auto !important;
	text-align: center !important;
	width:100% !important;
	margin: 1rem 0 0 0 !important;
}

.button a {
  padding: 0.5rem 1rem;
  width:100%;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
	font-size: 0.8rem !important;
}
.button a:hover {
  background-position: 15px center;
  background-color: #09595d;
  text-decoration: none;
  color: #fff;
}
	
.ausblenden {
	display: none;
}

.einblenden {
	display:block;
}
}

.refnr {}

.apply {}
