/* Version: 05.03.2018 */


 /* ------------------- NICHT VERÄNDERN ------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	 line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

 /* ----------------------------------------------------------- */

body {
	font-family: Meiryo, Helvetica, sans-serif;
	/* ------------------- NICHT VERÄNDERN ------------------------- */
	font-size: 100%;
	/* ------------------------------------------------------------ */
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #f1f1f1;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

p {
	margin: 0;
}

h1 {
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {
	margin: 0;
	line-height: 1.2;
	font-size: 1rem;
	font-weight: normal;
}

.frame-outer {
	position: relative;
	padding: 0;
	width: 720px;
	margin: 1.3rem auto;
	background-color: #fff;
	border: 0.02rem solid #A7A9A4;
	box-shadow: -0.1rem 0.1rem 1rem #999;
	font-size: 0.8rem;
}

.frame-outer::after {
	content: "";
	display: block;
	clear: both;
}

.content {
	padding: 1rem 5%;
}

.content::after {
	content: "";
	display: block;
	clear: both;
}

.logo {
	width: 10rem;
	margin: 1rem auto;
}

.box_dunkel{
	background-color: #636267;
	color: #fff;
	padding: 0.3rem 5%;
}

.box_mittel{
	background-color: #cccccc;
	padding: 1rem 5%;
}

.schrift{
	font-family: "Lucida Grande", Verdana, "sans-serif";
}

.blau{
	color: #005bac;
}

.marg_top{
	margin-top: 1rem;
}

.border{
	border-top: 2px solid #cccccc;
}

#box-left {
	float: left;
	width: 58%;
	padding: 1rem 1% 1rem 5%;
}

#box-right {
	float: right;
	width: 40%;
}

#footer {
	background-color: #eeeeee;
	padding: 1rem 5%;
}

#footer::after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	border: 0;
	vertical-align: middle;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #005bac;
}

a:active {
	text-decoration: none;
	color: #000;
}

ul {
	margin-top: 0.3rem;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0.5rem;
	padding-left: 0.5rem;
	list-style-type: disc;
}

li {
	/*-- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT --*/
	/* position: relative; */
	/* --------------------------------------------------------------------- */
	margin: auto;
	padding: 0.1rem 0;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
}

.left {
	width: 100%;
	padding: 0;
	margin-right: 0.7rem;
}

.right {
	width: 100%;
	padding: 0;
	margin-left: 0.7rem;
}

p:empty {
	height: 0.625rem;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.hide {
	display: none;
}

.refnr {}

.justifier {
	text-align: justify;
	text-align-last: justify;
}

.justifier:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.slider-wrap{
        max-width:720px;
        width: auto;
        height: auto;
        position:relative;
        border-top:5px solid #636267;
		border-bottom:5px solid #636267;
}

.slideshow {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 24s linear infinite;
  animation: image 24s linear infinite;
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
        margin:0;
        padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
ul.slideshow {
        margin:0;
}
.apply {}
