﻿/* Version: 05.03.2018 */

@font-face { 
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: normal;
}

@font-face { 	
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}

 /* ------------------- NICHT VERÄNDERN ------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	 line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	/* ------------------- NICHT VERÄNDERN ------------------------- */
	font-size: 100%;
	/* ------------------------------------------------------------ */
	color: #293334;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #ededed;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

p {
	margin: 0 0 0.2rem 0;
}

h2 {
	line-height: 1.5;
	font-size: 1.40rem;
	font-weight: 700;
	padding: 0.5rem;
	margin: 0 0 0;
	border: solid 3px #FFF;
	text-transform: uppercase;
	text-shadow: 1px 2px 6px #000000;
}

h2 span {
	line-height: 1.5;
	font-size: 1.0rem;
	font-weight: 700;
	padding: 0.5rem;
	margin: 0 0 0;
	text-transform: none;
}

h1 {
	margin: 1rem 0;
	line-height: 1.75rem;
	font-size: 1.15rem;
	font-weight: 700;
	color: #b9000d;
	text-transform: uppercase;

}

h1 span {
	font-size: 1.05rem;
	font-weight: 700;
	text-transform: none;
}

h3 {
	margin: 0 0 0.5rem;
	line-height: 1.2rem;
	font-size: 0.90rem;
	font-weight: 7700;
}


h4 {
	line-height: 1.5;
	font-size: 1.40rem;
	font-weight: 700;
	
	text-transform: uppercase;
	
}
.black {
	color: #293334;
}

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

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

.content {
	padding: 2rem 3rem;
}

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

.content-1 {
	padding: 0;
}

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

hr.new1 {
	border-top: solid 2px #b9000d;
	float: right;
	width: 55%; 
}

.header{
	position: relative;
}

.logo {
	width: 4rem;
	float: right;
}

.logo-bg {
	position: relative;
	padding: 0;
	width: 720px;
	margin: auto;
}

#title-block {
	position: absolute;
	bottom: 0;
	right: 3rem;
	padding: 0.5rem 3%;
	/* -- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -- */
	background: rgb(185, 0, 13);
	/* -------------------------------------------------------------- */
	background: rgba(185, 0, 13, 0.7);
	height: 100%;
	width: 40%
}

#text-block {
	position: absolute;
	top: 8rem;
	right: 3.5rem;
	padding: 0.5rem 3%;
	height: 100%;
	width: 100%;
	color: #FFF;
}

#box-left {
	float: left;
	width: 48%;
}

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

#footer {
	background-color: #293334;
	font-size: 1rem
}

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

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

a:link {
	color: #b9000d;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #b9000d;
}

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

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

.red {
	color: #b9000d!important;
}

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

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

li:last-child {
	position: relative;
	padding: 0 0 0 1rem;
}

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

ul.white {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

li.white {
	position: relative;
	padding: 0 0 0.3rem 1rem;
}

li.white:last-child {
	position: relative;
	padding: 0 0 0 1rem;
}

li.white::before{
	content:"■";
	position: absolute;
	top: -0.1rem;
	left: 0.05rem;
	color:#FFF;
}


/*
_______________________

KAPITÄLCHEN, BULLETPOINT
_______________________

<span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

ul li {
background: url(bp.jpg) no-repeat 2px 5px; padding-left:8px;
}
*/

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0.8rem 0;
}

.left {
	width: 50%;
	padding: 2rem 3rem;
	margin-right: 0;
	background-color: #b9000d;
	color: #FFF;
}

.right-1 {
	width: 50%;
	padding: 2rem 3rem;
	background-color: #e0e0e0;
	
}

.right {
	width: 55%;
	padding: 0;
	margin-left: 0.4rem;
}

.bgBild {
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 4px #EDEDED;
	border-radius: 2px;
	background-image:url("//anzeigen.jobsintown.de/job/files/1323715/dscn2611.jpg");
	width: 40%;
}

.bgBild1 {
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 4px #EDEDED;
	border-radius: 2px;
	background-image:url(//anzeigen.jobsintown.de/job/files/1323715/IMG_20201013_173610.jpg);
	width: 40%;
}

.flex-1 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
}

.flex-1 > div {
	position: relative;
}

/* -------------- FLEXBOX EIGENSCHAFTEN -------------------- */
/* -----GENERELL: FLEXBOX STATT FLOAT NEHMEN, DA SIE BESSERE OPTIONEN ZUR GESTALTUNG BIETEN, 
JEDOCH DARAUF ACHTEN, DASS FLEXBOXEN NICHT VOM INTERNET EXPLORER 9 UND ABWÄRTS UNTERSTÜTZT WERDEN. => IN DEM FALL FLOATEN --------------------- */
/* 
.flex {
	display: table;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1rem 0;
} 
*/
/* -- FLEXBOX EIGENSCHAFTEN FÜR GLEICHE HOHE BOXEN MIT "PLATZ ZWISCHEN DEN BOXEN" (siehe "justify-content: space-between;") -- */

p:empty {
	height: 0.625rem;
}

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

.hide {
	display: none;
}

.refnr {}

.justifier {
	text-align: justify;
	text-align-last: justify;
}

.justifier:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.table {
	display: table;
	width: 100%;
	/* -- LÄSST GRENZEN VERSCHWINDEN, SODASS KEINe BEGRENZUNG ERSCHEINT -- */
	/* border-collapse: collapse; */
	/* --------------------------------------------------------------------*/
	table-layout: fixed;
	/* ----- ERSTELLT EINEN BEGRENZUNGSRAHMEN JEDOCH AN ALLEN SEITEN ----- */
	/* border-spacing: 3rem; */
	/* --------------------------------------------------------------------*/
}

.row {
	display: table-row;
}

#cell-left,
#cell-right {
	display: table-cell;
	vertical-align: bottom;
	padding: 1rem 3%;
}

#cell-left {
	border-right: 15px solid #fff;
}

#cell-right {
	border-left: 15px solid #fff;
}

.bg-darkblue {
	background: rgb(78, 147, 250);
}

.bg-lightblue {
	background: rgb(127, 174, 245);
}

.button_box {
	text-align: center;
}

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

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
	display: inline-block;
	background: #b9000d;
	padding: 0.6rem 1.5rem 0.6rem 1.5rem;
	margin: 2rem auto 0;
	cursor: pointer;
	-webkit-border-radius: 1.5rem;
	border-radius: 0;
	border: solid 1px #b9000d;
	transition: .3s background ease;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	color: #FFF;
	white-space:nowrap;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 0.8rem;
}
.button a:hover {
	background-position: 15px center;
	background-color: #e0e0e0;
	text-decoration: none;
	color: #b9000d;
}


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

#sliderBox{
	position: relative;
}

.slider-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
	z-index: 2;
}

/*---3Bilder---*/

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

.slideshow_3Bilder 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_3Bilder 9s linear infinite;
  animation: image_3Bilder 9s linear infinite;
}

@keyframes image_3Bilder {
  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;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_3Bilder {
  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;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

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

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

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

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

/*---4Bilder---*/

.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;
}
/*
/*
<div class="slider-wrap">
<img style="opacity: 0;" src="aerztlicher-dienst.jpg" alt="">
<ul class="slideshow">
<li><span><img src="aerztlicher-dienst.jpg" alt=""></span></li>
<li><span><img src="auszubildende.jpg" alt=""></span></li>
<li><span><img src="med-fachberufe.jpg" alt=""></span></li>
</ul>
</div><!--slider-wrap-->

*/


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/
.apply {}
