@charset "utf-8";

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v42-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/noto-sans-v42-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/noto-sans-v42-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/noto-sans-v42-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/noto-sans-v42-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/noto-sans-v42-latin-regular.svg#NotoSans') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-v42-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/noto-sans-v42-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/noto-sans-v42-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/noto-sans-v42-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/noto-sans-v42-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/noto-sans-v42-latin-700.svg#NotoSans') format('svg');
    /* Legacy iOS */
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    font: 0.938em/1.4em 'Noto Sans', Arial, sans-serif;
    color: rgb(51, 51, 51);
    background: #F5F5F5;
    hyphens: auto;
}

#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 800px;
    background: #F5F5F5;
}

p {
    padding-bottom: 1rem;

}

h1 {
    margin: 0rem 0rem 1rem;
    font-size: 1.75em;
    line-height: 1.1em;
    color: #EE7202;
}

h2 {
    margin: -12px -26px 17px -26px;
    padding: 12px 0 12px 26px;
    color: #EE7202;
    font-size: 1.375em;
    line-height: 1.3;
    background: #E6E6E6;
}

:is(a:link, a:visited, a:active) {
    color: #EE7202;
    text-decoration: underline 1px dotted #EE7202;
}

a:hover {
    color: rgb(51, 51, 51);
}

ul {
    padding: 0rem 0rem 1rem 0rem;
    list-style: none;
}

li {
    padding: 0 0 0.5rem 16px;
}

ul li:before {
    content: "\2022";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -16px;
}

.slider-wrap3 {
    width: auto;
    height: 390px;
    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;
}

.content {
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0 26px rgba(0, 0, 0, .125);
    padding: 12px 26px 0 26px;

}

.logo {
    padding-bottom: 16px;
}

footer p {
    text-align: center;
    margin-top: 3rem;
}

a.button {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    text-decoration: none;
    color: #fff;
    border: 2px solid #EE7202;
    padding: 8px 12%;
    background: #EE7202;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
}

a.button:hover {
    background: #fff;
    color: #EE7202;
}

img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p :is(span, a) {
        display: inline-block;
    }

    .slider-wrap3 {}
}

@media only screen and (max-width:750px) {
    .slider-wrap3 {
        height: 370px;
    }
}

@media only screen and (max-width:740px) {
    .slider-wrap3 {
        height: 360px;
    }
}

@media only screen and (max-width:695px) {
    .slider-wrap3 {
        height: 330px;
    }
}

@media only screen and (max-width:650px) {
    .slider-wrap3 {
        height: 310px;
    }
}

@media only screen and (max-width:600px) {
    .slider-wrap3 {
        height: 290px;
    }
}

@media only screen and (max-width:560px) {
    .slider-wrap3 {
        height: 270px;
    }
}

@media only screen and (max-width:515px) {
    .slider-wrap3 {
        height: 250px;
    }
}

@media only screen and (max-width:470px) {
    .slider-wrap3 {
        height: 230px;
    }
}

@media only screen and (max-width:430px) {
    .slider-wrap3 {
        height: 200px;
    }
}

@media only screen and (max-width:355px) {
    .slider-wrap3 {
        height: 180px;
    }
}

@media only screen and (max-width:330px) {
    .slider-wrap3 {
        height: 170px;
    }
}