/* --- Normal --- */
@font-face { font-family: "Jost";
	 
  src: local('Jost'),     
	   url('https://fonts.pwrk.dev/ofl/jost/Jost[wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

/* --- Italic --- */
@font-face { font-family: "Jost";
	 
  src: local('Jost'),     
	   url('https://fonts.pwrk.dev/ofl/jost/Jost-Italic[wght].woff2') format('woff2') ;
font-weight: 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: 'Jost', sans-serif;
  font-size: 100%;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust: exact;
}

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

h1 {
    font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 -2rem 0rem;
  padding: 0.35rem 2rem;
  width: 72%;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(90deg, #0B379C 0%, #0496D9 30%, #00D0FF 52%, #00E5E8 78%, #00FFCC 100%);
}

h2 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  color: #0B379C;
}

h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

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

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

a:hover {
  text-decoration: underline;
}

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

li {
  padding-left: 1.3rem;
}

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

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 800px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.813rem;
}

.header {
  padding: 10rem 2rem 0;
  text-align: right;
}

.header img{
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.content {
  padding: 1rem 2rem 1rem;
  background: linear-gradient(to bottom, #E5E5E5, #FFFFFF);
  -webkit-background: linear-gradient(to bottom, #E5E5E5, #FFFFFF);
  -moz-background: linear-gradient(to bottom, #E5E5E5, #FFFFFF);
  -ms-background: linear-gradient(to bottom, #E5E5E5, #FFFFFF);
}

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

.left {
  width: 48%;
}

.right {
  width: 48%;
}

.footer {
  padding: 1rem 2rem 1rem;
  background: #0A3EA1;
  color: #fff;
}

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

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

.slideshow-3-bilder li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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-3-bilder 18s ease-out infinite;
  animation: image-3-bilder 18s ease-out infinite;
}

@keyframes image-3-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }

  3% {
    transform: translateX(0);
  }

  33.33333% {
    transform: translateX(0);
  }

  36.33333% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(-100%);
    opacity: 1;
  }

}

@-webkit-keyframes image-3-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }

  3% {
    transform: translateX(0);
  }

  33.33333% {
    transform: translateX(0);
  }

  36.33333% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(-100%);
    opacity: 1;
  }

}

.slideshow-3-bilder li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

.slider-wrap ul.slideshow-3-bilder {
  margin: 0;
  padding: 0;
}

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

/*---4Bilder---*/

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

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

.slideshow_4Bilder 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_4Bilder 12s linear infinite;
  animation: image_4Bilder 12s linear infinite;
}

@keyframes image_4Bilder {
  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_4Bilder {
  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_4Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow_4Bilder li:nth-child(1) span {}
.slideshow_4Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_4Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_4Bilder li:nth-child(4) span {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

ul.slideshow_4Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_4Bilder li::before{
	display:none !important;
}

.slideshow_4Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

/*---4Bilder ENDE---*/

.refnr {}

.apply {}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}
