﻿@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', sans-serif;*/
    font-family: 'Yantramanav', sans-serif;

    font-size: 1.125rem;
    line-height: 1.2;

}

#wrapper {
    position: relative;
    max-width: 38.437rem;
    margin: 1rem auto;

    padding: 1.188rem;
    border-top: 1px solid #009FE3;
    border-right: 1px solid #009FE3;
    border-left: 1.25rem solid #009FE3;
    border-bottom: 1.25rem solid #009FE3;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: 0 0 1.25rem;
}

h1 {
    text-align: center;
    font-size: 2.062rem;
    line-height: 1.2;
    margin: .937rem 0 0;
    font-weight: 700;
}

h2 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 0 0 0;
}

h3 {
    text-align: center;
    font-size: 1.187rem;
    line-height: 1.2;
    margin: 0 0 1.25rem;
}

h3 span {
    font-weight: 400;
}

hr {
    border-top: .062rem solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: .937rem;
}

ul:nth-of-type(2) li {
    text-align: justify;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background: #000;
    margin-left: -.937rem;
    top: .437rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -1.188rem -1.188rem 0;
    padding: 1.188rem;

}

header a {
    float: right;
    display: block;
    max-width: 13.437rem;
    margin: 0 0 1.25rem;
}

header p {
    float: right;
    margin: 0;
}

article > p:nth-last-of-type(3) {
    text-align: center;
}

article > p:last-of-type {
    /*	letter-spacing: -0.15px;*/
    margin: 0;
}

@media only screen and (max-width: 38.375rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    p {
        text-align: left;
    }

   

    ul:nth-of-type(2) li {
        text-align: left;
    }


    ul li br {
        display: none;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

}

@media only screen and (max-width:29.937rem) {
    body {
        font-size: .875rem;
    }

    p {
        margin: 0 0 .625rem;
    }

    ul li {
        margin: 0 0 0;
    }
    
    ul li:before {
        width: .25rem;
        height: .25rem;
        top: .375rem;
    }

    ul {
        margin: 0 0 .937rem;
    }

    h1 {
        font-size: 1.5rem;
        margin: .937rem 0;
    }

    h2 {
        font-size: .875rem;
    }

    h3 {
        font-size: 1.125rem;
    }

    header a {
        float: none;
    }

    header p {
        float: none;
    }
}
