/* Version: 17.01.2014 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	word-spacing: normal;
	line-height: 20px;
	background-color: #FFF;
	background: url(//anzeigen.jobsintown.de/job/files/1313093/verlauf.png) repeat-y center;
	letter-spacing: 0.02em;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	line-height: 34px;
	font-size: 30px;
	font-weight: 300;
}

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

strong{
	font-weight: 700;
}

#rahmen {
	padding: 0px;
	width: 710px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 5px solid #fff;
	position: relative;
}

#logo{
	background-image: url(//anzeigen.jobsintown.de/job/files/1313093/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	background-color: #000;
	padding: 4%;
	border-bottom: solid 5px #FFF;
	min-height: 70px;
}

#content{
	padding: 4%;
}

#box_oben{
	background-color: #000;
	color: #FFF;
	padding: 4%;
	border-top: solid 5px #FFF;
}

.box_mitte{
	border: solid 1px #000;
	padding: 25px;
}

#box_unten{
}

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

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

.box_links2{
	float: left;
	width: 32%;
	padding-right: 2%;
}

.box_rechts2{
	float: right;
	width: 32%;
}

.flex {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.left,
.right {
    width: 40.5%;
    border: solid 1px #000;
    padding: 25px;
}

#footer{
	background-color: #000;
	color: #FFF;
	padding-top: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	border-top: solid 5px #FFF;
}

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: #c8d400;
	text-decoration: none;
}
a:active{
	color: #FFF;
	text-decoration: none;
}
 
.text_gross{
	font-size: 18px;
	line-height: 22px;
}

.titel_gross{
	font-size: 28px;
	line-height: 32px;
}

.text_klein{
	font-size: 13px;
	line-height: 19px;
}

.titel_klein{
	font-size: 18px;
	line-height: 23px;
}

.farbe {
	color: #c8d400;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	list-style-type: none;
	list-style:none;
}

li {
	padding-top: 10px;
}

li::before{
            content:" > ";
            margin-left:-15px;
            padding-right:3px;
}

.button a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 10px;
	background-attachment: scroll;
	background-color: #c8d400;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	width: 160px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.button a:hover {
	background: #000;
	color: #FFF;
}

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

/*--Slider editierbar--*/

.slider-wrap {
    max-width: 800px;
    width: auto;
    height: auto;
    position: relative;    
    margin: 0;
    overflow: hidden;
}

.slider-wrap img {
	display: block;
}
  
.slideshow {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow 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: 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 {
 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 li {
    margin:0;
    padding:0;
    list-style: none;
}
.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;
    padding-left: 0;
}

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

.refnr {}

.apply {text-decoration: underline; color: blue;}
