@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{
	z-index: 10 !important;
	position: absolute !important;
	top:1rem !important;
	right:5% !important;
	width:30% !important;
}

#logo img{
	width:100% !important;
}

#headerbild{
	position:relative !important;
}

.content {
  padding: 1rem 5% !important;
}

.textGross{font-size:0.85rem !important;}

h1 {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
}

h2 {
	margin: 0 0 0.2rem 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	font-size: 0.8rem !important;
	font-weight: 700 !important;
}
	
    .box-left {
      float:none !important;
      width: auto !important;
    }
    .box-right {
      float:none !important;
      width: auto !important;
		margin: 1rem 0 0 0 !important;
    }

    .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%;
    }
	
.word{word-spacing:0rem !important;}
.letter{letter-spacing:0rem !important;}
.spacing{
	word-spacing:0rem !important;
	letter-spacing:0rem !important;
}
	
#footer {
	margin: 1rem 0 0 0 !important;
}

.footerflex {
  display: flex !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
	flex-wrap: wrap !important;
  flex-direction: row !important;
}

#bgFooterBlau{
	width:3% !important;
}

#adresse{
	width:97% !important;
	padding: 0 5% 1rem 2% !important;
	font-size: 0.65rem !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 1rem !important;
}

li::before{
	content:"▪" !important;
	position: absolute !important;
	top: -0.2rem !important;
	left: 0.05rem !important;
	font-size: 0.9rem !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 {}
