@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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: #2F2525;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background: #f1f1f1;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1rem;
}

h1 {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #0D314B;
    text-transform: uppercase;
}

h2 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #0D314B;
    text-transform: uppercase;
}

h3 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0rem;
}

strong, h1, h2, h3 {
    font-weight: 600;
}

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

a {
    color: #2F2525;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding: 0rem 0rem 2.25rem;
    list-style: none;
}

li {
    padding: 0rem 0rem 0rem 1rem;
}

li::before {
    content: "•";
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    float: left;
    top: 0.1rem;
    margin-left: -1rem;
    font-family: Arial, sans-serif;
}

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

hr {
    border: none;
    height: 0.2rem;
    margin: 0rem 0rem 1rem;
    text-align: left;
    width: 24rem;
    border-top: 0.25rem solid #AFCB09;
    border-radius: 0.3rem;
}

hr.full {
    width: 100%;
}

hr.hr_mb {
    margin-bottom: 2.5rem;
}

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

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

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

.logo {
    text-align: right;
    margin-bottom: 1rem;
}

.logo img {
    width: 10rem;
}

.footer {
    padding: 0rem 2.75rem 2.5rem;
}

.link {
    text-align: right;
    padding: 0.5rem;
}

.link a {
    color: #0D314B;
    font-size: 1.5rem;
    line-height: 1.1;
}

.hr_full_ft {
    margin: 0.5rem 0 0;
}

.justifier {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.big {
    font-size: 1.2rem;
}

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

.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 9s linear infinite;
  animation: image 9s 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;
  }
  35% {
    opacity: 1;
  }
  39% {
    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;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

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

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

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


.button a {
	display: inline-block;
        background: #c4d600;
	padding: 0.6rem 1.6rem;
	margin: 2rem auto;
	cursor: pointer;
	border-radius: 4px;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
	font-size: 1.3rem;
	font-weight: normal;
}

.button a:hover {
	background: #9dab00;
	text-decoration: none;
}

/*--- Slideshow 3 Bilder ---*/
.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 9s linear infinite;
  animation: image_3Bilder 9s linear infinite;
}
@keyframes image_3Bilder {
  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;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_3Bilder {
  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;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slideshow_3Bilder li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.slideshow_3Bilder li:nth-child(1) span {}
.slideshow_3Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_3Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
ul.slideshow_3Bilder {
  margin: 0 !important;
  padding: 0 !important;
}
.slideshow_3Bilder li::before {
  display: none !important;
}
.slideshow_3Bilder ul {
  margin: 0 !important;
  padding-left: 0 !important;
  list-style-type: none !important;
  list-style: none !important;
}

.refnr {}

.apply {}
