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

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	word-spacing: normal;
	background-color: #FFF;
	line-height: 1.35;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

hr{
	height: 1px; 
	background-color: rgba(200,200,200,1);
	border: 0; 
	margin: 1.5rem 0;
} 

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(255,102,0,1);
	line-height: 1.15;
}

h2{
	margin: 0px;
	font-size: 1.7rem;
	font-weight: 300;
	color: rgba(255,102,0,1);
	line-height: 1.15;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid rgba(200,200,200,1);
	box-shadow: 0px 0px 60px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 60px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 60px rgba(0,0,0,.1);
	font-size: 0.9rem;
}

.icon{width:1rem;}

.logo{
	padding: 1.6rem;
	text-align: right;
	border-bottom: solid 2px rgba(255,102,0,1);
}

.content{
	padding: 1.6rem;
}

.box_oben{

}

.box_mitte{
}

.box_unten{
	border: 1px solid rgba(200,200,200,1);
	padding: 5%;
	margin: 1.6rem 0;
}

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

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

#squareline {
  background: url(//anzeigen.jobsintown.de/job/files/1287813/squareline.gif);
  background-repeat: repeat-x;
  height: 45px;
  border: none;
  margin: 1.6rem 1.6rem 1.6rem 0;
  padding: 0px 0;
}

#squareline div {
  display: block;
  height: 45px;
  background-size: 100%;
  background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff 160px, rgba(255, 255, 255, 0) 370px);
  background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff 160px, rgba(255, 255, 255, 0) 370px);
  background-image: linear-gradient(-90deg, #ffffff, #ffffff 160px, rgba(255, 255, 255, 0) 370px);
}

#squareline div img {
  padding: 0px;
  float: right;
}

#footer{
	background-color: rgba(255,102,0,1);
	padding: 1rem 1.6rem;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: 400;
}

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

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: rgba(255,102,0,1);
	text-decoration: none;
}

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

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

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

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.orange {
	color: rgba(255,102,0,1);
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.clear {
	clear: both;
	height: 0;
}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: rgba(255,102,0,1);
	padding: 0.7rem 1.6rem;
    display: inline-block;
	margin-top: 1.6rem;
	font-size: 1.1rem;
	font-weight: 400;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #cccccc;
}

ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2rem;
}

li {
	padding-top: 0.5rem;
}

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

.slider-wrap{
	left: 0px;
	width: auto;
	height: auto;
	position: relative;
}

.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 18s linear infinite;
  animation: image 18s linear infinite;
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33.3% {
    opacity: 1;
  }
  38.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33.3% {
    opacity: 1;
  }
  38.3% {
    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;
}
ul.slideshow {
    margin:0;
}



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

.slideshow_4Bilder 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_4Bilder 12s linear infinite;
  animation: image_4Bilder 12s linear infinite;
}

@keyframes image_4Bilder {
  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;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_4Bilder {
  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;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow_4Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow_4Bilder li:nth-child(1) span {}
.slideshow_4Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_4Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_4Bilder li:nth-child(4) span {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

ul.slideshow_4Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_4Bilder li::before{
	display:none !important;
}

.slideshow_4Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}




.refnr {}



.apply {}
