/* Version: 07.03.2016 */
@font-face {
	font-family: "PT Sans";
	src: url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "PT Sans";
	src: url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "PT Sans";
	src: url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "PT Sans";
	src: url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
}
* {
  box-sizing: border-box;
}

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  word-spacing: normal;
  line-height: 1.6;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

p {
  margin: 0;
  text-align: justify;
}

h1 {
  line-height: 1;
  font-size: 2rem;
  font-weight: normal;
  padding: 0;
  margin: 3% 0;
}

h2 {
  margin: 0px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: normal;
}

.col-count {
column-count: 2;
column-gap: 30px;
}

h3 {
  margin: 0px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: normal;
}

h4 {
  margin: 0 0 3% 0;
  line-height: 1.1;
  font-size: 1.2rem;
  font-weight: normal;
}

.rahmen {
  position: relative;
  padding: 0px;
  width: 720px;
  margin: 20px auto;
  background-color: #FFF;
  border: 1px solid #A7A9A4;
  box-shadow: -0.5px 3px 15px #999;
  overflow: hidden;
  font-size: 0.8rem;
}

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

.header {
  background: #4a4b4b;
  border-bottom: 3px solid #e40613;
}

.logo {
  background: #e6e6e6;
  width: 25%;
  padding: 1% 0 1% 5%;
  margin-left: -3%;
  -webkit-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  transform: skewX(-15deg);
}

.logo-inner {
  width: 80%;
  -webkit-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  transform: skewX(15deg);
}

.slogan {
  position: absolute;
  top: 324px;
  left: 50%;
  width: 62%;
  padding: 1% 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255,255,255);
  background: rgba(255,255,255,0.2);
  color: #fff;
  text-align: center;
  z-index: 4;
}

.title-wrapper,
.footer-wrapper {
  width: 100%;
  padding: 3% 0;
  background: #e6e6e6;
}

.title {
  background: url(startseite_slider_1.jpg) no-repeat top right / 120%;
  width: 100%;
}

.title-inner {
  background: #4a4b4b;
  width: 67%;
  float: right;
  padding: 2% 9% 2% 6%;
  margin-right: -4%;
  color: #fff;
  -webkit-transform: skewX(-13deg);
  -o-transform: skewX(-13deg);
  -moz-transform: skewX(-13deg);
  transform: skewX(-13deg);
  border-left: 10px solid #e6e6e6;
}

.title-inner p,
.title-inner h1,
.footer-inner h4,
.footer-inner ul {
  -webkit-transform: skewX(13deg);
  -o-transform: skewX(13deg);
  -moz-transform: skewX(13deg);
  transform: skewX(13deg);
}

.title-inner h1 {
  padding-left: 3%;
}

.content {
  background: #e6e6e6;
  padding: 20px 3%;
  margin-bottom: 3%;
}

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

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

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

.footer {
  background: url(startseite_slider_3.jpg) no-repeat top right / 130%;
  width: 100%;
}

.footer ul {
  margin-left: 18px;
}

.footer-inner {
  background: #4a4b4b;
  width: 70%;
  float: left;
  padding: 2% 9% 2% 6%;
  margin-left: -4%;
  color: #fff;
  -webkit-transform: skewX(-13deg);
  -o-transform: skewX(-13deg);
  -moz-transform: skewX(-13deg);
  transform: skewX(-13deg);
  border-right: 10px solid #e6e6e6;
}

.footer-inner h4 {
  margin-left: -3%;
}

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

.footer-bottom {
  background: #e40613;
  padding: 3%;
  color: #fff;
}

.footer-bottom a:link,
.footer-bottom a:visited {
  color: #fff;
}

.outro {
  padding:0 3% 3% 3%;
}

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 {
  margin-left: 5px;
  padding-left: 9px;
  margin-top: 0px;
  list-style-type: none;
}

li {
  position: relative;
  margin: auto;
  padding: 0;
}

li::before {
  position: absolute;
  content: "•";
  top: 4px;
  left: -13px;
  font-size: 0.5rem;
}

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

.hide {
  display: none;
}

.refnr {}

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

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

p:empty {
  height: 18px;
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  /* table-layout: fixed; */
}

.cell {
  display: table-cell;
}

.row {
  display: table-row;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button_box {
  text-align: center;
}

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

.button a {
  background: #123487;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 10px 40px;
}

.button a:hover {
  background: #2d5aae;
}

.slider-complete {
    width: 100%;
    position: relative;
    margin-bottom: 48%;
}

.slider-positioner-first {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.slider-positioner-second {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slider-wrap-first,
.slider-wrap {
    max-width: 720px;
    max-height: 300px;
    width: auto;
    height: auto;
    position: relative;
    padding-top: 49%;
    overflow: hidden;
}

.slideshow-first,
.slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding-left: 0px !important;
    z-index: 1;
}

.slideshow-first {
    z-index: 0;
}

.slideshow-first li span,
.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;
    z-index: 1;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image 10s linear infinite;
    animation: image 10s linear infinite;
}

.slideshow-first li span {
  -webkit-animation: imagefirst 5s linear 1;
  animation: imagefirst 5s linear 1;
}

@keyframes imagefirst {
  0% {
    opacity:1;
    transform: translateX(0%);
  }
  5%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  10%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  26.27%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  33.27% {
  	opacity:1;
    transform: translateX(-115%);
  }
  100% {
  	opacity:1;
    transform: translateX(-115%);
  }
}

@-webkit-keyframes imagefirst {
  0% {
    opacity:1;
    transform: translateX(0%);
  }
  5%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  10%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  26.27%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  33.27% {
  	opacity:1;
    transform: translateX(-115%);
  }
  100% {
  	opacity:1;
    transform: translateX(-115%);
  }
}

@keyframes image {
  0% {
    opacity:1;
    transform: translateX(115%);
  }
  12.2%{
  	opacity: 1;
  	transform: translateX(115%);
  }
  16.2%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  63%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  67% {
  	opacity:1;
    transform: translateX(-115%);
  }
  100% {
  	opacity:1;
    transform: translateX(-115%);
  }
}

@-webkit-keyframes image {
  0% {
    opacity:1;
    transform: translateX(115%);
  }
  12.2%{
  	opacity: 1;
  	transform: translateX(115%);
  }
  16.2%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  63%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  67% {
  	opacity:1;
    transform: translateX(-115%);
  }
  100% {
  	opacity:1;
    transform: translateX(-115%);
  }
}

.slideshow-first li,
.slideshow li {
  margin:0;
  padding:0;
  list-style: none;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.slideshow-first li {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.slideshow li:nth-child(1) span {

}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
ul.slideshow-first,
ul.slideshow {
  margin:0;
}

.apply {}
