@charset "utf-8";

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .slider .entry { opacity: 0; }
  .slider .entry:last-child { opacity: 1; }
}


:root {
	--osr51_linkfarbe: #41a547;
	--osr51_textfarbe: #333;
	--osr51_akzentfarbe: #41a547;
}
*{margin:0; padding:0; border:0; }
img {
	vertical-align: bottom;
}
html, body{
	background-color:#ddd;
	width:100%;
	height: auto;
}
a{
	color:var(--osr51_textfarbe);
	text-decoration: underline 1px dotted var(--osr51_linkfarbe);
}
a:hover {
	color:var(--osr51_linkfarbe);
	text-decoration: underline 1px solid var(--osr51_linkfarbe);
}
a .logo:hover, a .logo2:hover, a .icon:hover {
	opacity:0.62;
}
.button{
	display:inline-block;
	font-size:15px;
	line-height:26px;
	text-decoration:none;
	color: #fff;
	background-color: var(--osr51_linkfarbe);
	border:2px solid var(--osr51_linkfarbe);
	padding:8px 4%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 8px;
	margin-bottom: 35px;
	border-radius:1px;
	font-weight:600;
}
.button:hover{
	color: var(--osr51_linkfarbe);
	background-color: transparent;
	border:2px solid var(--osr51_linkfarbe);
	text-decoration:none;
}
.nobreak {
	white-space:nowrap;
}
.nospan {
	margin-bottom: 0;
}
.nospantop {
	margin-top: 0;
}
.smallspan {
	margin-bottom: 8px;
}
.clearing {
	clear:both;
	height:0;
}
sup {
	line-height:98%;
}
sub{
	line-height:96%;
}
h1, h2, h3, p, li{
	line-height:143%;
}
h1, h2, h3, .h3{
	font-weight:700;
}
b, strong {
	font-weight:600;
}
h1, h2 {
	margin-bottom: 26px;
	color: var(--osr51_akzentfarbe);
}
h1{
	font-size:35px;
}
h2{
	font-size:26px;
	margin-top: -26px;
}
h3, .h3 {
	font-size:21px;
	margin-bottom: 8px;
}
.content h3, .content .h3 {
	margin-top: 17px;
}
p, li {
	font-size:17px;
	font-weight:400;
}
p, ul {
	margin-bottom: 26px;
}
ul {
	list-style-type: none;
}
ul li {
	margin-left: 17px; 
	position: relative;
}
ul li:before {
	content: " ";
	width:6px;
	height:6px;
	border-radius:50%;
	background-color:var(--osr51_textfarbe);
	position:absolute;
	top:9px;
	left:-17px;
}
ul li ul {
	margin-left: 0; 
	margin-bottom: 0;
}
ul li ul li:before {
	width:0;
	height:0;
	border-radius:0;
	content: "\2714";
	content: "\00BB";
	top:-1px;
	vertical-align:text-top;
}
hr {
	border-top: 1px solid rgba(0,0,0,0.26);
	color: transparent;
	background-color: transparent;
	height: 0;
	margin-bottom: 26px;
}
.txt_center{
	text-align:center;
}
.txt_color {
	color: #ccc;
	color: var(--osr51_akzentfarbe);
}
.txt_bold {
	font-weight:bold;
}
.txt_small {
	font-size:12px;
}
.logo{
	width:12%;
	height:auto;
	position: absolute;
	top:8%;
	right:5%;
}
.topimage{
	width:100%;
	height:auto;
}
.socialmedia svg {
	width:35px;
	height:auto;
	margin: 5px;
	background-color:transparent;
	border-radius:50%;
	border:1px solid #fff;/* Icon-Randfarbe anpassen*/; fill: #fff;/* Icon-Farbe anpassen*/; text-decoration: none;
}
.socialmedia svg:hover {
	opacity:.26;
}
#ad_job{
	position: relative;
	margin:0 auto;
	width:100%;
	height:100%;
	width:calc(100% - 52px);
	height:calc(100% - 52px);
	padding:26px;
	background-color:#ddd;
}
.wrapper{
	max-width:1070px;
	position: relative;
	margin:0 auto;
	background-color: #fff;
	color:var(--osr51_textfarbe);
	font-family: Verdana, Calibri, Arial, sans-serif;
	box-shadow:0 0 8px #666;
}
#ad_job, #ad_job div, #ad_job div div {
	overflow:hidden;
}
.content {
	padding: 0 5%;
}
.header {
	position: relative;
}
.header h3{
	position: absolute;
	right:5%;
	bottom:17%;
	background-color: #000;
	color: #fff;
	padding: .5% 2%;
	font-size: 15px;
	display: inline;
	margin-bottom: 0;
}
.headlines{
	box-shadow: 0px 8px 30px -12px #97999B;
	position: relative;
	padding: 26px 26px 0 26px;
	margin-top: -3.5%;
	margin-right: 5%;
	margin-bottom: 26px;
	margin-left: 5%;
	background-color:#fff;
}

.left, .right {
width: 48%;
}
.left {
float: left;
}
.right {
float: right;
}
.footer{
	border-top: 1px solid var(--osr51_akzentfarbe);
	padding: 0 5% 0 0;
}
.footer_flex{
	padding-top:26px;
	display: flex;
	justify-content: space-between;
}
.footer_flex p {
	max-width: 18.3%;
	margin-right: 2%;
}
.footer_flex p:last-child, .footer_flex .h3 {
	margin-right: 0;
}
.footer_flex .h3 {
	padding-left: 5%;
	position: relative;
	min-width: 179px;
}
.footer_flex .h3:before {
	content: " ";
	width:100%;
	height:1px;
	background-color:var(--osr51_akzentfarbe);
	position:absolute;
	top:35px;
	left:0;
	right:0;
}
.foot{
	padding-top:26px;
	background-color: #eee;
	border-top: 1px solid #ddd;
}
@media screen and (max-width: 1104px) {
#ad_job{
	width:calc(100% - 34px);
	height:calc(100% - 34px);
	padding:17px;
}
.header h3{
	font-size: 1.5vw;
}
}
@media screen and (max-width: 890px) {
.footer{
	padding: 0 5%;
	border-top: none;
}
.footer_flex{
	flex-wrap: wrap;
}
.footer_flex p {
	max-width: 30%;
}
.footer_flex .h3 {
	min-width: 100%;
	padding-left: 0;
	margin-bottom: 26px;
}
}
@media screen and (max-width: 800px) {
h1{
	font-size:26px;
}
h2{
	font-size:17px;
}
h3, .h3 {
	font-size:17px;
}
p, li {
	font-size:15px;
}
.left, .right {
width: auto;
float: none;
}
}
@media screen and (max-width: 620px) {
.nodis{
	display:none;
}
.footer_flex p {
	min-width: 48%;
}
.footer_flex .h3 {
	min-width: 100%;
}
} 
@media screen and (max-width: 530px) {
}
@media screen and (max-width: 440px) {
#ad_job{
	width: auto;
	height: auto;
	padding:0;
}
}
@media screen and (max-width: 350px) {
.footer_flex p {
	min-width: 100%;
}
}
@media print {
html, body{
	color: #000;
	background: none;
	background-color:#fff;
}
#ad_job{
	margin:0 auto;
	width:100%;
	border:none;
	padding:0;
}
.wrapper{
	box-shadow: none;
}
.bewerbungslink:after{
	content:"BEWERBUNG UNTER; https://recruiting-avgkoeln.de/HPv3.ApplicationForm/ShortApply/Index/56642";
	display:block;
	width: 100%;
	font-size:13px;
	line-height:17px;
	position: relative;
	top: 35px;
	left: 0;
	color: #666;
}
}

.slider {
--seconds-per-image: 4.4s; /*Wieviele Sekunden jedes Slider-Bild gezeigt werden soll */
--bild-1: url('../images/slider2.jpg');
--bild-2: url('../images/slider3.jpg');
--bild-3: url('../images/slider1.jpg');
--bild-4: var(--no-img);
--bild-5: var(--no-img);
	/*Wenn ein 5-er Slider hinterlegt sein soll, dann
	--bild-4: url('top4.jpg');
	--bild-5: url('top5.jpg');
	*/; position: relative;
	width: 100%;
	max-width: 100%;
	padding-bottom: 40%; /*Slider-Höhe hier festlegen*/; background-color: transparent;
--no-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='300'%3E%3Crect x='0' y='0' width='500' height='300' fill='%23fcc'%3E%3C/rect%3E%3Ctext x='150' y='150' fill='%23f00' font-size='1.5em'%3EKein Bild ausgewählt%3C/text%3E%3C/svg%3E");
}
.slider div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.slider .entry {
	opacity: 0;
}
.slider {
--error-flag: 0;
--child-count: 0;
}
.slider[src*="slider1"] > * {
--child-count: 1;
	animation-name: _fade1;
}
.slider[src*="slider2"] > * {
--child-count: 2;
	animation-name: _fade2;
}
.slider[src*="slider3"] > * {
--child-count: 3;
	animation-name: _fade3;
}
.slider[src*="slider4"] > * {
--child-count: 4;
	animation-name: _fade4;
}
.slider[src*="slider5"] > * {
--child-count: 5;
	animation-name: _fade5;
}
.slider .entry:nth-child(1) {
--own-position: 5;
	background-image: var(--bild-5);
}
.slider .entry:nth-child(2) {
--own-position: 4;
	background-image: var(--bild-4);
}
.slider .entry:nth-child(3) {
--own-position: 3;
	background-image: var(--bild-3);
}
.slider .entry:nth-child(4) {
--own-position: 2;
	background-image: var(--bild-2);
}
.slider .entry:nth-child(5) {
--own-position: 1;
	background-image: var(--bild-1);
}
.slider .entry {
--anim-duration: calc(var(--seconds-per-image) * var(--child-count));
--anim-delay: calc((var(--own-position) - 1) * var(--seconds-per-image));
	animation-delay: var(--anim-delay);
	animation-duration: var(--anim-duration);
animation-iteration-count: calc(clamp(0, var(--child-count) - var(--own-position) + 1, 1000) * 1000);
	animation-timing-function: ease-in-out;
}
@keyframes _fade1 {
0% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes _fade2 {
0% {
opacity: 0;
}
25% {
opacity: 1;
}
50% {
opacity: 1;
}
75% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes _fade3 {
0% {
opacity: 0;
}
17% {
opacity: 1;
}
33% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes _fade4 {
0% {
opacity: 0;
}
13% {
opacity: 1;
}
25% {
opacity: 1;
}
38% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes _fade5 {
0% {
opacity: 0;
}
10% {
opacity: 1;
}
20% {
opacity: 1;
}
30% {
opacity: 0;
}
100% {
opacity: 0;
}
}


/* Auto-gewrappte Klartext-Telefonnummern sollen wie der umgebende Text aussehen (Universalregel). */
a.auto-tel { color: inherit; text-decoration: none; font-weight: inherit; }

/* prt-hyphenation — Silbentrennung langer Wörter (Proteus, alle Anzeigen) */
html {
  overflow-wrap: break-word;
}
@media (max-width: 800px) {
  h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-chars: 8 4 3;
  hyphenate-limit-chars: 8 4 3;
  }
}
@media (max-width: 700px) {
  html {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-chars: 8 4 3;
  hyphenate-limit-chars: 8 4 3;
  }
}
