/* --- Ubuntu --- */

@font-face {
	font-family: "Ubuntu"; 
	src: url('https://fonts.pwrk.dev/ufl/ubuntu/Ubuntu-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;	
}

@font-face {
	font-family: "Ubuntu"; 
	src: url('https://fonts.pwrk.dev/ufl/ubuntu/Ubuntu-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;	
}

@font-face {
	font-family: "Ubuntu"; 
	src: url('https://fonts.pwrk.dev/ufl/ubuntu/Ubuntu-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Ubuntu"; 
	src: url('https://fonts.pwrk.dev/ufl/ubuntu/Ubuntu-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Ubuntu"; 
	src: url('https://fonts.pwrk.dev/ufl/ubuntu/Ubuntu-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Ubuntu"; 
	src: url('https://fonts.pwrk.dev/ufl/ubuntu/Ubuntu-MediumItalic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Ubuntu"; 
	src: url('https://fonts.pwrk.dev/ufl/ubuntu/Ubuntu-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face { 
	font-family: "Ubuntu"; 
	src: url('https://fonts.pwrk.dev/ufl/ubuntu/Ubuntu-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
}

/* --- Caveat --- */

@font-face { 
	font-family: "Caveat";
	src: url('https://fonts.pwrk.dev/ofl/caveat/Caveat[wght].ttf') format('woff2');
	font-weight: 400, 500, 600, 700;
	font-style: normal;
}


body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 100%;
	color: #4d4d4d;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	background-color: #FFF;
	line-height: 1.35;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

hr {
	height:1px; 
	background-color:#ccc; 
	border: 0; 
	margin: 0.8rem 0;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0.5rem 0 0 0;
	font-size: 1.3rem;
	font-weight: 700;
}

h2{
	margin: 0px;
	font-size: 1.1rem;
	font-weight: 700;
}

h3{
	margin: 0px;
	font-size: 2rem;
	font-weight: 700;
	font-family: 'Caveat', cursive;
	text-shadow: 0 -1px 5px #292923;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 2px solid #4d4d4d;
	font-size: 0.95rem;
}

.logo{
	padding: 1rem 4%;
}

.logo img{
	width: 13rem;
}

.logo img:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.header{
	position: relative;
}

.layer{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.titel{
	position: absolute;
	top: 8.5rem;
	left: 0;
	z-index: 11;
	text-align: center;
	width: 92%;
	padding: 0 4%;
	color: #FFF;
}

.titel h1{
	font-size: 1.8rem;
	text-shadow: 0 -1px 5px #292923;
}

.content{
	padding: 4%;
}

.box_oben{

}

.box_mitte{
    background-image: url(//anzeigen.jobsintown.de/job/files/1323847/hg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	padding: 4%;
}

.box{
	padding: 1rem;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
}

.left{
	width: 48%;
	position: relative;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.8); 
}

.right {
	width: 48%;
	position: relative;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.8); 
}

.left:hover{
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.6); 
	color: #FFF;
}

.right:hover {
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.6); 
	color: #FFF;
}

.box_angebot{
	border: solid 2px #5b8200;
	padding: 1rem;
}

.box_unten{
    color: #FFF;
    padding: 4% 4% 9% 4%;
    background-image: url(//anzeigen.jobsintown.de/job/files/1323847/hg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	position: relative;
	text-shadow: 0 -1px 5px #292923;
}

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

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

#footer{
}

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

 
/* Zusatz*/ 

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

a:hover {
	color: #5b8200;
	text-decoration: none;
}

.content a:link, .content a:visited, .content a:active {
	color: #4d4d4d;
	text-decoration: none;
}

.content a:hover {
	color: #5b8200;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.gruen {
	color: #5b8200;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.font {
	font-family: 'Caveat', cursive;
}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}


.slider-wrap ul {
	padding: 0px;
	margin: 0px;
}

.slider-wrap li {
	padding: 0px;
}

.slider-wrap ul li::before {
	content: none;
} 

ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1rem;
	list-style: none;
}

ul li {
	position: relative; 
	padding-top: 0.5rem;
}

ul li::before {
	position: absolute;
	top: 0.35rem;
	left: -0.9rem;
	content: "›";
	transform: scale(2);
	color: #5b8200;
	font-weight: 300;
} 

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #5b8200;
	padding: 0.4rem 1rem;
	display: inline-block;
	margin: 1.3rem 0 0 0;
	font-size: 1rem;
	text-shadow: none;
}
.button:hover {
	color: #4d4d4d;
	text-decoration: none;
	background-color: #99cc00;
}

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

.slider-wrap{
	left: 0px;
	width: auto;
	height: auto;
	position: relative;
	background-color: #5b8200;
}

.slider-wrap li::before{
            content:none;
            margin-left:0px;
            padding-right:0px;
}

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