/* Version: 11.04.2018 */


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

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

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.2;
	background-color: #FFF;
	-webkit-print-color-adjust:exact;
}

p {
  	margin: 0 0 1rem 0;
}

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

h2 {
  	margin: 0;
  	line-height: 1.3;
  	font-size: 1.6rem;
  	font-weight: bold;
}

h3 {
	margin: 0;
	line-height: 1.1;
	font-size: 1rem;
	font-weight: bold;
	color:#2f53a7;
}
h4 {
	margin: 0;
	line-height: 1.1;
	font-size: 0.7rem;
	font-weight: bold;
	color:#2f53a7;
	margin-bottom: 1.5rem;
}

h5 {
	margin: 0;
	line-height: 1.1;
	font-size: 0.7rem;
	font-weight: bold;
	color:#2f53a7;
	margin-bottom: 0.5rem;
}

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

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

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

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

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

.frame-outer {
	position: relative;
	padding: 0;
	width: 700px;
	margin: 1.3rem auto;
	background-color: #FFF;
	border: 0.15rem solid #004b93;
	border-radius: 2.2rem;
	font-size: 0.75rem;
}

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

.header {
  	position: relative;
	padding: 1.3rem 1.3rem 0 1.3rem;
}

.content {
	position: relative;
  	padding: 2rem;
	padding-left: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

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

.footer {
	position: relative;
	padding: 1.1rem 5%;
}

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

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

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

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

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

.nomag { margin-bottom: 0; }
.mag025 { margin-bottom: 0.25rem; }
.mag05 { margin-bottom: 0.5rem; }
.mag075 { margin-bottom: 0.75rem; }
.mag1 { margin-bottom: 1rem; }
.mag15 { margin-bottom: 1.5rem; }
.mag2 { margin-bottom: 2rem; }
.mag25 { margin-bottom: 2.5rem; }
.mag3 { margin-bottom: 3rem; }
.mag35 { margin-bottom: 3.5rem; }
.mag4 { margin-bottom: 4rem; }

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

.refnr {
	
}

.button a {
  	display: inline-block;
  	background: #0065FF;
  	padding: 0.6rem 2.5rem;
  	margin: 0.5rem auto;
  	cursor: pointer;
  	border: 0.1rem solid #0065FF;
  	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: #0065FF;
}

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

ul {
	/* position: relative; */
  	margin: 0 auto 1rem auto;
  	list-style-type: disc;
}

li {
  	margin: auto;
  	padding: 0;
	margin-left: 1rem;
}

/* 
li::before {
  	position: absolute;
  	left: -0.8rem;
  	content: "■";
  	font-size: 0.8rem;
  	color: red;
} 
*/

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

p.contact {
	width: 30%;
}

.logo {
    position: absolute;
    right: 1.5rem;
    bottom: -3.5rem;
    width: 16rem;
    margin-bottom: 1rem;
}

.slider-wrap{
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
	border-top:0px solid #cf0038;
}

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

.apply {}
