/* Version:  März 2023 / Creator: 192 */

/* --- Normal --- */
@font-face { 
	font-family: "Source Sans 3"; src: url('https://fonts.pwrk.dev/ofl/sourcesans3/SourceSans3[wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

/* --- Italic --- */
@font-face { 
	font-family: "Source Sans 3"; src: url('https://fonts.pwrk.dev/ofl/sourcesans3/SourceSans3-Italic[wght].woff2') format('woff2') ; 
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  	font-style: italic;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	 -webkit-text-size-adjust: 100%; /* 2 */
}

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

body {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 100%;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #fff;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

.frame-outer {
	position: relative;
	width: 720px; /*	maximale Breite: 782px	*/
	margin: 0 auto 2.95rem auto;
	font-size: 0.85rem; /*	minimale Schriftgröße 0.6rem	*/
}

.frame-outer::after {
	content: "";
	display: block;
	clear: both;
}

/*--für Titel--*/
h1 {
	margin: 0 0 0.5rem 0;
	font-size: 1.5rem;
	font-weight: 400;
	background:#00b6ed;
	color:#fff;
	line-height: 1;
	padding: 0.2rem 0.3rem 0.3rem 0.3rem;
	display: inline-block;
	text-transform: uppercase;
}

h1:last-of-type{margin: 0;}

h1 span {
	font-size: 1rem;
}

.h1{
	display: inline !important;
	word-break: break-word;
	line-height: 1.8;
	margin: 0;
}

/*--für Untertitel (Vollzeit, Teilzeit/Standort)--*/
h2 {
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
}

/*--für Überschiften--*/
h3 {
	background:#00b6ed;
	color:#fff;
	margin: 0 0 0.5rem 0;
	padding: 0 0.3rem;
	font-size: 1.2rem;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
}

#benefits h3 {
	margin: 0 0 1rem 0;
}

#arbeitgeber h3 {
	background-color: transparent;
	color:#fff;
	margin: 0 0 1rem 0;
	padding: 0;
	line-height: 1;
}

/*--für kleine/unter Überschiften--*/
h4 {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
}

.bewerbenboxen h4 {
	font-size: 0.85rem;
	font-weight: 600;
	margin: 0 0 0.3rem 0;
}

h5 {
	background:#00b6ed;
	color:#fff;
	margin: 0 0 4rem 0;
	padding: 0 0.3rem;
	font-size: 0.85rem;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
}

h6{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 400;
}

#logoshadow{
	box-shadow: 0 0 0.7rem 0 rgba(51, 51, 51, 1.0);
}

#logo {
	position: relative;
	width: 720px; /*	maximale Breite: 782px	*/
	margin: 0 auto 1rem auto;
	padding: 1rem 0;
}

#logo img {width:3.5rem;}

#header {
	position: relative;
	z-index: 1;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.content {
	z-index: 5;
	position: relative;
}

.content::after {
	content: "";
	display: block;
	clear: both;
}

#stellenid{text-align:right;}

#stellenid p{
	background:#F2F2F2;
	display: inline-block;
	padding: 0.4rem 0.3rem;
	margin: 1rem 0 0 0;
}

/*--für Stellentitel--*/
#title {
	width:52%;
}

#headerbild{
	width:48%;
	background: no-repeat center;
	background-size: cover;
}

#standort{
	position: relative;
	margin:2rem 0 0 0;
	padding: 0 0 0 2rem;
}

#standort img{
	position:absolute;
	top:0.01rem;
	left:0;
	height:2rem;
}

#info{
	background:#F2F2F2;
	padding: 1rem 2%;
}

.infoicon{
	width:5%;
	padding: 0;
}

.infoicon img{width:1.5rem; height:1.5rem;}

.infotext{width:20%; padding:0 0.3rem 0 0;}

.infotext p{font-weight: 400;}

#phone, #mail{
	width:0.7rem;
	margin: 0 0.3rem 0 0;
	display: inline-block
}

#benefits{
	margin: 0;
	padding: 1rem 0;
}

#stars{
	background:#fff;
	padding: 1rem 2%;
	font-size: 0.7rem;
}

.gender{color: #979797; font-size:0.65rem;}

.linie{
	background:#979797;
	height:0.05rem;
	margin: 1.5rem 0;
}

#footer {
	z-index: 1;
	background:#444444;
	color: #fff;
	position: relative;
	margin: 0;
	padding: 1.5rem 2%;
}

#footer::after {
	content: "";
	display: block;
	clear: both;
}

#bewerben-fixed { 
	position: fixed;
	display: block;
	width: 100%;
	bottom: 0;
	left: auto;
	z-index: 1000;
	margin: 0 auto;
}

#bewerben-fixed-content {
	max-width: 720px;
	margin: 0 auto;
	background: #00b6ed;
	color:#fff;
	text-align: center;
	padding: 0.5rem;
	font-weight: 700;
	transition: all 340ms ease 0s;
  -moz-transition: all 340ms ease 0s;
  -webkit-transition: all 340ms ease 0s;
}

/*--Flex--*/
.bgBild {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.justify-start{justify-content:flex-start;}
.justify-center{justify-content:center;}

.left {width: 40%;}
.right {width: 56%;}

/*-------------------------------------------*/

.bg-grau{
	background: #F2F2F2;
	width:49%;
	padding: 1rem 2%;
}

/*-------------------------------------------*/

.benefiticon{width:10%; text-align: center;}
.benefiticon img{display: inline-block; width:auto; height:1.2rem;}
.benefittext{width:88%;}

/*-------------------------------------------*/

#infoicon{
	width:10%;
	background:#00b6ed url(//anzeigen.jobsintown.de/job/files/1273595/icon_info.svg) no-repeat center;
	background-size: 50%;
}

#infotext{
	width:90%; 
	background: #f2f2f2;
	padding: 0.5rem 2%;
}

/*-------------------------------------------*/

#fragen{
	background:#f2f2f2;
	margin: 0 0 1rem 0;
	padding: 1rem 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

#kontakt{width:49%; padding: 0 0 0 23%;}
#kontakt2{width:49%; padding: 0 0 0 2%;}
#passbild{width:49%;}
#passbild img{width:60%;}

#ueberMich{
	background:#ee7100;
	color:#fff;
	padding:0.3rem 0.5rem;
	display:inline-block;
	margin:0.5rem 0 0 0;
}

.phone{
	position:relative; 
	color:#EE7100;
	margin: 0.3rem 0 0 0;
	padding: 0 0 0 1.2rem;
}

.phone img{
	position:absolute;
	top:0.25rem;
	left:0;
	width:0.7rem;
}

.mail{
	position:relative; 
	color:#EE7100;
	margin: 0.3rem 0 0 0;
	padding: 0 0 0 1.2rem;
}

.mail img{
	position:absolute;
	top:0.25rem;
	left:0;
	width:0.7rem;
}

/*-------------------------------------------*/

#arbeitgeber{
	background:no-repeat center;
	background-size: cover;
	margin: 1rem 0 0 0;
	padding: 1rem 2%;
}

#arbeitgebertext{
	width:50%;
	padding: 1rem 2%;
	background: #EE7100;
	color: #fff;
}

.mehr{
	margin: 0.5rem 0 0 0;
	border:0.05rem solid #fff;
	display: inline-block;
	padding: 0.3rem;
	text-transform: uppercase;
}

/*-------------------------------------------*/

#auszeichnungen{width:68%;}

#auszeichnungen img{
	display: inline-block;
	width:auto;
	height:1.95rem;
	margin: 1rem 0.5rem 0 0;
	transition: all 340ms ease 0s;
  -moz-transition: all 340ms ease 0s;
  -webkit-transition: all 340ms ease 0s;
}

#auszeichnungen img:hover{
	transform: scale(2.25);
}

#social{
	width:32%; 
	text-align: right;
	line-height: 1;
	padding: 0 0 0.25rem 0;
}

#social img{
	display: inline-block;
	width:auto;
	height:1.2rem;
	margin: 0 0 1rem 1rem;
}

/*-------------------------------------------*/

.alignTop{align-items:flex-start;}
.alignCenter{align-items:center;}
.alignBottom{align-items:flex-end;}

/*-------------------------------------------*/

.bewerbenboxen {
	width: 720px;
	display: flex;
	align-items:flex-start;
	justify-content: flex-start;
	position: relative;
}

.bewerbenboxen::after {
	content: "";
	display: block;
	clear: both;
}

.carousel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.slides {
	position: relative;
	display: flex;
	overflow: hidden;
	width: 100%;
}

.slide {
	flex: 0 0 30.7%;
	margin: 0 2% 0 0;
	padding: 0.75rem 3%;
	background-color: #f2f2f2;
	height: auto;
	min-height: 11rem;
	text-align: center;
	display: block;
}

#carousel2 .slide{
	min-height:8rem;
	text-align: left;
}

.prev{
	position: absolute;
	top: 50%;
	left: -0.45rem;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	background-image: url(//anzeigen.jobsintown.de/job/files/1273595/chevron-circle-left-solid.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width:1.5rem;
	height:1.5rem;
	cursor: pointer;
}

.next{
	position: absolute;
	top: 50%;
	right: 1.35rem;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	background-image: url(//anzeigen.jobsintown.de/job/files/1273595/chevron-circle-right-solid.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width:1.5rem;
	height:1.5rem;
	cursor: pointer;
}

/*-------------------------------------------*/

.boxinfo {
	width: 720px;
	display: flex;
	align-items:flex-start;
	justify-content: flex-start;
	position: relative;
}

.bildboxen > div{
	position: relative;
	width:32%;
	background: no-repeat center top;
	background-size: cover;
	padding: 1rem 2% 0.5rem 2%;
}

.mover {
  transition: .5s ease;
  opacity: 0;
  position: relative;
  text-align: center;
  font-size: 0.85rem;
  color: white !important;
  background-color: rgba(238,113,0,1.0);
}

.bildboxen > div:hover .mover{
	opacity: 1;
}

/*--Float--*/
.box-left {
  float: left;
  width: 48%;
}

.box-right {
	float: right;
	width: 48%;
}

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

/*--Links - bitte für unterschiedliche Hintergründe farblich anpassen!--*/
a:link, a:visited, a:active  {
    text-decoration: none;
	color: #333;
}

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

.mover a:link, .mover a:visited, .mover a:active, #bewerben-fixed-content a:link, #bewerben-fixed-content a:visited, #bewerben-fixed-content a:active  {
    text-decoration: none;
	color: #fff;
}

.mover a:hover{
	text-decoration: none;
	color: #fff !important;
}


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

#footer a:hover, #info a:hover, #bewerben-fixed-content a:hover {
	text-decoration: none;
	color: #ee7100;
}

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

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

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

#arbeitgebertext a:hover {
	text-decoration: underline;
	color: #fff;
}

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

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

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

#kontakt a:hover {
	text-decoration: none;
	color: #00B6ED;
}

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

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

/*--Listen--*/
ul {
	margin: 0;
	list-style-type: none;
}

li {
	position: relative; 
	margin: auto;
	padding: 0 0 0 1rem;
}

li:last-child {
	padding-bottom: 0;
}

li::before {
	 content: "■";
	 position: absolute;
	 top: -0.1rem;
	 left: 0.05rem;
	color:#00b6ed;
} 


#benefits ul {
	margin: 0;
	list-style-type: none;
}

#benefits li {
	position: relative; 
	margin: 0 0 1rem 0;
	padding: 1rem 0.3rem 1rem 2.5rem;
	background:#F2F2F2 no-repeat 0.5rem 0.7rem;
	background-size: 1.5rem 1.5rem;
}

#benefits li:last-child {
	padding-bottom: 1rem;
        margin-bottom:0;
}

#benefits li::before {display:none;}

/*--Eingrückte Listenpunkte--*/
li ul{ 
	margin: 0 0 0 0;
	padding: 0 0 0 1rem;
}

/*

Zeichen:
----------------
Punkt: •
Kleiner Punkt mittig: ‧
Quadrat Klein: ▪
Quadrat Gross: ■
Kreis Klein: ○
Kreis Gross: ◯
Doppelpfeil: »
Haken: ✓
Pfeil Rechts: ›

*/

/*--Button--*/
.button_box {
  text-align: right;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}

.button a {
	display: inline-block;
	background: #ee7100;
	border:0.1rem solid #ee7100;
	padding: 0.3rem;
	margin: 2rem auto;
	cursor: pointer;
	font-weight: 600;
	transition: all 340ms ease 0s;
	-moz-transition: all 340ms ease 0s;
	-webkit-transition: all 340ms ease 0s;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #ee7100;
}

#bewerben-fixed .button a {margin: 0 auto;}

.arrowbutton{text-align:right;}

.arrowbutton img{
	transition: transform .3s;
	display: inline-block;
	width:1.3rem;
}

.arrowbutton img:hover{
	transform: scale(1.6);
}

/*--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: 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;
    }
    25% {
      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;
    }
    5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.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;
}

/*--Angaben Bilder, Video, etc.--*/

#maps{height:13rem;}

iframe {
	display: block;
    width: 100%;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#video{
    width: 100%;
    height: 100%;
    display: block;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
	border: 0;
}

.imgcenter{ 
	display: inline-block;
}

strong { 
	font-weight: 700;
}

p {
	margin:0;
}

p:empty {
	height: 1rem;
}

.farbeBlau{color: #00b6ed;}
.farbeOrange{color:#ee7100;}

.bg-grau-content{background:#F2F2F2; padding: 1rem 2%;}
.bgWeiss{background: #fff; padding:1rem 2%;}

.abstand03{margin-top:0.3rem;}
.abstand05{margin-top:0.5rem;}
.abstand1{margin-top:1rem;}
.abstand15{margin-top:1.5rem;}
.abstand2{margin-top:2rem;}

.linksbuendig { text-align: left;}
.rechtsbuendig {text-align: right;}
.center { text-align: center;}
.justify { text-align: justify;}
.justifier { text-align: justify; text-align-last: justify;}

.zweispaltig{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
}

.zentriert{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zentriertLinksRechts{
	 left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.word{word-spacing:-0.05rem;}
.letter{letter-spacing:-0.01rem;}
.spacing{
	word-spacing:-0.05rem;
	letter-spacing:-0.01rem;
}

/*<video id="video" src="https://ihr-solarparkverwalter.de/wp-content/uploads/2022/05/PV_teaser_image.mp4" type="video/mp4" onloadeddata="this.play();" poster="standbild.jpg" autoplay loop muted plays-inline>&nbsp;</video>*/

.hide_m {}

.hide {
  display: none;
}

.refnr {}

.apply {}
