@charset "utf-8";
/* Standard */
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 0.875em/1.5em Verdana, Arial, sans-serif;
    color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #c8c8c8 url('../images/bg.jpg') no-repeat fixed;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 768px;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0rem 0rem 0rem;
    font-size: 1em;
    line-height: 1.1em;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3;
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
ul {
    padding: 0rem 0rem 1rem 0rem;
    list-style: none;
}
li {
    padding: 0 0 0 20px;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: 0 0 0 -16px;
}
.box {
    background: #ffffff;
    padding: 32px;
    margin: 0 0 20px 0;
    background: #ffffff;
    border: 1px dashed #000000;
    box-shadow: 0px 0px 20px -12px rgba(0, 0, 0, 1);
}
.slider-wrap3 img {
    display: block;
}
.slider-wrap3 {
    width: auto;
    height: 440px;
    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;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width:699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
    }
    p :is(span, a) {
        display: inline-block;
    }
    .slider-wrap3 {
        height: auto;
    }
}