@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: Segoe, "Segoe UI", "Trebuchet MS", sans-serif;
    font-size: 0.975em;
    line-height: 1.3em;

}

#wrapper {
    position: relative;
    max-width: 740px;
    min-width: 250px;
    margin: 1rem auto;
    border: solid 2px #B3B4B4;
    background: #FFF url('bg.jpg') no-repeat left bottom;
    overflow: hidden;
    padding: 0rem 1.5rem 0rem;
}

p {
    padding-bottom: 1.3rem;
}

h1 {
    margin: 0rem 0rem 0rem;
    font-size: 2.292em;
    line-height: 1.1em;
    font-weight: 800;
}

h1 span {
    font-size: 0.5em;
}

h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

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

ul {
    padding: 0rem 0rem 0rem 0rem;
    list-style-image: url();
    list-style: none;
}

li {
    padding-left: 1.3rem;
}

ul li:before {
    content: "\2022";
    display: inline-block;
    font-size: 1.000em;
    position: relative;
    float: left;
    top: -1px;
    margin-left: -1.3rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* Ende Standard */

/* Header */
header {
    padding: 1.5rem 0rem 0rem;
}

header p {
    padding-bottom: 0.3rem;
    font-size: 2.3em;
}

header a {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

/* Ende Header */

/* Article */
article {
    padding: 1rem 0rem 0rem;
}

article >p:nth-of-type(2) {
    font-size: 1.072em;
    line-height: 1.3em;
    font-weight: 600;
}

article section:nth-of-type(1) p:nth-of-type(1) {
    float: left;
    width: 326px
}

article section:nth-of-type(1) {
    padding-bottom: 1rem;
}

article section:nth-of-type(1) p:nth-of-type(2) {
    float: right;
    width: 325px;
}

article section:nth-of-type(2) aside:nth-of-type(1) {
    float: left;
    width: 380px;
    font-size: 0.9em;
}

article section:nth-of-type(2) aside:nth-of-type(2) {
    float: right;
    width: 230px
}

article section:nth-of-type(2) aside:nth-of-type(1) p:nth-of-type(1) {
    padding-bottom: 0.3rem;
}

article section:nth-of-type(2) aside:nth-of-type(2) a img {
    position: absolute;
    right: 17rem;
    bottom: 10.8rem;
}


/* Ende Article */

/* Footer */
footer {
    padding: 6rem 0rem 0rem;
}

footer img {
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
}

footer p span {
    font-size: 1.3em;
    font-weight: bold;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:749px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        background: #FFF;
    }

    header p {
        padding-top: 0.5rem;
        font-size: 1.5em;
    }

    h1 {
        font-size: 1.5em;
        line-height: 1.2em;
    }

    article p:nth-of-type(2) {
        word-spacing: 0px;
    }

    header a,
    article section:nth-of-type(2) aside:nth-of-type(2) a img,
    footer img {
        position: static;
    }
    article section:nth-of-type(1) p:nth-of-type(1) ,
    article section:nth-of-type(1) p:nth-of-type(2),
    article section:nth-of-type(2) aside:nth-of-type(1),
    article section:nth-of-type(2) aside:nth-of-type(2) {
      float: none;
      width: 100%;
    }
    footer{
      padding: 1rem 0rem 0rem;
    }
    h1 br, article p br{
      display: none;
    }


        p {
            text-align: left;
            padding-bottom: 1rem;
        }

    }

    /* Ende Responsive */