
.magazine-overview-header-image {
    height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: grid;
}

.magazine-overview-header-image .container{
    text-align: center;

    color: white;
    font-weight: bold;
    max-width: 660px;
    align-items: center;
}
.magazine-overview-header-image .container .content .headline{
    color: white;
    font-weight: bold;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.magazine-overview-header-image .container .content .btn{
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 25px;
}
.magazine-overview-header-image .container .text-paragraph{

    text-align: center;
    margin-bottom: 20px;
    color: white;
    font-size: 18px;
    line-height: 26px;
    max-width: 550px;
    font-family: "FrutigerLTW04-67BoldCond", sans-serif;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;

}
.mod-teaser {
    position: relative;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    transition: box-shadow 0.2s;
    border-radius: 3px;
    overflow: hidden;
    background-color: white;
}
.mod-teaser.prio-3 {


    height: 288px;
}
.mod-teaser-media-image.regular.prio-3 {
    padding: 73% 25px 25px 25px !important;
    width: 100%;
    height: 0 !important;
}
.mod-teaser-media-image {
    background-size: cover;
    background-position: center;
    background-color: #a3a3a3;
}
.mod-teaser-media-image .tag {
    position: absolute;
    top: 25px;
    left: 25px;
}
.tag.type {
    display: inline-block;
    width: auto;
    padding: 4px 15px;
    border-radius: 15px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    font-size: 0.8rem;
    font-family: "FrutigerLTW04-57Condensed", sans-serif;
    font-weight: normal;
}
.mod-teaser-regular.prio-3 .content {
    position: absolute;
    bottom: 15px;
    left: 1.5rem;
    right: 1.5rem;
    color: white;
    z-index: 10;
}
.mod-teaser-regular.prio-3 .content * {
    color: white;
}
.teaser-meta {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    flex-flow: row wrap;
}
.teaser-meta-reading {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    white-space: nowrap;
    color: #858585;
    font-size: 0.85rem;
    font-family: "FrutigerLTW04-67BoldCond", sans-serif;
    font-weight: normal;
}
.teaser-meta-reading-calendar {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    white-space: nowrap;
    color: #858585;
    font-size: 0.85rem;
    font-family: "FrutigerLTW04-67BoldCond", sans-serif;
    font-weight: normal;
}
.teaser-meta-category {
    white-space: nowrap;
    color: #858585;
    font-size: 0.85rem;
    font-family: "FrutigerLTW04-67BoldCond", sans-serif;
    font-weight: normal;
    padding-top: 10px;
}
.teaser-meta-reading-calendar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background-color: #dfdfdf;
}
#filterbar #filterbar-desktop {
    height: 92px;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 12%);
}
#filterbar #filterbar-desktop .container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1200px){
    #filterbar .container, #filterbar .container-sm,  #filterbar .container-md, #filterbar .container-lg, #filterbar .container-xl {
        max-width: 1160px;
    }}
@media (min-width: 992px){
    #filterbar .container,#filterbar .container-sm,#filterbar .container-md,#filterbar .container-lg {
        max-width: 970px;
    }}

@media (min-width: 767px){
    #filterbar .container,#filterbar .container-sm,#filterbar .container-md {
        max-width: 750px;
    }}
@media (min-width: 576px){
    #filterbar .container,#filterbar .container-sm {
        max-width: 550px;
    }

}


#filterbar #filterbar-desktop ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#filterbar #filterbar-desktop ul li {
    list-style: none;
    min-width: 120px;
}
.filterbar-link.selected {
    color: #0073be;
    border-bottom: 4px solid #0073be;
}
.filterbar-link {
    color: #a3a3a3;
    font-size: 18px;
    line-height: 22px;
    padding: 35px 15px 31px 15px;
    display: block;
    text-align: center;
    white-space: nowrap;
    transition: all 0.2s;
    text-decoration: none;
    font-family: "FrutigerLTW04-67BoldCond", sans-serif;
    font-weight: normal;
}
#filterbar .container, #filterbar .container-fluid, #filterbar .container-sm, #filterbar .container-md, #filterbar .container-lg, #filterbar .container-xl {
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-right: auto;
    margin-left: auto;
}
.filterbar-expandable-content.open {
    max-height: 300px;
    transition: max-height 0.3s, padding-top 0.2s, opacity 0.8s;
    visibility: visible;
    padding-top: 60px;
    opacity: 1;
    padding-bottom: 60px;
}
.filterbar-expandable-content {
    overflow: hidden;
    max-height: 0;
    transition: 0s;
    text-align: center;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    max-width: 700px;
    margin: auto;
}
.mod-searchbar {
    margin: auto;
    max-width: 700px;
    position: relative;
}
.input-searchbar {
    border: none !important;
    padding: 16px 45px 14px 70px !important;
    background-image: url("../img/icons/search.svg");
    background-repeat: no-repeat;
    background-position: 30px 16px;
    background-size: 20px 20px;
    width: 100%;
    font-size: 16px !important;
    line-height: 22px !important;
}
.bg-gray-1 {
    background-color: #f3f3f3;
}
 .input-delete {
    position: absolute;
    top: 15px;
    right: 28px;
    cursor: pointer;
    display: inline-block !important;
}
.filterbar-link.selected{
    color: #0073be;
    border-bottom: 4px solid #0073be;
}
.filterbar-link {
    color: #a3a3a3;
    font-size: 18px;
    line-height: 22px;
    padding: 35px 15px 31px 15px;
    display: block;
    text-align: center;
    white-space: nowrap;
    transition: all 0.2s;
    text-decoration: none;
    font-family: "FrutigerLTW04-67BoldCond", sans-serif;
    font-weight: normal;
}
.filterbar-link.selected.expander svg {
    transform: rotate(180deg);
}
.filterbar-link.expander svg {
    margin-left: 3px;
    transition: all 0.2s;
}
.filterbar-link.selected.expander svg #Icons {
    stroke: #0073be;
}

.filterbar-expandable-content.open {
    max-height: 300px;
    transition: max-height 0.3s, padding-top 0.2s, opacity 0.8s;
    visibility: visible;
    padding-top: 15px;
    opacity: 1;
    padding-bottom: 10px;
}
.filterbar-expandable-content {
    overflow: hidden;
    max-height: 0;
    transition: 0s;
    text-align: center;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    max-width: 700px;
    margin: auto;
}
.mod-filter-tag:not(:last-of-type) {
    margin-right: 20px;
}
.mod-filter-tag {
    display: inline-block;
    width: auto;
    padding: 13px 30px 12px 30px;
    border: 1.5px solid #3fb1e3;
    border-radius: 30px;
    color: #3fb1e3 !important;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s;
    margin-bottom: 10px;
    font-family: "FrutigerLTW04-67BoldCond", sans-serif;
    font-weight: normal;
    text-decoration: none !important;
}
.mod-filter-tag.selected {
    background-color: #3fb1e3;
    color: white !important;
    box-shadow: none !important;
}
@media (max-width: 576px){


    #filterbar #filterbar-desktop ul li {
        list-style: none;
        min-width: 0px;
    }
    #filterbar #filterbar-desktop ul {
        justify-content: center;
    }
    #filterbar .filterbar-link {
       font-size: 12px;
    }

}
.teaser-meta-category img{
    width: 20px;
    padding-bottom: 7px;
}
.teaser-meta-reading img{
    padding-bottom: 3px;
}
.arrow-back-to-top  {
    display: none;

    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #0073be;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

    cursor: pointer;

    position: fixed; /* Fixed/sticky position */
    bottom: 50px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */

    color: white; /* Text color */
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px rgba(0,0,0,0.14), 0px 1px 18px rgba(0,0,0,0.12);
}
.arrow-back-to-top:hover{
    background: #00548b;
}
.arrow-back-to-top:before {
    content: '';
    background-image: url("../img/white_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 50px;
    position: absolute;
    right: 12px;
    left: auto;
    top: calc(50% - 27px);
    transform: rotate(-90deg);
}
html {
    scroll-behavior: smooth;
}
a.chevron-left-blue {
    font-weight: 400;
}

a.chevron-left-blue:before {
    background-image: url(../img/blue_arrow.svg);

    content: "";
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: contain;
    position: relative;
    display: inline-block;
    width: 25px;
    height: 20px;
    top: 4px;
    right: 3px;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
    transform: rotate(-180deg);
}


@media (max-width: 576px){
.magazin-story ._sm-12{
    padding: 0 20px;
}
    .magazin-story .date._sm-12{
        padding: 0 30px;
    }
}
.social-icons-story{
    margin-bottom:40px;
}
.social-icons-story-img{
    padding-top: 5px;
    padding-right: 5px;
}
.social-icons-story-img:hover{
    filter: invert(26%) sepia(73%) saturate(2067%) hue-rotate(183deg) brightness(98%) contrast(102%);

}
.contact-icon{
    position: absolute;
    z-index: 9;
    top: 34px;
    right: 250px;
}
.widget-label.contact{
    padding-left: 5px;
}
.footer-logo {
    margin-bottom: 0px !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
}

@media (max-height: 821px) {
    .footer-top.scroll {
        padding: 0px !important;
    }

    .footer-logo.scroll {
        margin-bottom: 0px !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .footer-logo-scroll {


    }

    footer .footer-bottom .nav li a.scroll {
        font-size: 10px !important;
    }

    footer .footer-bottom .nav.scroll {
        font-size: 10px !important;
    }

    .footer-search.hidden-768 {
        display: none !important;
    }

    .social-media.hidden-768 {
        display: none !important;
    }

    .arrow-back-to-top {
        bottom: 100px !important;

    }
}

@media (max-width: 1023px) {
    .contact-icon {
        top: 42px;
        right: 275px;

    }
}

@media (max-width: 768px) {
    .social-icons-container {
        padding-left: 100px !important;

    }

    .social-icons-story {
        float: left;
        padding-right: 70px;

    }

    .magazin-story {
        padding-left: 100px;

    }

    .footer-top.scroll {
        padding: 0px !important;
    }

    .footer-logo.scroll {
        margin-bottom: 0px !important;
    }

    .footer-logo-scroll {
        width: 100px !important;
    }

    footer .footer-bottom .nav li a.scroll {
        font-size: 10px !important;
    }

    footer .footer-bottom .nav.scroll {
        font-size: 10px !important;
    }

    .footer-search.hidden-768 {
        display: none !important;
    }

    .social-media.hidden-768 {
        display: none !important;
    }

    .arrow-back-to-top {
        bottom: 100px !important;
    }

    .contact-icon {
        top: 30px;
        right: 200px;
    }
}
.header-logo.desktop-show{
display: block;
}
.dfl-flag-logo {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 99;
    display: none;
}
.dfl-flag-logo img {
    height: 70px;
}

@media (max-width: 576px){
    .header-logo.dbeg-logo img {
        width: 80px !important;
        padding: 10px 0 0;
        top: 0;
    }
    .header-logo {
        width: 80px !important;
        top: 15px !important;
    }
    .dfl-flag-logo {

        display: block;
    }
    .header-logo.desktop-show{
        display: none;
    }
    .social-icons-container{
        padding-left: 25px !important;

    }
    .social-icons-story{
        float: left;
        padding-right: 70px;

    }
    .magazin-story{
        padding-left: 0px;

    }
    .widget-label.contact{
        padding-left: 0px;
    }

}
.arrow-back-to-top.main{

    bottom: 335px !important;
}
.footer-icons{
    margin: auto;
}
.icons-container{
    position: relative;
    width: auto;
    align-items: center;
    display: flex;
}
.footer-icons img{
    margin: auto;
}
.footer-logo-tuv{
    width:125px ;
}
.footer-logo-ggl{
    width:141px ;
    margin-left: 10px !important;
}
.footer-logo-18{
    width:75px ;
    padding-top: 15px;
}
.footer-logo-HB{
    margin-right: 2% !important;
    width: 55px
}
.footer-logo-100{
    width:79px ;
    padding-top: 11px;
}
@media (max-width: 576px){
    .icons-container{

    }
    .footer-logo-tuv{
        width:73px ;

    }
    .footer-logo-ggl{
        width:70px ;

    }
    .footer-logo-18{
        width:40px ;
        padding-top: 16px;
    }
    .footer-logo-HB{
        margin-right: 2% !important;
        width: 30px
    }
    .footer-logo-100{
        width:54px ;
        padding-top: 17px;

    }
}
input#trackVisits {
    appearance: auto;
    margin-right: 5px !important;
}
@media (max-width: 1024px) {
    .dataTables_wrapper {
        width: inherit ;
        overflow-x: scroll ;
    }
    .dataTables_wrapper::-webkit-scrollbar {
        width: 12px;
    }


    .dataTables_wrapper::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px #0073be;
     
    }

}
.icons-container-main-logo{
   display: table;
    margin:auto;
}

.footer-logo-img.main-logo{

    max-width: 340px !important;
    margin-right: 50px !important;
    float: left;
}
.footer-logo-img.stiftung{
    max-width: 250px !important;

    padding-top: 22px;

}
@media (max-width: 768px){
    .icons-container-main-logo{

    }


    .footer-logo.scroll .icons-container-main-logo {
        margin-left: auto;
    }
    .footer-logo.scroll .icons-container-main-logo .stiftung  {
        width: 80px !important;
        padding-top: 5px;
    }

    .footer-logo-img.main-logo{
        float: none;
        margin-right: auto !important;
    }
    .footer-logo.scroll .icons-container-main-logo img {
        float: left;
    }
    .footer-logo-img.stiftung{
        max-width: 240px !important;
        padding-top: 0px;

    }
    .footer-logo-HB{
        margin-right: 0% !important;
        width: 55px;
    }
}
@media (max-width: 576px){
   
    .footer-logo-18{
        width:40px ;
        padding-top: 16px;
    }
    .footer-logo-HB{
        margin-right: 2% !important;
        width: 30px
    }
    .footer-logo-100{
        width:54px ;
        padding-top: 17px;

    }
}