/**
 * Wrapper.
 */

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

#content {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 4.25% 20px 8.5%;
}

/**
 * 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;
}
h1 {
    font-size: 30px;
    line-height: 35px;
}
h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
    margin-top: 11px;
}
h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    margin-top: -7px;
    margin-bottom: 5px;
}

p {
    font-size: 13px;
    margin-top: 0px;
}

ul {
    font-size: 13px;
}

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

#apply-btn {
    text-align: right;
    padding-top: 40px;
    padding-bottom: 20px;
    cursor: pointer;
}

.logo {
    padding: 16px 4.25% 20px 8.5%;
}
#ag .logo img {
    max-width: 160px;
    float: right;
    width: 100%;
}

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

#headerimg{
    padding-top: 41px;
}

#title {
    margin-bottom: 5px;
    padding-top: 5px;
}

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