/* Version: 17.01.2014 */

@import url(../../css2_a8241a3caa4e8bd9.css);

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



 .carousel {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #ccc;
  }

  .slide {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    text-align: center;
    line-height: 100px;
  }

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

  .controls {
    margin-top: 10px;
  }

  .control-btn {
    display: inline-block;
    padding: 5px 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
  }



#rahmen {
	padding: 0px;
	width: 720px;
	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 {}
