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

/* --- Italic --- */
@font-face { 
	font-family: "Source Sans 3"; 
	src: local('SourceSans3-Italic'),     
	     url('https://fonts.pwrk.dev/ofl/sourcesans3/SourceSans3-Italic[wght].woff2') format('woff2') ; 
	font-weight: 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: "Source Sans 3", sans-serif;
	font-size: 100%;
  line-height: 1.5;
  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.8rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 0rem;
  color: #fff;
  text-align: center;
}

h1 + p{
  text-align: center;
  font-weight: bold;
}

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

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: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

li {
  padding-left: 1.1rem;
}

li::before {
  content: "✔";
  display: inline-block;
  font-size: 0.9rem;
  position: relative;
  float: left;
  top: 2px;
  margin-left: -1.1rem;
} 

.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;
  background: #FFFFFF;
}

.header a img {
  margin: 1.3rem 4% 1.6rem;
}

.content {
  padding: 0rem 0rem 0rem;
}

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

.box {
  width: 48%;
}

.aside,.section {
  padding: 1.5rem 4% 0.5rem;
}

.section {
  background: #6581A6;
  color: #fff;
}

.footer {
  padding: 1.5rem 4% 1.5rem;
  background: #124614 ; 
  background: -webkit-linear-gradient(left, #124614 , #2B8E31); 
  background: -o-linear-gradient(right, #124614 , #2B8E31); 
  background: -moz-linear-gradient(right, #124614 ,#2B8E31); 
  background: linear-gradient(to right, #124614 , #2B8E31);
  color: #fff;
}

.footer a {
  color: #fff;
}

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

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