@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:0.5rem 5% !important;
}

#logo img{
	width:40% !important;
}

.content {
  padding: 1rem 5% !important;
}

.bgVerlauf{
background: -moz-linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(60%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%);
padding: 1rem !important;
}

.bgWeiss{
	padding: 0.5rem !important;
}

#titel{
	padding: 1rem 5% !important;
	text-align: center !important;
}

h1 {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	font-size: 1.2rem !important;
	font-weight: 700 !important;
}

h2 {
	position: relative !important;
	margin: 0 !important;
	padding: 0 0 0.3rem 0 !important;
	line-height: 1.4 !important;
	font-size: 0.8rem !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}

	
    .box-left {
      float:none;
      width: auto;
    }
    .box-right {
      float:none;
      width: auto;
    }

    .flex {
      display: block !important;
    }

	.flex > div{
		width:100% !important;
	}
	
	.flex > div:last-child{
		width:100% !important;
		margin: 1rem 0 0 0 !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%;
    }
	
.word{word-spacing:0rem !important;}
.letter{letter-spacing:0rem !important;}
.spacing{
	word-spacing:0rem !important;
	letter-spacing:0rem !important;
}
	
#footer .bgWeiss{
	padding: 0.5rem !important;
}

#footer {
	padding: 1rem 5% !important;
	text-align: center !important;
}
	
ul {
	margin:0 !important;
	padding:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

li {
	position: relative !important;
	padding: 0 0 0.3rem 1rem !important;
}

li:last-child{
	position: relative !important;
	padding: 0 0 0 1rem !important;
}

li::before{
	position: absolute !important;
	top:0.05rem !important;
	left:0.05rem !important;
	width: 0.4rem !important;
}
	
/*-----Slider-----*/

.slideshow li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}

ul.slideshow {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow li::before{
	display:none !important;
}

.slideshow ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}
	
.ausblenden {
	display: none;
}

.einblenden {
	display:block;
}
}

.refnr {}

.apply {}
