/* Version: 05.03.2018 */

@font-face {
  font-family: "Heebo";
  src: local('Heebo'),
       url('https://fonts.pwrk.dev/ofl/heebo/Heebo[wght].woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: local('Heebo'),
       url('https://fonts.pwrk.dev/ofl/heebo/Heebo[wght].woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: local('Heebo'),
       url('https://fonts.pwrk.dev/ofl/heebo/Heebo[wght].woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: local('Heebo'),
       url('https://fonts.pwrk.dev/ofl/heebo/Heebo[wght].woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: local('Heebo'),
       url('https://fonts.pwrk.dev/ofl/heebo/Heebo[wght].woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: local('Heebo'),
       url('https://fonts.pwrk.dev/ofl/heebo/Heebo[wght].woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: local('Heebo'),
       url('https://fonts.pwrk.dev/ofl/heebo/Heebo[wght].woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: local('Heebo'),
       url('https://fonts.pwrk.dev/ofl/heebo/Heebo[wght].woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: local('Heebo'),
       url('https://fonts.pwrk.dev/ofl/heebo/Heebo[wght].woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

 /* ------------------- 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: "Heebo", sans-serif;
	/* ------------------- NICHT VERÄNDERN ------------------------- */
	font-size: 100%;
	/* ------------------------------------------------------------ */
	color: #575656;
	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;
}

h1 {
	line-height: 1.1;
	font-size: 1.3rem;
	font-weight: 800;
	padding: 0;
	margin: 1rem 0;
	color: #1e3296;
}

h1 span {
	line-height: 1.2;
	font-size: 1.1rem;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #575656;
}

h2 {
	margin: 0 0 0.3rem;
	line-height: 1.5;
	font-size: 0.9rem;
	font-weight: 700;
}

.blue {
	color: #1e3296;
}

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

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

.content {
	padding: 2.5rem 3rem 1rem;
}

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

.content2 {
	padding: 3.5rem 3rem 1rem;
}

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


.content-inner {
	position: absolute;
	background-color: #FFF;
	padding: 1.5rem 1rem 0;
	top: 84%;
	margin: 0 2rem;
}

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

.header{
	position: relative;
}

.logo {
	width: 5.6rem;
	float: left;
	margin: 1.5rem 2rem
}

.logo-bg {
	position: relative;
	padding: 0;
	width: 100%;
	margin: auto;
	background-color: #1e3296;
}

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

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

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

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

#footer {
	background-color: #1e3296;
	padding: 1.5rem 2rem;
	border-bottom: solid 15px #6e7582;
	color: #FFF;
	font-size: 0.75rem;
	line-height: 1.2rem;
}

#footer a {
	color: #FFF;
}

#footer img {
	display: block;
	margin: 0 auto 1.5rem;
	width: 4rem;
}

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

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

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

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

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

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

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

li {
	padding: 0px;
	line-height:15px;
}

/*
_______________________

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>


*/

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

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

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

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

.border-1 {
	width: 100%;
	padding: 1rem 3%;
	margin-right: 0.4rem;
	border: 1px solid #ddd
}
.border {
	border: 1px solid #ddd
}

.button_box {
	text-align: center;
}

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

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
	display: inline-block;
	background: #1e3296;
	padding: 0.6rem 1.5rem 0.6rem 1.5rem;
	margin: 2rem auto;
	cursor: pointer;
	-webkit-border-radius: 1.5rem;
	border-radius: 0;
	border: 1px solid #fff;
	transition: all 185ms ease-in-out;
	-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;
	letter-spacing: 0.045em;
	font-size: 0.9rem;
}
.button a:hover {
	background-position: 15px center;
	background-color: #8192e6;
	text-decoration: none;
	color: #FFF;
}
.slider-wrap{
	max-width:760px;
  	width: auto;
  	height: auto;
	position:relative;
	
}

.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;
  }
  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 {
  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 li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.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;
}

/*
_______________________

MARKIERTER TEXT
_______________________

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

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