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

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


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

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

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    line-height: 1.4;
    color: #001339;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background: #f1f1f1;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1rem;
}

h1 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

h2 {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0rem;
}

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

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

a:hover {
    text-decoration: underline;
}

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

ul ul {
    padding-bottom: 0;
}

li {
    padding: 0.1rem 0 0 0.8rem;
}

li::before {
    content: "•";
    display: inline-block;
    font-size: 1.5rem;
    line-height: 0.8;
    position: relative;
    float: left;
    top: 0rem;
    margin-left: -1rem;
    font-family: Arial, sans-serif;
color: #00AAF0;
}

ul ul li::before {
    content: "-";
}

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

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

.header {
    padding: 0rem;
    position: relative;
}
.logo{
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 999;
    background: #fff;
    padding: 0.75rem;
}
.button a {
  display: inline-block;
  background-color: #fff;
  padding: 0.6rem 5%;
  margin: 0 auto;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000 !important;
  text-align: center;
}
.button a:hover {
  background-color: #eee;
  text-decoration: none;
}

.blue-box p {
padding: 0;
margin: 0;
}

.blue-box {
    background: #00aaf0;
    padding: 1.5rem 3%;
    color: #ffffff;
}

.blue-box a:link,
.blue-box a:visited
{
 color: #ffffff;
}


.blue, .box li::before{
    color: #00AAF0;
}
.title{
    font-size: 1.6rem;
}


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

hr {
    border: none;
    background: #001339;
    height: 0.2rem;
    width: 200px;
    margin: 0.5rem auto 1rem;
}

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

.box {
    width: 48%;
    background: #e5e8eb;
    padding: 1rem 1rem 0;
    margin-bottom: 1rem;
}

.left {
    width: 75%;
}

.right {
 
	width: 25%;
display: flex;
align-items: end;
justify-content: end;
	margin-bottom: 0.5rem;
}

.footer {
    padding: 0rem;
}

.footer iframe {
    width: 100%;
    height: 426px;
    border: none;
    margin-bottom: -0.35rem;
}

.justifier {
    text-align: justify;
    hyphens: auto;
}

.texttransform {
    text-transform: uppercase;
}

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

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

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

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

    1% {
        transform: translateX(0);
    }

    33% {
        transform: translateX(0);
    }

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

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

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

    1% {
        transform: translateX(0);
    }

    33% {
        transform: translateX(0);
    }

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

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

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

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

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

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

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

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

/* End SLIDE4 */
/* SLIDE3 */
.slider-wrap3 {
    width: auto;
    height: auto;
    position: relative;
}

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

.slider-wrap3 .slideshow-3-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-3-bilders 18s linear infinite;
    animation: image-3-bilders 18s linear infinite;
}

@keyframes image-3-bilders {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    37% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes image-3-bilders {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    37% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.slider-wrap3 .slideshow-3-bilder li {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

.slider-wrap3 .slideshow-3-bilder li:before {
    display: none;
}

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

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

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

.slider-wrap3 ul.slideshow-3-bilder {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* End SLIDE3 */

.slider-wrap_4Bilder{
	margin: 0;
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.slideshow_4Bilder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow_4Bilder 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_4Bilder 24s linear infinite;
  animation: image_4Bilder 24s linear infinite;
}
@keyframes image_4Bilder {
0% {
 opacity: 0;
      transform: translateX(100%);
    }
	0.01%{
		opacity: 1;
	}  

    2% {
      transform: translateX(0);
    }

    25% {
      transform: translateX(0);
    }

    27% {    
      transform: translateX(-100%);
		opacity: 1;
    }
	28%{
		opacity: 0;
	}
}
@-webkit-keyframes image_4Bilder {
0% {
 opacity: 0;
      transform: translateX(100%);
    }
	0.01%{
		opacity: 1;
	}  

    2% {
      transform: translateX(0);
    }

    25% {
      transform: translateX(0);
    }

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

.slideshow_4Bilder li {
    margin:0;
    padding:0;
  list-style: none;
}
.slideshow_4Bilder li:nth-child(1) span {
}
.slideshow_4Bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_4Bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow_4Bilder li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

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;
}

.refnr {}

.apply {}
