/* Version: 17.01.2014 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,600&display=swap');
 

body {
    font-family: 'Open Sans', sans-serif;
	font-size: 100%;
    color: #000;
    text-decoration: none;
    font-weight: 300;
    word-spacing: normal;
    background-color: #fff;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 500;
}

h1{
	margin: 0px;
	padding: 0.5rem 0;
	text-align: center;
	font-size: 2rem;
	line-height: 2.1rem;
	font-weight: 600;
	color: #000;
}

h2{
	margin: 0px;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
}



.rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	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.9rem;
	line-height: 1.3rem;
}

.logo{
background-color: #fff;
	width: 100%;
text-align:left; 

}

.logo img{width:15%;
margin: 3%;}

.content{
	padding: 20px;
}

.box_oben{
}

.box_mitte{
	padding: 20px;
}

.box{
	border-top: solid 1px #525459;
	padding: 20px;
	margin-top: 20px;
}

.box_unten{
    padding: 40px;
    background-image: url(//anzeigen.jobsintown.de/job/files/625165/hg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	color: #FFF;
}

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

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

#footer{
	background-color: #FFF;
	color: #000;
	padding: 40px;
}

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

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
	color: #bda196;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.abstand10 {
	padding-top: 10px;
}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	padding: 10px 26px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 2px solid #fff;
	font-weight: 500;
	font-size: 1rem;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #525459;
	border: 2px solid #525459;
}


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

li {
	padding-top: 5px;
}

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


.slider-wrap {
    max-width: 720px;
    max-height: 400px;
    width: auto;
    height: auto;
    position: relative;
  
    margin: 0;
    overflow: hidden;
}
  
.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 30s linear infinite;
    animation: image 30s linear infinite;
}
  
/*

Keyframe-Berechnung:

1. 100 / Anzahl der Bilder
2. Ergebnis ist das Intervall eines einzelnen Keyframes
(Im Beispiel unten ist es die 51% {opacity: 0;})
3. Also passiert eine einzelne Animation zwischen 0% und 51%.
(0% - 8% (Differenz 8%) wird das Bild eingeblendet. Von 43% - 51% (Differenz 8%) sollte dann das Bild ausgeblendet werden)
4. Falls die Geschwindigkeit erhöht werden soll, kann die Differenz verringert werden, wobei dies am Anfang sowie am Ende gleichbleibend sein muss, damit die Animation symmetrisch abläuft.

*/
  
@keyframes image {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    3% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    27% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    3% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    27% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow li {
    margin:0;
    padding:0;
    list-style: none;
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}
.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;
}
.slideshow li:nth-child(5) span {
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
}
ul.slideshow {
    margin: 0;
    padding-left: 0;
}


.refnr {}

.apply {}
