/* Version: 05.03.2018 */

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

/* --- Italic --- */
@font-face { font-family: "Roboto";
	 
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
  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: 'Roboto', sans-serif;
	/* ------------------- NICHT VERÄNDERN ------------------------- */
	font-size: 100%;
	/* ------------------------------------------------------------ */
	color: #333333;
	text-decoration: none;
	font-weight: 300;
	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.8rem 0;
}

h1 {
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {
	margin: 0;
	line-height: 1.5;
	font-size: 1.1rem;
	font-weight: 300;
}

h3 {
	line-height: 1.5;
	font-size: 0.9rem;
	font-weight: normal;
	padding: 0 0 0.3rem;
	margin: 0;
}

.blue {
	color: #118acf;
}

.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.87rem;
	background-color: #FFF;
}

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

.content {
	padding: 2rem;
}

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


.logo {
	width: 15rem;
	float: left;
	margin: 2rem 1rem;
}

.logo-footer {
	width: 17rem;
	float: left;
	margin-top: 1rem;
}

.logo-bg {
	position: relative;
	padding: 0;
	width: 100%;
	margin: auto;
	border-bottom: solid 8px #118acf;
}

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

.header{
	position: relative;
}

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


.slider-wrap_3bilder {
	max-width: 100%;
  	width: auto;
  	height: auto;
	position:relative;
	margin-top: 0px;
	}

.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 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;
  }
  28% {
    opacity: 1;
  }
  33% {
    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;
  }
  28% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow_3bilder li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.slideshow_3bilder li:nth-child(1) span {}

.slideshow_3bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow_3bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

ul.slideshow_3bilder {
	margin:0;
}

/* ------------------ Ende Slider 3 Bilder ------------------------ */

#title-block {
	position: absolute;
	top: 25%;
	left: 0;
	padding: 0.5rem 3%;
	color: #333333;
}

#title-block-2 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	color: #fff;
	background-image: url("//anzeigen.jobsintown.de/job/files/1386899/overlay.png");
	width: 100%;
	height: 100%;
}

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

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

#footer {
	background-color: #f2f2f2;
	padding: 2rem;
}

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

#contact {
	background-color: #222222;
	color: #FFF;
	padding: 2rem;
	border-bottom: solid 10px #282828;
}

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

.mag-0 {
	margin-bottom: 0;
}

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


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

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


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

#footer a:hover, #contact a:hover {
	text-decoration: none;
	color: #118acf;
}


ul {
	list-style: none;
    padding-left: 0;
	margin-top: 0;
	margin-bottom: 1rem;
	margin-left: 0;
}

li {
	position: relative;
    padding-left: 0.8rem;
	padding-bottom: 0.1rem;
}

li::before{
	content: '–';
    position: absolute;
    background-image: url('li.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
	margin-top: 0.1rem;
	font-size: 0.70rem;
}


/*
_______________________

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: 2rem 0 1rem;
}

.left {
	width: 100%;
	margin-right: 0.4rem;
}

.right {
	width: 100%;
	margin-left: 0.4rem;
}

.border {
	border: 2.5px double #f1f1f1;
	padding: 1rem;
}

.border:hover {
	border: 2.5px double #118acf;
	padding: 1rem;
}

/* -------------- 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: #FFF;
	padding: 0.6rem 1.5rem 0.6rem 1.5rem;
	margin: 2rem auto;
	cursor: pointer;
	-webkit-border-radius: 1.5rem;
	border-radius: 0;
	border: solid 1px #2165ad;
	transition: .3s background ease;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	color: #2165ad;
	white-space:nowrap;
	box-sizing: border-box;
	letter-spacing: 0.1rem;
	font-weight: 600;
}
.button a:hover {
	background-position: 15px center;
	background-color: #2165ad;
	text-decoration: none;
	color: #FFF;
}


/*
_______________________

MARKIERTER TEXT
_______________________

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

*/
.apply {text-decoration: underline; color: blue;}
