.news .article h3 {
    font-size: 20px;
}

.news .article h3 a {
    color: black;
    text-decoration: none;
   color: #2a2a2a;
  font-weight: 600;
  hyphens: auto;
}

.news .article p {
    color: #5A5A5A;
}

.news h1 {
  font-size: 50px!important;
}

.news .article h3 {
    font-size: 26px!important;
    line-height: 1.1em!important;
    margin: 10px 0;
}

.news .article .category span, .news .article .category .date {
    font-size: 14px!important;
    line-height: 18px!important;
    height: 14px;
    display: block;
}

.news .article {
    background-color: white;
    padding: 20px 20px 20px 40px;
    margin-bottom: 35px;
}

.news.news-single .article {
    padding: 0;
}

.news-single .news-img-wrap .outer a img {
    width: 500px;
    max-width: 100%;
    object-fit: cover;
}

.news-single .newsalignment-0 .news-img-wrap .outer a img {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.news-single .newsalignment-1 .news-img-wrap .outer a img {
    width: 100%;
    margin-bottom: 30px;
}

.news-single.news .article .news-img-wrap a {
    padding: 0;
    border: none;
}

.news-single.news .article .teaser-text {
    margin: 10px 0 10px 0;
}

.news-single.news .article .news-img-wrap {
    width: auto;
    margin: 0;
}

.news-single.news .row.newsalignment-1 .news-img-wrap .outer img {
    width: 100%;
    height: auto;
}

@media(max-width: 767.98px) {
    .news .article {
        padding: 20px;
    }

    .news-single.news .article .teaser-text {
        padding: 0;
    }

    .news-single .partner-detail .news-text-wrap {
        padding: 0;
    }

    .news-single .partner-detail > .frame.frame-default {
        padding: 0;
    }

    .news-single .partner-detail .news-backlink-wrap {
        padding: 0;
    }

    div#partner_kontaktformular {
        margin: 0;
    }
}

.news .article .category {
    position: relative;
	  line-height:14px;
}
.news-single .news-list-category{
	  text-transform: uppercase;
}
.news .article .category .date {
    position: absolute;
    right: 0;
    top: 0;
}

.news .article .category span {
    color: #00438B;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.news .article .category span > span.no-break-word-dehoga {
    margin-bottom: 0 !important;
}

.news .article .teaser-text p {
    margin-bottom: 0;
    line-height: 23px;
}

.news .article a.more {
    color: #00438B;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    margin-left: 18px;
    transition: 0.5s;
}

.news .article a.more:hover {
    color: #EE7F00;
}

.news .article a.more:after {
    content: '';
    background-image: url(/fileadmin/images/Logo/akkordeon_pfeil.svg);
    width: 14px;
    height: 16px;
    top: 3px;
    background-size: 12px; 
    left: -10px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
	position: absolute;
}


#c10 .link-to-list {
    display: none;
}

.news .top-news-container {
    margin-top: 50px;
}

.news .top-news-container .top-news-text {
    margin: 0;
    background-color: #8B0000;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px 0 20px;
}

.news a.link-to-list-href div {
    display: inline-block;
    color: white;
    background-color: #00438B;
    font-size: 17px;
    text-align: center;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: 0.5s;
}

.news a.link-to-list-href div:hover {
    background-color: #EE7F00;
}

.covid-news .row, .veranstaltungen-news .row {
    justify-content: space-between;
}

.covid-news, .veranstaltungen-news {
    padding: 0 12px;
}

.covid-news .article, .veranstaltungen-news .article {
    margin: 0;
}

.covid-news .article h3 {
    font-size: 36px;
    color: #00438B;
    text-align: center;
}

.covid-news .article h3 a {
    color: #00438B;
    font-weight: 400;
}

.covid-news .article p, .veranstaltungen-news .article p {
    font-size: 15px;
    line-height: 23px;
}

.covid-news .article.col-3, .veranstaltungen-news .article.col-3 {
    width: 31%;
}

.covid-news .article, .veranstaltungen-news .article {
    padding: 20px 30px 10px 20px;
}

.veranstaltungen-news .date {
    font-size: 14px;
    color: #00438B;
    margin-bottom: 10px;
}

.veranstaltungen-news .header a {
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.veranstaltungen-news .article p {
    font-size: 18px;
    line-height: 23px;
}

.veranstaltungen-news a.link-to-list-href div {
    width: 520px;
    display: inline-block;
    color: white;
    background-color: #00438B;
    font-size: 17px;
    text-align: center;
     padding: 10px 25px;
    text-transform: uppercase;
    transition: 0.5s;
	 width: calc(40% + 60px);
}

.news .no-image {
    padding: 10px 40px;
}

@media(max-width: 375px) {
    .news .no-image {
        padding: 10px 20px;
    }
}

.veranstaltungen-news a.link-to-list-href div:before {
    background-color: #EE7F00;
}


.veranstaltungen-news .link-to-list {
    text-align: center;
    margin-top: 100px;
}

.digital-news .article {
    height: 100%;
}

.digital-news .news-img-wrap, .digital-news .news-img-wrap * {
    width: 100% !important;
}

.digital-news .article .news-img-wrap a {
    border: none;
    padding: 0;
    float: inherit;
}

.digital-news .row {
    justify-content: space-between;
}

.digital-news .article.col-6 {
    width: calc(50% - 40px);
    padding: 20px;
}

@media(max-width: 767px) {
    .digital-news .article.col-6 {
        width: calc(100% - 24px);
        margin-left: 12px;
    }
}

.digital-news .news-img-wrap {
    margin-bottom: 15px!important;
}

.digital-news .header {
    margin-bottom: 15px;
}

.widgets-news {
    margin-top: 30px;
}

.widgets-news .article {
    background-color: white;
}

.widgets-news .link-widget {
    margin-top: 15px;
    position: relative;
    background-color: #00438B;
    padding: 8px 15px 8px 35px;
    transition: 0.5s;
}

.widgets-news .link-widget:hover {
    background-color: #FF8A00;
}

.widgets-news .widget-color-1 a .link-widget {
    background-color: white;
}
.widgets-news .widget-color-1 a .link-widget:hover {
    background-color: #FF8A00;
    color: white;
}
.news .widgets-news .article a.more {
    color: white;
    text-transform: none;
    transition: 0.5s;
    margin-left: 0;
}

.news .widgets-news .widget-color-1.article a.more {
    color: black;
    text-transform: none;
    transition: 0.5s;
}
.widgets-news .link-widget:before {
    content: '';
    background-image: url(/fileadmin/images/Logo/akkordeon_pfeil_white.svg);
    width: 20px;
    height: 29px;
    position: absolute;
    top: 4px;
    background-size: 16px;
    background-repeat: no-repeat;
    left: 20px;
    transform: rotate(-90deg);
    transition: 0.5s;
}

.widgets-news .widget-color-1 .link-widget:before {
    background-image: url(/fileadmin/images/Logo/akkordeon_pfeil.svg);
}

.widgets-news .widget-color-1 .link-widget:hover:before {
    background-image: url(/fileadmin/images/Logo/akkordeon_pfeil_white.svg);
}

.widgets-news h4 a {
    font-size: 28px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    color: black;
}

.widgets-news h4 {
    margin-top: 0!important;
    line-height: 25px;
}

.widgets-news .widget-color-1 {
    background-color: #00438B;
}

.widgets-news .widget-color-1 h4 a {
    font-size: 28px;
    color: white!important;
}

.widgets-news .widget-color-1 p  {
    color: white;
}

.news .widgets-news .article {
    padding: 20px;
}

.news .widgets-news .article .teaser-text {
    margin: 0;
}

.news-single .article .news-image-gallery .news-img-wrap {
    float: inherit;
    display: flex;
    width: inherit;
    flex-wrap: wrap;
    margin-left: 0;
}

.news-single .footer {
    border-top: none;
}

.news-single h1 {
    text-transform: none;
}

.news-single .article .news-image-gallery .col-md-3 img {
    width: 100%;
    padding: 30px;
    min-height: 309px;
    object-fit: cover;
}

.news-single .news-image-gallery .gallery-container.active .this-image img {
    max-height: 50vh;
}

.news-single .article .mediaelement.mediaelement-image, .news-single .article .slider-image-gallery img {
    cursor: pointer;
}

.news-single .newsalignment- .col-md-4 .news-img-wrap {
    float: inherit;
    width: 100%;
    margin: 0;
}

.news-single .delegiertenTag p {
    font-size: 20px;
}

.news .widgets-news .article a.more:after {
    content: none;
}

.frame-layout-1 > h4, div#topnews_dehoga div#c9 h4 {
    margin: 0;
    background-color: #00438B;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    margin-bottom: 35px;
}

.dehoga-container .frame-layout-1 .news .news-list-view img, .dehoga-container #topnews_dehoga .news .news-list-view img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.content-container-wrap.dehoga-container .digital-news .article .news-img-wrap img {
    max-height: 400px;
    width: auto!important;
    float: initial;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%!important;
}
.content-container-wrap.dehoga-container .digital-news .article {
    min-height: 900px;
	display: flex;
	flex-direction: column;
    hyphens: auto;
}

@media(max-width: 767px) {
    .content-container-wrap.dehoga-container .digital-news .article {
        min-height: inherit;
    }
}

.dehoga-container .frame-layout-1 .news .article, .dehoga-container #topnews_dehoga .news .article {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.dehoga-container .frame-layout-1 .news .article .news-img-wrap, .dehoga-container #topnews_dehoga .news .article .news-img-wrap {
    margin-top: 0;
}

.dehoga-container .frame-layout-1 .news .article .col-md-8.col-sm-12, .dehoga-container #topnews_dehoga .news .article .col-md-8.col-sm-12 {
    padding-top: 30px;
}

.dehoga-container .frame-layout-1 .news .article .news-img-wrap a, .dehoga-container #topnews_dehoga .news .article .news-img-wrap a {
    padding: 0;
    border: none;
}

/* Widgets */

.frame-type-shortcut > div {
    padding: 20px;
   
}

.frame-type-shortcut h4 {
    font-size: 28px;
    font-weight: 400;
    color: #00438B;
    background-color: transparent;
    text-transform: inherit;
    padding: 0;
    margin-bottom: 15px;
}

.news-single .row .col-md-8 img {
    max-width: 100%;
    height: auto;
}

.ce-gallery[data-ce-columns="3"] .ce-row {
    display: flex;
    flex-direction: row;
}

.picturegallerycontainer-container .ce-gallery[data-ce-columns="2"] .ce-row,.picturegallerycontainer-container .ce-gallery[data-ce-columns="4"] .ce-row,.picturegallerycontainer-container .ce-gallery[data-ce-columns="6"] .ce-row {
    display: flex;
    flex-direction: row;
}

.ce-gallery[data-ce-columns="3"] .ce-row  .ce-column {
    width: 33%;
    padding: 0 10px;
}

.picturegallerycontainer-container .ce-gallery[data-ce-columns="2"] .ce-row  .ce-column {
    width: 50%;
    padding: 0 10px;
}

.picturegallerycontainer-container .ce-gallery[data-ce-columns="4"] .ce-row  .ce-column {
    width: 25%;
    padding: 0 10px;
}

.picturegallerycontainer-container .ce-gallery[data-ce-columns="6"] .ce-row  .ce-column {
    width: 12.5%;
    padding: 0 10px;
}

.picturegallerycontainer-container .ce-gallery[data-ce-columns="2"] .ce-row  .ce-column img, .picturegallerycontainer-container .ce-gallery[data-ce-columns="4"] .ce-row  .ce-column img,.picturegallerycontainer-container .ce-gallery[data-ce-columns="6"] .ce-row  .ce-column img {
    height: auto;
}

footer .ce-gallery[data-ce-columns="3"] .ce-row  .ce-column {
    width: inherit;
    padding: 0;
}

.news.related {
    background-color: #F6F8F9;
    padding: 20px;
    display: flex;
    margin-top:20px;
}

.news.related .news-list-view {
    margin-top: 0;
}

.fancybox-caption {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    padding: 0;
    background: transparent;
    height: 31px;
}

.fancybox-caption > .fancybox-caption__body {
    padding: 5px;
    background: white;
    position: absolute;
    width: 100%;
}

.fancybox-caption__body {
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    font-size: 16px;
}

.show-caption .fancybox-caption__body {
    opacity: 1;
}

figcaption.image-caption {
    display: none;
}

.news.news-single .ce-gallery[data-ce-columns="3"] img {
    height: 250px;
    object-fit: cover;
}

div#topnews_dehoga .link-to-list {
    text-align: center;
}

.partner-news {
    display: flex;
    flex-wrap: wrap;
}

.news .partner-news .article {
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 767px) {

    .partner-news {
        justify-content: center;
    }
    .news .partner-news .article {
        width: 100%;
        height: auto;
        max-width: 200px;
    }
}

.news .partner-news .article .news-img-wrap {
    border: 0;
    margin: 0;
    float: inherit;
    background: transparent;
}

.news .article .news-img-wrap a {
    border: 0;
    float: inherit;
    padding: 0;
    background: transparent;
}

.news .article .news-img-wrap a img {
    max-width: 100%;
    height: auto;
    width: 100%;
    padding: 5px;
}

.news-single .teaser-text {
    font-size: 18px;
}

.news-list-view .article .teaser-text > div {
    word-break: break-word;
}

.news-backlink-wrap a {
    display: inline-block;
    color: white;
    background-color: #00438B;
    font-size: 17px;
    text-align: center;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: 0.5s;
    text-decoration: none;
    font-weight: bold;
}

.news-backlink-wrap a:hover {
    background-color: #FF8A00;
}

ul.f3-widget-paginator {
    padding: 0;
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

ul.f3-widget-paginator li:before {
    content: none!important;
}

ul.f3-widget-paginator li a:after {
    content: none!important;
}

ul.f3-widget-paginator li a {
    background-color: #00438B;
    color: white!important;
    text-decoration: none!important;
    padding: 5px 10px!important;
    margin-right: 5px;
    transition: 0.5s;
}

ul.f3-widget-paginator li a:hover, ul.f3-widget-paginator li.current a {
    background-color: #FF8A00;
}

.news .col-md-80 {
    width: 20%;
}

.news-single .partner-detail .news-backlink-wrap {
    margin-top: 30px;
}

.news .news-list-view .category .news-list-category {
    max-width: 80%;
}

.dehoga-container .news-single .spacing-bottom-off {
    margin-bottom: 30px;
}

.dehoga-container .news-single .spacing-top-off {
    margin-top: 30px;
}

.dehoga-container .news-single .col-md-8 > .news-img-wrap:first-child img {
    margin-top: 0;
    padding: 0;
}

@media(max-width: 767px) {
    div#c267 .content-container-wrap.dehoga-container .container > .two-col .two-col-right {
        padding-top: 0;
    }
}

@media(max-width: 575px) {
    .news .news-list-view .category .news-list-category {
        max-width: 100%;
        hyphens: auto;
        margin-top: 20px;
    }

    .news .article .category .date {
        top: -30px;
    }

    .ce-gallery[data-ce-columns="3"] .ce-row .ce-column {
        width: 100%;
    }

    .ce-gallery[data-ce-columns="3"] .ce-row {
        display: block;
    }
}

@media(max-width: 1240px) {
    div#c11 .dehoga-container .breadscrumb.container:first-child {
        margin-top: 70px;
    }

    div#c11 .news h1 {
        font-size: 32px!important;
        hyphens: auto;
    }
}