body {
    padding:0 50px;
}
/**
 * Wrapper.
 */

#wrapper {
    width: 100%;
    max-width: 750px;
    margin: 20px auto;
    border: 1px solid #999;
    color: #5e5e5e;
    box-sizing: border-box;
}

#content {
    font-family: Arial,Helvetica,sans-serif;
    color:#6e6e6e;
    font-size: 12px;
    line-height: 16px;
    padding: 40px 50px;
}

/**
 * Smooth loading.
 */
.smooth-loading {
    display: none;
    transition-property: opacity;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

@media screen and (max-width: 900px) {
    #wrapper {
        border: 0;
    }
}

/* LAYOUT */

h1,h2,h3,.boldText {
    color:#00b482;
    font-weight: normal;
}
h1 {
    font-size: 28px;
    line-height: 33px;
    margin-top:0px;
    margin-bottom:15px;
}
h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
    margin-top: 11px;
}
h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 13px;
}

p {
    font-size: 12px;
    line-height:16px;
    color:#6e6e6e;
    margin-top: 0px;
    margin-bottom:20px;
}

p.intro {
    font-size:15px;
    line-height:22px;
    color:#00B482;
    margin-bottom:40px;
}

p.boldText > b {
    font-weight: normal;
}

ul {
    font-size: 12px;
    line-height: 16px;
    margin-bottom:20px;
}

a {
    color:#5e5e5e;
    font-size: 13px;
}
a:hover {
    color:#00b482;
}

.isFirst {
    margin-top:0px!important;
}

.isLast {
    margin-bottom:0px!important;
}

#apply-btn {
    margin-bottom:20px;
}

#apply-btn a {
    display: inline-block;
    text-decoration:none;
    color:#fff;
    background: #00b482;
    padding:8px 30px;
    text-align: center;
}

.logo {
    padding: 15px 50px;
}
#ag .logo img {
    max-width: 160px;
    float: right;
    width: 100%;
}

#header img {
    max-width: 900px;
    width: 100%;
    height: auto;
    display: block;
}

#headerimg{
    padding-top: 41px;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}
li {
    padding-left:10px;
    position: relative;
}
li:before {
    position: absolute;
    top: -2px;
    left: 0;
    color: #00b482;
    content: "■";
    font-size: 12px;
}
.boldText {
    font-weight: bold;
    margin-bottom: 0;
    margin-top:20px;
}
.abstand {
    padding-top: 30px;
}
.abstand ~ p {
    margin-top: 0;
}
.bewerben img {
    display: inline-block;
    max-width: 10px;
}
