/*
hellviolett:
#9b6dad

dunkelviolett:
#511969

grau:
#595959

*/

.clearer {
    clear: both;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
}

h1 {
    font-weight: normal;
    color: #9b6dad;
    font-size: 28px;
    margin-bottom: 40px;
}

h2 {
    font-weight: 600;
    color: #511969;
    font-size: 16px;
    text-transform: uppercase;
    margin-top:0;
}

p {
    font-size: 13px;
    line-height: 1.3em;
    color: #595959;
    margin: 0;
}

a {
    color: #9b6dad;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



ul li {
    font-size: 13px;
    line-height: 1.6em;
    color: #595959;
}


ul.qa {
    padding: 0;
}

ul.qa li {
    color: #9b6dad;
    list-style-type: none;
}

ul.qa li::before {

    content: "> ";
}

strong {
    font-weight: 600;
}

.shoplink-box {
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    padding: 4px 12px;
    background-color: #9b6dad;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


.shop {
    clear: both;
    text-align: center;
    padding: 40px 0;
}


#container {
    max-width: 1024px;
    margin: 0 auto;
}

header {
    position: relative;
}

#logo {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}

#logoInner {
    padding-left: 10px;
    width: 350px;
    max-width: 40vw;
    margin-left: 30px;
}


/* HEADER */


header {
    position: relative;
}

header img {
    width: 100%;
    height: auto;
}



/* SOCIAL */

nav {
    padding: 18px;
}
nav img {
    float: right;
    margin-left: 10px;
}


#introduction {
    padding: 18px;
}

#introduction ul {
    list-style-position: inside;
    padding: 0;
}



#introduction .links {
    padding-top: 30px;
    text-align: left;
}

#introduction img {
    width: 100%;
}

.qanda {
    padding: 18px;
}


/* FRAGEN */

#fragen_qunda {
    clear: both;
    border-top: 1px dotted #9b6dad;
    padding-top: 6px;
    position: relative;
}

#fragen_qunda .links {
    position: relative;
}


#fragen_qunda .rechts {
    position: relative;
    margin-left: 0;
}

.fragen {
    background-color: #9b6dad;
    padding: 18px;
}

.fragen * {
    color: #FFF;
}

.dimdi {
    position: absolute;
    bottom: 0;
    margin-left: 10px;
}


#fragen_qunda .ja {
    margin-top: 1em;
    color: #9b6dad;
    font-weight: 500;
    font-size: 16px;
    padding: 4px 12px;
    background-color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

#fragen_qunda a:hover,
#fragen_qunda .ja:hover {
    cursor: pointer;
}

/* Q&A */


article {
    border-top: 1px dotted #9b6dad;
    position: relative;
    padding-top: 6px;
    padding-bottom: 27px;
}


article h2 {
    margin: 0;
    display: inline-block;
    color: #FFF;
    font-weight: 500;
    font-size: 13px;
    padding: 4px 12px;
    padding-top: 6px;
    background-color: #9b6dad;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    max-width: 80%;
}


a.nachoben {
    width: 20px;
    height: 20px;
    background-image: url("bilder/nachoben.png");
    background-size: 100%;
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
}

article .shoplink-normal {
    display: inline-block;
    padding-top: 10px;
}


#impressum {
    text-align: left;
    margin-bottom: 2em;
    padding-top: 0.5em;
    border-top: 1px dotted #9b6dad;
}


@media only screen and (min-width : 992px) {

    .links {
        width: 25%;
        float: left;
    }

    .rechts {
        width: 75%;
        float: left;
    }

    .fragen {
        width: 195px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 10px;
        margin-top: 20px;
    }


    #fragen_qunda .rechts {
        margin-left: 25%;
    }

    #fragen_qunda .links {
        position: absolute;
        margin-left: 18px;
        margin-bottom: 36px;
    }

    .qanda {
        width: 50%;
    }

}