﻿@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: 'Yantramanav', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 53.75rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 1.25rem 5rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 1.25rem;
}

p span {
    color: #2E74B5;
    font-weight: 700;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 1.25rem 0;
    color: #2E74B5;
}

h2 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 .937rem;
    color: #2E74B5;
}

h3 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 1.25rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 2.812rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background: #000;
    margin-left: -1.562rem;
    top: .375rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: 0 0 3.125rem;
    position: relative;
}

header > a {
    position: absolute;
    bottom: 25%;
    left: 3%;
    width: 23%;
    height: 10%;
    /*    border: 2px solid red;*/
}


article > a {
    background: #ff6600;
    color: #fff;
    border: none;
    font-size: 1.062rem;
    letter-spacing: 0.5px;
    padding: .125rem .625rem;
    text-decoration: none;
    font-weight: 500;
}

article > a:hover {
    text-decoration: none;
}




@media only screen and (max-width: 53.687rem) {
    body {
        font-size: .875rem;
    }

    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
        width: .25rem;
        height: .25rem;
    }

    h1 {
        margin: 1.25rem 0;
        font-size: 1.75rem
    }

    h2 {
        font-size: .937rem;
        margin: 0 0 0 0;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    header > a {
        position: absolute;
        bottom: 28%;
        left: 5%;
        width: 22%;
        height: 9%;
        /*        border: 2px solid red;*/
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.25rem;
    }
}
