﻿@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: #505050;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}
#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    padding: 25px 130px 25px 180px;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
    width: 95%;
    max-width: 50rem;
    background: url(../images/hw_people_career.jpg) 0 17.187rem no-repeat #fff;
        box-shadow: 0 0 10px 1px #505050;
    
}
p {
    text-align: justify;
    margin: 0 0 1.4em;
}
h1 {
    color: #006932;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.2;
    margin: 1em 0;
    
}
h2 {
    margin: 0;
    font-size: 14px;
}
h3{
   font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0.625rem; 
}
hr {
    border-top: 1px solid #52BA5A;
}
ul {
   margin: 0 0 1.4em 18px;
    padding: 0;
    list-style: disc;
}
ul li {
   margin: 0;
    padding: 0 0 5px;
    text-align: justify;
    position: relative;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
header{
   
}
header a{
    margin: 0 auto 3.125rem;
    display: block;
    max-width: 23.437rem;
}
article aside>a{
    margin: 3.125rem auto;
    background-color: #006932;
    color: #fff !important;
    margin-bottom: 1em;
    display: inline-block;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
}
article aside>a:hover{
    text-decoration: none;
    
}
article p:nth-of-type(2){
    text-align: left;
    font-size: 1rem;
}
aside{
    text-align: center;
}
article>p:last-of-type{
    margin-bottom: 0;
}
@media only screen and (max-width:49.937rem) {
    #wrapper {
        
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
        background:#fff;
    }
    a {
        font-weight: bold;
    }
    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }
    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }
    h1 {
        font-size: 1.563em;
    }
    h2, h3 {
        font-size: 1em;
    }
    p,ul{
        text-align: left;
        margin-bottom: .625rem;
    }
    ul li{
        text-align: left;
    }
    article aside>a{
        margin: .625rem 0;
    }
    article>br{
        display: none;
    }
    header a{
        margin: .625rem auto;
    }
}
@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
