/* Version: 17.01.2014 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3rem;
}

p {
	margin:0;
}

h1{
	margin: 0px;
	line-height: 30px;
	font-size: 30px;
	font-weight: normal;
}
h2{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
}
#rahmen {
	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: -0.5px 5px 15px #999;

}


#rahmen_top {
	padding: 0px;

}
#rahmen_bottom {
	padding: 0px;
	background-image: url(footer_preis.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content{
	padding: 1.5rem 3.5% 1rem;
    font-size: 0.9rem ;
}

#logo{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: baseline;
    margin: 1rem 0;  
	padding: 1rem 3.5%;
}

.firma {
    
    font-size: 1rem;
}

.logo-left {
    width: 30%;
}

.logo-right {
    
    width: 45%;
}

#box_oben{
}

#box_unten{
}

#box_mitte{
}

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

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



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

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


.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

#footer{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 1rem 0;  
}

.footer-left {
     width: 60%;
  padding: 2rem 0 0;
}

.footer-middle {
   width: 20%;
  padding: 0;
}

.footer-right {
    width: 20%;
  padding: 0;
}

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

 
/* Zusatz*/ 

a:link {
	color: #004b93;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004b93;
}
a:hover {
	text-decoration: underline;
	color: #004b93;
}
a:active{
	text-decoration: none;
	color: #004b93;
}
 
.text_gross{
	font-size: 16px;
	line-height: 20px;
}

.text_gross2 {
	font-size: 14px;
	line-height: 18px;
}

.titel_gross{
	font-size: 26px;
	line-height: 35px;
}

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

.titel_klein{
	font-size: 19px;
	line-height: 25px;
}
.titel_klein2{
	font-size: 25px;
	line-height: 30px;
}

.farbe {
	color: #004b93;
}

.abstand{
	margin-bottom: -10px;
}

ul {
	margin-left: 9px;
	padding-left: 9px;
	margin-top: 0px;
	list-style-type: disc;
	list-style-image: url(//anzeigen.jobsintown.de/job/files/1322487/arrow_right.gif);
}
li {
	margin: auto;
	padding: 0;
}

	#bild1{
}
	
	#bild2{
}

.refnr {}

.unsichtbar{
	display:block;
}

/* Slideshow mit 3 Bildern */

.slider-wrap-3{
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
	margin-top: 0;
	border-top: 0.1rem solid #004b93;
		border-bottom: 0.25rem solid #004b93;
	z-index: 0
	}

.slideshow-3 {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 0;
	
}
.slideshow-3 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-3 18s linear infinite;
  animation: image-3 18s linear infinite;
}
@keyframes image-3 {
  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-3 {
  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-3 li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18;
}
.slideshow-3 li:nth-child(1) span {}
.slideshow-3 li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow-3 li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}


ul.slideshow-3 {
	margin:0;
padding: 0;
}

/* Slideshow mit 4 Bildern */

.slider-wrap-4 {
	max-width: 720px;
  	width: 720px;
  	height: auto;
	position: relative;
	margin: 0;
	border-top: 0.1rem solid #004b93;
	border-bottom: 0.25rem solid #004b93;
	z-index: 0
	}

.slideshow-4 {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
	
}
.slideshow-4 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;
  }
  2% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  23% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  2% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  23% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

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

ul.slideshow-4 {
	margin:0;
}





.slideshow-5 {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow-5 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 30s linear infinite;
    animation: image 30s linear infinite;
}
  
@keyframes image {
    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;
    }
    20% {
      opacity: 1;
    }
    25% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image {
    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;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow-5 li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow-5 li:nth-child(1) span {}
.slideshow-5 li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow-5 li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow-5 li:nth-child(4) span {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

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

ul.slideshow-5 {
    margin: 0;
    padding-left: 0;
}

.slideshow-5 li::before {
	display: none;
}









.apply {}

.nobullets{
list-style:none;
}

.punktpunktpunkt {
	list-style-type: none;
	list-style-image: none;

}

.punktpunktpunkt li {
position:relative;
} 

.punktpunktpunkt li::before {
    position: absolute;
    top: -1px;
    left: -15px;
    content: "...";
    font-size: 0.9rem;
}
