/* Version: 17.01.2014 */

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-ThinItalic.woff2) format('woff2');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-ExtraLightItalic.woff2) format('woff2');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-LightItalic.woff2) format('woff2');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-Italic.woff2) format('woff2');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-Medium.woff2) format('woff2');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-SemiBoldItalic.woff2) format('woff2');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-BoldItalic.woff2) format('woff2');
	font-weight: 700;
	font-style: italic;
}

@font-face {
 	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-ExtraBoldItalic.woff2) format('woff2');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-BlackItalic.woff2) format('woff2');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-Thin.woff2) format('woff2');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-ExtraLight.woff2) format('woff2');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-Light.woff2) format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-Regular.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-Medium.woff2) format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-SemiBold.woff2) format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-Bold.woff2) format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-ExtraBold.woff2) format('woff2');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url(../../ofl/poppins/Poppins-Black.woff2) format('woff2');
	font-weight: 900;
	font-style: normal;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #012169;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 18px;
	background-color: #eee;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	line-height: 34px;
	font-size: 44px;
	font-weight: 700;
}

h2{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
}

.imgcenter{ 
	display: inline-block;
}


.carousel-container {
	padding-top: 9rem;
	overflow-x: hidden;
	 
}


 .carousel {
    width: 100%;
  
    white-space: nowrap;

   
  }



  .slide {
    display: inline-block;
   max-width: 25%;
    height: auto;
  
    text-align: center;
	


	  
  }
.slide img {
	width: 50%;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 0.05rem dotted #012169;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    height: auto;
    background-color: #fff;
    color: #012169;
    text-align: center;
    border-radius: 1rem;
    border: #012169 solid 0.01rem;
    padding: 0.5rem;
    /* Position the tooltip */
    position: absolute;
    bottom: 6rem;
    right: auto;
    left: 0rem;
    z-index: 5;
    display: inline-block;
    font-size: 0.65rem;
    line-height: 1.3;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
  }


.tooltip_long {
    position: relative;
    display: inline-block;
    border-bottom: 0.05rem dotted #012169;
  }

  .tooltip_long .tooltiptext_long {
    visibility: hidden;
 
    width:  15rem;
	
    height: auto;
    background-color: #fff;
    color: #012169;
    text-align: center;
    border-radius: 1rem;
    border: #012169 solid 0.01rem;
    padding: 0.5rem;
    /* Position the tooltip */
    position: absolute;
    bottom: 4rem;
    right: auto;
    left: -7.5rem;
    z-index: 5;
    display: inline-block;
    font-size: 0.65rem;
    line-height: 1.3;
  }

  .tooltip_long:hover .tooltiptext_long {
    visibility: visible;
  }


  .carousel-inner {
    transition: transform 0.3s;
	 
	
  }


  .controls {
    margin-top: 10px;
	  
  }

  .control-btn_left {
	  position: absolute;
	  left: 0rem;
	  top: 59%;
    display: inline-block;
    padding: 5px 10px;
    background-color: #dd0248;
    color: white;
    border: none;
    cursor: pointer;
  }

  .control-btn_right {
	  position: absolute;
	  right: 0rem;
	  top: 59%;
    display: inline-block;
    padding: 5px 10px;
    background-color: #dd0248;
    color: white;
    border: none;
    cursor: pointer;
  }

	.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction:column;
	flex-wrap: wrap;
}

#rahmen {

	padding: 0px;
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0 0.1rem 4.7rem -0.2rem rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0.1rem 4.7rem -0.2rem rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0.1rem 4.7rem -0.2rem rgba(0, 0, 0, 0.3);
	position: relative;
}

#logo{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.content{
	padding-top: 5%;
	padding-right: 7%;
	padding-bottom: 3%;
	padding-left: 7%;
}

.content2{
	padding-top: 5%;
	padding-right: 7%;
	padding-bottom: 5%;
	padding-left: 7%;
}

#box_oben{
	width: 53%;
	padding-left: 7%;
	position: absolute;
	left: 0px;
	top: 150px;
	color: #FFF;
}

.box_mitte{
	padding-top: 7%;
	padding-right: 7%;
	padding-bottom: 7%;
	padding-left: 7%;
	background-image: url(bg_blau.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	background-size: 100% 100%;
}

#box_unten{
}

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

.box_rechts{
	float: right;
	width: 48%;
}

.aufzaehlung{
padding:0 7%;
}

.box_left{
	float: left;
	width: 51%;
}

.box_right{
	float: right;
	width: 35%;
background-image:url(bg_lila.jpg);
background-position:top right;
background-repeat:no-repeat;
background-size:100%;
padding:1.5rem 1rem 1rem 1rem;
color:#ffffff;
}

.hellerblau{
	color:#36baf1;
}

#footer{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001d51+0,0054a9+100 */
	background: #001d51; /* Old browsers */
	background: -moz-linear-gradient(45deg, #001d51 0%, #0054a9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #001d51 0%,#0054a9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #001d51 0%,#0054a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d51', endColorstr='#0054a9',GradientType=1 );
	color: #FFF;
	padding-top: 7%;
	padding-right: 29%;
	padding-bottom: 7%;
	padding-left: 7%;
}

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

 
/* Zusatz*/ 

a:link {
	color: #b2c5d9;
	text-decoration: none;
}
a:visited {
	color: #b2c5d9;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
}
a:active{
	color: #b2c5d9;
	text-decoration: none;
}
 
.text_gross{
	font-size: 20px;
	line-height: 24px;
}

.titel_gross{
	font-size: 34px;
	line-height: 26px;
}
.titel_gross2{
	font-size: 32px;
	line-height: 36px;
}

.text_klein{
	font-size: 11px;
	line-height: 15px;
}

.titel_klein{
	font-size: 22px;
	line-height: 22px;
}

.hellblau {
	color: #b2c5d9;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

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

li {
	padding-top: 10px;
	padding-left: 5px;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}
.slider-wrap{
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
	border-top:0px solid #cf0038;
}

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