html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 100%;
    text-decoration: none;
    word-spacing: normal;
    -webkit-print-color-adjust: exact;
    font-weight: normal;
    background-color: #f1f1f1;
    line-height: 1.4;
    color: #000;
    font-family: Verdana, sans-serif;
}

p {
    padding-bottom: 1rem;
    text-align: justify;
}

h1 {
    font-size: 1.7rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #05A1DE;
}

h2 {
    font-size: 1rem;
    line-height: 1.2;
    color: #014284;
}

ul {
    padding: 0rem 0rem 1rem 0rem;
    list-style-image: url();
    list-style: none;
}

li {
    padding-left: 1.3rem;
}

li::before {
    content: "●";
    display: inline-block;
    font-size: 0.75rem;
    position: relative;
    float: left;
    top: 0.1rem;
    margin-left: -1.3rem;
}

.frame-outer {
    overflow: hidden;
    position: relative;
    margin: 1.3rem auto;
    box-shadow: -0.1rem 0.1rem 1rem #999;
    width: 750px;
    background: #FFF;
    border: 0.02rem solid #A7A9A4;
    font-size: 0.875rem;
    padding: 0rem 0rem 0rem;
}

.logo {
    padding: 1rem 2rem;
}

.logo img {
    width: 18rem;
}

.content {
    padding: 1rem 2rem 0rem;
}

.footer {
    padding: 3rem 2rem 1rem;
}

.reward {
    width: 7rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
}

.top {
    width: 10rem;
}

.link {
    padding-top: 1rem;
    text-align: center;
}

.button {
    background: #014284;
    color: #fff;
    padding: 0.7rem 1rem;
    text-transform: uppercase;
}

.button:hover {
    text-decoration: none;
    background: #0096D9;
    color: #fff;
}

a {
    color: #014284;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0096D9;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.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 {}
