﻿@charset "utf-8";
/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    color: #333;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.4;
    font-weight: 300;
}

#wrapper {
    background-color: #fff;
    background: #fff url(../images/x.png) no-repeat right top;
    box-shadow: 3px 3px 11px 2px #939095;
    margin: 1rem auto;
    max-width: 58.75rem;
    overflow: hidden;
    position: relative;
}

p + p {
    margin: 1rem 0 0 0;
}

p strong {
    font-weight: 500;
}

b,
strong {
    font-weight: 500;
}

p span {
    font-weight: bold;
    text-transform: uppercase;
}

h1 {
    font-size: 1.562rem;
    margin: 1rem 0 0;
    color: #900;
    text-align: center;
    font-weight: 400;
}

h1 span {
    font-size: 0.688rem;
    text-transform: none;
    line-height: 1;
    margin: 0;
}

h2 {
    font-size: 1.063rem;
    margin-top: 2rem;
    margin-bottom: 0.25rem;
    color: #900;
    font-weight: 400;
    position: relative;
}

h2:first-of-type::before {
    content: url(../images/Bieten.png);
    position: absolute;
    margin-left: -2.4rem;
    margin-top: -.625rem;
    padding-top: .312rem;
}

h2:nth-of-type(2)::before {
    content: url(../images/Aufgaben.png);
    position: absolute;
    margin-left: -2.4rem;
    margin-top: -.625rem;
    padding-top: .312rem
}

h2:last-of-type::before {
    content: url(../images/Mitbringen.png);
    position: absolute;
    margin-left: -2.4rem;
    margin-top: -.625rem;
    padding-top: .312rem
}

h3 {
    font-size: 0.688rem;
    text-transform: none;
    line-height: 1;
    margin: 0 0;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: normal;
    color: #900;
}

a:link,
a:active,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    border: none;
}

ul {
    padding-left: 1rem;
    margin-bottom: 2rem;
}

li {
    list-style-type: none;
    padding-bottom: 0.2rem;
}

li:before {
    color: #fab20a;
    ;
    content: "\25CF";
    float: left;
    margin-left: -0.938rem;
    font-size: 0.75rem;
}

article,
footer {
    margin: 1.95rem 3rem;
}

header {
    position: relative
}

header a {
    position: absolute;
    top: 7%;
    right: 2%;
    width: 25%;
    height: 50%;
    /* border: 1px solid red; */
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

footer p {
    width: 85%;
    font-weight: 400;
}

footer nav {
    width: 20%;
    display: flex;
    justify-content: space-between;
}

footer nav p {
    margin: 0 0 0 15px;
}



.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

footer p a:hover {
    color: #0056b3
}

@media only screen and (max-width:58.687rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    /*h1 span {
	display: block;
}*/
    h2:first-of-type::before {
        position: relative;
        margin-left: 0rem;
        padding-right: 0.5rem;
    }

    h2:nth-of-type(2)::before {
        position: relative;
        margin-left: 0rem;
        padding-right: 0.5rem;
    }

    h2:last-of-type::before {
        position: relative;
        margin-left: 0rem;
        padding-right: 0.5rem;
    }

    a:link,
    a:active,
    a:visited {
        font-size: 1rem;
        color: #900;
    }

    a:hover {
        text-decoration: none;
    }

    article,
    footer {
        margin: 1rem 1.5rem;
    }

    footer {
        flex-direction: column;
        align-items: flex-start;
    }

    footer p {
        width: 100%;
        font-weight: 400;
    }

    footer nav {
        width: 50%;
        margin-top: 1rem;
    }

    footer img {
        margin-left: 0;
    }

}
