/* Version: 17.01.2014 */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	background-color: #F6F6F6;
	line-height: 1.35;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.6rem;
	font-weight: 600;
}

h2{
	margin: 0px;
	font-size: 1.2rem;
	font-weight: 600;
}

#rahmen {
	padding: 0px;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 0px 40px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
	font-size: 0.95rem;
}

.logo{
	padding: 3% 6%;
}

.logo img{
	width: 80px;
}

.content{
	padding: 6%;
}

.box_oben{

}

.box_mitte{
    background-image: url(//anzeigen.jobsintown.de/job/files/1377893/service-slider-bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
	background-size: cover;
	background-attachment: fixed;
	padding: 6%;
}

.box{
	padding: 3%;
	background-color: #FFF;
}

.box2{
	padding: 3%;
	color: #FFF;
	background: rgb(0,142,152); /* The Fallback */
	background: rgba(0,142,152, 0.8);
}

.box_unten{
	background-color: #134094;
	color: #FFF;
	padding: 3% 6%;
	border-top: solid 3px #FFF;
}

.box_links{
	float: left;
	width: 48%;
}

.box_rechts{
	float: right;
	width: 48%;
}

.map {
    padding: 0px !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#footer{
	background-color: #999999;
	color: #FFF;
	padding: 1rem 6%;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe1 {
	color: #004494;
}

.farbe2 {
	color: #008e98;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #004494;
	padding: 0.8rem 2rem;
	font-weight: 700;
	text-transform: uppercase;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #008e98;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.05rem;
	list-style-type: none;
	list-style: none;
}

li {
	padding-top: 0.7rem;
	text-indent: -1.05rem;
}

ul li::before {
    content: "›";
    padding-right: 0.6rem;
	font-size: 1.5rem;
	line-height: 0;
}

.slider-wrap ul {
	padding: 0px;
	margin: 0px;
}

.slider-wrap li {
	padding: 0px;
	text-indent: 0rem;
}

.slider-wrap ul li::before {
	content: none;
} 

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
}

.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 24s linear infinite;
  animation: image 24s linear infinite;
}
@keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
	transform: translateX(0);
  }
   
  
  25% {
	  opacity: 1;
    transform: translateX(0);
  }
  
  26% {
     opacity: 0;
    transform: translateX(100%);
  }
 
}
@-webkit-keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
	transform: translateX(0);
  }
   
  
  25% {
	  opacity: 1;
    transform: translateX(0);
  }
  
  26% {
     opacity: 0;
    transform: translateX(100%);
  }
 
}

.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 {}
