/* Version: 11.04.2018 */


 /* ------------------- Allgemein/General ------------------------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,700&display=swap');


* {
	box-sizing: border-box;
  	margin: 0;
  	padding: 0;
}

 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Open Sans', sans-serif, Arial;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.7;
	background-color: #f1f1f1;
	-webkit-print-color-adjust:exact;
}

p {
  	margin: 0 0 1rem 0;
}

p.headline {
	margin: 0;
	font-weight: bold;
}

p.empty {
  	margin-bottom: 0.5rem;
}

h1 {
  	line-height: 1.5;
	font-size: 2rem;
	font-weight: bold;
	padding: 0;
	font-weight:300;
	margin: 0 0 1.3rem 0;
}

h2 {
  	margin: 0;
  	line-height: 1.3;
  	font-size: 1rem;
	padding-bottom:5px;
	font-weight:300;
	color: rgb(183, 0, 81);
}

h3 {
	margin: 0;
	line-height: 1.1;
	font-size: 1.2rem;
	font-weight: bold;
	color: rgb(183, 0, 81);
	margin-bottom: 2rem;
}

img {
  	max-width: 100%;
  	height: auto;
  	width: auto9;
  	border: 0;
  	vertical-align: middle;
}

a:link {
	text-decoration: none;
  	color: rgb(183, 0, 81);
	font-weight: bold;
}

a:visited {
  	text-decoration: none;
  	color: rgb(183, 0, 81);
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
  	color: rgb(183, 0, 81);;
	font-weight: bold;
}

a:active {
  	text-decoration: none;
  	color: rgb(183, 0, 81);
	font-weight: bold;
}

/* ------------------- Struktur/Structure ------------------------- */

.frame-outer {
	position: relative;
	padding: 0;
	width: 720px;
	margin: 1.3rem auto;
	background-color: #FFF;
	border: 0.02rem solid #A7A9A4;
	box-shadow: -0.1rem 0.1rem 1rem #999;
	font-size: 0.8rem;
}

.frame-outer::after {
  	content: "";
  	display: block;
  	clear: both;
}

.header {
  	position: relative;
	padding: 1rem 0 1.1rem 0;
}

.content {
  	padding: 1.1rem 4.5%;
}

.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 {
	padding: 0 4.5%;
}

.footer::after {
  	content: "";
  	display: block;
  	clear: both;
}

/* ------------------- Formatierung/Formating ------------------------- */

.logo {
  	max-width: 16rem;
  	float: right;
}

.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;
}

.button_box {
text-align: center;
}

.button a {
  	display: inline-block;
  	background: rgb(183, 0, 81);
  	padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  	margin: 1rem auto;
  	cursor: pointer;
  	border: 0.1rem solid rgb(183, 0, 81);
  	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
  	color: #fff;
}

.button a:hover {
  	background-position: 15px center;
  	background-color: #fff;
  	text-decoration: none;
  	color: rgb(183, 0, 81);
}

/* ------------------ Listen & Tabellen/Lists & Tables ------------------------ */

ul {
  	margin: 0 auto 1rem 0.5rem;
  	padding-left: 0.5rem;
  	list-style-type: disc;
}

ul ul {
  	margin: 0.5rem auto 0.5rem 0.5rem;
  	padding-left: 0.5rem;
  	list-style-type: circle;
}

li {
  	margin: auto;
  	padding: 0;
}

/* 
li::before {
  	position: absolute;
  	top: 0;
  	left: -0.8rem;
  	content: "■";
  	font-size: 0.8rem;
  	color: red;
} */

/* ------------------ 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 ------------------------ */

ul { margin-bottom: 1.4rem; }

p.line { 
	margin-top: 6rem; 
	color: rgb(183, 0, 81);
}
.apply {}
