@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800');

 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

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

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    line-height: 1.4;
    color: #54565A;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #FFF;
    -webkit-print-color-adjust:exact;
    background: url('//anzeigen.jobsintown.de/job/files/1364937/bg.jpg') no-repeat bottom center;
    background-size:auto 100%;
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  font-size: 0.875rem;
}
a {
  color: #54565A;
  text-decoration: none;
}
p {
	padding-bottom: 1rem;
  text-align: justify;
}

h1 {
  font-size: 1.5em;
  line-height: 1.1;
  margin: -0.5rem 0 0.25rem;
}

h2 {
  font-size: 1.25em;
  line-height: 1.3;
  color:#0067B4;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

h3 {
  font-size: 1.25em;
  line-height: 1.3;
  color:#0067B4;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
h4{
  font-size: 1.125em;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

ul {
  padding: 0rem 0rem 1.25rem 0.25rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1rem;
}

li::before {
  content: "•";
  display: inline-block;
  font-size: 1.5em;
  position: relative;
  float: left;
  font-family: Arial, sans-serif;
  top: -0.3rem;
  color:#0067B4;
  margin-left: -1rem;
} 
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}
a:hover {
  text-decoration: underline;
}
.flex{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow:row wrap;
  text-align: left;
}
.flex .box{
  margin: 0;
}
.left {
  width: 49%;
}
.right {
  width: 49%;
}

.header {
  background-color: #FFF;
  box-shadow: 0 0.938rem 5rem -0.3rem rgba(0,0,0,0.2);
  position: relative;
}
.logo{
  padding:1rem 1.5rem;
  text-align: center;
}
.logo img{
    width: 17rem;
}
.title{
    position: absolute;
    bottom: 1rem;
    right: 0;
    padding: 1.25rem;
    background:rgba(0, 103, 180, 0.8);
    color: #FFF;
    z-index:2;
}
.content {
  padding: 0rem;
}
.box{
  padding: 1.25rem 1.5rem 0;
  margin: 1rem 0;
  background-color: #FFF;
  box-shadow: 0 0.938rem 1.5rem -0.3rem rgba(0,0,0,0.2);
}
.footer {
  padding:1.25rem 1.5rem 0;
  margin-top: 1rem;
  background: #0067B4;
  color: #FFF;
  text-align: center;
}
.footer p{
    text-align: center;
}
.footer a{
    color: #FFF;
}






/*--Button--*/
.button_box {
	text-align: center;
}

.button_box::after {
	clear: both;
	content: "";
	display: block;
}

.button a {
	display: inline-block;
	background: #707274;
	padding: 0.6rem 2rem 0.6rem 2rem;
	margin: 0 auto;
	cursor: pointer;		
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
}
.button a:hover {
	background-color:#fff;
	text-decoration: none;
	color: #707274;

}















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

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

.slideshow-4-bilder 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-4-bilder 16s linear infinite;
    animation: image-4-bilder 16s linear infinite;
}

@keyframes image-4-bilder {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }

    1% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(0);
    }

    26% {
        opacity: 1;
        transform: translateX(-100%);
    }

    27% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@-webkit-keyframes image-4-bilder {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }

    1% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(0);
    }

    26% {
        opacity: 1;
        transform: translateX(-100%);
    }

    27% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

.slideshow-4-bilder li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideshow-4-bilder li:nth-child(1) span {}

.slideshow-4-bilder li:nth-child(2) span {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.slideshow-4-bilder li:nth-child(3) span {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.slideshow-4-bilder li:nth-child(4) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

ul.slideshow-4-bilder {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
    border: 0;
}

.slideshow-4-bilder li::before {
    display: none;
}

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

#sliderBox{
               position: relative;
}

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

.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;
}

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

.clearfix:after {
   content: ".";
   clear: both;
   display: block;
   visibility: hidden;
   height: 0px;
}
.refnr {}

.apply {}
