﻿@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: #484848;
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    background: url(../images/hg-1.jpg) no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

#wrapper {
    position: relative;
    max-width: 40rem;
    margin: 1rem auto;
    border: 5px solid #0297FF;
    padding: 0;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    box-shadow: .125rem .125rem .625rem #000;
}

p {
    text-align: left;
    margin: 0 0 2.5rem;
}

h1 {
    color: #0297ff;
    font-size: 1.75rem;
    line-height: 1.1;
    margin: 1.25rem 0 2.5rem;

}

h2 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 0;
}

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: .937rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    background: #000;
    margin-left: -.937rem;
    top: .375rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

main {
    display: block;
}

header,
article,
footer {
    margin: 0;
    padding: 1.25rem;

}

header {
    margin: 0 0 0 0;
    padding: 1.25rem;
    background-color: #484848;
}



header > a {}

header > a img {
    width: 100%;
    max-width: 13.437rem;
}

figure {
    margin: 0 0 0 0;
}

figure > a {
    display: block;
}

figure > a > img {
    max-width: 40rem;
    width: 100%;
}

/*
article {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
*/



footer {
    margin: 0 0 0 0;
    padding: 1.25rem 0;
    background-color: #B3B3B3;
}

/*-------- buton -------*/

/*
article > a {
    margin: 0 0 1.25rem;
    padding: .625rem 1.25rem;
    text-align: center;
    background-color: #000000;
    color: #fff;
    border: 2px solid #000000;
}

article > a:hover {
    text-decoration: none;
}
*/

/*------------ buton end ----------*/

@media only screen and (max-width: 39.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;

    }

    a {
        font-weight: bold;
    }

    p {
        text-align: left;
    }

    h1 {
        line-height: 1.2;
    }

    h1 > br,
    article > br,
    p > br,
    li > br {
        display: none;
    }

    header,
    article,
    footer {
        margin: 0;
        padding: .625rem;

    }


}

@media only screen and (max-width:29.937rem) {
    body {
        font-size: .875rem;
    }

    p {
        margin: 0 0 1.25rem;
    }

    p a {
        white-space: normal;
        display: inline;
    }

    h1 {
        font-size: 1.75rem;
    }
}
