﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 1.3;
}

#wrapper {
    position: relative;
    max-width: 645px;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 30px 20px;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
    background: url(../images/bg.png) top left no-repeat;
    background-size: cover;
}

p {
    text-align: left;
    margin: 0 0 0.625rem;
}

h1 {
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 32px;
    line-height: 1.1;
    margin: 15px 0 10px;
    color: #00AEEF;
}

h2,
h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.187rem;
    line-height: 1.2;
    margin: 15px 0 10px;
}

h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.062rem;
    line-height: 1.4;
    margin: 15px 0 0;
}

h4 {
    margin: 15px 0 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 24px
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -24px;
    font-size: 30px;
    line-height: 0.7;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

article {
    width: 80%;
}

article p:first-of-type {
    font-family: Arial, sans-serif;
    font-size: 1.187rem;
}

article p:nth-of-type(2) {
    letter-spacing: -0.4px;
}

article p:last-of-type {
    color: #00AEEF;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 15px
}

footer {
    position: relative;
    padding: 2.812rem 0;
}

footer a {
    position: absolute;
    width: 40%;
    height: 80%;
    left: 0;
/*    border: 1px solid red;*/
}

footer img {
    display: none;
}

@media only screen and (max-width:639px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
        background: #fff;
    }

    a {
        font-weight: bold;
    }

    body {
        font-size: .937rem;
    }

    article {
        width: 100%;
    }

    article p:first-of-type {
        font-size: .875rem;
    }

    article p:nth-of-type(2) {
        letter-spacing: 0;
    }

    article p:last-of-type {
        font-size: 1rem;
    }

    footer {
        position: relative;
        padding: 0;
    }

    footer a {
        position: absolute;
        width: 40%;
        height: 70%;
        bottom: 5%;
  /*      border: 1px solid red;*/
    }

    footer img {
        display: block;
    }

    h1 {
        font-size: 24px;
        margin: 10px 0;
    }

    h2,
    h4 {
        font-size: 15px;
        margin: 10px 0
    }

    h3 {
        font-size: 15px;
    }

    h4 {
        margin: 10px 0 0;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.25rem;
    }
}
