/* ------------------- Google Fonts ------------------------- */

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

/* ------------------- Allgemein ------------------------- */

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

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

body {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.2;
	word-spacing: normal;
	text-decoration: none;
	color: #5e636e;
	background-color: #f1f1f1;
	-webkit-print-color-adjust: exact;
}

img {
	max-width: 100%;
  	height: auto;
  	width: auto;
  	border: 0;
  	vertical-align: middle;
}

p {
  	margin: 0 0 1rem 0;
}

strong {
	font-weight: 600;
}

h1 {
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
	color:#76b025;
}

h2 {
	font-size: 1.4rem;
	font-weight: 600;
}

h3 {
	font-size: 1.1rem;
	font-weight: 400;
	text-transform: uppercase;
	color:#76b025;
}

a {
	text-decoration: underline;
  	color: #fff;
	font-weight: bold;
}

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


hr {
	color: #000;
	border-color: #000;
	background-color: #000;
	border: none;
	margin: 1.75rem 0;
	height: 0.1rem;
}

/* ------------------- Struktur ------------------------- */

.frame-outer {
	position: relative;
	margin: 1.3rem auto;
	padding: 0;
	width: 780px;
	font-size: 0.9rem;
	border: 0.02rem solid #A7A9A4;
	background-color: #FFF;
	box-shadow: -0.1rem 0.1rem 1rem #999;
}


.content {
	position: relative;
	padding: 1.5rem 6%;
}

.content_bg {
	position: relative;
	padding: 0rem 40% 0rem 0%;
	background-image: url("//anzeigen.jobsintown.de/job/files/1327675/bg.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

.unternehmensbeschreibung{
	border-bottom-right-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	padding: 2.5rem 12% 2.5rem 10%;
	background-color: rgba(0,0,0,0.4);
	color:#fff;
	text-align: justify;
}

.content_benefits {
	position: relative;
	padding: 0rem 0% 0rem 0%;
	background-image: url("//anzeigen.jobsintown.de/job/files/1327675/bg.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

.benefits{
	padding: 2.5rem 6%;
	background-color: rgba(0,0,0,0.4);
	color:#fff;
}

.benefits_icons{
	margin: 0.5rem 5% 0.5rem 5%;
}

.benefits_icons2{
	margin: 0rem 5% 1rem 5%;
}


.footer {
	position: relative;
	padding: 1.5rem 6%;
	color:#fff;
	background-color: #76b025;
}

.footer h3{
  color:#fff
}

.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,
.right{
               width:48%;
	padding: 0;
}




/* ------------------- Abstände ------------------------- */

.nomag { margin-bottom: 0; }
.mag025 { margin-bottom: 0.25rem; }
.mag05 { margin-bottom: 0.5rem; }
.mag075 { margin-bottom: 0.75rem; }
.mag1 { margin-bottom: 1rem; }
.mag125 { margin-bottom: 1.25rem; }
.mag15 { margin-bottom: 1.5rem; }
.mag175 { margin-bottom: 1.75rem; }
.mag2 { margin-bottom: 2rem; }
.mag25 { margin-bottom: 2.5rem; }

/* ------------------- Inhalte ------------------------- */

.logo {
	width: 100%;
	padding: 1rem 38%;
}

.button a {
  	display: block;
	margin: 1rem 15rem 2rem 15rem;
	padding: 0.6rem 2rem;
	text-align: center;
	text-decoration: none;
  	background: #fff;
	color: #76b025;font-weight: bold;
	border: 0.1rem solid #fff;
	cursor: pointer;
  	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
}

.button a:hover {
	text-decoration: none;
  	background-position: 15px center;
  	background-color: transparent;
  	color: #fff;
}

/* ------------------ Listen & Tabellen ------------------------ */

ul {
	/* position: relative; */ /* Bei individuell festgelegten Bullet Points muss diese Zeile auch auskommentiert werden! */
  	margin: 0 auto 0rem 0.5rem;
	padding-left: 0.4rem;
  	list-style-type: disc;
}

li {
  	margin: auto;
  	padding: 0 0 0.2rem 0;
}

/*
li::before {
  	position: absolute;
  	left: -0.46rem;
	line-height: 1.6;
  	content: "■";
  	font-size: 0.9rem;
  	color: #b12933;
}
*/

/* ------------------- Slider ------------------------- */ 

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

.slideshow {
	position: absolute;
  	width: 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: 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;
}

.slider-wrap li::before{
	display: none;
}

.slider-wrap ul {
    margin:0;
    padding-left:0px;
    list-style-type: none;
    list-style:none;
	border-bottom:none;
	border-color: #fff;
    border-width: 0px;
	padding-bottom:5px;
}

/*_______________________

BENEFITS
_______________________
*/


.benefit{width:15%; margin:1rem;}
.hover {position: relative; display: inline-block; opacity: 1}

.hover .hovertext {
    visibility: hidden;
    width: 170px;
    background-color: #77b026;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: -13%;
    left: 29%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
	display:block;
	line-height:1rem;
}

.hover .hovertext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -5px;
}

.hover:hover .hovertext { visibility: visible; opacity: 1; display: inline-block;
}



.hover .hovertext_zwei {
    visibility: hidden;
    width: 170px;
    background-color: #77b026;
    color: #fff;
    text-align: center;
   border-radius: 0.5rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
   bottom: -13%;
    left: 23%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
	display:block;
	line-height:1rem;
}

.hover .hovertext_zwei::after {
   content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -5px;
}

.hover:hover .hovertext_zwei { visibility: visible; opacity: 1; display: inline-block;
}


.hover .hovertext_drei {
    visibility: hidden;
    width: 170px;
    background-color: #77b026;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: -15%;
    left: 23%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
	display:block;
	line-height:1rem;
}

.hover .hovertext_drei::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -5px;

}

.hover:hover .hovertext_drei { visibility: visible; opacity: 1; display: inline-block;
}



.hover .hovertext_vier {
    visibility: hidden;
    width: 170px;
    background-color: #77b026;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: -13%;
    left: 23%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
	display:block;
	line-height:1rem;
}

.hover .hovertext_vier::after {
   content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -5px;
}

.hover:hover .hovertext_vier { visibility: visible; opacity: 1; display: inline-block;
}

.hover .hovertext_fuenf {
    visibility: hidden;
    width: 170px;
    background-color: #77b026;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: -15%;
    left: 23%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
	display:block;
	line-height:1rem;
}

.hover .hovertext_fuenf::after {
 content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -5px;
}

.hover:hover .hovertext_fuenf { visibility: visible; opacity: 1; display: inline-block;
}

.hover .hovertext_sechs {
    visibility: hidden;
    width: 170px;
    background-color: #77b026;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: -15%;
    left: 23%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
	display:block;
	line-height:1rem;
}

.hover .hovertext_sechs::after {
 content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -5px;
}

.hover:hover .hovertext_sechs { visibility: visible; opacity: 1; display: inline-block;
}

.hover .hovertext_sieben {
    visibility: hidden;
    width: 170px;
    background-color: #77b026;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: -15%;
    left: 23%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
	display:block;
	line-height:1rem;
}

.hover .hovertext_sieben::after {
 content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -5px;
}

.hover:hover .hovertext_sieben { visibility: visible; opacity: 1; display: inline-block;
}

.hover .hovertext_acht {
    visibility: hidden;
    width: 170px;
    background-color: #77b026;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: -15%;
    left: 23%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
	display:block;
	line-height:1rem;
}

.hover .hovertext_acht::after {
 content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -5px;
}

.hover:hover .hovertext_acht { visibility: visible; opacity: 1; display: inline-block;
}

.hover .hovertext_neun {
    visibility: hidden;
    width: 170px;
    background-color: #77b026;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: -15%;
    left: 23%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
	display:block;
	line-height:1rem;
}

.hover .hovertext_neun::after {
 content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -5px;
}

.hover:hover .hovertext_neun { visibility: visible; opacity: 1; display: inline-block;
}

.hover .hovertext_zehn {
    visibility: hidden;
    width: 170px;
    background-color: #77b026;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: -15%;
    left: 23%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
	display:block;
	line-height:1rem;
}

.hover .hovertext_zehn::after {
 content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -5px;
}

.hover:hover .hovertext_zehn { visibility: visible; opacity: 1; display: inline-block;
}

.image_1 {
    background-image: url("//anzeigen.jobsintown.de/job/files/1327675/fahrrad.png");
    background-position: center;
    background-repeat: no-repeat;
}

.image_2 {
    background-image: url("//anzeigen.jobsintown.de/job/files/1327675/herz.png");
    background-position: center;
    background-repeat: no-repeat;
}

.image_3 {
    background-image: url("//anzeigen.jobsintown.de/job/files/1327675/uhr.png");
    background-position: center;
    background-repeat: no-repeat;
}

.image_4 {
    background-image: url("//anzeigen.jobsintown.de/job/files/1327675/stift.png");
    background-position: center;
    background-repeat: no-repeat;
}

.image_5 {
    background-image: url("//anzeigen.jobsintown.de/job/files/1327675/bilanz.png");
    background-position: center;
    background-repeat: no-repeat;
}

.image_6 {
    background-image: url("//anzeigen.jobsintown.de/job/files/1327675/leistungen.png");
    background-position: center;
    background-repeat: no-repeat;
}

.image_7 {
    background-image: url("//anzeigen.jobsintown.de/job/files/1327675/apfel.png");
    background-position: center;
    background-repeat: no-repeat;
}

.image_8 {
    background-image: url("//anzeigen.jobsintown.de/job/files/1327675/kantine.png");
    background-position: center;
    background-repeat: no-repeat;
}

.image_9 {
    background-image: url("//anzeigen.jobsintown.de/job/files/1327675/getraenke.png");
    background-position: center;
    background-repeat: no-repeat;
}

.image_10 {
    background-image: url("//anzeigen.jobsintown.de/job/files/1327675/fahrgeld.png");
    background-position: center;
    background-repeat: no-repeat;
}

.aus{display:none;}




/* ------------------- Sonstiges ------------------------- */

.show {
	display: none;
}

.clear {
  	clear: both;
  	font-size: 0;
  	line-height: 0;
}

/* ------------------- Individueller Code ------------------------- */

/* Neue Klassen und IDs am besten, der Einfachheit halber, hier unten eintragen. */

.refnr {}

.apply {}
