/* Version: 11.04.2018 */

@import url('https://fonts.googleapis.com/css?family=Hind:300,600,700');

 /* ------------------- Allgemein/General ------------------------- */

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

 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Hind', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #2a2c2c;
	text-decoration: none;
	font-weight: 300;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #f1f1f1;
	-webkit-print-color-adjust:exact;
	
}

p {
  	margin: 0 0 1rem 0;
}

p.empty {
  	margin: 0;
}

strong {
	font-weight: 600;
}

h1 {
  	line-height: 1.1;
	font-size: 1.9rem;
	font-weight: 700;
	padding-left: 1.6rem;
	margin: 0;
	text-align: left;
	color: #FFF;
}

h2 {
  	margin: 0;
  	line-height: 1.3;
  	font-size: 1.1rem;
	font-weight: 500;
	text-align: left;
	color: #FFF;
    padding-left: 1.6rem;
}

h3 {
	margin: 0;
	line-height: 1.1;
	font-size: 1.0rem;
	font-weight: 600;
	color: #d01a53;
}

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

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

color {
  	color: #d01a53;
}

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

hr {
	color: #000;
	border-color: #000;
	background-color: #000;
	margin: 1rem 0;
	height: 1px;
}

/* ------------------- Struktur/Structure ------------------------- */

.frame-outer {
	position: relative;
	padding: 0;
	width: 720px;
	margin: 1.3rem auto;
	background-color: #FFF;
	box-shadow: -0.1rem 0.1rem 1rem #999;
	font-size: 0.8rem;
        border:0.12rem solid #d01a53;

}

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

.frame-outer2 {
	position: relative;
	padding: 0;
	width: 760px;
	margin: 1.3rem auto;
	background-color: #FFF;
	box-shadow: -0.1rem 0.1rem 1rem #999;
	font-size: 0.8rem;

}

.header {
  	position: relative;
}

.content {
  	padding: 1.1rem 5.5% 0.3rem 5.5%;
}

.content2 {
  	padding: 1.1rem 5% 0.3rem 5.5%;
}

#content_pink {
  padding: 1.0rem;
	background: #d01a53;
color: #fff;
}
#content_pink3 {
  padding: 1.0rem 4% 0.25rem 4%;
	background: #d01a53;
color: #fff;
}
.content::after {
  	content: "";
  	display: block;
  	clear: both;
}

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

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

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

.footer {
	position: relative;
	padding: 1.8rem 3% 1.8rem 3%;
	text-align: center;
	background-color: #f3f4f5;
}

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

/* ------------------- Abstände/Distances ------------------------- */

.nomag { margin-bottom: 0; }

.mag02 { margin-bottom: 0.2rem; }

.mag05 { margin-bottom: 0.5rem; }

.mag075 { margin-bottom: 0.75rem; }

.mag1 { margin-bottom: 1rem; }

.mag15 { margin-bottom: 1.5rem; }

.mag2 { margin-bottom: 2rem; }

/* ------------------- Formatierung/Formating ------------------------- */



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

.left {
	width: 48%;
}

.right {
	width: 48%;
}





.logo {
  	width: 17rem;
	margin: 3rem 0 0.7rem 5.5%;

}

#logo {
	position: absolute;
	width: 30%;
	bottom: 105px;
	right: 50px;
}

.title-block {
  	position: absolute;
  	bottom: 3%;
  	right: 0;
  	padding: 0.5rem 3%;
  	background: rgb(0, 0, 0);
  	background: rgba(0, 0, 0, 0.7);
  	color: #fff;
} 

.refnr {
	
}

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

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

.justify {
	text-align: justify;
}

.ausblenden {
	display: none;
}

.button a {
  	display: inline-block;
  	background: #f2e8d1;
  	padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  	margin: 2rem auto;
  	cursor: pointer;
  	border: 0.1rem solid #f2e8d1;
  	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
  	color: #000;
}

.button a:hover {
  	background-position: 15px center;
  	background-color: #fff;
  	text-decoration: none;
  	color: #000;
}

/* ------------------ Listen & Tabellen/Lists & Tables ------------------------ */

ul {
	/* position: relative; */
  	margin: 0 auto 1rem 0.5rem;
  	padding-left: 0.5rem;
  	list-style-type: none;
}

li::before {
  	position: absolute;
  	left: -0.9rem;
  	content: "+";
  	font-size: 0.9rem;
  	color: #d01a53;
	line-height: 1.2;
}

li {
  	margin: auto;
	margin-bottom: 0.2rem;
  	padding: 0;
    position: relative;
}

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

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

.slideshow li span {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	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: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
  }
  
  26% {
    opacity: 1;
    transform: translateX(-100%);
  }
  27% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@-webkit-keyframes image {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
  }
  
  26% {
    opacity: 1;
    transform: translateX(-100%);
  }
  27% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

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

.slideshow li:nth-child(4) span {
  	-webkit-animation-delay: 18s;
  	animation-delay: 18s;
}
ul.slideshow {
    margin: 0;
}

.slider-wrap li::before{
	display: none;
}

.slider-wrap ul {
    margin:0;
    padding-left:0px;
    list-style-type: none;
    list-style:none;
	border-bottom:none;
	border-color: #fff;
    border-width: 0px;
	padding-bottom:5px;
}

/*
li::before {
  	position: absolute;
  	left: -0.45rem;
  	content: "▶";
  	font-size: 0.8rem;
  	color: #A52336;
	line-height: 1.4;
}
*/
/* ------------------ Slider - Right to Left ------------------------ */
/*
.slider-wrap {
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
	overflow: hidden;
}

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

.slideshow li span {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	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: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
  }
  
  26% {
    opacity: 1;
    transform: translateX(-100%);
  }
  27% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@-webkit-keyframes image {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
  }
  
  26% {
    opacity: 1;
    transform: translateX(-100%);
  }
  27% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

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

.slideshow li:nth-child(4) span {
  	-webkit-animation-delay: 18s;
  	animation-delay: 18s;
}
ul.slideshow {
    margin: 0;
}

.slider-wrap li::before{
	display: none;
}

.slider-wrap ul {
    margin:0;
    padding-left:0px;
    list-style-type: none;
    list-style:none;
	border-bottom:none;
	border-color: #fff;
    border-width: 0px;
	padding-bottom:5px;
}
*/
/* ------------------ Tooltip ------------------------ */

[data-tooltip] {
  	position: relative;
  	z-index: 2;
  	cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

[data-tooltip]:before {
  	position: absolute;
  	bottom: 150%;
  	left: 50%;
  	margin-bottom: 5px;
  	margin-left: -80px;
  	padding: 7px;
  	width: 160px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
  	background-color: #000;
  	background-color: hsla(0, 0%, 20%, 0.9);
  	color: #fff;
  	content: attr(data-tooltip);
  	text-align: center;
  	font-size: 14px;
  	line-height: 1.2;
}

[data-tooltip]:after {
  	position: absolute;
  	bottom: 150%;
  	left: 50%;
  	margin-left: -5px;
  	width: 0;
  	border-top: 5px solid #000;
  	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  	border-right: 5px solid transparent;
  	border-left: 5px solid transparent;
  	content: " ";
  	font-size: 0;
  	line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  	visibility: visible;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  	opacity: 1;
}

/* ------------------ Custom Code ------------------------ */

.white { color: #FFFFFF; }
.red { color: #d01a53; }

.headline {
	position: absolute;
	top: 15.2rem;
	right: 8.5%;
}

p.subhead {
	font-size: 1rem;
	margin: 0 0 0 5.5%;
}

.red-box {
	width: 52%;
	padding: 0.3rem 2% 0.1rem 2%;
	background-color: #A52336;
	color: #FFFFFF;
}

.ft-headline {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.kennzahl {
	position: absolute;
	right: 3%;
	top: 1.1rem;
	color: #FFFFFF;
	font-size: 0.5rem;
}

h1.red-headline {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: normal;
    margin: 0px;
    color: #A52336;
    padding-top: 0.25rem;
    padding-right: 7px;
    padding-bottom: 0.25rem;
    padding-left: 7px;
}

.apply {}
