@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{
	width:40% !important;
}

.content {
	padding: 1rem 5% !important;
}

#titel{
	padding: 1rem 5% !important;
	text-align: center !important;
	font-size: 0.9rem !important;
}

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

h2 {
	margin: 0 0 0.3rem 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	font-size: 0.8rem !important;
	font-weight: 700 !important;
}

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

.flex {
  display: block !important;
}

.flex > div{
	width:100% !important;
	border:0.05rem solid #cfd2d4 !important;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e6eff3+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(230,239,243,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(230,239,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(230,239,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6eff3',GradientType=1 ); /* IE6-9 */
	padding: 0.3rem 0.5rem !important;
	margin: 1rem 0 0 0 !important;
}
	
.flex > div:first-child{
	margin: 0 !important;
}

/* -------------- FLEXBOX -------------------- */
	
    .box-left {
      float:none;
      width: auto;
    }
    .box-right {
      float:none;
      width: auto;
    }

    .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 {
	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{
	content:"•" !important;
	position: absolute !important;
	top: -0.15rem !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;
}
	
.video {
	width: 100%;
	height: 300px;
}

.ytp-cued-thumbnail-overlay-image {

    background-size: 100% !important;
    -moz-background-size: 100% !important;
    -webkit-background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;

}
}

@media only all and (max-width: 400px) {
 .video {
	width: 100%;
	height: 100px;
}
}

.refnr {}

.apply {}
