/* BKM Anpassungen 11.11.2014 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 16px;
}
h1 {
    font-size: 30px;
}
.main-navigation a {
    padding: inherit;
    font-size: 16px;
}
.widget-area .widget-title, .widget-area .widgettitle {
    font-size: 16px;
}
.site-header {
    position: absolute;
    overflow: hidden;
}
.content-area {
    max-width: none;
}
.entry-title {
    font-size: 30px;
}
#post-429 div.entry-content {
    width: 100%;
}

.entry-content {
    width: auto;
}
.post {
    margin-bottom: inherit;
    padding-bottom: 6%;
    border-bottom: none;
}
#content {
    padding: 5% 6% 4% 24%;
    border-top: 40px solid rgb(255, 207, 0);
}
@media (max-width: 768px) {
    #content {
        padding: 5%;
    }
}
body.admin-bar #content {
    margin-top: 32px;
}
.main-navigation {
    margin-bottom: 80px;
}
.main-navigation li {
    padding: 5px 0;
    border-bottom: 1px solid rgb(181, 181, 181);
}
.main-navigation li:last-child {
    border-bottom: none;
}
#textHeader {
    background: rgb(0, 72, 149);
    color: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    height: 206px;
}
#textHeader h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
#textHeader img {
    width: 155px;
    float: right;
    border-left: 5px solid #fff;
}
.header-image {
    float: right;
    width: 465px;
    padding-left: 20px;
}
#textHeader h3 {
    color: #fff;
    font-weight: 100;
    display: inline-block;
    padding: 65px 20px;
}
.widget-area {
    margin-bottom: 80px;
}
@media (max-width: 768px) {
    .site-logo a {
        text-align: center;
        display: inherit;
    }
}
@media (max-width: 768px) {
    .site-header {
        position: relative;
    }
    .main-navigation {
        margin-bottom: 0;
    }
    #textHeader h3 {
      max-width: 45%;
    }
    body.admin-bar #content {
      margin-top: 0;
    }
}