@font-face { 
	font-family: "Roboto";	 
	src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face { 	
	font-family: "Roboto";	 
	src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}

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

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

body {
  font-family: 'Roboto', sans-serif;
	font-size: 100%;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #fff;
  -webkit-print-color-adjust:exact;
}

p {
	padding-bottom: 1rem;
  text-align: justify;
}

h1 {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #C10000;
  text-align: center;
}

h1 small{font-size: calc (100% - 0.5rem);}

p span {
  color: #C10000;
  font-size: 1.1rem;
}

h2 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #C10000;
}

strong {
  font-weight: 600;
}

h3 {
  margin: 0;
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #C10000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0rem 0rem 1rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 0.7rem;
}

li::before {
  content: "-";
  display: inline-block;
  font-size: 1.3rem;
  position: relative;
  float: left;
  top: -6px;
  margin-left: -0.7rem;
  color: #C10000;
} 

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 777px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.05rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.95rem;
}
.header {
  padding: 0rem 0 0rem;
  text-align: center;
}

.header a img {
  margin: 1rem 4%;
  width: 6rem;
}

.content {
  padding: 1.5rem 4% 0.5rem;
}

.p-1 {
  width: 38%;
  border-left: 0.15rem solid #C10000;
  border-right: 0.15rem solid #C10000;
  text-align: center;
}

.p-2 {
  padding-top: 1rem;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.box {
  width: 48%;
}

.button {
  text-align: center;
  margin: 0.5rem 0 1.5rem;
}

.button a {
  background: #1EA0DA;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  border-radius: 0.3em;
  padding: 0.8em 1.8em;
  display: inline-block;
  }

.footer {
  padding: 1.5rem 4% 0.5rem;
  background: #000;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer img {
  vertical-align: -0.05rem;
}

/*--Slider editierbar--*/

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

.slider-wrap_3bilder img {
	display: block;
}
  
.slideshow_3bilder {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow_3bilder 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_3bilder 18s linear infinite;
    animation: image_3bilder 18s linear infinite;
}
  
@keyframes image_3bilder {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    35% {
      opacity: 1;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image_3bilder {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    35% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow_3bilder li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow_3bilder li:nth-child(1) span {}
.slideshow_3bilder li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow_3bilder li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

ul.slideshow_3bilder {
    margin: 0;
    padding-left: 0;
}

.slideshow_3bilder li::before {
	display: none;
}

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

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

.slideshow-4-bilder 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-4-bilder 16s linear infinite;
  animation: image-4-bilder 16s linear infinite;
}

@keyframes image-4-bilder {
  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-4-bilder {
  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-4-bilder li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slideshow-4-bilder li:nth-child(1) span {}

.slideshow-4-bilder li:nth-child(2) span {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.slideshow-4-bilder li:nth-child(3) span {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.slideshow-4-bilder li:nth-child(4) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

ul.slideshow-4-bilder {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  border: 0;
}

.slideshow-4-bilder li::before {
  display: none;
}
.refnr {}

.apply {}
