﻿@import url(cssParagraphs/para_res.css);
@import url(assets/css/all.min.css);
@import url('assets/css/owl.carousel.min.css');

/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/source-sans-pro-v13-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('fonts/source-sans-pro-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/source-sans-pro-v13-latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/source-sans-pro-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/source-sans-pro-v13-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/source-sans-pro-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/source-sans-pro-v13-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('fonts/source-sans-pro-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/source-sans-pro-v13-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/source-sans-pro-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


html {
    -webkit-font-smoothing: antialiased;
    ‑webkit‑text‑size‑adjust: 100%;
    /* height: 100%;*/
    width: 100%;
    overflow-x: hidden;
    min-height: 100%; /* make sure it is at least as tall as the viewport */
    /*    position: relative;*/
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

    html.openmenu {
        overflow-y: scroll;
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
    }

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    overflow-x: hidden;
}

.h1_hide {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* ------------------------------------------------------------ *\
	Globale Styles
\* ------------------------------------------------------------ */

img {
    border: none;
}

figure {
    margin: 0;
    padding: 0;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.clear,
.f-clear {
    clear: both;
    overflow: hidden;
    margin-top: -1px;
    height: 1px;
    background-color: transparent !important;
}

/* ------------------------------------------------------------ *\
	Typografie
\* ------------------------------------------------------------ */

h1, .headline1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 39px;
    color: #333333;
    margin: 56px 0 50px 0;
}

h2, .headline2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #333333;
    margin-top: 8px;
}

h3, .headline3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 25px;
}

.addmin_newslist .headline3 {
    margin-bottom: 12px !important;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
    margin: 29px 0 10px;
}

.newstoggleaddcolumn307 h1, .newstoggleaddcolumn307 h2, .newstoggleaddcolumn307 h3, .newstoggleaddcolumn307 h4{
    margin-top: 0;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
}

.add_min_editor p, .editor p {
    margin: 0;
    padding: 0;
}

.add_min_editor ul, .editor ul {
    margin: 17px 0 21px 19px;
    padding: 0 0 0 30px;
}

.add_min_editor li, .editor li {
    margin: 10px;
}


a {
    text-decoration: none;
    color: #D13010;
}

    a:hover {
        text-decoration: underline;
    }

/*    .linkarrow > a, a > .linkarrow {
        position: relative;
    }*/

    .linkarrow:after, .editor .linkarrow:after {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-display: auto;
        content: "\f054";
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        position: relative;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #D13010;
        height: 18px;
        width: 18px;
        border-radius: 2px;
        position: relative;
        /*top: -2px;*/
        /*        top: 5px;
        left: 0;*/
    }

.con-yes .linkarrow:before, .con-yes .linkarrow:after {
    background-color: #fff !important;
    color: #000 !important;
}
    /*.linkarrow > a:hover:before {

    -webkit-animation: hoverarrowlink 0.4s ease-out 0s;
    -webkit-animation-iteration-count: 1;
    animation: hoverarrowlink 0.4s ease-out 0s;
    animation-iteration-count: 1;
}*/
    .linkextern > a:before, a > .linkextern:before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-display: auto;
        content: "\f360";
        font-size: 17px;
        position: relative;
        display: inline-block;
        margin-right: 6px;
    }

.linkdownload:before {
    content: url(img/24-web-download-arrow.svg);
    padding-right: 3px;
    position: relative;
    top: 1px;
    margin: 0 4px;
}

/*.linkextern > a:hover:before {
}*/

.introtext, .editor .introtext {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #222222;
}

h1 + p, .editor h1 + p {
    margin-top: -6px !important;
}

p + h3, .editor p + h3 {
    margin-top: 24px;
}

p + p{
    margin-top: 13px !important;
}

/* ------------------------------------------------------------ *\
	Template allgemein
\* ------------------------------------------------------------ */

.fixed-header {
    position: fixed !important;
    width: 100%;
    top: 0px;
    z-index: 999;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    background-color: #fff;
    /*border-bottom: 1px solid #f3f5f6;*/
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.openmenu .fixed-header {
    position: relative !important;
}

.fixed-header-hidden {
    -webkit-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    transform: translateY( -100% );
}

.div_header {
    height: 139px;
    box-sizing: border-box;
    transition: all 0.4s ease 0.4s;
}

.div_wrapper {
    width: 1280px;
    padding: 35px 40px 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    transition: all 0.4s ease 0.4s;
}

.div_logo img {
    transition: all 0.4s ease 0.4s;
}

.div_header_meta {
    position: absolute;
    right: 40px;
    top: 8px;
    display: flex;
    justify-content: space-between;
    transition: all 0.4s ease 0.4s;
}

    .div_header_meta .div_metanav {
        margin: 5px 6px 0 0;
    }

    .div_header_meta .div_metanav .ul_metanav {
        padding: 0;
        margin: 0;
        font-size: 20px;
    }

        .div_header_meta .div_metanav .ul_metanav li {
            padding: 0;
            margin: 0 20px 0 0;
            list-style: none;
            display: inline-block;
        }

            .div_header_meta .div_metanav .ul_metanav li a {
                color: #0c3457;
                text-decoration: none;
            }

            .div_header_meta .div_metanav .ul_metanav li a:hover{
                color: #D13010;
            }

            .div_header_meta .div_metanav .ul_metanav li a.extern:after {
                font-family: 'Font Awesome 5 Free';
                font-style: normal;
                font-weight: 900;
                font-display: auto;
                content: "\f35d";
                font-size: 17px;
                position: relative;
                left: 5px;
                top: -2px;
            }

    .div_header_meta .div_socialmedia {
        
    }

        .div_header_meta .div_socialmedia a {
            font-size: 34px;
            color: #707070;
            margin-right: 10px;
            /*transition: all .2s ease-in-out;*/
        }

            .div_header_meta .div_socialmedia a:hover {
                color: #D13010;
                text-decoration: none;
                /*transform: scale(1.1);*/
            }

        .div_header_meta .div_socialmedia a:last-child {
            margin-right: 0;
        }

.div_search_container {
    position: fixed;
    right: 0;
    top: 174px;
    z-index: 199;
}

    .div_search_container .ipt_searchfield {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        border: 1px solid #D13010;
        border-radius: 2px;
        width: 56px;
        height: 56px;
        box-sizing: border-box;
        padding: 0 10px;
        transition: all .5s;
        opacity: 0;
        outline: none;
        position: absolute;
        cursor: pointer;
        color: #222222;
        z-index: 5;
        right: 0;
    }

        .div_search_container .ipt_searchfield:focus {
            right: 56px;
            width: 250px;
            opacity: 1;
            cursor: text;
        }

            .div_search_container .ipt_searchfield:focus ~ .div_searchbtn {
                z-index: 6;
                border-radius: 2px;
            }

    .div_search_container .div_searchbtn {
        /*position: fixed;*/
        display: inline-block;
        background: #D13010;
        width: 56px;
        height: 56px;
        border-radius: 5px;
        text-align: center;
        line-height: 32px;
        vertical-align: middle;
        /*padding: 30px;*/
        color: #ffffff;
        font-size: 1.8em;
        transition: all .5s;
        /*right: 0px;
        z-index: 199;*/
        cursor: pointer;
        box-sizing: border-box;
        padding: 12px 12px 12px 12px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /*transition: all .2s ease-in-out;*/
    }

    .div_search_container .ipt_searchfield:hover + .div_searchbtn {
        background-color: #F26C55;
    }

        .div_search_container .div_searchbtn i {
            position: relative;
/*            left: 2px;
            top: 4px;*/
        }

.section_main {
    position: relative;
    margin: 139px 0 100px 0;
}

.openmenu .section_main {
    margin-top: 0 !important;
}

.content_wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.div_content_bottom {
    margin-top: 82px;
}

.text_button {
    color: #D13010;
    text-decoration: none;
    display: flex;
    line-height: 18px;
    position: relative;
    margin-top: 22px;
    align-items: center;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
}

    .text_button:before {
        content: '';
        width: 33px;
        height: 33px;
        flex: 0 0 33px;
        /*  background-color: #D13010;
        border-radius: 2px;*/
        display: inline-block;
        background-image: url('data:image/svg+xml,<svg width="33" height="33" viewBox="0 0 33 33" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="33" height="33" rx="2" fill="%23d13010"/><path d="M12.7782 9L20.5563 16.7782L12.7782 24.5563" stroke="white"/></svg>');
    }

.con-yes .text_button:before {
    background-image: url('data:image/svg+xml,<svg width="33" height="33" viewBox="0 0 33 33" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="33" height="33" rx="2" fill="%23000000"/><path d="M12.7782 9L20.5563 16.7782L12.7782 24.5563" stroke="white"/></svg>');
}

/*    .text_button:after {
        content: '';
        position: absolute;
        left: 8px;
        top: 11px;
        display: block;
        width: 10px;
        height: 10px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-width: 1px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }*/

    .text_button:hover {
        -webkit-animation: hoverbtn 0.2s ease-out 0s;
        -webkit-animation-iteration-count: 1;
        animation: hoverbtn 0.2s ease-out 0s;
        animation-iteration-count: 1;
    }

    .text_button a {
        display: inline-block;
        position: relative;
        padding: 0 0 0 10px;
    }

        .text_button a:hover, a.text_button:hover {
            text-decoration: none;
        }

    a.text_button:before {
        margin-right: 10px;
    }

/*    a.text_button:before {
        margin-right: 10px;
        position: relative;
        top: 10px;
    }

    a.text_button:after {
        top: 21px;
    }*/

.external_link {
    color: #D13010;
    line-height: 38px;
}

    .external_link:after, .editor .external_link:after, span.mceText[title="Link extern"]:after, .editor a[target='blank']:after {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-display: auto;
        content: "\f35d";
        font-size: 17px;
        position: relative;
        margin-right: 5px;
        margin-left: 5px;
        display: inline-block;
    }

    .external_link:hover:before {
        -webkit-animation: rotateandback 0.4s ease-in-out 0;
        -webkit-animation-iteration-count: 1;
        animation: rotateandback 0.4s ease-in-out 0;
        animation-iteration-count: 1;
    }



.a_fixed_toolbar {
    position: fixed;
    display: block;
    width: 56px;
    height: 56px;
    right: 0;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    background: #D13010;
    z-index: 199;
    cursor: pointer;
    text-align: center;
    padding: 12px 12px 12px 12px;
    transition: all 0.2s ease 0s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .a_fixed_toolbar i {
        font-size: 1.8em;
        color: #fff;
    }

.con-yes .a_fixed_toolbar{
    border: 1px solid #fff;
}


.a_fixed_kontakt {
    top: 240px;
}

.a_fixed_contrast {
    top: 306px;
}

.a_fixed_easy_read {
    top: 372px;
    padding: 14px 0px;
}

.a_fixed_accessibility_question {
    top: 438px;
}

.div_news_toggle_container {
    position: fixed;
    width: 403px;
    right: -347px;
    top: 266px;
    z-index: 199;
    transition: all 0.2s ease 0s;
}

    .div_news_toggle_container.active {
        right: 0px;
    }

.a_news_toggle {
    display: block;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    background: #D13010;
    z-index: 10000;
    cursor: pointer;
    text-align: center;
    padding: 12px 12px 12px 12px;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .a_news_toggle i {
        font-size: 1.8em;
        color: #fff;
    }

    .a_news_toggle:hover, .a_fixed_toolbar:hover, .a_top_btn:hover, .arrow-2:hover {
        background-color: #f26c52;
    }

.div_news_toggle_content {
    width: 347px;
    height: 100%;
    background-color: #fff;
    float: left;
    min-height: 250px;
    padding: 25px 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.a_top_btn {
    position: fixed;
    display: block;
    width: 56px;
    height: 56px;
    right: -80px;
    bottom: 10%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    background: #D13010;
    color: #fff;
    z-index: 10000;
    cursor: pointer;
    text-align: center;
    padding: 11px 17px 7px 17px;
    transition: all 0.2s ease 0s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*    border: 1px solid rgba(255, 255, 255, 0.4)*/
}

    .a_top_btn.active {
        right: 0;
    }

    .a_top_btn i {
        font-size: 1.8em;
        color: #fff;
    }

    .a_top_btn:hover i {
        -webkit-animation: topbtn 0.4s ease-out 0s;
        -webkit-animation-iteration-count: infinite;
        animation: topbtn 0.4s ease-out 0s;
        animation-iteration-count: infinite;
        animation-duration: 0.7s;
    }

    .con-yes .a_top_btn {
        border: 1px solid #fff;
    }

.sys-dms-file, .sys-dms-file > div, div[class*='sys-dms-filelist-'] > div {
    font-size: 18px !important;
    line-height: 22px !important;
}

    .sys-dms-file .icon-24-web---download-arrow, div[class*='sys-dms-filelist-'] .icon-24-web---download-arrow {
        font-size: 1em !important;
    }

    .sys-dms-file a > span, div[class*='sys-dms-filelist-'] a > span {
        padding-top: 0 !important;
    }

    div[class*='sys-dms-filelist-'] ul > li{
        padding-bottom: 15px !important;
    }

    .sys-dms-file ul > li > a > span > i{
        display: none;
    }


/* ------------------------------------------------------------ *\
	News Startseite
\* ------------------------------------------------------------ */

.ul_startnews li {
    display: flex;
    margin-bottom: 43px;
}

    .ul_startnews li .img_previewimg {
        margin: 0 20px 0 0;
        width: 200px;
        max-height: 160px;
        -o-object-fit: contain;
        object-fit: contain;
        align-self: flex-start;
    }

        .ul_startnews li .img_previewimg img {
            width: 200px;
        }

.div_newstext {
    flex: 1 1 auto;
}

    .div_newstext h3, .div_newstext h4{
        font-size: 24px;
        line-height: 28px;
        margin-top: -4px;
        margin-bottom: 9px;
    }

    .div_newstext p {
        padding: 0;
        margin: 0;
    }

    .div_newstext .a_newstitle:hover, .div_newstext .a_newstitle:hover h4 {
        text-decoration: none;
        color: #D13010;
    }
    /*.div_container_startnews_items{
    margin-bottom: 29px;
}

.div_container_startnews_items p {
    padding: 0;
    margin: 9px 0 0 0;
}

.div_container_startnews_items h4 {
    padding: 0;
    margin: 0 0 10px 0;
}

    .div_container_startnews_items .img_previewimg + a h4 {
        position: relative;
        top: -6px;
        margin-bottom: 3px;
    }

    .div_container_startnews_items .img_previewimg + a + p  {
        margin: 0;
    }


.div_container_startnews_items a:hover, .div_container_startnews_items a:hover h4{
    text-decoration: none;
    color: #D13010;
}

.div_container_startnews_items .img_previewimg {
    float: left;
    margin: 0 10px 0 0;
    max-width: 32.78%;
    max-height: 160px;
    overflow: hidden
}*/
    /* ------------------------------------------------------------ *\
	News Slider Startseite
\* ------------------------------------------------------------ */
    .news_area {
        background-color: #2365af;
        width: 100%;
        min-height: 200px;
        padding: 40px 0;
        box-sizing: border-box;
    }

    .news_area h1, .news_area h2, .news_area h3, .news_area h4, .news_area h5, .news_area p, .news_area li, .news_area span {
        color: #fff;
    }

.h2_news {
    padding: 0;
    margin: 0;
}

.newsBox {
    padding: 45px;
}

    .newsBox .owl-carousel .owl-stage {
        display: flex;
    }

    .newsBox .slides {
        padding: 0;
        margin: 0;
    }

        .newsBox .slides li {
            list-style: none;
            list-style-image: none;
            padding: 18px;
            height: 100%;
            padding-bottom: 60px;
        }

    .newsBox .slide {
        /*background-color: #fff;*/
        /*width: 270px;*/
        height: 320px;
        height: auto;
    }

    .newsBox li.slide:after {
        content: '';
        height: 80%;
        width: 1px;
        height: 81%;
        background-color: #fff;
        position: absolute;
        right: -14px;
        top: 0;
    }

    .newsBox .owl-nav {
        font-size: 2.8em;
        color: transparent !important;
    }

        .newsBox .owl-nav .owl-prev,
        .newsBox .owl-nav .owl-next {
            position: absolute;
            top: 35%;
        }

        .newsBox .owl-nav .owl-prev {
            left: -50px;
        }

            .newsBox .owl-nav .owl-prev:before {
                font-family: 'Font Awesome 5 Free';
                font-style: normal;
                font-weight: 900;
                content: "\f053";
                color: #fff;
                position: relative;
                padding: 10px;
            }

        .newsBox .owl-nav .owl-next {
            right: -50px;
        }

            .newsBox .owl-nav .owl-next:after {
                font-family: 'Font Awesome 5 Free';
                font-style: normal;
                font-weight: 900;
                content: "\f054";
                color: #fff;
                position: relative;
                padding: 10px;
            }

    .newsBox button.owl-dot {
        display: inline-block;
        width: 21px;
        height: 21px;
        border: 1px solid #fff;
        margin: 0 0 0 15px;
        background: transparent;
        transition: background .3s, border-color .3s;
        opacity: 0.5;
    }

    .newsBox .owl-dot:hover,
    .newsBox .owl-dots .active {
        /*border-color: #575d61;
            border: 1px solid #575d61;*/
        background: #fff;
    }

.offscreen {
    position: absolute;
    left: -999em;
}


.newsBox .owl-dots {
    position: absolute;
    bottom: -49px;
    left: 0;
    right: 0;
    text-align: center;
}


.newsBox .newsbox-image,
.newsBox .newsbox-image img {
    display: none;
    width: 100%;
    height: auto;
}

.newsbox_title {
    padding: 0;
    margin: 0 0 30px 0;
}

.newsbox_description {
    position: relative;
    margin: 0 0 30px 0;
}

.newsbox_btn {
    display: block;
    position: absolute;
    bottom: 20px;
    background: #ffffff;
    border-radius: 2px;
    box-sizing: border-box;
    width: 270px;
    height: 47px;
    /*color: #fff !important;*/
    /*padding: 0 10px;*/
    /*line-height: 40px;*/
    /*text-decoration: none;
    transition: opacity 0.3s ease 0s;*/
}

    .newsbox_btn .text_button {
        left: 0;
        margin: 7px 4px 0 4px;
        box-sizing: border-box;
    }


        .newsbox_btn .text_button:before {
            position: absolute;
        }

        .newsbox_btn .text_button a {
            width: 100%;
            height: 41px;
            box-sizing: border-box;
            left: 0;
            top: 0;
        }





/* ------------------------------------------------------------ *\
	Breadcrumb
\* ------------------------------------------------------------ */
.div_breadcrumb {
    padding: 0;
    margin: 0;
    min-height: 34px;
    position: relative;
    width: 100%;
}

.breadcrumb {
    width: 1280px;
    margin: 0 auto;
    padding: 18px 40px;
    box-sizing: border-box;
    list-style: none;
}

    /* Home Link */
    .div_breadcrumb .a_homelink {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        float: left;
        font-size: 16px;
        color: #222222;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }

        .div_breadcrumb .a_homelink:hover {
            color: #D13010;
        }

        .div_breadcrumb ul li {
            list-style: none;
            padding: 0;
            margin: 0 10px 0 0;
            display: inline-block;
        }

    .div_breadcrumb ul li:first-child {
        margin-left: 0;
    }

    .div_breadcrumb li a:before {
        content: "\002713";
        color: #222222;
        font-size: 16px;
        margin: 0 10px 0 0;
        position: relative;
    }

    .con-yes .div_breadcrumb li a:before {
        color: #fff;
    }

    .div_breadcrumb li:first-child a:before {
        content: "";
        margin: 0 0 0 0;
    }

    .div_breadcrumb li a,
    .div_breadcrumb li a:hover,
    .div_breadcrumb li a.active {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        font-size: 18px;
        font-weight: 400;
        color: #222222;
        text-decoration: none;
    }


        .div_breadcrumb li a:hover,
        .div_breadcrumb li a.active {
            color: #D13010;
        }

        .con-yes .div_breadcrumb li a{
            text-decoration: underline;
        }

.div_breadcrumb li button {
    position: relative;
    border: none;
    background: none;
    padding: 7px;
    cursor: pointer;
    top: 2px;
}

.div_breadcrumb li button:hover {
    opacity: 0.7;
}

    .div_breadcrumb li button .fas {
        font-size: 20px;
        color: #D13010;
    }

    .con-yes .div_breadcrumb li button .fas{
        color: #fff;
    }

.breadcrumb li.open button .fas:before {
    content: '\f146';
}

.container_breadcrumbnav {
    width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.a_breadcrumbnav_active {
     font-weight: 600;
    padding: 3px 0 4px 0;
    display: block;
}

    .a_breadcrumbnav_active:hover {
        text-decoration: none;
        color: #0c3457;
    }

.breadcrumbnav {
    display: none;
    position: relative;
    /* top: 100%;
    left: -18px;*/
    width: 100%;
    /* z-index: 1;*/
    background-color: #fff;
    padding: 18px 0;
    background-color: #f3f5f6;
   /* top: 15px;*/
    /*    padding-right: 40px;
    padding-left: 40px;*/
}

.ul_breadcrumbnav {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin: 0;
    padding: 0;
}

.ul_breadcrumbnav li {
    display: inline-block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

    .ul_breadcrumbnav li a {
        padding: 5px 0 6px 0;
        display: block;
        line-height: 1.4em;
    }

.ul_breadcrumbnav li a:before{
    display: none;
}

/* ------------------------------------------------------------ *\
	Main Navigation
\* ------------------------------------------------------------ */

.main-menu-stage {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
    /*opacity: 0;*/
    position: absolute;
    width: 100%;
    height: 500px;
    background-color: #fff;
    z-index: 100;
    top: 138px;
    /*border-top: 1px solid #D13010;*/
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
    padding: 0 0 68px 0;
}

.con-yes .main-menu-stage{
    border-bottom: 1px solid #fff;
}

.openmenu .main-menu-stage {
    visibility: visible;
    opacity: 1;
}

.main-menu {
    /*position: relative;*/
    position: absolute;
    top: 72px;
    right: 40px;
    z-index: 110;
}

.con-yes .main-menu{
    background-color: transparent !important;
}

.nav-menu {
    margin-left: -8px;
    display: none;
}

.notresmenu .nav-menu{
    display: block;
}

.nav-menu .res_metanav {
    display: none;
}

    .nav-menu .res_metanav a.extern:after {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-display: auto;
        content: "\f35d";
        position: relative;
        left: 7px;
        top: 0;
    }


    .nav-menu ul {
        list-style-type: none;
        margin: 0 0 0 0;
        padding: 0;
        position: relative;
    }

.div_resbtn {
    display: none;
    position: absolute;
    left: 0;
    border-right: 1px solid #fff;
    width: 60px;
    height: 60px;
    user-select: none;
}

.con-yes .div_resbtn{
    border: 1px solid #fff;
}

    .div_resbtn .menu-icon {
        cursor: pointer;
        display: inline-block;
        /*float: right;*/
        padding: 28px 20px 28px;
        position: relative;
    }

        .div_resbtn .menu-icon .navicon {
            background: #fff !important;
            display: block;
            height: 4px;
            position: relative;
            transition: background .2s ease-out;
            width: 20px;
        }

            .div_resbtn .menu-icon .navicon:before,
            .div_resbtn .menu-icon .navicon:after {
                background: #fff;
                content: '';
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%;
            }

            .div_resbtn .menu-icon .navicon:before {
                top: 8px;
            }

            .div_resbtn .menu-icon .navicon:after {
                top: -8px;
            }


.openresmenu .div_resbtn .menu-icon .navicon {
    background: transparent !important;
}

    .openresmenu .div_resbtn .menu-icon .navicon:before {
        transform: rotate(-45deg);
    }

    .openresmenu .div_resbtn .menu-icon .navicon:after {
        transform: rotate(45deg);
    }

.openresmenu .div_resbtn .menu-icon:not(.steps) .navicon:before,
.openresmenu .div_resbtn .menu-icon:not(.steps) .navicon:after {
    top: 0;
}


.main-menu-stage-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main-menu-stage-right {
    width: 347px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #f3f5f6;
}

    .main-menu-stage-right .quicklinks-container {
        background-color: transparent;
        width: 100%;
        min-height: 200px;
        background-color: #f3f5f6;
        padding: 25px 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

        .main-menu-stage-right .quicklinks-container .ul_quicklinks {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            padding: 0;
            margin: -32px 0 0 0;
        }

            .main-menu-stage-right .quicklinks-container .ul_quicklinks li {
                width: 50%;
                text-align: center;
                padding: 0;
                margin: 32px 0 0 0;
                list-style: none;
                flex: none;
            }




.div_sidebarbtn {
    display: none;
    position: absolute;
    right: 0;
    height: 60px;
    width: auto;
    cursor: pointer;
    border-left: 1px solid #fff;
    user-select: none;
    box-sizing: border-box;
    padding: 10px;
}

.con-yes .div_sidebarbtn{
    border: 1px solid #fff;
}

.div_sidebarbtn span {
    color: #fff;
    display: block;
    margin: 6px 0 0 0;
}

.sidebar-icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 20px;
}

    .sidebar-icon:before, .sidebar-icon:after {
        content: "";
        position: absolute;
        background-color: white;
        transition: all 0.2s ease-in-out;
    }

    .sidebar-icon:before {
        top: 0;
        left: 50%;
        width: 4px;
        height: 100%;
        margin-left: -2px;
    }

    .sidebar-icon:after {
        top: 50%;
        left: 0;
        width: 100%;
        height: 4px;
        margin-top: -2px;
    }

.opensidebar .sidebar-icon {
    cursor: pointer;
}

    .opensidebar .sidebar-icon:before {
        transform: rotate(90deg);
    }

    .opensidebar .sidebar-icon:after {
        transform: rotate(180);
    }
/* ------------------------------------------------------------ *\
	Owl Slider Startseite
\* ------------------------------------------------------------ */
.div_slider_container {
    position: relative;
}

.arrow-container {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.arrow-1 {
    width: 80px;
    height: 80px;
    background: #D13010;
    opacity: .5;
    border-radius: 50%;
    position: absolute;
    z-index: 98;
}

.arrow-2 {
    width: 50px;
    height: 50px;
    background: #D13010;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 99;
    display: table;
    cursor: pointer;
}

    .arrow-2:before {
        width: 44px;
        height: 44px;
        content: "";
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px;
    }

    .arrow-2 i.fa {
        font-size: 1.8em;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff;
    }

    .arrow-2:hover i.fa {
        -webkit-animation: topbtn 0.4s ease-out 0s;
        -webkit-animation-iteration-count: infinite;
        animation: topbtn 0.4s ease-out 0s;
        animation-iteration-count: infinite;
        animation-duration: 0.7s;
    }



.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.infinite { /* -webkit-animation-iteration-count:infinite; */
    animation-iteration-count: infinite;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.arrow-1:hover {
    opacity: 1 !important;
    height: 80px;
    width: 80px;
}


.div_slider_stoerer {
    width: 256px;
    min-height: 50px;
    box-sizing: border-box;
    padding: 15px 15px 5px 15px;
    background-color: #fff;
    z-index: 99;
    position: absolute;
    right: 0;
    transform: translate(100%);
    -webkit-transform: translate(100%);
    -webkit-box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.4);
    box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.4);
}

    .div_slider_stoerer.moveInR {
        -webkit-animation: bounceIn 1 ease 0.6s;
        animation: bounceIn 1 ease 0.6s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .div_slider_stoerer.stoerer1 {
        top: 80px;
    }

    .div_slider_stoerer.stoerer2 {
        display: none;
        top: 260px;
    }

    .div_slider_stoerer h4 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 22px;
        line-height: 16px;
    }

    .div_slider_stoerer .text_button{
        margin-top: 0;
    }

.div_slider_quicklinks{
    position: absolute;
    bottom: 15px;
    z-index: 99;
    right: 15px;
    line-height: 0;
    display: none;
}

.div_slider_quicklinks a{
    display: inline-block;
}

.div_slider_quicklinks > a:first-child{
    margin-right: 15px;
}

/**/
/*.div_slider_quicklink {
    position: absolute;
    z-index: 99;
}

.div_slider_quicklink_mettnau{
    bottom: 202px;
}

.div_slider_quicklink.moveInR.div_slider_quicklink_mettnau {
    -webkit-animation: bounceIn 1 ease 0.6s;
    animation: bounceIn 1 ease 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.div_slider_quicklink_tourismus {
    bottom: 67px;
}

.div_slider_quicklink.moveInR.div_slider_quicklink_tourismus {
    -webkit-animation: bounceIn 1 ease 0.6s;
    animation: bounceIn 1 ease 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}*/

/*.div_slider_quicklinks.moveInR {
    -webkit-animation: bounceIn 1 ease 0.6s;
    animation: bounceIn 1 ease 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}*/

:root {
    --main-white-color: white;
    --main-black-color: black;
}

.static {
    position: static;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*.owl-carousel .owl-slide {
    position: relative;
    height: 749px;
    background-color: lightgray;
}*/
.owl-slide-text {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
}

    .owl-slide-text .owl-slide-title {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        color: #fff;
        text-shadow: 5px 5px 5px rgba(18,17,12,.75);
        font-size: 50px;
        line-height: 40px;
        margin: 20px 0;
    }

    .owl-slide-text .owl-slide-subtitle {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        color: #fff;
        text-shadow: 5px 5px 5px rgba(18,17,12,.75);
        font-size: 25px;
        line-height: 30px;
        width: 800px;
    }

.owl-carousel .owl-item div.owl-lazy:not([src]), .owl-carousel .owl-item div.owl-lazy[src^=""] {
    max-height: 100%;
}


/* ------------------------------------------------------------ *\
	Event Swiper Startseite
\* ------------------------------------------------------------ */

.swiper-container {
    width: 733px;
    height: 100%;
   /* min-height: 573px;*/
}

.swiper-wrapper {
    position: absolute;
}

/*.swiper-slide {
    text-align: left;
    font-size: 12px;

}*/

.swiper-pagination {
    position: absolute;
    text-align: left !important;
    transform: translate3d(0px, 0px, 0px);
    transition: all 300ms ease 0s;
    z-index: 100;
    background: rgba(255, 255, 255, 1) !important;
    margin: 0 0 5px 0;
}

.swiper-pagination {
    position: static !important;
}

.swiper-pagination-bullet {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px !important;
    line-height: 36px;
    color: #222 !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: none !important;
    opacity: 1 !important;
}

    .swiper-pagination-bullet:after {
        content: '|';
        position: relative;
        left: 8px;
        font-weight: 500;
    }

.swiper-pagination-bullet-active {
    font-weight: 700;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
        margin-left: 0 !important;
    }


.swiper-button-next, .swiper-button-prev {
    top: 40% !important;
}

.swiper-lazy-preloader {
    border-color: #D13010 !important;
    color: #D13010 !important;
}


body.b_slide .container_slide {
    width: 733px;
}

.slider_editor {
    width: 713px;
}


/*.slider_editor h4 {
        margin: 29px 0 0 0;
    }

    .slider_editor p {
        margin-top: 12px;
        margin-bottom: 22px;
    }*/

/* ------------------------------------------------------------ *\
	Quicklinks
\* ------------------------------------------------------------ */

.quicklinks_area {
    background-color: #f3f5f6;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    margin-top: 35px;
}

.con-yes .quicklinks_area {
    background-color: #000;
}

.quicklinks_area .content_wrap{
    padding: 0;
}

.quicklinks-container {
    width: 100%;
   /* min-height: 200px;*/
    padding: 0;
    box-sizing: border-box;
/*    display: flex;
    justify-content: center;*/
}

.ul_quicklinks {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;*/
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

    .ul_quicklinks li {
        /*width: 50%;*/
        text-align: center;
        list-style: none;
        flex: 1 0 0;
        margin: 0;
        padding: 25px;
    }

.a_quicklink {
    display: inline-block;
    transition: all .2s ease-in-out;
    color: #707070;
}

    .a_quicklink:hover {
        text-decoration: none;
        transform: scale(1.1);
        color: #D13010;
    }

    .a_quicklink span {
        display: block;
    }

.span_quicklink_icon {
    font-size: 2.2em;
    color: #707070;
}

.a_quicklink:hover .span_quicklink_icon {
    color: #D13010;
}

.span_quicklink_text {
    padding-top: 3px;
}


/* ------------------------------------------------------------ *\
	Im Fokus
\* ------------------------------------------------------------ */

.im-fokus-container {
    background-color: #f3f5f6;
    padding: 25px 20px;
}

    .im-fokus-container article {
        margin-bottom: 34px;
    }

        .im-fokus-container article:last-child {
            margin-bottom: 0;
        }

    .im-fokus-container h4 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .a_imfokus_title{
        text-decoration: none !important;
    }

    .im-fokus-container .a_imfokus_title:hover, .im-fokus-container .a_imfokus_title:hover h4 {
        color: #D13010;
        text-decoration: none;
    }

    .im-fokus-container p {
        margin-top: 10px;
        margin-bottom: 15px;
    }

/* ------------------------------------------------------------ *\
	Im Fokus
\* ------------------------------------------------------------ */

.teaser-box-container {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    cursor: pointer;
    background-color: #f3f5f6;

}

.teasercontent h3 a {
    color: #313a58 !important;
}


/*.teaserBox:hover .div_teaserimage {
    position: relative;
    z-index: 1;
}*/

.teasercontent_abc .add_min_editor {
    width: 100%;
}

.div_teaserimage {
    margin: 0;
    padding: 0;
    height: 173px;
    overflow: hidden;
    width: 100%;
    position: relative;
    box-shadow: 0px -4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

    .div_teaserimage a {
        display: block;
    }

    .div_teaserimage img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

.notabc .div_teaserimage img {
    object-fit: cover;
    width: 100%;
    height: 173px;
}

.notabc .div_teaserimage:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.div_teasertitel {
    position: absolute;
    bottom: 22px;
    left: 40px;
}

.abc .div_teasertitel {
    bottom: 40px;
}

.div_teasertitel h3, .editorteaserboxtitel h3, .div_teasertitel p, .editorteaserboxtitel p {
    color: #fff;
    text-shadow: 5px 5px 5px rgba(18,17,12,.75);
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.div_teasercontent {
    position: relative;
    left: 0;
    padding: 8px 15px;
    z-index: 10;
    background-color: #f3f5f6;
}

    .div_teasercontent p {
        margin: 0;
    }

    .div_teasercontent .text_button {
        margin-top: 0;
    }


.notabc .div_teaserimage div, .notabc .div_teasercontent div, .notabc .div_teasercontent .text_button {
    line-height: 0;
}

.div_teasercontent .external_link{
    line-height: 28px !important;
}

/* ------------------------------------------------------------ *\
	Header Banner auf Indexseiten
\* ------------------------------------------------------------ */

.div_headerBanner {
    height: 457px;
    background-color: #f3f5f6;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.div_banner_text {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
}

.div_banner_title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #fff;
    text-shadow: 5px 5px 5px rgba(18,17,12,.75);
    font-size: 50px;
    line-height: 40px;
    margin: 20px 0;
}

.div_banner_subtitle {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #fff;
    text-shadow: 5px 5px 5px rgba(18,17,12,.75);
    font-size: 25px;
    line-height: 30px;
}


/* ------------------------------------------------------------ *\
	Inhaltsbereich Themenseiten + Indexseiten
\* ------------------------------------------------------------ */

.div_content_left {
    width: 733px;
    margin-right: 120px;
    min-height: 1px;
}

.div_content_left a, .div_content_right a {
    text-decoration: underline;
}

    .div_content_left a:hover, .div_content_right a:hover {
        text-decoration: none;
    }

.div_content_right {
    width: 347px;
    margin: 57px 0 0 0;
}
/*
.start .div_content_right {
    margin-top: 62px;
}*/
/* ------------------------------------------------------------ *\
	News Themenseiten + Indexseiten links
\* ------------------------------------------------------------ */
.div_container_newsitems {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-top: 19px;*/
}

article.news-item {
    width: 346px;
    margin-top: 97px;
    position: relative;
}

article.news-item:first-child{
    margin-top: 0;
}

/*    article.news-item:nth-child(-n+2) {
        margin-top: 0px;
    }*/

    article.news-item figure {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        box-shadow: 0 0 1px rgba(0,0,0, .4);
        border: 4px solid #fff;
    }

.div_previewimg_dummy {
    height: 230px;
    width: 100%;
    background-color: #f3f5f6;
    text-align: center;
    box-sizing: border-box;
    padding: 43px 0 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .div_previewimg_dummy i {
        font-size: 7.5em;
        color: #222;
        opacity: .2;
    }

    .con-yes .div_previewimg_dummy i{
        color: #fff;
    }

article.news-item .a_previewimg_link {
    display: block;
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
/*    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
}

    article.news-item .a_previewimg_link:focus-visible {
        -webkit-box-shadow: inset 0px 0px 0px 2px rgb(16,16,16);
        -moz-box-shadow: inset 0px 0px 0px 2px rgb(16,16,16);
        box-shadow: inset 0px 0px 0px 2px rgb(16,16,16);
    }

article.news-item .img_previewimg, .div_previewimg_dummy_container {
    overflow: hidden;
}

/*.notabc article.news-item .a_previewimg_link:hover, .div_previewimg_dummy:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
*/
article.news-item .a_titlelink:hover, article.news-item .a_titlelink:hover h4 {
    text-decoration: none;
    color: #D13010;
}

article.news-item h4 {
    margin: 14px 0 0 0;
    padding: 0;
}

article.news-item p {
    margin: 9px 0 0 0;
    padding: 0 0 57px 0;
}

article.news-item .text_button {
    position: absolute;
    bottom: 0;
}

.news_paging{
    text-align: center;
    margin-top: 87px;
}

.a_news_paging {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    display: inline-block;
    background-color: #f3f5f6;
    /*padding: 7px 5px 3px 5px;*/
    height: 28px;
    width: 28px;
    text-align: center;
    color: #222222;
    box-sizing: border-box;
    margin-right: 5px;
    text-decoration: none;
}

    .a_news_paging.active {
        background-color: #D13010;
        color: #fff;
        cursor: default;
        font-weight: 700;
    }

    .a_news_paging:hover {
        text-decoration: none;
        /*opacity: 0.8;*/
        color: #D13010;
    }

    .a_news_paging.active:hover {
        opacity: 1;
        color: #fff;
    }

    .a_news_paging.next, .a_news_paging.prev {
        font-size: 15px;
        position: relative;
        top: -1px;
    }

.a_titlelink{
    text-decoration: none !important;
}
/* ------------------------------------------------------------ *\
	News Themenseiten + Indexseiten rechts
\* ------------------------------------------------------------ */
address {
    font-style: normal;
}

.kontakt-container {
    width: 100%;
    min-height: 200px;
    background-color: #f3f5f6;
    padding: 25px 20px;
    box-sizing: border-box;
    margin-bottom: 48px;
}

.con-yes .kontakt-container{
    background-color: #000;
}

.div_kontakt_head {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

    .div_kontakt_head .meta_abteilung, .div_kontakt_head .meta_abteilung2 {
        font-size: 24px;
        line-height: 36px;
    }

.div_kontakt_bottom {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 48px;
    margin-top: 12px;
}

.meta_vornachname{
    margin-top: 12px;
}

.kontakt-container .meta_vorname, .kontakt-container .meta_nachname {
    display: inline-block;
}

.div_kontakt_block {
    margin-top: 12px;
    font-size: 20px;
    line-height: 32px;
}

.kontakt-container .meta_mail a {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    top: 16px;
    max-width: 267px;
    white-space: nowrap;
}

.kontakt-container .meta_adress_block3 {
    line-height: 36px;
    margin: 6px 0 5px 0;
    display: flex;
}

.kontakt-container .fas {
    color: #0c3457;
    padding-right: 16px;
    font-size: 24px;
    position: relative;
    top: 3px;
}

.meta_fax object {
    padding-right: 11px;
    position: relative;
    top: 6px;
}

.meta_fax object svg path{
    fill: #0c3457;
}

.kontakt-container .meta_zusatztext {
    /*padding-left: 40px;*/
}

.kontakt-container .div_zusatztext2{
    margin-top: 6px;
    line-height: 28px;
}

.div_zeiten_icon {
    flex: 0 0 40px;
}

.div_zeiten_container {
    flex: 1;
}

    .div_zeiten_container .meta_zeiten1, .div_zeiten_container .meta_zeiten2, .div_zeiten_container .meta_zeiten3 {
        display: flex;
    }

        .div_zeiten_container .meta_zeiten1 > span:first-child, .div_zeiten_container .meta_zeiten2 > span:first-child, .div_zeiten_container .meta_zeiten3 > span:first-child {
            flex: 0 0 70px;
        }

        .div_zeiten_container .meta_zeiten1 > span:nth-child(2), .div_zeiten_container .meta_zeiten2 > span:nth-child(2), .div_zeiten_container .meta_zeiten3 > span:nth-child(2) {
            flex: 0 0 135px;
            text-align: right;
        }

            /*.div_zeiten_container .meta_zeiten1 > span:nth-child(2):before, .div_zeiten_container .meta_zeiten2 > span:nth-child(2):before, .div_zeiten_container .meta_zeiten3 > span:nth-child(2):before {
                content: "|";
                padding: 0 10px 0 0;
            }*/
/* ------------------------------------------------------------ *\
	News Detail
\* ------------------------------------------------------------ */
.div_news_template_container {
}

.div_news_detail_container p.introtext {
    margin-bottom: 23px;
}

.div_news_detail_container.imagenofloat p.introtext {
    margin-bottom: 30px;
}

.imagenofloat .div_news_detail_image {
    margin: 0 0 29px 0;
}

.imagefloat .div_news_detail_image {
    width: 231px;
    margin: 7px 40px 10px 0;
}

.div_news_detail_image_description {
    font-size: 15px;
    line-height: 22px;
    opacity: 0.9;
}

.div_news_detail_image img{
    width: 100%;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.section_footer {
    background-color: #0c3457;
    min-height: 95px;
    display: flex;
    align-items: center;
}

.con-yes .section_footer{
    background-color: #000;
}

.section_footer .content_wrap {
    display: flex;
    align-items: flex-start;
/*    justify-content: center;*/
    position: relative;
    transition: all 0.4s ease 0.4s;
}

.section_footer .div_socialmedia {
    /*width: 100%;*/
    /*        position: absolute;
        left: 3.333%;*/
    flex: 0 0 100px;
}

        .section_footer .div_socialmedia a {
            font-size: 1.8em;
            color: #fff;
            margin-right: 10px;
        }

            .section_footer .div_socialmedia a:hover {
                /*color: #D13010;*/
                text-decoration: none;
            }

        .section_footer .div_socialmedia a:last-child {
            margin-right: 0;
        }

.ul_footernav {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}

    .ul_footernav li {
        display: inline-block;
    }

        .ul_footernav li a {
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 400;
            font-size: 18px;
            color: #fff;
            margin-right: 15px;
        }

            .ul_footernav li:last-child a{
                margin-right: 0;
            }

            .ul_footernav li a:hover {
                text-decoration: underline;
                /*color: #D13010;*/
            }

.div_copyright {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    flex: 0 0 auto;
}

.div_copyright:before{
    content: '|';
    margin: 0 15px;
}

/* ------------------------------------------------------------ *\
	Barrierefreiheit
\* ------------------------------------------------------------ */

.unsichtbar {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skiplinks {
    /*    height: 1px;
    left: -9999px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;*/
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .skiplinks a.unsichtbar:focus,
    .skiplinks a.unsichtbar:active {
        left: 38%;
        width: auto;
        white-space: nowrap;
        top: 0;
        height: 30px;
        overflow: visible;
        display: block;
        color: #333;
        padding: 2px 2em 2px;
        background-color: white;
        font-weight: 700;

    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* ------------------------------------------------------------ *\
	Overlay
\* ------------------------------------------------------------ */

#overlay {
    position: absolute;
    /*display: none;*/
    visibility: hidden;
    width: 100%;
    height: calc(100%-135px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: -150;
    /*cursor: pointer;*/
    transition: .5s ease;
    opacity: 0;
}

.opensidebar #overlay, .openresmenu #overlay {
    z-index: 150;
    visibility: visible;
    opacity: 1;
}

/* ------------------------------------------------------------ *\
    Suche
\* ------------------------------------------------------------ */

.sbw_searchresults {
    width:90%;
}


.suche_tabs:focus {
    outline: none;
}

.suche_tab_res_web, .suche_tab_res_sbw {
    width: 200px;
    color: #222222;
    /*cursor: pointer;*/
    border-bottom: 4px solid #f3f5f6;
    padding-left: 7px;
    text-decoration: none !important;
}

.res_sbw, .res_web {
    padding-top: 10px;
}

.suche_tab_res_web[active], .suche_tab_res_sbw[active] {
    border-bottom: 4px solid #D13010;
}

.con-yes .suche_tab_res_web[active], .con-yes .suche_tab_res_sbw[active]{
    border-color: #333;
}

.addmin_suche_suchfeld {
    width: 100%;
    height: 50px;
}

.sbw_searchresults_keintreffer_query {
    color: #D13010;
    font-style: italic;
}

.div_suche_item{
    margin-bottom: 20px;
   /* padding: 3px;*/
}

.addmin_suche_eintrag_zaehler {
    padding-right: 5px;
}

.addmin_suche_eintrag_titel {
   /* margin-bottom: 4px;*/
}

.div_paging, .div_paging_top {
    padding: 15px 0 15px 40px;
}

.addmin_suche_sbw_paging {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.addmin_suche_sbw_paging li {
    display: inline-block;
    padding-left:8px;
    cursor:pointer;
}

.addmin_suche_sbw_paging li a[notactive] {
    cursor: default;
    color: #a0a0a0;
    text-decoration:none;
}

.addmin_suche_sbw_paging li a[active] {
    color: #222;
    font-weight: bold;
}

.addmin_suche_sbw_paging_first:before{
    content: ""!important;
    
}

.addmin_suche_sbw_paging li:before {
    content: "|";
    color: #000;
    padding-right: 8px;
}


/* ------------------------------------------------------------ *\
	DMS Image
\* ------------------------------------------------------------ */

.sys-dms-image .add_min_dms_image figcaption, .textsmall {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    margin-top: 3px;
}

    .con-yes .sys-dms-image .add_min_dms_image figcaption, .con-yes .textsmall{
        color: #fff;
    }

    .textsmall {
        margin-top: -8px !important;
        display: block;
    }

.editor .textsmall {
    margin-top: 0 !important;
    display: inline;
}
    /* ------------------------------------------------------------ *\
	A-Z Dateiliste
\* ------------------------------------------------------------ */
    .ul_az_glossar, .ul_az_glossar li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.ul_az_glossar {
    width: 100%;
    margin: 25px 0;
}

    .ul_az_glossar li {
        display: inline-block;
    }

    .ul_az_glossar li a {
        display: block;
        cursor: pointer;
       color: #fff;
        text-decoration: none;
        font-size: 28px;
        line-height: 28px;
        font-weight: 400;
        background-color: #0c3457;
        padding: 0 5px 2px 5px;
        margin-right: 2px;
    }

    .ul_az_glossar li a:hover {
        background-color: #D13010;
    }


        .div_az_dateiliste ul, .div_az_dateiliste ul li {
            margin: 0;
            padding: 0;
            list-style: none;

        }

.div_az_dateiliste > ul > li > ul > li {
    display: flex;
    line-height: 22px;
    padding-bottom: 15px;
}

.div_az_dateiliste h3 {
    border-bottom: 1px solid #dbe1e6;
    padding: 0 0 7px 6px;
    margin: 25px 0 25px 0;
}

.ul_az_dateiliste > li > ul{
    margin: 0 0 14px 14px;
   
}
/* ------------------------------------------------------------ *\
	Animationen
\* ------------------------------------------------------------ */
@keyframes hoverbtn {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }

    50% {
        transform: translate(10px, 0);
        opacity: 0.8;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes hoverarrowlink{
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-3px, 0);
    }

    50% {
        transform: translate(0px, 0);
    }

    75% {
        transform: translate(3px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes rotateandback {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes topbtn {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -8px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes bounceIn {
    0% {
        transform: translate(100%);
    }

    50% {
        transform: translate(-25px);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes animateright {
    from {
        right: -100%;
        opacity: 0;
        display: block

    }

    to {
        right: 0;
        opacity: 1
    }
}

@keyframes animateleft {
    from {
        right: 0;
        opacity: 1;
    }

    to {
        right: -100%;
        opacity: 0;
        display: none;
    }
}



/* ------------------------------------------------------------ *\
#################################################################
	Responsive
#################################################################
\* ------------------------------------------------------------ */

@media screen and (max-width: 1280px) {
    .div_wrapper {
        width: 100%;
        padding: 40px 20px 0;
    }

    .owl-slide-text, .div_banner_text {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 3.333%;
    }

    .div_header_meta {
        right: 3.333%;
    }

    .main-menu {
        right: 3.333%;
    }

    .content_wrap, .breadcrumb, .container_breadcrumbnav {
        width: 100%;
        padding: 18px 3.333%;
    }

    .div_wrapper {
        width: 100%;
        padding: 40px 3.333% 0;
    }

    .slider_editor {
        width: 97.23%;
    }

    .swiper-container, body.b_slide .container_slide {
        width: 100%;
    }

    .div_headerBanner{
        height: 480px;
    }

    .div_content_left {
        width: 63.08%;
        margin-right: 6%;
    }

    .div_content_right {
        width: 30.92%;
    }

    article.news-item{
        width: 48%;
    }
}

@media screen and (min-width: 1200px ) and (max-width: 1400px) {

    .notresmenu .sf-menu li.level2, .notresmenu .sf-menu li.level3{
        width: 255px;
    }

    .notresmenu .sf-menu li.level1 > ul {
        width: 100vw !important;
        padding-left: 8%;
        right: 0;
    }

    .notresmenu .sf-menu ul {
        left: auto !important;
        padding-left: 38px;
        right: -20px;
        box-sizing: border-box;
    }

    .notresmenu .sf-menu .ul_level3 {
        margin-left: 40px;
    }

    .notresmenu li.level4 {
        display: block;
        width: 205px;
    }

    .notresmenu .sf-menu .ul_level3 {
        left: calc(255px + 3.5%) !important;
    }

    .main-menu-stage-inner{
        width: 100%;
    }

    .main-menu-stage-right {
        width: 320px;
    }
}

@media screen and (max-width: 1200px) {
    #overlay {
        top: 168px;
    }

    .main-menu-stage {
        display: none;
    }

    .div_header {
        height: 168px;
        box-sizing: content-box;
    }

    .section_main {
        margin-top: 168px;
    }

    .div_wrapper {
        padding-top: 20px;
    }

    .div_header_meta {
        top: 20px;
    }

    .div_resbtn {
        display: block;
    }

    .owl-slide-text{
        bottom: 95px;
    }

    .owl-slide-text .owl-slide-title {
        font-size: 40px;
        line-height: 30px;
    }

        .owl-slide-text .owl-slide-subtitle {
            max-width: 600px;
            font-size: 22px;
            line-height: 27px;
        }

    /* ------------------------------------------------------------ *\
	Responsive Hauptmenü
\* ------------------------------------------------------------ */

    .main-menu {
        top: 108px;
        width: 100%;
        left: 0;
        right: auto !important;
        background-color: #D13010;
        z-index: 200;
        height: 60px;
    }

        .main-menu > .nav-menu {
            display: none;
            position: absolute;
            left: 0;
            top: 60px;
            margin-left: 0;
            width: 100%;
            border-top: 1px solid #fff;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
            max-height: calc(100vh - 135px);
            overflow-y: auto;
        }

    .openresmenu .main-menu > .nav-menu {
        display: block;
    }

    .nav-menu > ul.menu li {
        position: relative;
        border-bottom: solid 1px rgba(255,255,255,.2);
    }

        .nav-menu > ul.menu li.xpopdrop {
            border-bottom: none;
        }

    .nav-menu > ul.menu > li.level1 {
        background-color: #D13010;
    }

    .nav-menu li.level2.xpopdrop ul li:first-child {
        border-top: solid 1px rgba(0,0,0,.2);
    }

    .nav-menu > ul.menu > li.level1 > a:not(.mobnav-subarrow) {
        color: #fff;
        padding: .7em 60px 0.7em 20px;
        text-decoration: none;
        zoom: 1;
        display: block;
        position: relative;
        width: calc(87% - 20px);
        padding-right: 13% !important;
        line-height: 22px;
    }

    .nav-menu > ul.menu > li.level1 ul {
        position: static;
        display: none;
    }

    .nav-menu .mobnav-subarrow {
        position: absolute;
        top: 0;
        right: 0px;
        cursor: pointer;
        transition: all .1s ease-in-out;
        -webkit-touch-callout: none;
    }

        .nav-menu .mobnav-subarrow .div_plusicon {
            position: relative;
            width: 20px;
            height: 20px;
            margin: 14px 20px;
            display: block;
        }

            .nav-menu .mobnav-subarrow .div_plusicon:before, .nav-menu .mobnav-subarrow .div_plusicon:after {
                content: "";
                position: absolute;
                background-color: white;
                transition: all 0.2s ease-in-out;
            }

            .nav-menu .mobnav-subarrow .div_plusicon:before {
                top: 0;
                left: 50%;
                width: 4px;
                height: 100%;
                margin-left: -2px;
            }

            .nav-menu .mobnav-subarrow .div_plusicon:after {
                top: 50%;
                left: 0;
                width: 100%;
                height: 4px;
                margin-top: -2px;
            }


    .xpopdrop > .mobnav-subarrow > .div_plusicon:before {
        transform: rotate(90deg);
    }

    .xpopdrop > .mobnav-subarrow > .div_plusicon:after {
        transform: rotate(180);
    }

    .nav-menu li.level1.xpopdrop > ul {
        display: block !important;
        visibility: visible !important;
    }

    .nav-menu li.level2.xpopdrop > ul {
        display: block !important;
        visibility: visible !important;
    }

    .nav-menu li.level3.xpopdrop > ul {
        display: block !important;
        visibility: visible !important;
    }

    .nav-menu li.level4.xpopdrop > ul {
        display: block !important;
        visibility: visible !important;
    }

    .nav-menu li.level1 > ul {
        background-color: #fff;
    }

        .nav-menu li.level1 > ul li {
            border-color: rgba(0,0,0,0.2);
            width: 100%;
            /*margin-left: 5%;*/
        }

            .nav-menu li.level1 > ul li > a:not(.mobnav-subarrow) {
                /*color: #fff;*/
                padding: .7em 60px .7em 20px;
                text-decoration: none;
                zoom: 1;
                display: block;
                position: relative;
                line-height: 22px;
                /*width: calc(87% - 20px);*/
                /*padding-right: 13% !important;*/
            }

        .nav-menu li.level1 > ul .mobnav-subarrow .div_plusicon:before, .nav-menu li.level1 > ul .mobnav-subarrow .div_plusicon:after {
            background-color: #D13010;
        }

        .nav-menu li.level1 > ul .mobnav-subarrow .div_plusicon {
            margin: 11px 20px 10px 20px;
        }

    .nav-menu li.level3 {
        padding: 0 5%;
        box-sizing: border-box;
    }

        .nav-menu li.level3 > .mobnav-subarrow {
            right: 5%;
        }

    .nav-menu .ul_level4 {
        margin-left: -5%;
        width: 110%;
    }

    .nav-menu li.level4 {
        padding: 0 10%;
        width: 80% !important;
    }



    /* ------------------------------------------------------------ *\
	Event Slider
\* ------------------------------------------------------------ */


    .swiper-pagination-bullet:after {
        left: 5px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin-right: 5px !important;
        margin-left: 5px !important;
        letter-spacing: -0.02em;
    }
}

@media only screen and (max-width: 1024px) {

/*    body{
        overflow: hidden;
    }*/

    .start .div_content_top .quicklinks-container {
        margin-left: -3.333%;
        width: 106.666%;
    }

    .start .div_content_top .quicklinks-container .ul_quicklinks li {
        width: 24%;
    }

    .div_headerBanner {
        height: 280px;
    }

    .div_banner_text{
        bottom: 72px;
    }

    .div_content_left {
        width: 100%;
        margin-right: 0;
    }

    .div_content_right {
        position: absolute;
        width: calc(100% - 61px);
        box-sizing: border-box;
        background-color: #f3f5f6;
        right: -100%;
        top: 0;
        margin: 0;
        /*height: 100%;*/
        z-index: 200;
        /*overflow: auto;*/
        padding: 18px 3.333%;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    }

    .div_sidebarbtn{
        display: block;
    }

    .opensidebar .div_content_right {
        right: 0;
        animation: animateright 0.4s;
    }

    .closedsidebar .div_content_right {
        animation: animateleft 0.4s;
     
    }

    .ul_breadcrumbnav {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media screen and (max-width: 960px) {
    .div_slider_stoerer {
        display: none;
    }

    .div_slider_quicklinks{
        display: none !important;
    }

    .arrow-container{
        display: none;
    }

    .owl-slide-text {
        top: 40px;
        bottom: auto;
    }

        .owl-slide-text .owl-slide-subtitle {
            max-width: none;
            width: 100%;
        }

    .section_footer .content_wrap{
        justify-content: flex-end;
    }

    .ul_footernav li a{
        margin-right: 11px;
    }

    .div_copyright:before{
        margin: 0 11px;
    }

    /* Footer */
    .section_footer .content_wrap {
        display: block;
        padding: 20px;
        height: auto;
    }

    .section_footer .div_socialmedia {
        position: relative;
        left: 0;
    }

    .div_footernav_container {
        margin-top: 16px;
    }

    .ul_footernav li {
        display: block;
    }

        .ul_footernav li a {
            display: block;
            padding: .8em 0;
        }

    .div_copyright {
        padding: 2.5em 0 1.5em 0;
    }

        .div_copyright:before {
            display: none;
        }
}


@media screen and (max-width: 768px) {

    .suche_tab_res_web, .suche_tab_res_sbw {
        width: 150px;
    }

    #overlay {
        top: 135px;
    }

    .div_wrapper {
        padding-top: 10px;
    }

    .div_logo img {
        width: 100px;
    }

    .div_header {
        height: 135px;
    }

    .section_main{
        margin-top: 135px;
    }

    .main-menu {
        top: 75px;
    }

    .div_header_meta {
        top: 19px;
    }

    .div_logo{
        position: relative;
        top: 8px;
    }

    .owl-slide-text {
        top: 20px;
    }

        .owl-slide-text .owl-slide-subtitle {
            font-size: 18px;
            line-height: 21px;
        }

        .owl-slide-text .owl-slide-title {
            font-size: 30px;
            line-height: 25px;
        }

    .news_area {
        padding-bottom: 0;
    }

    .owl-dots {
        display: none;
    }

    

    .start .div_breadcrumb{
        padding-top: 0 !important;
    }

    .div_breadcrumb {
        position: relative;
    }

        .div_breadcrumb:after {
            position: absolute;
            width: 15%;
            height: 100%;
            right: 0;
            top: 0;
            content: '';
            background-image: linear-gradient(to left, #ffffff, #ffffff 30%, rgba(255, 255, 255, 0))
        }

    .con-yes .div_breadcrumb:after{
        background-image: none;
    }

    .div_breadcrumb > ul {
        position: relative;
        /*padding: 1em;*/
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
    }

        .div_breadcrumb > ul > li{
        }

    .div_metanav {
        display: none;
    }

    .nav-menu .res_metanav {
        display: block;
    }

    .ul_breadcrumbnav {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .search-container .search-form {
        height: 45px;
        right: 45px;
    }

    .search-container .search-icon i {
        width: 45px;
        height: 45px;
        padding: 9px;
        font-size: 1.5em;
    }

    .a_fixed_toolbar {
        width: 45px;
        height: 45px;
        padding: 9px;
        display: none;
    }
        .a_fixed_toolbar i {
            font-size: 1.5em;
        }

    .a_fixed_easy_read {
        padding: 12px 2px;
        top: 339px;
    }

    .a_fixed_easy_read img{
        width: 30px;
    }

    .div_search_container .ipt_searchfield:focus {
        right: 45px;
    }

    .a_fixed_kontakt {
        top: 229px;
        display: none;
    }

    .a_fixed_contrast {
        top: 284px;
        display: none;
    }

    .a_fixed_accessibility_question {
        top: 394px;
        display: none;
    }

    .a_top_btn {
        width: 45px;
        height: 45px;
        padding: 7px 12px 7px 12px;
    }

        .a_top_btn i{
            font-size: 1.5em;
        }
}


@media screen and (max-width: 640px) {
    .div_teaserimage{
        height: auto;
    }

        .div_teaserimage img {
            height: auto;
        }

    .div_headerBanner{
        display: none;
    }

    article.news-item{
        width: 100%;
    }

    h1 {
        margin: 30px 0 29px 0;
    }


    /* ------------------------------------------------------------ *\
	News Startseite
\* ------------------------------------------------------------ */
    .ul_startnews li {
        display: block;
    }

        .ul_startnews li .img_previewimg {
            margin: 0 0 9px 0;
            width: 100%;
            max-height: none;
            -o-object-fit: contain;
            object-fit: none;
            align-self: auto;
        }

            .ul_startnews li .img_previewimg img {
                width: 100%;
            }

    .div_newstext {
        flex: none
    }

      /*  .div_newstext h3, .div_newstext h4 {
            font-size: 24px;
            line-height: 28px;
            margin-top: -4px;
            margin-bottom: 9px;
        }

        .div_newstext p {
            padding: 0;
            margin: 0;
        }

        .div_newstext .a_newstitle:hover, .div_newstext .a_newstitle:hover h4 {
            text-decoration: none;
            color: #D13010;
        }*/
}

@media screen and (min-width: 640px){
    article.news-item:nth-child(-n+2) {
        margin-top: 0;
    }
}

@media screen and (max-width: 640px) {

    .owl-slide-subtitle{
        display: none;
    }

    .ul_breadcrumbnav {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media screen and (max-width: 400px) {
    .owl-slide-text {
        display: none;
    }
}

/* ------------------------------------------------------------ *\
	Accordion Komponente
\* ------------------------------------------------------------ */

.accordion > h3 {

  /*  margin: 30px 0 15px;*/

}

    .accordion > h3 > .accordion-button {
        all: inherit;
        display: block;
        width: calc(100% - 30px);
        background: none;
        border: none;
        padding: 0;
        text-align: left;
        cursor: pointer;
        border-top: 1px solid #dbe1e6;
        border-bottom: 1px solid #dbe1e6;
        padding: 14px 30px 14px 0;
        font-size: 24px;
        line-height: 28px;
        cursor: pointer;
        position: relative;
    }

        .accordion > h3 > .accordion-button:focus-visible {
            outline: 2px solid rgb(16,16,16); /* Adjust focus style as needed */
        }

        .con-yes .accordion > h3 > .accordion-button:focus-visible {
            outline-color: #fff;
            outline-offset: 5px;
        }

.accordion > div {
    display: none;
    padding: 0px 0 30px 0;
}

.abc .accordion > div {
    display: block;
}

/*.accordion .ui-accordion-content {
    padding: 0px 0 30px 0;
}*/

.abc .accordion h3 .tableparagraphEdit tr td:nth-child(3) > div > div:nth-child(2), .abc .accordion .tableparagraphEdit tr td:nth-child(3) > div > div:nth-child(2) {
    display: none;
    /* background-color: rgba(99,147,151,.4);*/
}

.abc .accordion [id^='abid']{
    width: 101%;
}


    .abc .accordion h3 .tableparagraphEdit tr:first-child td:nth-child(3) > div > div:first-child, .abc .accordion h3 .tableparagraphEdit tr:first-child td:nth-child(3) > div > div:first-child > input {
        width: 96% !important;
    }

    .abc .accordion > h3 {
        border-top: 2px dashed #dbe1e6;
        border-left: 2px dashed #dbe1e6;
        border-right: 2px dashed #dbe1e6;
        margin-bottom: 0;
        padding-right: 0;
        background-color: #f3f5f6;
    }

    .abc .accordion > h3:after{
        border: none;
    }

    .abc .accordion > div {
        /*   border-bottom: 50px solid #fff;*/
    }

        .abc .accordion > div:nth-child(2n) {
            border-bottom: 2px dashed #dbe1e6;
            border-left: 2px dashed #dbe1e6;
            border-right: 2px dashed #dbe1e6;
            margin-bottom: 50px;
            background-color: #f3f5f6;
        }
/*.active, .accordion h3:hover {
        background-color: rgba(99,147,151,0.8);
    }*/
/*    .ui-accordion-header-active{
        margin-bottom: 0 !important;
    }*/
.ui-accordion-content {
    padding: 0px 0 0px 0;
}

.accordion > h3 > .accordion-button:after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 3px solid #D13010;
    border-right: 3px solid #D13010;
    border-width: 3px;
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 14px;
    /*    color: #104242;
    font-weight: bold;
    font-size: 24px;
    margin-right: 8px;
    position: relative;
    top: 2px;*/
}

.con-yes .accordion > h3 > .accordion-button:after {
    border-color: #fff;
}

h3.active .accordion-button:after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    top: 24px;
}


/* ######################### Druck Template ############################### */

@media print {
    .fixed-header {
        position: relative !important;
        box-shadow: none;
    }

    #accessibility-tool, .main-menu, .div_headerBanner, .div_header_meta, .div_slider_container, .a_top_btn {
        display: none !important;
    }

    .section_main{
        margin-top: 35px;
    }
}


/* ######################### Accessible hiding ############################### */

.visually-hidden {
    position: absolute;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


/**** SUCHE GPT ****/

.search-container {
    position: fixed;
    top: 174px;
    right: 0;
    z-index: 9999;
}

.openresmenu .search-container{
    z-index: -1;
}

.search-icon{
    display:block;
}

.search-icon i{
    display: inline-block;
    background: #D13010;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    text-align: center;
    /*line-height: 32px;*/
    vertical-align: middle;
    color: #ffffff;
    font-size: 1.8em;
    cursor: pointer;
    box-sizing: border-box;
    padding: 12px 12px 12px 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .search-icon.open i{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .search-icon.open i:before {
        content: '\f00d';
    }

.con-yes .search-container .search-icon i {
    border: 1px solid #fff;
}

.search-form {
    position: absolute;
    top: 0;
    right: 56px;
    transform: translateY(0) scaleX(0);
    transform-origin: right center;
    background-color: #fff;
/*    box-shadow: 0px 0px 5px #888;*/
    transition: all 0.3s ease-in-out;
    display: flex;
    border: 1px solid #D13010;
    border-radius: 2px;
    box-sizing: border-box;
    /*    padding: 0 10px;*/
    height: 56px;
}

.search-form > input, .search-form > button{
    display: none;
}

    .search-form.active > input, .search-form.active > button {
        display: block;
    }

.con-yes .search-form{
    border-color: #fff;
}

.search-form.active {
    transform: translateY(0) scaleX(1);
}

.search-input {
    width: 200px;
    padding: 10px;
    border: none;
    /*border-radius: 5px 0 0 5px;*/
    font-size: 16px;
    outline: none !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    box-sizing: border-box;
    color: #222;
}

.search-button {
    padding: 10px;
    border: none;
    background-color: #fff;
    /*    border-radius: 0 5px 5px 0;*/
    cursor: pointer;
/*    outline: none;
    outline: 0;*/
}

/*    .search-button:hover {
        background-color: #ddd;
    }*/

    .search-button .fa-search {
        color: #707070;
        font-size: 1.8em;
    }

    .fa-search {
        color: #fff;
    }


/*Kalender */
#external-events {
    float: left;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    #external-events h4 {
        font-size: 16px;
        margin-top: 0;
        padding-top: 1em;
    }

    #external-events .fc-event {
        margin: 10px 0;
        padding: 3px;
        cursor: pointer;
    }

    #external-events p {
        margin: 1.5em 0;
        font-size: 11px;
        color: #666;
    }

        #external-events p input {
            margin: 0;
            vertical-align: middle;
        }


.calendardate {
    font-weight: normal;
    font-size: 11px;
    color: #666;
}

.calendaricon {
    margin: 5px -1px 5px 10px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}

.trashIcon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAAsSAAALEgHS3X78AAAAy0lEQVR4nL1RMQ6EIBDcxH0ErY2PMiE2FHS+wMQvWFtp4Tf8h4mhMvEXHmQRV0/IVTcNDLvD7AAex9G2LQKAWyyzO8fcMo7juq6eSCnhhOvruq6ua0eskOSX1F8HDEhOcEeWZQhvaJoGw0Uclwn3pZqfn7gQQmvtzfu+37aNyL7vJFJKYTjlmOcZgxuHfQT8HukZ/YFk4RHCFyjHMAzGmJiaUFVVnucYSLr7sp6maVmWH7uLosCyLOFM/jo3/whIpI6O9EcB/9nY3uIDIvZz/ypdFkAAAAAASUVORK5CYII=') /*../CustomizedControls/calendar/img/trash.png*/;
}


.saveIcon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAFoTx1HAAAACXBIWXMAAAsSAAALEgHS3X78AAAAuklEQVR4nJVSSw4CIQxlAolHYklYchq9AAHlAnoalqw5km7G6cQ25RNH36pp33vtI6gQwio2KPGBgk6Mcdk7W7FShxqig0IXckK68t6fQLM7SilfNEENNIDBa9qAA17vQ/BNKT3ZcKFj+/ustcEYc2tOw6saW26HdSnlSo/RWzeJOQEPHB5rUPb7aMijcEL3KJSmiTnDbAsAElLK2ZYjkNA5d9FaP76Ra63nnPO9ER6JkDMI/8X0a/2CN+DXdq8b7Ii+AAAAAElFTkSuQmCC') /*../CustomizedControls/calendar/img/save.png*/;
    background-position-y: 2px
}

.hide {
    display: none;
}

.kalenderaddcolumn505 li > a.textstandard {
    margin-bottom: 10px;
    display: inline-block;
}

/*** Änderungen Suche Oktober 2023 - Highlight Searchterm *****/

.search-term-hilite {
    background-color: rgba(239, 71, 39,.2);
}
.con-yes .search-term-hilite {
    background-color: #D53110;
}


.con-yes h1,
.con-yes h2,
.con-yes h3,
.con-yes h4,
.con-yes h5,
.con-yes h6,
.con-yes div,
.con-yes p,
.con-yes a,
.con-yes span,
.con-yes strong,
.con-yes em,
.con-yes ul,
.con-yes ol,
.con-yes li,
.con-yes .topHeader,
.con-yes .topHeaderNav,
.con-yes .pageTitle,
.con-yes .footer,
.con-yes .div_searchfield,
.con-yes .input_searchfield,
.con-yes legend,
.con-yes .input,
.con-yes .textarea,
.con-yes .select,
.con-yes .div_err,
.con-yes .input_error,
.con-yes .textarea_error,
.con-yes label,
.con-yes submit,
.con-yes .formbtn,
.con-yes .button,
.con-yes .div_chip,
.con-yes .lbl_canton,
.con-yes .div_tooltipContainer,
.con-yes .search-icon i {
    color: #fff !important;
    background-color: rgb(0,0,0) !important;
}

.table-container {
    overflow-x: auto; /* Ermöglicht horizontales Scrollen */
    overflow-y: hidden; /* Deaktiviert vertikales Scrollen, falls nicht nötig */
    -webkit-overflow-scrolling: touch; /* Sorgt für sanftes Scrollen auf mobilen Geräten */
}

    .table-container table {
        width: 100%;
        min-width: 600px;
        border-collapse: collapse;
    }

table.tabledefault {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #222;
}

    table.tabledefault th, table.tabledefault td {
        padding: 8px 10px;
        text-align: left;
        border: 1px solid #dbe1e6;
    }

    table.tabledefault th, table.tabledefault thead {
        background-color: #0c3457; /* Dunkelblau */
        color: white;
        font-weight: bold;
    }

    table.tabledefault tr:nth-child(even) {
        background-color: #f3f5f6; /* Hellgrau */
    }

/*    table.tabledefault tr:hover {
        background-color: #e6eaee; 
    }

    table.tabledefault thead tr:hover {
        background-color: transparent; 
    }*/

    table.tabledefault caption {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: left;
    }