/* Version: 17.01.2014 */
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
	font-family: 'Exo', sans-serif;
	font-size: 100%;
	color: #0f3467;
	text-decoration: none;
	font-weight: 300;
	word-spacing: normal;
	background-color: #BDBDBE;
	line-height: 1.45;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 500;
}

h1{
	margin: 0px;
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 300;
}

h2{
	margin: 0px;
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 300;
}

h3{
	margin: 0px;
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: 300;
}

#rahmen {
	padding: 0px;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 10px 60px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 10px 60px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 10px 60px rgba(0,0,0,.2);
	font-size: 0.85rem;
}

.logo{
	background-color: #F8F8F8;
	padding: 4%;
}

.content{
	padding: 4%;
}

.flex2 {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.left2 {
	width: 24%;
}

.bgBild{
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.bgBild:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
	transition: all .35s;
}

.box{
	padding: 31px;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
	background-color: #0F3467;
	color: #FFF;
}

.left{
	width: 50%;
	position: relative;
}

.right {
	width: 50%;
	position: relative;
}

.box_oben{

}

.box_mitte{
	padding-top: 7%;
}

.box_unten{
	padding: 4%;
	background-color: #F8F8F8;
	color: #616568;
}

.box_links{
	float: left;
	width: 48%;
}

.box_rechts{
	float: right;
	width: 48%;
}

#footer{
	background-color: #0A2448;
	color: #bfc9d3;
	padding: 4%;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #bfc9d3;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
	color: #0A75BD;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.2rem;
	list-style: none;
}

ul li {
	position: relative; 
	padding-top: 0.5rem;
}

ul li::before {
	position: absolute;
	top: 0.5rem;
	left: -1.1rem;
	content: "+";
	transform: scale(1.75);
} 

.slider-wrap ul {
	padding: 0px;
	margin: 0px;
}

.slider-wrap li {
	padding: 0px;
}

.slider-wrap ul li::before {
	content: none;
} 

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  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;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
	transform: translateX(0);
  }
   
  
  25% {
	  opacity: 1;
    transform: translateX(0);
  }
  
  26% {
     opacity: 0;
    transform: translateX(100%);
  }
 
}
@-webkit-keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
	transform: translateX(0);
  }
   
  
  25% {
	  opacity: 1;
    transform: translateX(0);
  }
  
  26% {
     opacity: 0;
    transform: translateX(100%);
  }
 
}

.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 {}
