@import url(../../css2_b9c09c17098dd225.css);

body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    color: #54595f;
    text-decoration: none;
    font-weight: 400;
    word-spacing: normal;
    background-color: #FFF;
    line-height: 1.3;
    background-attachment: fixed;
    background-image: url(neu_punkte-blau-unten-rechts.png);
    background-repeat: no-repeat;
    background-position: right bottom;
	background-size: 50%;
	margin: 0;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: 600;
}

h2{
	margin: 0px;
	font-size: 1.2rem;
	line-height: 1.25;
	font-weight: 600;
}

h3{
	margin: 0px;
	font-size: 1rem;
	font-weight: 400;
}

hr{
	margin: 1.5rem 0 1rem 0;
	height: 1px; 
	background-color: #FFF; 
	border: 0;
}

#rahmen {
	padding: 0px;
	width: 780px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 0.85rem;
	position: relative;
	background-color: #FFF;
	box-shadow: 0px 0px 80px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 80px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 80px rgba(0,0,0,.2);
}

.logo{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}

.logo img{
	width: 220px;
}

.punkte {
    position: absolute;
	right: 0;
	bottom: 0;
	z-index: 14;
	width: 65%;
}

.header {
    position: relative;
}

.content{
	background-color: #FFF;
	padding: 4% 6%;
}

.titel{
	position: absolute;
	left: 6%;
	bottom: 5rem;
	color: #039FE3;
	z-index: 20;
	width: 70%;
}

.box_oben{

}

.box_mitte{
}

.box_unten{
}

.box_links{
	float: left;
	width: 48%;
}

.box_rechts{
	float: right;
	width: 48%;
}

.bgBild{
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.bgText{
	padding: 2em;
}

.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: #FFF;
}

.flex > div{
	position: relative;
}

.left {
	width: 50%;
}

.right {
	width: 50%;
}

.footer{
    background-color: #039FE3;
    color: #FFF;
    padding: 4% 6%;
    background-image: url(bea-punkte-rechts-weiss2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
	background-size: 80%;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFF;
	-webkit-transition: color .2s;
	transition: color .2s;
}

a:hover {
	text-decoration: none;
	color: #54595f;
}
 
.text_gross{
	font-size: 1.05rem;
}

.titel_gross{
	font-size: 2.6rem;
	line-height: 1.1;
}

.text_klein{
}

.titel_klein{

}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	padding: 0.75rem 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: solid 2px #FFF;
}
.button:hover {
	color: #039FE3;
	text-decoration: none;
	background-color: #FFF;
}

.farbe {
	color: #039FE3;
}

.weiss {
	color: #FFF;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

ul {
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1rem;
	list-style-type: none;
	list-style: none;
}

li {
	padding-top: 0.5rem;
	text-indent: -15px;
}

ul li::before {
    content: "•";
    padding-right: 10px;
}

.slider-wrap ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style: none;
}

.slider-wrap li {
	padding-top: 0;
	text-indent: 0;
}

.slider-wrap ul li::before {
    content: none;
    padding-right: 0;
}


#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
}

.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 18s linear infinite;
  animation: image 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;
  }
  37% {
    opacity: 1;
  }
  45% {
    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;
  }
  37% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
    margin:0;
    padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.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;
}
ul.slideshow {
    margin:0;
}

.refnr {}

.apply {}
