/* Version: 17.01.2014 */

@font-face { 
	font-family: "Open Sans";	 
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face { 	
	font-family: "Open Sans";	 
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}

body {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003154;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 17px;
}

p {
	margin:0;
}

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

h3{
	margin: 0px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
#rahmen,
#rahmen2 {
	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;
}

#rahmen2 {
        position: relative;
}

.box_mittig {
        width: 45%; 
        margin: 0 auto;
}

.blue_subline,
.green_subline {
color: #fff;
text-transform: uppercase;
font-weight: bold;
position: absolute;
letter-spacing: 0.2em;
font-size: 0.9em;
}

.blue_subline,
.green_subline2 {
color: #fff;
text-transform: uppercase;
font-weight: bold;
position: absolute;
letter-spacing: 0.2em;
font-size: 0.9em;
}

.blue_subline {
top: 271px;
left: 42px;
}

.green_subline {
top: 271px;
right: 81px;
}

.green_subline2 {
top: 271px;
right: 41px;
}

#content{
	margin-right: 3.5%;
	margin-left: 3.5%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

#box_oben{
}

#box_unten {
  position: absolute;
  right: 0;
  bottom: 3.7rem;
}

#box_rechts{
float: right;
width: 49%;
}
	
#box_mitte{
}
	
#box_links{	
float: left;
width: 49%;
}

#footer{
	text-transform: uppercase;
	text-align: center;
}

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

 
/* Zusatz*/ 

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #6eb442;
}
a:active{
	text-decoration: none;
	color: #000000;
}


a.hellgruen:link {
	color: #6cb635;
	text-decoration: none;
}
a.hellgruen:visited {
	text-decoration: none;
	color: #6cb635;
}
a.hellgruen:hover {
	text-decoration: underline;
	color: #6eb442;
}
a.hellgruen:active{
	text-decoration: none;
	color: #6cb635;
}

.text_gross{
	font-size: 16px;
	line-height: 20px;
}

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

.text_klein {
	font-size: 0.65rem;
	line-height: 17px;
}
.titel_klein{
	font-size: 19px;
	line-height: 25px;
}

.farbe {
	color: #0A75BD;
}

.hellgruen {
	color: #6cb635;
}

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

ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

li {
	position: relative;
	padding: 0 0 0 1rem;
}

li:last-child{
	padding-bottom:0;
}

li::before{
	content:url(//anzeigen.jobsintown.de/job/files/1308333/bp.svg);
	position: absolute;
	top: 0.3rem;
	left: 0.05rem;
        width:0.3rem;
}

	#bild1{
}
	
	#bild2{
}

.refnr {}

.unsichtbar{
	display:block;
}

.blocksatz {
    text-align: justify;
}

.blocksatz:after {
    content: "";
    display: inline-block;
    width: 100%;
}

/* button */

.button_box{
    text-align:center;
}

.button a {
    background: #123487 scroll right top ;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    display: inline;
    position: relative;
	margin:0 auto;
	padding:10px 40px;
}
.button a:hover {
	background:#2d5aae;
}

	.ausblenden {
	
	}

/*-----Slider-----*/

#sliderBox{
	position: relative;
}

.slider-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
	z-index: 2;
}

/*---3Bilder---*/

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

.slideshow_3Bilder 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_3Bilder 9s linear infinite;
  animation: image_3Bilder 9s linear infinite;
}

@keyframes image_3Bilder {
  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_3Bilder {
  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_3Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow_3Bilder li:nth-child(1) span {}
.slideshow_3Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_3Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

ul.slideshow_3Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_3Bilder li::before{
	display:none !important;
}

.slideshow_3Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

/*---4Bilder---*/

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

.slideshow_4Bilder 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_4Bilder 12s linear infinite;
  animation: image_4Bilder 12s linear infinite;
}

@keyframes image_4Bilder {
  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_4Bilder {
  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_4Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow_4Bilder li:nth-child(1) span {}
.slideshow_4Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_4Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_4Bilder li:nth-child(4) span {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

ul.slideshow_4Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_4Bilder li::before{
	display:none !important;
}

.slideshow_4Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

.apply {}
