h1,h2,h3,h4{
    font-weight: 700;
    color: #000;
    line-height: 1.3em;
}
.heading--h2{
    margin-bottom: 20px;
}
ol{
    /*
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    */
}
p{ line-height: 1.65em; color: #000;}

section{
    margin-bottom: 20px;
}
a{
    color: #0078c8;
    transition-property: box-shadow,background-color,color,opacity;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    text-decoration: none;
}
a:hover{
    color: #000000;
    text-decoration: none;
}


/** link **/
.linkbtn__textlink{
    display: inline-block;
    position: relative;
    padding-right: 30px;
    color: #0078c8;
    font-weight: 700;
    margin: 10px 0;
    transition-property: box-shadow,background-color,color;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    text-decoration: none;
}
.linkbtn__textlink-icon:after {
    border-color: #0078c8;
    border-style: solid;
    border-width: 0 0 1px 1px;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    right: 15px;
    transform-origin: center center;
    transform: rotate(-135deg);
}
.linkbtn__textlink:active, .linkbtn__textlink:hover {
    color: #000;
    text-decoration: none;
}
.linkbtn__textlink:hover .linkbtn__textlink-icon:after {
    border-color: #000;
}
.post-button, .post-button-light{
    padding: 15px 0 16px 20px;
    text-decoration: none;
    max-height: 60px;
}
.post-button.post-button-icon-left, .post-button-light.post-button-icon-left{
    padding: 15px 20px 16px 0;
}
.post-button, .post-button:hover{
    background-color: #0078c8;
    border: 2px solid #0078c8;
    color: #ffffff;
}
.post-button-light, .post-button-light:hover{
    background-color: #fff;
    border: 2px solid #0078c8;
    color: #0078c8;
}
.post-button:hover, .post-button-light:hover{
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    text-decoration: none;
}
.post-button:hover{
    background-color: #008ce6;
    border-color: #008ce6;
}
.post-button, .post-button-light, .post-button-linktext{
    display: inline-block;
    text-transform: none;
}
.post-button-linktext{
    margin-top: 2px;
}
.post-button-linkicon{
    font-size: 25px;
    padding: 0 10px 0 20px;
    display: block;
    float: right;
}
.post-button-icon-left .post-button-linkicon{
    padding: 0 20px 0 10px;
    float: left;
}


.navbar-brand img{
    max-width: 100px;
    height: auto;
}

.main,.footer__container{
    margin-top: 60px;
}

.section-line{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}
.dl-icon{
    font-size: 3em;
}


.ep-bg-yellow{background-color: #ffde00;}




/** post styles **/
.headerImage .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    width: 100%;
}
.headerImage .image {
    height: 260px; /* height of header */
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
}

.headerImage>.container {
    bottom: 50px;
    margin-bottom: 0;
    position: relative;
}
.headerImage .headerImage__box {
    position: absolute;
    left: 0;
    background-color: #ffdc00;
    color: #000;
    padding: 20px 20px 30px;
    margin: 0;
    bottom: 0;
}

.headerImage .headerImage__box-line {
    display: block;
    height: 5px;
    background-color: #000;
    margin-bottom: 5px;
}
.headerImage .headerImage__box-text {
    margin: 0;
    font-size: 32px;
    line-height: 1.1em;
    font-weight: 700;
}
.headerbar__container .form-inline{
    width: 100%;
    max-width: 450px;
}
.headerbar__container .form-inline .input-group{
    width: 100%;
}

.searchbar__input{
    font-size: 13px;
    line-height: 13px;
    height: auto;
    color: #666;
    color: #666;
    border: 1px solid #f4f4f4;
    padding: 15px 10px;
    width: 100%;
    border-radius: 0;
}
.input-group-append{
    height: auto;
}
.searchbar{
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    margin: 30px 0 -30px 0;
    z-index: 900;
}
@media (min-width:768px){
    .searchbar{
        box-shadow: none;
        margin:0;
    }
}
.searchbar__submit{
    background-color: #0078c8;
    color: #fff;
    padding: 5px 7px;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.searchbar__submit .searchbar__icon{
    display: block;
    font-size: 35px;
    line-height: 35px;
}

/* Subnav Navbar */
.navigation__linklist{
    background: #f4f4f4
}
.navigation__linklist-item{
    align-items: center;
    margin: 10px 0;
    padding: 0 15px;
    line-height: 20px;
    border-right: 1px solid #d9d9d9;
    color: #000000;
}
.navigation__linklist-item.navigation__linklist-with-icon span{
    font-size: 2em;
    line-height: 18px;
    display: block;
    float: left;
}
.navigation__linklist-item.navigation__linklist-with-icon:after{
    content: " ";
    width: 100%;
    line-height: 0;
    font-size: 1px;
    height: 0;
    overflow: hidden;
    clear: both;
    float: none;
}
.navigation__linklist-active{
    font-weight: bold;
}
.navigation__linklist-item:last-child{
    border-right: none;
}
@media (min-width:768px){
    .navigation__linklist-item{
        padding: 0 30px;
    }
}


/* hauptspalte */
.breadcrumbs__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs__item {
    display: inline-block;
    flex: 0 0 auto;
    max-width: 100%;
    font-size: 12px;
    font-style: normal;
    line-height: 1.17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.breadcrumbs__item:not(:last-child):after {
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    transform: rotate(45deg);
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    vertical-align: baseline;
    margin-bottom: 1px;
    margin-left: .4em;
    margin-right: .9em;
}
a.breadcrumbs__item-link,
span.breadcrumbs__item-link {
    text-decoration: none;
    color: #000;
    padding: 0 .25em;
    font-weight: 700;
    line-height: 1.5;
}
a.breadcrumbs__item-link:hover {
    color: #000;
    text-decoration: underline;
}
.news__item{
    text-transform: uppercase;
    padding: 20px 0;
    border-top: 1px solid #e9e9e9;
}
.heading--h3, .heading--h3:hover {
    color: #000;
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
a.heading--h3:hover {
    opacity: 0.5;
}
.news__label span{
    display: inline-block;
    font-size: 0.6em;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.2em;
    color:#000;
    padding: 5px 8px 3px 8px;
    background: none;
    border-radius: 20px;
    border: 2px solid #000;
}
.news__label span, .news__item p{
    margin-bottom: 10px;
}





.sidebar__container {
    background-color: #eaeaea;
    margin-top: 0;
}
.sidebar__main, .sidebar__top {
    padding: 30px 40px;
}

.footer__container{margin-top:20px;background-color:#000;color:#fff;padding-top:20px;padding-bottom:20px}
.footer{font-size:14px;line-height:1.4em;text-align:left; font-weight: 700;}
.footer *{font-weight: 700;}
.footer ol,.footer ul{padding-left:0}
.footer ol li,.footer ul li{
    margin-bottom:0;
    max-width: 650px;
    list-style-type: none;
    position: relative;
}
.footer .contactinfo ol li,.footer .contactinfo ul li{
    margin-bottom:15px;
}
.footer ol li:before,.footer ul li:before{content:none}
.footer p{margin-bottom:0}
.footer .collapsible__heading{display:flex;width:100%;margin-right:-15px;margin-left:-15px}
.footer h1,.footer h2,.footer h3,.footer h4,.footer h5{color:#fff}
.footer a{color:inherit;text-decoration:none}
.footer .handorgel__container .col{flex-basis:100%}
.footer .handorgel__content__inner{padding:0;color:#fff}
.footer__contentColumn .unorderedList__item{font-size:14px;padding:12px 0}
.footer__contentColumn .unorderedList__item .footer__link{margin:-6px 0}
h3.handorgel__header:before{
    content: "";
    border-top: 4px solid #fff;
    display: block;
    margin-bottom: 12px;
    max-width: 300px;
    width: 85%;
}
.footer__headline,.footer__hotlineLink{color:#fff;font-size:14px;line-height:normal;letter-spacing:2.5px;text-transform:uppercase;margin:0;padding:12px 0}
.footer__headline.handorgel__header,.footer__hotlineLink.handorgel__header{padding:0;font-size:12px;margin-bottom: 12px;}
.footer__headline.handorgel__header .handorgel__header__button,.footer__hotlineLink.handorgel__header .handorgel__header__button{padding:12px 0;width:100%}
.footer__contentColumn:before{content:"";border-top:4px solid #fff;display:block}
.footer__link{color:#fff;text-decoration:none;line-height:2.57;display:block}
.footer__hotline{display:block;margin:-12px 0}
.footer__hotlineLink{display:block;color:inherit;text-decoration:none}

.socialIcons, .socialIcons *{
    font-size: 20px;
    font-weight: 400;
}

@media (min-width:768px){
    .footer__container{
        margin-top:60px;
        padding-top:40px;
        padding-bottom:40px
    }
    .footer__link{font-size:12px;line-height:1.17;padding:6px 0}
    .footer .handorgel__container .col{flex-basis:0}
    .footer .handorgel__content{display:block;height:auto!important}
    .footer__container{padding-top:40px;padding-bottom:40px}
    .footer__contentColumn .unorderedList__item{font-size:12px}
    .footer__headline.handorgel__header .handorgel__header__button,.footer__hotlineLink.handorgel__header .handorgel__header__button{cursor:auto}
    .footer__headline.handorgel__header,.footer__hotlineLink.handorgel__header{font-size:14px}
    .footer__contentColumn:before{max-width:300px;width:85%}
    .footer__contentColumn>*,.handorgel__item>*{width:75%;max-width:300px}
    .footer__contentColumn:before,.handorgel__item:before{content:"";border-top:4px solid #fff;display:block;max-width:300px;width:85%}
    .footer__link{font-size:12px;line-height:1.17;padding:6px 0}
}
@media (min-width:1024px){
    .footer{padding-top:0}
}

