﻿@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: 'Nunito Sans', sans-serif;
    font-size: 0.813em;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 43.437rem;
    margin: 1rem auto;
    border: solid thin #000;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 1rem;
}

h1 {
    text-align: center;
    font-size: 2.125rem;
    line-height: 1.1;
    margin: .312rem 0 0;
    color: #D71634;
    font-weight: 900
}

h3 {
    font-size: 1.187rem;
    line-height: 1.4;
    margin: 0 0 0px;
    color: #D71634;
    text-align: center;
    font-weight: 400
}



h2 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 0;
}




hr {
    border-top: double #000;
    width: 90%
}



ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.375rem;
    font-size: .875rem;
    line-height: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    position: relative
}

header a {
    /*    border: 2px solid red;*/
    position: absolute;
    right: 4%;
    top: 6%;
    width: 40%;
    height: 22%
}


article {
    padding: 3.75rem 2.5rem 1.25rem;
    position: relative
}

section {
    border: 3px solid #D71634;
    padding: 5px 4.375rem 5px;
    position: absolute;
    background: #fff;
    top: -8%;
    width: 90%;
}







footer {
    padding: 0px 2.5rem 1.25rem;
}



@media only screen and (max-width:43.375rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    a {
        font-weight: bold;
    }

    article {
        padding: 10px;
        position: relative
    }

    section {
        position: static;
        margin-bottom: 1.25rem;
        padding: .625rem 0; 
        width: 100%
    }
    
    h1 {
        font-size: 1.5rem
    }
    h3 {
        font-size: 1rem 
    }
    
    footer {
        margin: 0;
        padding: .625rem
    }
    
    span br {
        display: none
    }


}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
    
    footer p br {
        display: none;
    }
}
