﻿@import url(cssParagraphs/Responsive_para_res.css);
@import url(cssParagraphs/Responsive_para_footer.css);
@import url(cssParagraphs/Responsive_para_index.css);

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

html {
    width: 100%;
    -webkit-text-size-adjust:100%;
    -webkit-font-smoothing: antialiased;
}

body
{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif; 
    font-size: 100%;
    font-weight: 400;
    color: #333;
}

a, .editor a
{
    color:#003869;
    text-decoration: none;
}

a:hover, 
.editor a:hover
{
    text-decoration: underline;
}

.div_index_right a:focus,
.div_index_right a:active {
    outline: 0;
    -webkit-box-shadow: rgba(0,0,0,0.8) 0 0 6px;
    -moz-box-shadow: rgba(0,0,0,0.8) 0 0 6px;
    box-shadow: rgba(0,0,0,0.8) 0 0 6px;
}

/* ##################################################################################################################################### */
/* ##################################################################################################################################### */
/* ###################################################           Barrierefrei            ################################################# */
/* ##################################################################################################################################### */
/* ##################################################################################################################################### */
.skiplinks {
    height: 1px;
    left: -9999px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.skip {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}

acronym {
	border-bottom: 1px dashed #C2C2C2;
	cursor: help;
}
abbr {
	border-bottom: 1px dashed #C2C2C2;
	cursor: help;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #4c4c4c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/*##################### Sidebar Accessibility #################*/

.con-yes a:focus,
.con-yes a:active {
    outline: 0;
    -webkit-box-shadow: rgba(255,255,255,0.8) 0 0 6px;
    -moz-box-shadow: rgba(255,255,255,0.8) 0 0 6px;
    box-shadow: rgba(255,255,255,0.8) 0 0 6px;
}

.cont_accessibility {
    position: fixed;
    top: 180px;
    right: 0;
    background-color: #ffcc00;
    border-right: 0;
    z-index: 20;
    padding: 0 0 20px 0;
    border: solid 1px #fff;
    border-right: none;
}



    .cont_accessibility a,
    .cont_accessibility a:hover,
    .cont_accessibility a:active,
    .cont_accessibility a:visited {
        display: block;
    }

.increase-text, .decrease-text, .reset-text {
    font-size: 19px;
    font-weight: 500;
    margin: 15px 0;
    padding: 0 8px;
}

.contrast-text {
    font-size: 23px;
    margin: -5px 0 5px 0;
    padding: 0 9px;
}

.fa-question:before {
    font-size: 28px;
    padding: 0 10px;
    margin: 15px 0;
}


/* Icon für Accessibility*/
.icon_accessibility {
    float: left;
    display: none;
}

.fa-universal-access::before {
    content: "\f29a";
    color: #003869;
    font-size: 30px;
    font-weight: 500;
}



.con-yes .fa-universal-access:before {
    color: #fff;
}
.item-name {
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
}

fieldset {
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

input[type="text"]:focus,
textarea:focus,
select:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
.textstandard.addmin_textarea:focus{
    outline: 2px solid #cf3649;
}


.con-yes .fa-angle-double-up:before,
.con-yes .fa-universal-access:before {
    color: #ffcc00;
}

.con-yes .rubrik_btn {
    border: solid 1px #ffcc00;
}
/* ###################################################       Ende Barrierefrei            ################################################# */
.content {
    height: auto;
    margin-left: 0;
    clear: both;
    width: 100%;
    min-width: 0;
    font-size: 100%;
}


.div_index_right ul, .editor ul,.div_index_right ol, .editor ol, .div_start_content ul, .div_start_content ol, .editor_footer ul, .footer_content ul, .div_header_absatz ul, .editor_startbox ul,.div_header_absatz ol, .editor_startbox ol
{
    line-height:1.5;
    padding-left: 21px;
}

.div_start_content h2 {
    padding:0 0 5px 0;
    border-bottom: solid 3px #bfc7dd;
}

.div_index_right ul li, .editor ul li, .div_start_content ul li, .editor_footer li, .footer_content ul li, .div_header_absatz ul li, .editor_startbox  ul li
{
    list-style-type: none;
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAAHTtTf3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZBNTBFNTg0Njg5NDExRTNBQjAzQ0Q3QjFDRTQxOTRBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZBNTBFNTg1Njg5NDExRTNBQjAzQ0Q3QjFDRTQxOTRBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkE1MEU1ODI2ODk0MTFFM0FCMDNDRDdCMUNFNDE5NEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkE1MEU1ODM2ODk0MTFFM0FCMDNDRDdCMUNFNDE5NEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6CV5wQAAAAUklEQVR42mL8//8/AwgwMUABQAAxYogABBBcBAYAAghFgAlZBoUDEEAY+lAkgRhDFqiBkaBOgADCKcmESwcTyY4g3Q6AAGMC6SAV4zQNHxjkmgB6UUbedRAIYQAAAABJRU5ErkJggg==') /*img/list_style_img.png*/;
    padding:5px 0;
}

.div_index_right ul li, .editor ul li,
.div_index_right ol li, .editor ol li {
    font-size:  1em;
    padding:5px 0;
}

.div_index_right .gallery_thumbnail ul li {
    list-style: none !important;
    list-style-image: none !important;
}

img
{
    border: none;
}

h1
{
    font-family: 'Roboto', sans-serif;
    font-size:  2em;
    line-height:1.2;
    color: #003869;
    font-weight:400;
    padding: 0;
    margin: 0 0 16px 0;
}

h2
{
    font-family: 'Roboto', sans-serif;
    font-size:  1.5em;
    line-height:1.3;
    color: #333;
    font-weight: 400;
    padding: 0;    
    margin: 0 0 16px 0;
}

h3
{
   font-family: 'Roboto', sans-serif;
    font-size:  1.3em;
    line-height:1.3;
    color: #333;
    font-weight: 500;
    padding: 0;
    margin: 0 0 10px 0;
}


h4,
.headline4
{
    font-family: 'Roboto', sans-serif;
    font-size:  1em;
    line-height:1.4;
    color: #333;
    font-weight: 700;
    padding: 0;
    margin: 0 0 10px 0;
}

 h5
{
    font-family: 'Roboto', sans-serif;
    font-size:  1em;
    line-height:1.4;
    color: #333;
    font-weight: 500;
    padding: 0;
    margin: 0 0 10px 0;
}

p,
.textstandard
{
    font-size: 16px;       
    font-size:  1em;
    line-height:1.5;
    color: #333;
    margin: 0;
    padding: 0;
}

.Indexaddcolumn202 p + p {
    margin: 0 0 10px 0;
    line-height: .8;
}

h6,
.small,
.editor .small {
    font-size:12px;
    font-size: .8em;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

p + h4 {
    margin: 32px 0 16px 0;
}

table p
{
    padding: 0;
    margin: 0;
}

h1 + h2
{
    margin-top: 30px;
}

h1 + h3
{
    margin-top: 30px;
}

h2 + h3
{
    margin-top: 19px;
}

h1 + p, h1 + ul, h1 + table
{
    margin-top: 30px !important;
}

h2 + p, h2 + ul, h2 + table
{
    margin-top: 19px !important;
}

h3 + p, h3 + ul {
    margin-top: 10px !important;
}

h3 + table
{
    margin-top: 19px !important;
}

h1 a, h2 a, h3 a
{
    text-decoration: none;
    color: #000;
}

table + p
{
    margin-top: 14px;
}

p + p
{
    margin-top: 14px;
}



p + h2, p + h3 {
    margin-top: 30px !important;
}



/************* ++++++++++++ Layout Master +++++++++++++*************/
.main {
    /*position: relative;
    top: 150px;*/
}

.wrapper
{  
   width: 1280px;
   margin:150px auto 0 auto;
   min-height: 500px;
   min-width: 320px;
   
}

.div_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #003869;
    z-index: 500;
    background-color: #ffcc00;
    height: 150px;
}

.header_inner {
    position: relative;
    width: 1200px;
    margin: 12px auto 0 auto;
}

.div_logo {
    position: relative;
    right: 0;
    float: right;
    text-align: right;
    z-index: 0;
    width: 200px;
    transition: all 0.4s;
}

    .div_logo img {
        width: 100%;
        transition: all 0.4s;
    }

.div_service {
    position: relative; 
    top: 7px;
    float: left;
    text-align:right;
}

/* +++++++++++++++++++ Suche +++++++++++++++++++++++++++++++++++++ */

.res_iconSearch {
    display: none;
    float: left;
    margin: 0 20px 0 0;
}

.div_searchfield {
    position: relative;
    float: left;
    border-radius: 0;
    width: 300px;
    height: 40px;
    border: solid 1px #ffcc00;
    background: rgba(255,255,255,.3);
    margin: 0 18px 0 0
}


.div_search_input
{
    padding: 0;
    margin:0;
    border: none;
    height: 40px;
    position: relative;
}

.input_searchfield
{
    font-size: 16px;
    height: 24px;
    line-height: 28px;
    margin: 6px 45px 0 5px;
    padding: 0;
    width: 145px;
    border:none;
    background: transparent;
}

.div_searchbutton {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #003869;
}
.searchbutton {
   border-bottom-right-radius: 0;
   border-top-right-radius: 0;
   -webkit-appearance:none;
}


/* +++++++++++++++++++ Metanavigation  +++++++++++++++++++++++++++++++++++++ */

.ul_language
{
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
    background-image: none;
}

.ul_language li
{
    list-style-type: none;
    margin: 0 10px 0 0;
    display: inline;
    list-style: none;
}

.ul_language li a
{
    font-size: 16px;
    line-height: 1.5;
    padding: 0 10px 0 0;
    text-decoration: none;
    color:#003869;
    border-right: solid 1px #fff;
}

.ul_language li a.active {
    color:#fff;
}

/* Breadcrumb*/
.div_breadcrumb {
    margin: 0 0 80px 0;
    padding: 0;
}



    /* Home Link */
    .div_breadcrumb .a_homelink {
        float: left;
        font-size: 16px;
        color: #003869;
        font-weight: 400;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }

        .div_breadcrumb .a_homelink:before {
            content: "\f015";
            font-family: FontAwesome;
            margin: 0 10px 0 0;
        }


    .div_breadcrumb ul {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .div_breadcrumb ul li {
            list-style: none;
            padding: 0;
            margin: 0 10px;
            display: inline;
            float: left;
        }

    .div_breadcrumb li a:before {
        content: "\f054";
        font-family: FontAwesome;
        color: #003869;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        margin: 0 5px 0 0;
        position: relative;
        top: -2px;
    }

    .div_breadcrumb li a:hover:before {
        content: "\f054";
        font-family: FontAwesome;
        text-decoration: none;
    }


    .div_breadcrumb li a {
        color: #003869;
    }
    
        .div_breadcrumb li a:hover,
        .div_breadcrumb li a.active {
            font-size: 16px;
            font-weight: 400;
            color: #333;
            text-decoration: none;
        }

.con-yes .div_breadcrumb li a:before {
    color: #fff;
}

/*+++++++++++++++++++++++++++++ Main Navi #############################*/

.nav_container_flyout {
    position: absolute;
    left: 0;
    bottom: -19px;
}


.a_resnav_btn {
    text-decoration: none !important;
}

.nav_res-sf-menu{
    display: none;
}

/* +++++++++++++++++++ Startseite  +++++++++++++++++++++++++++++++++++++ */


.div_start_header, 
.div_index_header 
{
    position: relative;
    overflow: hidden;
}

/*####################################################  Swiper NEU ############# */

.div_start_header {
    top: 30px;
    margin: 0 40px
}

.container_slide {
    width: 387px;
    /*height: 300px;*/
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-pagination {
    position: relative !important;
    margin-top: 20px !important;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: none !important;
    border: solid 3px #fff !important;
    opacity: 1 !important;
    margin: 0 8px;
}

.swiper-pagination-bullet-active {
    background: #fff !important
}

.slider_editor {
    position: relative;
        top: 0;
        left: 0;height: 100px;
    padding: 10px 1%;
    background: rgba(255,255,255,.8);
    z-index: 500;
    text-align: center;
}

    .slider_editor h4,
    .slider_editor h4 a,
    .slider_editor h4 a:hover {
        font-family: 'Roboto', Arial, sans-serif;
        color: #003869;
        line-height: 1.3;
        text-align: center;
    }

    .slider_editor p {
        font-family: 'Roboto', Arial, sans-serif;
        font-size: .9em;
        line-height: 1.3 !important;
        margin: 0 !important;
        text-align: center;
    }




/**********************************/
.div_start_content
{
    width: 1200px; 
    padding: 40px 40px 0;
}

.div_startveranstaltungen {
    width:375px;
}


.div_teaser_img {
}

.div_header_bild
{
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 0;
    min-width: 1280px;
}

.div_header_bild_abc  .addcolumn1280
{
    width: 100% !important;
}

.div_header_absatz
{
    position: relative;
    top: 0;
    width: 1200px;
    padding: 0 40px;
}

.push {
    width: 100%;
    height: 5em;
    display: none;
}


/* ++++++++++++++++++++++++++ Index ++++++++++++++++++++++++++++++ */

.div_index_content
{
    min-height: 400px;
    padding: 20px 40px 45px 40px;
    width: 1200px;
}

.div_index_left
{
    width: 348px;
    margin:0 60px 0 0;
    overflow: hidden;
}

.div_index_right
{
    width: 792px;
}

.res_specialP {
    display: none;
    width: 100%;
    padding:20px 0 0 0;
}


.specialP {
    width: 100%;
    padding:20px 0 0 0;
}

.specialP p,
.specialP .textstandard
 {
    font-size: 12px;
    font-size: 0.8em;
    line-height: 1.4 !important;
}

.specialP a {
    color: #003869
}




/*********** Sitenavigation **********/

.div_rubrik {
    margin: 5px 0 30px 0;

}


.div_rubrik a
{
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}



.div_sitenavigation
{
    padding: 0;
    margin: 0 0 50px 2px;
}

.ul_sitenavigation
{
    padding: 0 0 9px 0;
    margin: 0 0 50px 0;
}

.ul_sitenavigation li
{
    margin: 0;
    padding: 15px 0;
    list-style-type: none;
    list-style-image: none;
}

.ul_sitenavigation li div
{
    padding: 0;
    margin: 0;
}

.ul_sitenavigation li div a
{
    text-decoration: none;
    border-bottom: none;
    color: #333;
    font-size: 18px;
    font-weight:400;
}

.ul_sitenavigation li div a:hover, .ul_sitenavigation li div a.a_active
{
    text-decoration: none;
    font-weight:700
}

/** 2. Ebene ***/

.ul_sitenavigation li div ul
{
    padding: 0 0 0 0;
    margin:15px 0 15px 20px;
}    

.ul_sitenavigation li div ul li
{
    border: none;
    padding: 0 0 15px 0;
}    

.ul_sitenavigation li div ul li div a
{
    text-decoration: none;
    border-bottom: none;
    color: #333;
    font-size: 18px;
    font-weight:400;
}

.ul_sitenavigation li div ul li div a.a_active
{
    color: #333;
    font-weight:700;
}

/* 3. Ebene  */

.ul_sitenavigation li div ul li div ul
{
    padding: 15px 0 0 33px;
    margin: 0;
    border: 0;
}



.ul_sitenavigation li div ul li div ul li div a.a_active
{
    color: #333;
     font-weight:700;
}

/* ++++++++++++++++++++++++++ Footer ++++++++++++++++++++++++++++ */
.top_btn {
    position: fixed;
    display: block;
    width: 46px;
    height: 46px;
    right: -50px;
    bottom: 10px;
    overflow: hidden;
    border: 1px solid #fff;
    z-index:10000;
    cursor:pointer;
}

.top_btn_active {
    position: fixed;
    display: block;
    width: 46px;
    height: 46px;
    right: -1px;
    bottom: 10px;
    overflow: hidden;
    border: 1px solid #fff;
    z-index:10000;
    cursor:pointer;
    background-color: #ffcc00
}


.fa-angle-double-up:before {
    content: "\f102";
    color: #003869;
    font-size: 40px;
    margin: 5px 0 0 10px;
}

.div_footer {
    background-image: url(img/css/footer_welleBG.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    min-width: 1280px;
    height: 286px;
}

.div_footer_container {
    position: absolute;
    bottom: 34px;
    width: 1200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.div_footer_left, .div_footer_right{
    position: absolute;
    bottom: 0;
}

.div_footer_left{
    left: 0;
}

.div_footer_right{
    right: 0;
}

.footer_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 50px 0;
}

.container_wappen {
  /*  width: 1200px;
    margin: 0 auto 220px auto;*/
    position: relative;
/*    top: 110px;*/
    padding: 0;
    margin: 0;
min-width: 522px;
/*    background: url(img/css/claim.png) top right no-repeat;*/
/*    text-align: center;*/
/*    background-color: transparent !important;*/
}

.div_claim {
   /* background: url(img/css/claim.png) top right no-repeat;*/
    width: 479px;
    /*    margin-top: 8px;*/
}

.div_container_footerlogos{
    margin-top: 24px;
    position: relative;
    bottom: -4px;
}

.div_logo_eu{
    margin-right: 24px;
}

.div_logo_admin {
    margin-right: 16px;
}

.container_wappen ul {
    /* position: relative;
    top: 80px;*/
    margin: 0;
    padding: 0;
    list-style: none;
}

.container_wappen li {
    display:inline;
    margin-right: 22px;
}

.container_wappen li:last-child {
    margin-right: 0px;
}


.footer_content
{
    width: 1200px;
    margin:0;
}

.editor_footer, .div_footer p, .editor_footer p, .div_footer a, .editor_footer a, .div_footer a:hover, .editor_footer a:hover
{
    color: #fff;
    font-size: 14px;
    font-size: 1em;
    line-height: 16px;
    text-decoration: none;
}

.div_container_footernavigation{
    margin: 50px 0 0 0;
}

.ul_footernavigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .ul_footernavigation li {
        display: inline;
    }

    .ul_footernavigation li:after{
        content: "|";
        color: #fff;
        margin: 0 12px;
    }

        .ul_footernavigation li:last-child:after{
            content: "";
        }
        /************* ++++++++++++ Globale +++++++++++++*************/
        .f-left {
            float: left;
        }
.f-right
{
    float:right;
}
.clear
{
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}


/*************** XSLT Image Hover Effects **************/

.img_hover_opacity {
	opacity: 0.6;
	filter: alpha(opacity=60);
 	-webkit-transition: opacity 1s linear;
	}	
	
.img_hover_opacity:hover {
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: opacity 1s linear;
	}

/********************* ++++++++++++++++ Formular Styles +++++++++++++++++ ********************/

.formfield,
.textstandard.addmin_input_text,
.textstandard.addmin_textarea,
input.textstandard
 {
    font-family: 'Roboto', sans-serif; 
    color: #333;
    padding:5px !important;
    margin: 0;
    outline: none;
    border: 1px solid #bfc7dd;
    background-color: transparent;
    font-size: 18px;
    border-radius: 0;
}



.alert {
    color: #cf0808;
}

.formfield_special {
    color: #333;
    padding: 5px;
    margin: 0;
    outline: none;
    border: 1px solid #bfc7dd;
}

.formlabel,
.textstandard.addmin_input_text_label,
.textstandard.addmin_textarea_label {
    color: #333;
}


input.button,
.textstandard.addmin_input_submit,
.textstandard.addmin_input_reset {
    border:solid 1px #999;
    font-size: 16px;
    background-color: #003869;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 0;
    cursor:pointer;
    -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
    border-radius: 0;
    -webkit-appearance:button;
    }


p.formlabel,
span.formlabel {
    margin-bottom: 5px;
}

/*keine BGfarbe für checkbox Text*/
span.formfield.addmin_input_checkbox_chktext
{
    background-color: none !important;
    margin: 0 !important;
    padding: 0 5px 0 0 !important;
    width: auto !important;
}
/*keine BGfarbe für radio*/
label.formfield.addmin_input_radio_text {
    background-color: none;
    margin: 0 10px 0 0
}

/*keine BGfarbe für checkbox*/
p.formfield {
    background-color: none !important;
    padding: 0 5px 0 0 !important;
    min-width: 50%;
}

/*blendet das Label vor Button aus*/
span.formlabel.addmin_input_submit_label,
span.formfield.addmin_input_submit_label {
    color: #fff !important;
    background-color: none !important
}

/**************************************************************************/
/* Tables 
/**************************************************************************/
.add_min_editor table, table td { 
	/*padding:0;
	border:solid 1px #bfc7dd;
	border-collapse:collapse;*/
}


.editorTableNoBorder,
.editorTableBorder {
    font-family: 'Roboto', Arial, sans-serif; 
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
	border-collapse:collapse;
}

table.editorTableBorder tbody tr td,
table.editorTableNoBorder tbody tr td {
    padding: 5px;
    vertical-align: top;
}

table.editorTableBorder tbody tr td ul,
table.editorTableNoBorder tbody tr td ul {
    margin:0 0 0 18px;
    padding:0;
    list-style:circle;
}

table.editorTableBorder tbody tr td ul li,
table.editorTableNoBorder tbody tr td ul li {
    padding: 5px 0;
    
}

/* Cells in even rows (2,4,6...) are one color */
.editorTableNoBorder tr:nth-child(even) td,
.editorTableBorder tr:nth-child(even) td  
{background:#f2f4f8;} 

/************ Custom Scroll Bar*/

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 20px !important;
    margin-right: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    height: 20px !important;
    left: 0;
    right: 0;
    top: auto;
    width: auto;
}

/*##################################### News ##################################*/
.addmin_newslist {
    width: 100%;
}

.addmin_newslist li a{
    margin-right:20px !important;
    color: #003869;
}



/*##################################### Newsletter ##########################*/
.addnewsletterAnmeldungformText {
    line-height:1.5;
}

/*************** Newsletter Formstyles */
div.AddNewsLetterAnmeldungInput input, 
div.AddNewsLetterAnmeldungInput select, 
div.AddNewsLetterAnmeldungButton input,
div.AddNewsLetterAbmeldungInput input,
div.AddNewsLetterAbmeldungButton input {
   color: #333;
    border: 1px solid #bfc7dd !important;
    box-sizing: border-box;
    height: 35px  !important;
    padding:6px 2% !important;
}

div.AddNewsLetterAnmeldungButton input,
div.AddNewsLetterAbmeldungButton input {
    min-width: 100px;
    padding: 0 5px;    
    background: #003869  !important;
    color: #fff !important;
}

div.AddNewsLetterAbmeldungButton {
    margin:10px 0 !important;
}

/************** ACCORDION ****************/

.abc .accordion {
    background-color: #d9e1e9;
    padding-bottom: 15px;
}

.accordion_head, .div_documents .th_downloads {
    padding: 10px 0 10px 5px;
    border-bottom: solid 1px #bfc7dd;
    background: #f2f4f8 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAAhCAYAAABug3M0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY5RjdEQ0U2MzUwRjExRTU4NUZFRTU4NDIzRjExMUZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY5RjdEQ0U3MzUwRjExRTU4NUZFRTU4NDIzRjExMUZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjlGN0RDRTQzNTBGMTFFNTg1RkVFNTg0MjNGMTExRkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjlGN0RDRTUzNTBGMTFFNTg1RkVFNTg0MjNGMTExRkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Admz/AAABsklEQVR42uxZsU4CQRQ8LlpLQqMmFhoLYosFCS02FtQ09w9cbXGhsD7+gQJqChtoSSikNRRGCxO1IdFawzkbn8nFIKDc7Tw9XzJ5FOzMzdtduH2bi6LIyWrktJt/nD7nkYpAGagAJWAPuAPGwBAYAZPtwtbTnzAP04dIdaAJuCsMmQEB0EURrn+leZguIHlAuAaND7RRhOmiL7nKjB8hdZYZ3z09W0ZlxneET795POgx0gA4SYjS8AyEV695maEesJMwteHrfbUCXCV7vJWC8XgBWqKjbua9BJf6oi3gqTIvf2ehJblQ9NTMfJ2p5xJnPS8vMDajKbr0mS8S9F3RpZsvs3WZ5itsXab5EluXdrDBD88L0saK7+prx/3F+cfHVxx4Ntnmb5D2fzLWFCtm5rtxC/MH7GU/ZusyzQ/ZukzzI7Yu0/zEeW892YyZ6HLNS7MxsCwbxJuc7INNl6lHNS9dVt+SnP+5q6uhmdEG+ilr9EXHUWVe2ssN4CElCcPbmNfGVtHAxINdIdVSKIDhqwm/o9K8FOASqZrgFjA8VeGdG5m+sfm/q9McmbyltRFvAgwAI6OrRheajtQAAAAASUVORK5CYII=') /*img/plus.png*/ right top no-repeat;
    cursor: pointer;
    margin: 0 0 10px 0;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 300;
}

.accordion_head .divEditParagraphSelect select{
    width: 100px;
}


td[id$='tdsection'] div.divEditParagraphSelect{
    width: auto !important;
    padding: 0 10px;
}

td[id$='tdsection'] div.divEditParagraphSelect input{
    width: 190px !important;
}

.ui-icon
{
    position: absolute;
    right:10px;
}


.div_documents .ui-icon-triangle-1-e{
    background-image: none;
}


.div_documents .ui-icon-triangle-1-s{
    background-image: none;
}


.div_mask {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 400;
    background-color: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.xactive .div_mask {
    visibility: visible;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -webkit-transition: .2s opacity ease .2s;
    -moz-transition: .2s opacity ease .2s;
    -o-transition: .2s opacity ease .2s;
    -ms-transition: .2s opacity ease .2s;
    transition: .2s opacity ease .2s;
}

/*######################################################## Template Large ####################################################################################*/
.div_large {
    width: 100%;
}

.container_rubriken_uebersicht {
}

.rubrikbox {
    position: relative;
    float: left;
    width: 22.5%;
    margin: 0 3.3% 40px 0;
    padding: 20px 0 60px 0;
    text-align: center;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}


    .rubrikbox:nth-of-type(5n+4) {
        margin: 0 0 60px 0;
    }

    .rubrikbox h3 {
        font-size: 1.5em;
        line-height: 1.3;
        font-weight: 400;
        color: #003869;
        margin: 0 auto 40px auto;
        padding: 0;
    }

.container_rubrikimg {
    margin: 0 auto 20px auto;
   
}

.rubrikimg {
    border-radius: 100%;
    width: 80%;
}


.rubrik_desc {
    position: relative;
    line-height: 1.5;
    width: 94%;
    padding: 0 3%;
    margin: 0 0 40px 0;
}

.rubrik_btn {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 20px;
    display: block;
    background-color: #003869;
    border: solid 1px #003869;
    color: #fff;
    padding: 0 10px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    transition: opacity 0.3s ease 0s;
}

/****** Cookieconsent***********/

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    border-top: solid 2px #fff !important;
}
.cc-window {
    background-color: #003869 !important;
}

.cc-btn.cc-dismiss {
    font-weight: 500;
    padding: 2px;
    border: none;
    background-color: #ffcc00 !important;
    border: solid 1px #fff !important;
    color: #003869 !important;
}

.cc-link {
    color: #ffcc00 !important
}

/* Projektdatenbank ************************************************************** */

.pagination {
    margin-left: 15px;
}
.page-item {
    display: inline;
}

.page-link {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    padding: 5px 10px 5px 10px;
    margin-right: 3px;

}

.page-link:hover {
    background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color: #f6f6f6;
}

.page-link:active {
    position: relative;
    top: 1px;
}

.page-link-active {
    border:2px solid #000;
}

.project-list-container {
    width:1021px
}

.project-page-h1 {
    /*    margin-top: 160px;*/
    margin-bottom: 20px;
    margin-left: 56px;
}

.project-cards-container {
    width: 700px;
    float: left;
}

.project-card {
    width: 90%;
    border-bottom: 1px solid #c1c6dd;
    min-height: 200px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 5px 5px 5px 20px;
    margin-left: 56px;
}

.project-filter-empty {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.project-card-btn {
    position: relative;
    /*left: 50%;*/
    margin-bottom: 10px;
    bottom: 20px;
    display: block;
    background-color: #003869;
    border: solid 1px #003869;
    color: #fff;
    padding: 0 10px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    transition: opacity 0.3s ease 0s;
}

.project-search-btn {
    /*left: 50%;*/
    margin-top: 5px;
    bottom: 20px;
    display: block;
    background-color: #003869;
    border: solid 1px #003869;
    color: #fff;
    padding: 0 10px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    transition: opacity 0.3s ease 0s;
}

.project-filter-container {
    margin-left: 50px;
    width: 250px;
    height: 100%;
    padding: 5px 5px 5px 15px;
    float: right;
    border-left: 1px solid #c0c0c0;
    display: block;
}

.project-filter-head, .project-filter-head-suche {
    background-color: #003869;
    padding: 5px;
    color: #fff;
    margin-top: 15px;
}

.project-filter-head-suche {
    margin-top:0;
}

    .project-filter-toggle, .project-filter-toggle:hover {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

.project-filter-selection {
    min-height: 50px;
    border-top: 0px;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    /* margin-bottom: 15px;*/
    padding: 5px;
}

    .project-filter-selection > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

.project-filter-search {
}

.project-filter-search-button {
    margin-top: 15px;
}

.project-detail {
    width: 700px;
    margin-left: 56px;
}

.project-detail-description {
    padding: 5px;
    margin-bottom: 20px;
}

.project-detail-data-label {
    width: 200px;
    float: left;
    margin-bottom: 5px;
    font-weight: bold;
}

    .project-detail-data-label > i {
        width: 20px;
    }

.project-detail-data-value {
    width: 500px;
    float: left;
    margin-bottom: 5px;
}

.project-detail-data-link {
    text-decoration: underline;
}

.project-detail-data-con-link {
    margin-bottom: 10px;
}

.project-detail-image {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.project-detail-files {
    padding-bottom: 10px;
}

    .project-detail-files > a {
        padding-left: 5px;
    }

.project-filter-responsive {
    height: 50px;
    width: 150px;
    background-color: #003869;
    color: #fff;
    display: none;
}

/* Modal */

/* The Modal (background) */
.project-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 510; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.project-modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-width: 700px;
}

/* The Close Button */
.project-modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .project-modal-close:hover,
    .project-modal-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* Projektdatenbank Ende ************************************************************** */


/*######################################################## Responsive ####################################################################################*/

@media only screen and (max-width: 1280px) {
    .header_inner,
    .footer_inner, .div_footer_container {
        width: 94%;
        padding: 0 3%;
    }

    .wrapper {
        width: 100%;
    }

    .div_header_bild {
        min-width: 0;
    }

    .div_header_absatz {
        width: 94%;
        padding: 0 3%;
    }

    .div_start_header, .div_index_header {
        overflow: visible;
        height: auto !important;
        padding-top: 1px;
    }

    .div_start_content {
        position: relative;
        background-color: #fff;
        width: 94%;
        padding: 40px 3% 0 3%;
    }

    .div_startveranstaltungen {
        width: 100%;
    }

    .div_footer {
        min-width: 320px;
    }

    /*    .div_footer_container{
        width: 100%;
    }*/

    .div_footer_right {
        /* width: 40.17%;*/
    }

    .div_footer_left {
        /*  width: 59.83%;*/
    }

    .div_footer_left, .div_footer_right {
        position: relative;
    }

    .footer_content {
        width: 100%;
    }

    .div_totop {
        right: 4%;
    }

    .div_index_content {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .div_index_left {
        width: 30%;
        margin: 0 4% 0 0;
    }

    .div_sitenavigation {
        width: 100%;
    }

    .div_index_right {
        width: 66%;
    }

    .container_wappen li {
        margin-right: 8px;
    }

    .container_wappen {
        min-width: 0;
    }
}

    .project-detail {
        padding-left: 20px;
        /*width: 90%;*/
    }

    .project-filter-container {
        display: block;
    }
    .resp_filter_head {
        display: none;
    }
}

@media only screen and (max-width: 1109px) {
    .sf-menu > li{
        padding: 0 9px !important;
    }
}

@media only screen and (max-width: 1023px) {

    .nav_container_flyout {
        display: none;
    }


    .div_resnav_btn {
        display: block;
    }


    .a_resnav_btn {
        margin: 0;
        display: block;
    }

    .fa-bars::before {
        font-size: 45px;
        border: none;
        margin: 0 10px 0 3%;
    }


    .active-nav .div_resnav {
        display: block;
        position: relative;
        z-index: 500;
    }

    .nav_res-sf-menu {
        display: block;
    }

    .div_footer_left, .div_footer_right {
        float: none !important;
    }

    .div_footer {
        padding-top: 100px;
        height: auto;
        min-height: 260px;
    }

    .div_claim {
        /*      width: 100%;
        height: auto;*/
    }

    .div_footer_container {
        width: 516px;
        margin: 0 auto;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .container_wappen {
        margin-top: 25px;
    }

        .container_wappen li {
            margin-right: 15px;
        }

    .div_container_footerlogos {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .ul_footernavigation {
        text-align: center;
    }

    .div_container_footernavigation {
        margin-top: 25px;
    }

    .pagination {
        padding-inline-start: 19px;
        margin-left:0;
    }

    .project-cards-container {
        float:none;
    }

    .project-list-container {
        width:100%;
    }

    .project-filter-container {
        display: none;
        width: 94%;
        /*        left: -50px;
        top: 270px;
        position: absolute;*/
        background-color: #fff;
        z-index: 501;
        overflow-y: scroll;
        height: 400px;
        border-left: none;
        /*padding: 25px;*/
        float: none;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
        margin-bottom:15px;
    }

    .project-filter-selection > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 15px;
    }

        .project-filter-selection > ul > li {
            padding: 0 0 8px 0;
        }

    .project-filter-search {
        margin-bottom: 10px;
        width: 97%;
        font-size: 15px;
        padding: 3px;
    }

    .project-filter-responsive {
        display: block;
        margin-left: 20px;
        margin-top: 40px;
        cursor: pointer;
    }

    .project-detail-description {
        padding-right: 25px;
    }

    .project-page-h1 {
        margin-left: 20px;
    }

    .project-card {
        margin-left: 20px;
    }

    .project-detail {
        margin-left: 0px;
    }



}

@media only screen and (max-width: 980px) {    
    
    .div_header {
        position: absolute;
    }

    .rubrikbox {
        width: 45%;
        margin: 0 10% 40px 0;
    }


    .rubrikbox:nth-of-type(5n+2) {
            margin: 0 0 60px 0;
        }

}

@media only screen and (max-width: 800px) {
       
    .div_index_left
    {
       display:none;    
    }

    .div_index_right
    {
        width:100%;    
    }
    
    .res_specialP {
        display: block;
    }

    .project-cards-container {
        width: 90%;
    }


    .project-detail {
        padding-left: 20px;
        width: 90%;
    }

}

@media only screen and (max-width: 768px) {
    .div_start_content{
        padding-top: 20px;
    }
}

@media only screen and (max-width: 667px) {

    .div_logo {
        max-width: 120px;
    }

    .div_searchfield {
        display:none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .res_iconSearch {
        display: block;
    }

    .icon_accessibility {
        display: block;
    }

    .cont_accessibility {
        top: 150px;
        right: -200px;
        background-color: #ffcc00;
        border-right: 0;
        z-index: 600;
        padding: 0;
        transition: all 0.2s ease 0s;
    }

    .active-sidebar .cont_accessibility {
        right: 0;
    }

    .slider_editor h4,
    .slider_editor p {
        font-size: .8em
    }

    /*.rubrikbox {
        width: 100%;
        margin: 0 0 80px 0;
    }*/

    /********************* ++++++++++++++++ Formular Styles +++++++++++++++++ ********************/ 

    p.formfield {
        width: 100%;
    }
      
    input.button {
        width: 100%;
        margin:0 0 20px 0 !important;
        float: none;
    }

    .project-video-iframe > iframe {
        width: 90% !important;
    }

}

@media only screen and (max-width: 568px) {
    .rubrikbox {
        width: 100%;
        margin: 0 0 40px 0;
        height: 100%;
    }


        .rubrikbox:nth-of-type(n) {
            margin: 0 0 60px 0;
        }

    .rubrikimg {
        width: 50%;
    }

    .div_footer{
        padding-top: 100px;
    }

    .div_footer_container {
        width: 80%;
        padding: 0 10%;
    }

    .div_footer_left, .div_footer_right {
        width: 100%;
    }

    .div_claim{
        width: 100%;
    }

    .div_claim img {
        width: 100%;
        height: auto;
    }

    .div_container_footerlogos{
        display: block;
        margin: 15px 0 10px 0;
    }

    .div_container_footerlogos > div {
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 25px;
    }

        .div_container_footerlogos > div:last-child {
            margin-bottom: 0px;
        }

    .div_container_footerlogos > div > a {
        display: block;
        text-align: center;
    }

    .container_wappen{
        margin-top: 0px;
    }

        .container_wappen ul{
            text-align: center;
        }

        .ul_footernavigation li {
            display: block;
            padding-bottom: 21px;
        }

    .ul_footernavigation li:after{
        content: '';
        margin: 0;
    }

    .div_footer {
        background-image: url('img/css/footer_welleBG_small.png');
    }
}

/*####################################################################################################################################*/
@media only screen and (max-width: 480px) {
     /*.wrapper {
       margin: 180px auto 0 auto;
    }
        */

    .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
            
    .div_startbox
    {
        width: 98%;
    }



    .div_menubuttons a
    {
        margin: 0 0 5px 0;
        width: 100%;
    }

    .div_menubuttons a div
    {
        width: 100%;
    }

    .addmin_newslist li a, .addmin_newslist li a img, .addmin_newslist p, .addmin_newslist span  {
        float: none !important;
        display: block !important;
    }
   
    .addmin_newslist span {
        margin: 1em 0 !important;
    }
}

@media only screen and (max-width:375px) {
     /*.wrapper {
       margin: 169px auto 0 auto;
    }*/


    .div_logo {
        top: 29px;
    }

/*    .container_wappen {
            background: url(img/css/claim_small.png) top center no-repeat;
        }*/

     .container_wappen ul {
            text-align: center;
        }

     input.button,
    .textstandard.addmin_input_submit,
    .textstandard.addmin_input_reset {
        width: 100%;
        margin: 0 0 20px 0 !important;
        }

    
    .textstandard.addmin_input_text,
    .textstandard.addmin_textarea {
         width: 100% !important;
         min-width: 300px;
        }
}
 
@media only screen and (max-width: 360px) {


    /*.wrapper {
        margin: 160px auto 0 auto;
    }*/
}

@media only screen and (max-width: 320px) {
       
    .textstandard.addmin_input_text,
    .textstandard.addmin_textarea {
         min-width: 280px;
          max-width: 280px;
           width: 280px;
        }
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 700px;
    min-height: 250px;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #003869;
    border-top-color: transparent;
    animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}
