/* Version: 07.06.2017 */

/* --- Normal --- */
@font-face { font-family: "Roboto";
	 
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

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


body {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 17px;
	background-color: #FFF;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#rahmen {
	color: #000;
	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: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	position:relative;
}

#header{
	padding: 12px 30px;
		background-color: #003151;
	
}

.logo{
	width: 66%;
	margin-top: -7px;
}

#logo{
	width: 65px;
}

#content{
	padding: 50px 30px 20px 30px;
}

#content2{
	padding: 20px 30px 20px 30px;
}


#footer{
	padding: 20px 30px;
		background-color: #003151;
color:#fff;
}


.blau_hg{
	background-color: #003151;
	
}

.blau_text{
    color: #003151;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 20px 0;
	line-height: 40px;
	font-size: 35px;
	font-weight: bold;
	color: #003151;
}

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

.untertitel{
	margin-bottom: 5px;
	line-height: 17px;
	font-size: 14px;
	color: #003151;
	font-weight: bold;
}

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

#box_rechts{
	float: right;
	width: 48%;
}
#box_links_firma{
	float:left;
	width:100%;
}

#box_rechts_siegel{
float: right;
width: 16%;
padding-right: 4%;
}

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


#box_rechts_footer{
float: right;
width: 35%;
padding-top: 15px;
}

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



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



 
/* Zusatz*/ 

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

a.bluelink { color: #003151; }

a.bluelink:hover { text-decoration: underline;}

.ausblenden {
	display:block;
}

ul {
                margin:0px;
				margin-bottom: 4%;
                padding-left: 14px;
                list-style-type: disc;
 
         
}

ul.kreis{
	list-style-type: none;
	list-style-image: url(kreis.png);
	
}

li {
                padding-left: 2px;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.refnr {}



.button a {
    color: #003151;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 160px;
    height: 30px;
    cursor: pointer;
   	display: block;
    position: relative;
    padding: 12px 0 0 0;
    margin:15px 0px;
	box-shadow:2px 2px 4px #000000;
	font-size:15px;
	background-color: #fff;
	
}
.button a:hover {
	background:#94A0A6;
}

.button2 a {
    color: #003151;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 160px;
    height: 30px;
    cursor: pointer;
   	display: block;
    position: relative;
    padding: 6px 0 0 0;
    margin:15px 0px;
	box-shadow:2px 2px 4px #000000;
	font-size:15px;
	background-color: #fff;
	
}
.button2 a:hover {
	background:#94A0A6;
}


.slider-wrap{
	max-width:720px;
  	max-height:300px;
  	width: auto;
  	height: auto;
	position:relative;
	padding-top:39%;
}

.slideshow {
  position: absolute;
width: 98%;
height: 113%;
  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;
  }
  17% {
    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;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    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 {
  background-image: url(//anzeigen.jobsintown.de/job/files/1310287/slider1.jpg);
}
.slideshow li:nth-child(2) span {
  background-image: url(//anzeigen.jobsintown.de/job/files/1310287/slider2.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  background-image: url(//anzeigen.jobsintown.de/job/files/1310287/slider3.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
ul.slideshow {
	margin:0;
}


/*Slider5Bilder*/

.slider-wrap2{
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
}

.slideshow2 {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow2 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: image1 30s linear infinite;
  animation: image1 30s linear infinite;
}
@keyframes image1 {
  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;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image1 {
  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;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

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


.apply {}

.textGroesser{
font-size:14px;
}
