﻿@charset "utf-8";
/* Standard */

@font-face {
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}


* {
	box-sizing:border-box;
}

html {
	min-height: 100%;
	}
	
body {
	color: #686868;
	font-family: 'Open Sans',sans-serif;
	font-size: 0.875em;
	line-height: 1.231em;
	background: #D8E1F2 url('pattern.png') repeat;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	border-top: solid thin #000;
	border-right: solid thin #000;
	border-bottom: solid thin #000;
	border-left: solid 0.313rem #2e5fac;
	background-color: #F4F7FC;
	overflow: hidden;
	box-shadow: 0 0 0.625rem #A6A6A6;
}

h2 + p, h2 + ul {
	margin-top: 0.308rem;
}

h1 {
	text-align: center;
	font-size: 1.692em;
	line-height: 1.1em;
}

h1 span {
  	font-size: 0.7em;
}

h2 {
	font-size: 1.231em;
	line-height: 1.231em;
	margin-bottom: 0;
}

a:link {
	color: #2460a6;
	text-decoration: none;
}

a:visited {
	color: #2460a6;
	text-decoration: underline;
}
a:active {
	color: #2460a6;
	text-decoration: underline;
}
a:hover {
	color: #686868;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}

ul {
	padding-left: 2rem;
}

li {
	padding-bottom: 0.2rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}



.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}



/* Ende Standard */


/* Header */

#header a img {
    margin: 2rem auto 0;
    padding-bottom: 0.938rem;
    border-bottom: solid 0.125rem #2e5fac;
}

#header hr {
	margin: 0 2rem 1.875rem;
	border: none;
	background: #BDCCE1;
	height: 0.063rem;
}

#header #aside {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

#header #aside li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

#header #aside li:first-child {
	position: relative;
	display: block;
	float: left;
}

#header #aside img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/* Ende Header */


/* Article */

#article {
	padding: 0 2rem;
}

#article h1 {
	color: #2460a6;
	line-height: 1.3;
}

#article h2 {
	color: #2460a6;
}

#article h1 span {
	font-weight: normal;
}

/* Ende Article */


/* Footer */

#footer {
	padding: 0 2rem;
}

#footer hr {
	margin: 0 0 0.625rem;
	border: none;
	background: #BDCCE1;
	height: 0.063rem;
}

.button a {
  	display: block;
	margin: 2rem 16.5rem;
	padding: 0.6rem 1rem;
	text-align: center;
	text-decoration: none;
  	background: #2460a6;
	color: #fff !important;
	border: 0.1rem solid #2460a6;
	cursor: pointer;
  	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
}

.button a:hover {
	text-decoration: none;
  	background-position: 15px center;
  	background-color: transparent;
	border: 0.1rem solid #2460a6;
  	color: #2460a6 !important;
}
.slider-wrap{
	max-width:800px;
  	width: auto;
  	height: auto;
	position:relative;
	border-top:0px solid #cf0038;
}

.slideshow,
.slideshow2 {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow li span,
.slideshow2 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;
}

.slideshow2 li span {
  -webkit-animation: image2 18s linear infinite;
  animation: image2 18s 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;
  }
}

@keyframes image2 {
  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;
  }
  25.333% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image2 {
  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;
  }
  25.333% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li,
.slideshow2 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,
.slideshow2 li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span,
.slideshow2 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,
ul.slideshow2 {
	margin:0;
}


/*-----Slider-----*/

.slider-wrap_3Bilder {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
	z-index: 2;
}

.slideshow_3Bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow_3Bilder 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_3Bilder 9s linear infinite;
  animation: image_3Bilder 9s linear infinite;
}

@keyframes image_3Bilder {
  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;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_3Bilder {
  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;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow_3Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow_3Bilder li:nth-child(1) span {}
.slideshow_3Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_3Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

ul.slideshow_3Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_3Bilder li::before{
	display:none !important;
}

.slideshow_3Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

.slideshow_4Bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow_4Bilder 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_4Bilder 24s linear infinite;
  animation: image_4Bilder 24s linear infinite;
}

@keyframes image_4Bilder {
  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_4Bilder {
  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_4Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow_4Bilder li:nth-child(1) span {}
.slideshow_4Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_4Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_4Bilder li:nth-child(4) span {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

ul.slideshow_4Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_4Bilder li::before{
	display:none !important;
margin:0 !important;
	padding: 0 !important;
}

.slideshow_4Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}




/* Responsive */
@media only screen and (max-width:50rem) {
	#wrapper {
		border:none;
		margin: 0 auto;
	}

	#article, #footer {
		padding: 0 1rem;
	}

	#article h1 {
		text-align: left;
	}

	

	a:link,a:active,a:visited {
		color: #2460a6;
		font-size: 1rem;
	}

	a:hover {
		text-decoration: none;
	}

/*-----Slider-----*/

.slideshow_3Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}

ul.slideshow_3Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_3Bilder li::before{
	display:none !important;
}

.slideshow_3Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}



	
.button a {
	margin: auto;
}

}
/* Ende Responsive */
.refnr {}

.apply {}
