/* Version: 05.03.2018 */


/**
 * 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: 'Verdana', sans-serif;
  font-size: 100%;
  color: #323232;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
  text-rendering: optimizeLegibility;
}


img {
  max-width: 100%;
  height: auto;
  width: auto9;
  border: 0;
  vertical-align: middle;
}

a:link,
a:visited,
a:active,
a:focus {
  text-decoration: none;
  color: #828282;
}

a:hover {
  text-decoration: underline;
  color: #004a99;
}

p {
  margin: 0 0 0.75rem 0;
}

h1,h2 {
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #004a99;
}

h1 {
  margin-top: 1.5rem;
}

h2 {
  font-size: 1.2rem;
  color: #828282;
  margin-bottom: 1.5rem;
}

h3 {
  color: #004a99;
}

ul {
  margin: 0 auto 1rem .5rem;
  padding-left: .5rem;
  list-style-type: disc;
}

li {
  margin: auto auto 0.4rem auto;
  padding: 0;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: .02rem solid #A7A9A4;
  box-shadow: -.1rem .1rem 1rem #999;
  font-size: 0.75rem;
}

.frame-outer:after {
  content: "";
  display: block;
  clear: both;
}

.logo {
  position: relative;
  z-index: 10;
  padding-bottom: 2.5rem;
  -webkit-box-shadow: 0 5px 6px rgba(0,0,0,.4);
  box-shadow: 0 5px 6px rgba(0,0,0,.4);
}

.content,
.footer {
  position: relative;
  z-index: 10;
  padding: 1.1rem 3%;
  -webkit-box-shadow: 0 -5px 6px rgba(0,0,0,.4);
  box-shadow: 0 -5px 6px rgba(0,0,0,.4);
}

.content:after {
  content: "";
  display: block;
  clear: both;
}

.hide {
  display: none;
}

.flex {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.left,
.right {
  width: 48%;
}

.footer {
  z-index: 11;
}

.footer:after {
  content: "";
  display: block;
  clear: both;
}

.slider-wrap{
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
}

.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;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  34% {
    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;
}
.refnr {}

.apply {}
