@charset "utf-8";

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

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

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}



u {
    text-decoration: underline;
}

as {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 840px;
    margin: 1rem auto;
    box-shadow: 0px 0px .937rem #a1a1a1;

    padding: 1.188rem 1.187rem 0;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    overflow: hidden;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.1;
    margin: 0.625rem 0;
    color: #A1007B;

}

h2 {
    font-size: 17px;
    line-height: 1.4;
    color: #808080;
    position: relative;
}



h3 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

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

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 10px;
    height: 10px;
    background: url(leuco-arrow.png) no-repeat;
    background-size: contain;
    margin-left: -22px;
    top: 7px;
}

ul ul {
    margin-bottom: 0;
    position: relative;
}

ul ul li {
    padding-left: 44px;
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    border-radius: 100%;
    background: #fff;
    width: 8px;
    height: 8px;
    margin-left: -22px;
    top: 6px;
    border: 1px solid #000;
}

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

a {
    color: #a1007b;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
    color: #808080
}

header {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

header a {
    max-width: 220px;
    background: #fff;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;

}


.slider {
    position: relative;
    margin: 0 -19px 19px;
}

.slider > img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: imageAnimation 18s linear infinite 0s;
}

.slider > img:nth-of-type(1) {
    position: static;
    opacity: 1;
}

.slider > img:nth-of-type(2) {
    animation-delay: 6s;
}

.slider > img:nth-of-type(3) {
    animation-delay: 12s;
}


@keyframes imageAnimation {
    4% {
        opacity: 1;
    }

    33% {
        opacity: 1;
    }

    38% {
        opacity: 0;
    }
}

header {
    background: #A1007B;
    margin: -19px -19px 0;
    padding: 19px 19px 19px 0;
    ;
}

/*
article section {
    padding: 15px;
    margin: 0 0 15px;
    background: #fff;
    border-bottom: 2px solid #A1007B;
}
*/

article {
    background: #fff;
    ;
}

p i {
    color: #A1007B;
    margin-right: 10px;
    margin-bottom: 5px;
}

article > p:last-of-type {
    text-align: center;
    margin: 20px 0;
}

article > p:last-of-type a {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #A1007B;
}

article > p:last-of-type a:hover {
    border-color: #808080;
}

@media only screen and (max-width:839px) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: .625rem 0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0;
        padding: 0.625rem .625rem 0;
    }

    h1 {
        font-size: 1.463em;
        margin: .625rem 0;
        line-height: 1.1;
    }

    h1 br {
        display: block;
    }

    h2 {}

    h3 {
        font-size: 14px;
    }

    p,
    ul {
        text-align: left;
        margin-bottom: 10px;
    }


}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}

.upper {
    text-transform: uppercase;
}

.refnr {}

.apply {}
