.single-schwerpunkte {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.notPublished {
    text-decoration:  line-through;
}

.breadcrumb-row {
    padding-left: 0;
    padding-right: 2em;
}

@media (min-width: 991px) {
    .breadcrumb-row {
        padding-left: 2em;
    }
}

.breadcrumb {
    background-color: #fff;
    margin-top: 5rem;
    margin-bottom: 0;
}

.blog-title {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    background-color: #F5C600;
    color: #000000;
    width: 100%;
}

@media (min-width: 768px) {
    .blog-title {
        width: 100%;
        padding: 1em 3em;
    }
}

.blog-title h1 {
    word-break: break-word;
    font-size: 3rem;
    font-weight: 300;
}

.blog-title .schwerpunkt-name {
    display: block;
    font-size: 3.1rem;
    font-weight: 600;
}

.blog-post-title {
    margin-bottom: 2rem;
}

.post-content {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.blog-post-image img {
    width: 100%;
    margin-bottom: 2rem;
}

.post-pic-description {
    line-height: 1.6rem;
    margin-top: -.7em;
    text-align: center;
}

.blog-post-image,
.blog-post-content {
    padding-top: 1em;
    padding-bottom: 1em;
}

.apiPicture {
    width: 40% !important;
    margin: 40px;
}

.container-border {
    border: 3px solid #000000;
    border-radius: 1px;
}

.collapseAnchor {
    text-decoration: none;
    background-color: #F5C600;
    width: auto;
    color: #373737;
    font-weight: 600;
    padding-top: .7rem;
    padding-bottom: .7rem;
    margin-left: 15px;
    margin-top: 1rem;
}

.collapseAnchor:before {
    content: "Mehr sehen";
    text-decoration: none;
    color: #373737;
    font-weight: 600;
}

.collapseAnchor.closed:before {
    content: "Weniger sehen";
}

.collapseAnchor:after {
    content: "\25BC";
    display: inline-block;
    padding: 0.4em 0 0 0.3em;
    vertical-align: top;
    font-size: 0.625em;
    text-decoration: none;
    color: #373737;
    font-weight: 600;
}

.collapseAnchor.closed:after {
    content: "\25B2";
}

.collapseWrap.closed > .collapseAfter ~ * {
    position: absolute;
    top: -999em;
    left: -999em;
}

.divider {
    height: 1em;
    background-color: #EBEFF1;
    margin: 0 -15px 1em;
}

.blog-berufe-footer {
    background-color: #F5F7F8;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media (min-width: 768px) {
    .blog-berufe-footer {
        padding-top: 2em;
        padding-bottom: 2em;
    }
}

.blog-berufe-footer-title {
    margin-bottom: 2rem;
}

.blog-berufe-footer-row-bg-img {
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.blog-berufe-footer-beruf {
    position: relative;
    margin-bottom: 2rem;
    height: 300px;
}

.blog-berufe-footer-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    bottom: 0;
    left: 0;
    width: 100%;
}

.blog-berufe-footer-overlay p {
    padding: 5px;
    margin: 0;
    line-height: 18px;
}

.blog-berufe-footer-overlay p a {
    color: #000000;
    font-size: 1.2rem;
    font-weight: 600;
}

.blog-berufe-footer-overlay a img {
    width: 22px;
    height: 20px;
    margin-bottom: 2px;
}

.blog-berufe-footer-overlay .schwerpunkt-overlay-link {
    position: absolute;
    top: -14px;
    right: 5px;
    background-color: rgba(255, 255, 255, 1);
    padding: 2px;
    color: #000;
}

.blog-footer-box {
    margin-bottom: 1.5em;
}

.blog-berufe-alle-berufe {
    background-color: #fff;
    height: 160px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
    border: 1px solid #F5C600;
}

.blog-berufe-alle-berufe p {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #000;
    text-decoration: none;
}

.blog-berufe-alle-berufe:hover {
    transform: scale(1.04);
    transition: ease 100ms;
    text-decoration: none;
    background-color: #e7e7e7;
}

.blog-berufe-alle-berufe strong {
    word-break: normal;
}

footer .tabs {
    /*background: rgb(245, 247, 248);*/
    /*background: -moz-linear-gradient(180deg, rgba(245, 247, 248,1) 0%, rgba(255,255,255,1) 100%);*/
    /*background: -webkit-linear-gradient(180deg, rgba(245, 247, 248,1) 0%, rgba(255,255,255,1) 100%);*/
    /*background: linear-gradient(180deg, rgba(245, 247, 248,1) 0%, rgba(255,255,255,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7f8",endColorstr="#ffffff",GradientType=1);*/
}

.diffused-box-shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1),
    0 2px 2px rgba(0, 0, 0, .1),
    0 4px 4px rgba(0, 0, 0, .1),
    0 8px 8px rgba(0, 0, 0, .1),
    0 16px 16px rgba(0, 0, 0, .1),
    0 32px 32px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1),
    0 2px 2px rgba(0, 0, 0, .1),
    0 4px 4px rgba(0, 0, 0, .1),
    0 8px 8px rgba(0, 0, 0, .1),
    0 16px 16px rgba(0, 0, 0, .1),
    0 32px 32px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1),
    0 2px 2px rgba(0, 0, 0, .1),
    0 4px 4px rgba(0, 0, 0, .1),
    0 8px 8px rgba(0, 0, 0, .1),
    0 16px 16px rgba(0, 0, 0, .1),
    0 32px 32px rgba(0, 0, 0, .1);
}

.post-video-embed {
    margin-bottom: 2rem;
}

.schwerpunkt-bg-light-gray {
    background-color: #F5F7F8;
    padding-top: 1em;
}

.schwerpunkt-bg-white {
    background-color: #ffffff;
    padding-top: 1em;
}

@media (min-width: 768px) {
    .schwerpunkt-bg-light-gray,
    .schwerpunkt-bg-white {
        padding: 2em;
    }
}

@media screen and (min-width: 768px) {
    .blog-title h1 {
        padding-right: 3rem;
    }

    .blog-berufe-footer-overlay {
        background-color: rgba(255, 255, 255, 1);
        left: auto;
        right: 15px;
        width: 260px;
        height: 170px;
        padding: 1rem 1.5rem;
    }

    .blog-berufe-footer-overlay p {
        font-size: 1.1rem;
    }

    .blog-berufe-footer-overlay .schwerpunkt-overlay-link {
        top: auto;
        bottom: 10px;
        right: 15px;
        background-color: rgba(255, 255, 255, 1);
        padding: 2px;
        color: #000;
        font-size: 1rem;
        font-weight: 600;
    }

    .blog-berufe-footer-overlay a img {
        width: 18px;
        height: 15px;
        margin-left: 5px;
        vertical-align: bottom;
    }
}

@media screen and (min-width: 991px) {
    .blog-berufe-footer-overlay {
        height: 170px;
    }

    .blog-berufe-alle-berufe {
        height: 200px;
    }
}

@media screen and (min-width: 1200px) {
    .blog-berufe-footer-overlay {
        height: 210px;
        right: 20px;
        width: 290px;
        padding: 2.4rem 2.4rem;
    }

    .blog-berufe-footer-overlay p {
        font-size: 1.2rem;
        margin-bottom: .5rem;
    }

    .blog-berufe-footer-overlay p a {
        font-size: 1.2rem;
    }

    .blog-berufe-footer-overlay .schwerpunkt-overlay-link {
        bottom: 30px;
        right: 30px;
        font-size: 1.2rem;
    }

    .blog-berufe-alle-berufe strong {
        word-break: normal;
    }

    .blog-berufe-alle-berufe {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.icon-published {

}

.icon-published-blog,
.icon-published-post {
    position: absolute;
    top: 10px;
    right: 20px;
}

.icon-published-blue {
    color: #41668C;
}

.icon-published-green {
    color: #339900;
}

.icon-published-red {
    color: #cc3300;
}