/* Version:  August 2023 / Creator: 290*/

@font-face {
  font-family: 'Source Sans 3';
  src: url('https://fonts.pwrk.dev/ofl/sourcesans3/SourceSans3[wght].woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
 
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('https://fonts.pwrk.dev/ofl/sourcesans3/SourceSans3-Italic[wght].woff2') format('woff2');
  font-weight: 100 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: #000;
	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: 780px; /*	maximale Breite: 782px	*/
	margin: 1.3rem auto;
	background-color: #fefefe;
	
	box-shadow: -0.1rem 0.1rem 1rem rgba(0,0,0, 0.2);
	font-size: 0.9rem; /*	minimale Schriftgröße 0.6rem	*/

}

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

#balken {
  z-index: 50;
  background: rgba(255,255,255,0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
}

/*--für Titel--*/
h1 {
	margin: 0;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;

}

h1 span {
	font-size: 1rem;
}


.red {
	color: #ae2c42;
}

.redtop {
	background-color: #ae2c42;
}

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

/*--für Überschiften--*/
h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

.slogan {
	width: 75%;
	padding: 3rem 4% 1rem 4%;
}

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

#header {
	position: relative;
}

.colorline {
	background: #b61f29;
        background:linear-gradient(to right,  #b61f29 0%, #afafaf 100%);
	height: 0.8rem;
	width: 40%;
	transition: width 1s ease;
}

.colorline2 {
	background: #b61f29;
        background:linear-gradient(to right,  #b61f29 0%, #afafaf 100%);
	height: 0.5rem;
	transition: width 1s ease;
	width: 100%;
}


#slide:hover .colorline {
	
	width: 100%;
}


.colorh2 {
	
	padding: 1rem 4% 0rem 4%;
	
}


.onleft {
	text-align: left;
	margin-left: 0; 
margin-right: auto;
}

.onright {
	text-align: right;
	margin-left: auto; 
margin-right: 0;
	
}


.grey {
	background-image: repeating-linear-gradient(-70deg, #2d3637, #4a5d65 50%, #2d3637 100%);
	
}

.grey2 {
	background-image: repeating-linear-gradient(-70deg, #2d3637, #4a5d65 50%, #2d3637 100%);
	height: 2rem;
}

.content {
	position: relative;
	padding: 1rem 4%;
}

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

/*--für Stellentitel--*/
#title { 
	
	padding: 1.2rem 4%;
	width: 100%;
	
}

#passbild{
	position: absolute;
	right:4%;
	bottom:0;
	width:18%;
}

#passbild img{width:100%;}

#footer {
	position: relative;
	padding: 2rem 4%;
	background-color: #3e484e;
	color: #fff;
}

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

#qr {
  position: absolute;
  right: 27%;
  bottom: 2rem;
  width: 5rem;
  transition: 1s;
  text-align:center;
}

#qr p{
        margin:0 0 0.5rem 0;
}

#qr img{
        display:inline-block;
        width:3.5rem;
}

#qr:hover{
	filter: brightness(0);
}

.background{
	background:#d9d9d9;
}
/*--Flex--*/

.bgbild {
	background: no-repeat center;
	background-size: cover;
	margin-top:1.3rem;
}

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

.margintop {
	
	margin-top: 1.5rem;
}


.left {
	width: 15%;
}

.right {
	width: 76%;
}

.leftbox, .rightbox{width:48%;}

#logo {
	position: relative;
	z-index: 100;
	width:30%;
	padding: 1.5rem 0 1.5rem 4%;
}

#logos-right{
	text-align: right;
	width:30%;
	padding: 1.5rem 4% 1.5rem 0;
}

#logos-right img{
	display: inline-block;
}

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

.buttonbox{
width:48%;
position:relative;
text-align:center;
}

/*--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: #b51440;
}

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

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

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

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

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

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

 li::before {
	 position: absolute;
	 top: -0.05rem;
	 left: 0;
	 content: "•";
	 font-size: 0.8rem;
} 

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

.wrapper{
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%,-50%)
}

#footer .button a {
	color:#fff;
		text-decoration: none;
}

.button a {
	color:#fff;
		text-decoration: none;
}

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

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

.button a {
	color:#fff;
	text-decoration: none;
}

.button {
	display: inline-block;
	padding: 0.5rem 1rem;
	width: auto;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	transition: all 1s ease;
	overflow: hidden;
	background: linear-gradient(to right,  #b61f29 0%,#3e484e 100%);
}

.button > p {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	position: relative;
	z-index: 1;
	transition: all 1s ease;
}

.button:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #3e484e 0%, #b61f29 100%);
	position: absolute;
	transition: all 1s ease;
}

.button2:before {
	top: 0;
	left: -14rem;
}

.button2:hover:before {
	left: 0;
}
/*--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 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;
    }
    35% {
      opacity: 1;
    }
    40% {
      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;
    }
    35% {
        opacity: 1;
    }
    40% {
        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;
}

ul.slideshow {
    margin: 0;
    padding-left: 0;
}

.slideshow li::before {
	display: none;
}

.slider-wrap-2 {
    max-width: 800px;
    width: auto;
    height: auto;
    position: relative;    
    margin: 0;
    overflow: hidden;
}

.slider-wrap-2 img {
	display: block;
}
  
.slideshow-2 {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow-2 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-2 12s linear infinite;
    animation: image-2 12s linear infinite;
}
  
@keyframes image-2 {
    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;
    }
    50% {
      opacity: 1;
    }
    55% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image-2 {
    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;
    }
    50% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow-2 li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow-2 li:nth-child(1) span {}
.slideshow-2 li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}


ul.slideshow-2 {
    margin: 0;
    padding-left: 0;
}

.slideshow-2 li::before {
	display: none;
}

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

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

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

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

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

.farbe-rot{color:#b61f29 !important;}
.farbe-grau{color:#3e484e !important;}

.hide_m {}

.hide {
  display: none;
}

.refnr {}

.apply {}
