/* Version: 25.04.2016 */



@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-LightItalic.woff2') format('woff2');
  font-weight: 300;
 font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-Italic.woff2') format('woff2');
  font-weight:400;
 font-style: italic;
}


@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-MediumItalic.woff2') format('woff2');
  font-weight:500;
  font-style: italic;
}


@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-SemiBoldItalic.woff2') format('woff2');
  font-weight:600;
 font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-BoldItalic.woff2') format('woff2');
  font-weight:700;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-BlackItalic.woff2') format('woff2');
  font-weight:800;
   font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}





@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-Regular.woff2') format('woff2');
  font-weight:400;
  font-style: normal;
}


@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-Medium.woff2') format('woff2');
  font-weight:500;
  font-style: normal;
}


@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-SemiBold.woff2') format('woff2');
  font-weight:600;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-Bold.woff2') format('woff2');
  font-weight:700;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-ExtraBold.woff2') format('woff2');
  font-weight:800;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: local('Fira Sans'),
       url('https://fonts.pwrk.dev/ofl/firasans/FiraSans-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.4;
	background-color: #FFF;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fira{font-family: 'Fira Sans', Arial, Helvetica, sans-serif;}

#rahmen {
	color:#003571;	
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #A7A9A4;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	position:relative;
}

#logo{
	padding:2% 4%;
	text-align: center;
}

#firma{
	padding:2% 4%;
}

#firma p{
	text-align:justify;
}

#content{
	padding: 2% 4%;
}

#content a:link, #content a:visited{
color:#003571;	
}

#content a:hover {
    color: #e30a15;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

.abstand15{
	margin-top:15px;
}

.linie{
	background:#e30a15;
	height:1px;
	margin:20px 0;
}

.rot{color:#e30a15;}
.blau{color:#003571;}

#titel{
	background:#003571;
	color: rgba(255,255,255,1.00);
	padding: 2% 4%;
	text-align: center;
}

h1{
	margin:10px 0 0 0;
	line-height: 1.2;
	font-size: 28px;
	font-weight: bold;
}

h2{
	margin: 0px;
	padding:0 0 3px 0;
	line-height: 1.2;
	font-size: 13px;
	font-weight: bold;
	color:#e30a15;
	border-bottom: 1px solid #003571;
}

/*Tabelle*/
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
                /* table-layout: fixed; */
}

.cell {
    display: table-cell;
}

.row {
    display: table-row;
}
/*Tabelle*/

#box_links{
	float:left;
	width:48%;
}

#box_rechts{
	float: right;
	width: 48%;
}
.clear{clear:both;font-size:0px;line-height:0px;}

#footer{
	background:#003571;
	color:rgba(255,255,255,1);
	padding:2% 4%;
	text-align:center;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

a img { border: none;
}

 
/* Zusatz*/ 

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color:#e30a15;
	text-decoration: none;
}
a:active{
	color: #fff;
	text-decoration: none;
}


.ausblenden {
	display:block;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

li {
	padding: 0px;
	padding-top:5px;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.refnr {}
.apply {}

/*Slider*/

.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;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  38% {
    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;
  }
 30% {
    opacity: 1;
  }
38% {
    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;
}


.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
			    border-bottom:none;
	            border-color: #fff;
                border-width: 0px;
				padding-bottom:5px;
}

/*---4Bilder---*/

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

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


.slideshow3 {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow3 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: image3 18s linear infinite;
  animation: image3 18s linear infinite;
}
@keyframes image3 {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image3 {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
 35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

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


ul.slideshow3 {
	margin:0;
}



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

}

.slideshow6 {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow6 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;
  }
  16% {
    opacity: 1;
  }
  24% {
    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;
  }
 20% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow6 li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 36s;
  animation-delay: 36s;
}
.slideshow6 li:nth-child(1) span {}
.slideshow6 li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow6 li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow6 li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.slideshow6 li:nth-child(5) span {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.slideshow6 li:nth-child(6) span {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

ul.slideshow {
	margin:0;
}


.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
			    border-bottom:none;
	            border-color: #fff;
                border-width: 0px;
				padding-bottom:5px;
}

/*--- Slideshow 3 Bilder ---*/

.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;
}
