
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400&display=swap');

 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Overpass', sans-serif;
	font-size: 100%;
  line-height: 1.3;
  color: #222222;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust:exact;
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.938rem;
}
a {
  color: #222222;
  text-decoration: none;
}
p {
	padding-bottom: 1rem;
  text-align: justify;
}

h1 {
  font-size: 2em;
  color: #FFF;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}

h2 {
  font-size: 1.2em;
  line-height: 1.3;
  color: #e4004d;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

h3 {
  font-size: 1.3em;
  line-height: 1.1;
  margin: 0;
}

ul {
  padding: 0rem 0rem 1rem 0.3rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1rem;
}

li::before {
  content: "•";
  display: inline-block;
  color: #e4004d;
  font-size: 1.3em;
  position: relative;
  float: left;
  top: -0.2rem;
  margin-left: -1rem;
} 
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}
a:hover {
  text-decoration: underline;
  color: #e4004d;
}

.logo{
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.6);
}

.header {
  padding:0;
}
.title{
  padding:2rem 1rem 1.5rem;
  background: url('arrow-right.png') left bottom,url('arrow-left.png') right bottom,linear-gradient(to right,#5a7e92,#698da1,#799db1,#89adc1,#99bdd1);
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
  text-align: center;
}
.content {
  padding: 1.25rem 1.5rem;
}

.footer {
  padding: 1.5rem;
  color: #4e748b;
  background-color: #F9F9F9;
}
.footer a{
  color: #4e748b;
}
.footer div{
  margin-right: 1rem;
}
.box{
  text-align: right;
  margin-right: 0;
}
.box img{
  margin-left: 0.5rem;
}
.flex{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow:row wrap;
  text-align: left;
}
.left {
  width: 48%;
}
.right {
  width: 48%;
}

.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 {}
