@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont_eot.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont_eot.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont_woff2.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont_woff.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont_ttf.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont_svg.svg?v=4.7.0#fontawesomeregular') format('svg');
}
.fa.fa-sign-language::before {content: "\f2a7";}
.fa-shield-alt:before{content:"\f3ed"}

::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Hauptfarben */
.color-primary-0 { color: #476274 }
.color-primary-1 { color: #96aebe }
.color-primary-2 { color: #190000 }
/*neu: */
.color1 {
    color: #bfced8;
}
.color2 {
    color: #96aebe;
}
.color3 {
    color: #476274;
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 991px) {
    .mobile-hide {
        display: none;
    }

    .mobile-only {
        display: inherit;
    }
}



a {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #476274;
}

button { cursor: pointer; }
button:focus { outline: none; }

a:focus,
a:hover,
a:active {
    color: #476274;
    text-decoration: underline;
    outline: none;
}
main a img {
 border: 2px dotted transparent;
}
main a:focus img,
main a:hover img,
main a:active img {
  border: 2px dotted #476274;
}

html {	font-size: 18px; }

body {
    color: black;
    font-family: Arial, sans-serif;
    /*padding-left: 30px;
    padding-right: 30px;*/
    padding: 0;
    overflow-x: hidden;
    min-width: 320px;
}
#page-wrapper {
    background-color: #edf1f4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+11,dee6ee+21 */
    background: rgb(239,239,239); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 11%, rgba(222,230,238,1) 21%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 11%,rgba(222,230,238,1) 21%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(239,239,239,1) 11%,rgba(222,230,238,1) 21%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dee6ee',GradientType=0 ); /* IE6-9 */
}


#page {
    width: 95%;
    margin: auto;
    max-width: 1200px;
}

.page-content {
    font-size: 0.9rem;
}

#page-wrapper.einfuehrung .page-content {font-size: 0.75rem !important;}
#page-wrapper.einfuehrung h3{font-size: 0.95rem !important;}
.page-content img {
    max-width: 100%;
    width: auto;
}
#accordionList img {
    max-width: 100px;
    /*max-width: 50px;*/
}

#skip-navi a {
    background-color: white;
    padding: 5px 25px;
    border: 4px solid #476274;

}

#skip-navi a.sr-only-focusable:active,
#skip-navi a.sr-only-focusable:focus {
    position: absolute !important;
    top: 1px;
    left: 0;
    z-index: 1000;
}



main {
    display: block;
}

p {
    line-height: 1.4;
    max-width: 100%;
}

p:last-child {
/*    margin-bottom: 0;*/
}


img {
    border: 0;
    width: 100%;
  font-size: 0.75rem;
  font-style: italic;
}


h1 {
    margin: 0;
    font-size: 1.3rem ;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px;
}

h2 {
    font-size: 1.7rem ;
    font-weight: bold;
}
h3 {
    font-size: 1.5rem ;
    font-weight: bold;
}
h4 {
    font-size: 1.2rem ;
    font-weight: bold;
}
h5 {
    font-size: 1.0rem ;
    font-weight: bold;
}
h6 {
    font-size: 0.9rem ;
    font-weight: bold;
}

ul,ol {
    margin-top:0;
    margin-bottom: 1rem;
    padding-left: 25px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    font-family: "Arial",sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0 0 0 25px;
}
li {
    padding: 0;
    line-height: 1.4;
}
.list-unstyled {
    padding-left:0;
    list-style:none;
}
.list-inline {
    padding-left:0;
    margin-left:-5px;
    list-style:none;
}
li h3,
li h4,
li h5,
li h6 {
    padding: 10px 0 0 0;
}

.container {
    max-width: 100%;
}

.shadow {
    -webkit-box-shadow: 0 6px 6px -5px rgba(50,50,50,1) !important;
    -moz-box-shadow: 0 6px 6px -5px rgba(50,50,50,1) !important;
    box-shadow: 0 6px 6px -5px rgba(50,50,50,1) !important;
}


@media screen and (min-width: 992px) {
    .shadow .shadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

header #kopf {
    margin: 0;
    display: block;
}

@media screen and (min-width: 992px) {
    header #kopf {
        margin: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media screen and (min-width: 640px) {
    header #kopf h1 {
        padding: 0;
    }
}
#logo {
    float: left;
    padding: 0 10px 0 0 ;
    text-align: right;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

}
#logo img {
    width: 81px;
    height: 120px;
}
h1 + div {
    padding: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

@media screen and (max-width: 992px) {
    header > .row {
        display: block;
    }
}

h1 + div a ,
h1 a {
    padding: 0 15px 0 0;
    display: inline-block;
    border: 2px dotted transparent;
    color: black;
    border-radius: 0.25em
}
h1 + div a span,
h1 a span {
  /*  display: inline-block;*/
}
h1 a:focus,
h1 a:hover,
h1 a:active {
    background-color: transparent;
    border: 2px dotted #476274;
}

/* Logo Änderung 29.03.2019 */
#tm {
    font-family: Verdana;
    text-shadow: 3px 5px 2px rgba(150, 150, 150, .3) ;
}
h1 a span#seitentitel {
    padding-left: 0.2em;
    vertical-align: middle;
    margin-top: -10px;
}
#tm.mitRand {
    text-shadow: none;
}
#tm.mitRand #seitentitel {
    border-bottom: 3px solid #96aebe;
    padding-bottom: 8px;
    border-top: 3px solid #96aebe;
    margin-top: 0;
}
#tm #zeile1 {
    font-size: 2.0em;
    /*text-transform: uppercase;*/
    color: #476274;
    font-variant: small-caps;
    font-family: "Times News Roman", serif;
}
#tm #zeile2 {
    color: #666;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: normal;
}
/* Ende */


#kopf #tm {
    padding-left: 0;
}
#kopf img {
    padding: 0;
    width: auto;
    margin: 10px 0 10px 10px;
    font-size: .5rem;
    font-weight: normal;
}

.shadow.rounded-bottom.bg-white.position-relative {
    z-index: 10;
}


#header-img img {
    border-bottom-right-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
}
#carouselIndicators {
    align-items: center;
    display: flex;
    background: #000000;
    color: #FFFFFF;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 0.7;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 35px;
    width: 35px;
}
#carouselPause {
    display: block;
    position: absolute;
    top: unset;
    right: unset;
    left: unset;
    bottom: 0;
    text-shadow: 2px 2px 2px #333;
}
#carouselPause:hover {
    cursor: pointer;
}

.schatten::before,
.schatten::after {
    position: absolute;
    content: "";
}
.schatten {
    background-color: #FFFFFF;
    position: relative;
    height: 100%;
    border: 5px solid #fff;
    box-shadow: 0 -3px 5px -12px rgba(0, 0, 0, .6) ,
    0 1px 4px rgba(0, 0, 0, .3) ,
    0 0 20px rgba(0, 0, 0, .1) inset;
}
.schatten:after {
    right: 0;
    left: auto;
    transform: rotate(3deg);
}

.balken {
    background-color: #FFFFFF;
    border-top: 3px solid #96aebe;
    border-bottom: 3px solid #476274;
}


#navi {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

#navi #mainNavbar ul {
    width: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}


#navi li li {
    border-bottom: 1px dotted #476274;
}
#navi li li:last-of-type {
    border-bottom: none;
}
#navi li li a {
    display: block;
    padding: 0.5em 0.7em;
    width: 100%;
    font-size: 0.8em;
}

#navi li:last-of-type {
    border-bottom: none;
}

.nav-item {
    font-size: 1.1em;
}
.navbar-nav .nav-item + .nav-item,
.navbar-container .nav-item.show_scroll + .nav-item {
    margin-left: 0;
}
 li.login {
    font-size: 1.1em;
}

@media screen and (max-width: 991px) {
    li.login {
        padding-top: 0;
    }
}
.navbar-nav {
    margin-left: 0;
}
.navbar-nav .nav-link {
    color: #190000;
    /*display: block;*/
    font-weight: 300;
    padding: 0.5em 0;
    transition: all 0.5s ease;
    border-top-right-radius: 0.25em;
    border-top-left-radius: 0.25em;
}
.navbar-nav .nav-link.active,
.navbar-nav a.active {
    background-color: #476274;
    color: #FFFFFF;
}
.navbar-nav a:focus,
.navbar-nav a:hover,
.navbar-nav a:active {
    background-color: #96aebe !important;
    color: #000000 !important;
    text-decoration: none;
}
.navbar {
    padding: 0;
}
.navbar .nav-link .fa {
    font-size: 1.1rem !important;
    vertical-align: text-top;
}
.navbar .nav-link .fa.fa-sign-in,
.navbar .nav-link .fa.fa-sign-out {
    font-size: 1.3rem !important;
}

.navbar-toggler {
    display: none;
}

@media screen and (min-width: 992px) {

    .navbar {
        font-size: 0.9em;
    }

    .nav-item {
        position: relative;
    }
    .nav-item:last-of-type {
      /*  display: table-row;*/
    }
    #navi #mainNavbar ul ul {
        display: none !important;
    }
    #navi #mainNavbar ul li:hover ul {
        display: inline !important;
        z-index: 10;
    }
    #navi #mainNavbar ul ul {
        background-color: #ffffff;
        box-shadow: 0 0 6px #7a7a7a;
        color: #000000;
        left: -20000px;
        margin-left: 0;
        margin-right: 0;
        opacity: 0.97;
        padding: 0;
        position: absolute;
        text-transform: none;
        top: -20000px;
        z-index: 1010;
        list-style-type: none;
        min-width: 230px;
        transition: max-height 0.15s ease-out;
        overflow-y: auto;
    }
    #navi #mainNavbar ul li a:focus + ul,
    #navi #mainNavbar ul li a:hover + ul,
    #navi #mainNavbar ul li a:active + ul,
    #navi #mainNavbar ul ul:focus,
    #navi #mainNavbar ul ul:hover,
    #navi #mainNavbar ul ul:active {
        max-height: 500px;
        top: 2.4em;
        left: 0;
        transition: max-height .5s ease-in;
    }
}
.flag img {
    max-height: 20px;
    width: auto;
}

@media screen and (min-width: 1200px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 0.75rem;
    }
}

@media screen and (min-width: 992px) {

    #navi #mainNavbar ul {
        width: auto;
        margin: 0 auto;
        padding: 0;
        list-style-type: none;


        width: 100%;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #navi #mainNavbar ul li {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 0.4rem;
        margin: 0;
        white-space: nowrap;
        position: relative;
        text-align: center;
    }
}
@media screen and (max-width: 991px) {

    .navbar-nav .nav-item {
        float: none;
       /* font-size: 1.5em;*/
        z-index: 20001;
    }
    .brand {
        display: block;
        float: left;
        font-size: 1.2rem;
    }
    .navbar {
       /* background-color: #190000;*/
        width: 23em;
        position: unset;
        display: block;
    }
    #navi .navbar {
        left: 0;
        top: 0;
        background-color: transparent;
        width: 100%;
        padding: 0;
        z-index: 1000;
        position: initial;
    }
    #navi .navbar.navbar-full {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .fa.fa-search {
        margin-left: 5px;
    }
    #navi ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0;
    }

    #navi li a {
        display: inline-block;
        padding: 0.4em 0.7em;
        margin: 0;
        border-left: none;
    }


    #navi li:first-of-type a,
    #navi li li a {
        border-left: none;
    }
    #navi li.fold a {
        padding: 0.4em;
    }
    #navi ul ul {
        padding-left: 3em !important;
        padding-right: 1em;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        border-top: 1px solid #476274;
    }

    .nav-item {
        font-size: 1em;
    }
    #navi li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #476274;
        max-width: 100%;
    }

    #navi .nav-item.ohneUnterseiten {
        padding-left: 1.8em !important;
    }

    #navi li a:focus,
    #navi li a:hover,
    #navi li a:active {
        background-color: transparent;
        color: #190000;
        text-decoration: underline;
    }

    #navi.navbar-container {
        margin: 0;
    }
    .navbar-nav .nav-item+.nav-item {
        margin-left: 0;
    }
    .navbar-nav .nav-link,
    .navbar-nav .nav-link:focus {
        padding: 0.5em 0.4em 0.5em 0;
    }
    .navbar-toggler {
        display: block;
        text-align: left;
        padding: 3px 0;
        border-radius: 0;
        background-color: #FFFFFF;
    }
    #navi > .navbar-toggler {
        width: 100%;
        padding: 0.3em 1.1em;
        margin-bottom: 0;
    }
    .page-content .navbar-toggler {
        border-right: 1px solid #d0d5d8;
        border-bottom: 1px solid #d0d5d8;
        border-left: 1px solid #d0d5d8;
    }
    .navbar-toggler:hover,
    .navbar-toggler:focus,
    .navbar-toggler:active {
        background-color: #476274; ;
        color: #FFF;
    }
    .navbar-toggler span {
        font-size: 1rem;
        display: inline-block;
    }
}
@media screen and (max-width: 800px) {
    body {
        background: none;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 550px) {
    header > .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    #navi.navbar-container {
        margin: 0;
    }
}

@media screen and (max-width: 380px) {
    .brand {
        font-size: 1rem;
    }
    .nav-item {
        font-size: 0.95rem;
    }
}

.breadcrumb {
    padding: 0.2rem 0.7rem;
    margin: 0;
    border-radius: 0;
    font-size: 0.7rem;
    background-color: transparent;
}
.breadcrumb .active{
    color: #190000;
}

/* Search form in navigation */
.form-search {
    background: #f8f8f8 none repeat scroll 0 0;
    border-top: 1px dotted #476274;
    border-bottom: 1px dotted #476274;
    border-left: 1px dotted #476274;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    min-width: 310px;
    z-index: 1000;
}
.form-search.active {
    box-shadow:         5px 5px 5px 0 #666666;
    -webkit-box-shadow: 5px 5px 5px 0 #666666;
    -moz-box-shadow:    5px 5px 5px 0 #666666;
    opacity: 1;
    transform: rotateX(0deg);
    visibility: visible;
    border-radius: 0.25em;
}
.form-search.active input[type="text"] {
    font-size: 1.2em;
}
.form-search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #190000;
    font-family: "Arial",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    outline: medium none;
    padding: 8px 10px;
    transition: all 0.2s ease-in-out 0s;
    width: calc(100% - 45px);
    border-radius: 0.25em;
}
.form-search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: right;
    position: relative;
    z-index: 2;
    font-size: 1.4em;
    margin-right: 0;
    color: #190000;
    border: 2px solid transparent;
}
.form-search button:focus,
.form-search button:hover,
.form-search button:active {
    color: #476274;
    border: 2px solid #476274;
}

label {
  font-weight: bold;
}


legend {
  font-size: 1.3rem;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #476274;
  border: 2px solid #96aebe;
}

.icon-search {
    background-position: -48px 2px;
    height: 19px;
}
.col-form-label {
  line-height: 1.1em;
}

@media screen and (max-width: 991px) {
    .open-search {
        display: none !important;
    }

    .form-search {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        opacity: 1;
        transform: rotateX(0deg);
        visibility: visible;
        position: relative;
        max-width: 100%;
        font-size: 1.3rem !important;
        border: none;
        background-color: transparent;
    }
    .form-search button {
        margin-right: 0;
        margin-top: -5px;
    }
    .form-search input[type="text"] {
        background-color: #FFFFFF !important;
        font-size: 16px !important;
        width: calc(100% - 65px);
        margin-left: 8px;
    }
}

/* Sidenavi */

#side_navi #bjpNavi {
    background-color: #FFFFFF;
    border-top: 3px solid #90a9b9 !important;
    border-bottom: 3px solid #476274 !important;
    width: 100%;
    border-radius: 0.25em !important;
}

#side_navi #bjpNavi.show {
    margin-bottom: 1rem;
    transition-duration: 0.1s;
}
#side_navi #bjpNavi > div {
}
#side_navi h3 {
    font-size: 1.1em;
    border-bottom: 1px solid #90a9b9;
    font-weight: normal;
    background-color: #476274;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-bottom: 0;
    border-top-right-radius: 0.25em;
    border-top-left-radius: 0.25em;
}
#side_navi h3.active {
}
#side_navi h3 a {
    color: #333;
    font-weight: bold;
    display: block;
    padding: 0.3em 1em 0.3em 10px;
}
#side_navi h3 a:focus,
#side_navi h3 a:hover,
#side_navi h3 a:active {
    color: #FFFFFF;
}
#side_navi h3.active a {
    color: #FFFFFF;
}
#side_navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom-right-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    width: 100%;
}
#side_navi ul ul {
    padding-left: 1em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
#side_navi li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #476274;
}
#side_navi li:last-of-type {
    border-bottom: none;
    border-bottom-right-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
}
#side_navi li a {
    color: #000000;
    display: block;
    padding: 0.3em 0.5em 0.3em 20px;
    margin: 0;
}

#side_navi #bjpNavi > ul ul ul li:first-of-type {
    border-top: 1px solid #476274;
}
#side_navi #bjpNavi > ul > li:last-of-type {
    border-bottom: none;
}
#side_navi li.active > a {
    background-color: #476274;
    color: #FFFFFF;
}
#side_navi li:first-of-type a {
 /*   border-top-right-radius: 0.25em;
    border-top-left-radius: 0.25em;*/
}
#side_navi li li:first-of-type a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
#side_navi li:last-of-type a {
  /*  border-bottom-right-radius: 0.25em;
    border-bottom-left-radius: 0.25em;*/
}
#side_navi li li:last-of-type a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (max-width: 991px) {
    #side_navi {
        left: unset;
        max-width: calc(100% - 34px);
        width: 100%;
        padding: 0;
        margin: 0 0 0 1rem;
        border: none;
    }
    /* scrollen*/
    #side_navi {
        overflow-y: auto;
    }
    #side_navi::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
    }
    #side_navi::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 3px solid #fff;
        background-color: rgba(255, 255, 255, .3);
    }

    #side_navi ul {
        border: none;
    }
    #side_navi li {
        /* border-bottom: 1px solid #FFFFFF;*/
    }
    #side_navi li a {
        /*  color: #FFFFFF;
          border: 1px solid darkred;*/
    }
    #side_navi li a:focus,
    #side_navi li a:hover,
    #side_navi li a:active {
        /*  border: 1px solid #FFFFFF;*/
    }
    #page-content .navbar-container.sticky {
        background-color: #FFFFFF;
        position: fixed;
        top: 4.6em;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1000;
        font-size: 0.7em;
        padding: 0;
        transition-delay: 0.1s;
        transition-duration: 0.5s;
        width: 100%;
    }
    .navbar-container.sticky #side_navi #bjpNavi > ul {
        padding-bottom: 8px;
    }
    #side_navi li.active > a {
        background-color: #476274;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }
}
@media screen and (max-width: 576px) {
    #side_navi {
        max-width: 100%;
    }
}

#navi li.active > a {
    background-color: #476274;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
#side_navi li a:focus,
#side_navi li a:hover,
#side_navi li a:active {
    background-color: #93abbb;
    color: #000;
    text-decoration: none !important;
}

/* aktuelle Meldungen */
h4.am {
  padding: 0;
  margin: 0 0 0.25em 0;
  border-bottom: 2px solid #96aebe;
  font-size: 1rem;
}
}
h4.am time {
    font-style: italic;
    font-size: 0.7em;
    color: #190000;
}
.trenner {
  padding-bottom: 0.5em;
}



/* Teaser */
.card {
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
@media screen and (max-width: 991px) {
    .card {
        margin: 0;
    }
}
.card-header {
    padding: .75rem;
    font-size: 0.7rem;
    font-weight: bold;
    background-color: #476274;
    border-bottom: 2px solid #96aebe;
}
.card-header h5.card-title {
    margin-bottom: 0;
    color: #FFFFFF;
}
.card-body {
    padding: 0 0.75rem;
    font-size: 0.85rem;
}
h5.card-title {
     font-size: 1rem;
}
.card-img-top {
    outline: 0;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    flex-shrink: 0;
}
.no-gutters img {
    border-radius: .25rem 0 0 .25rem;
}

.card ul {
    padding: 0;
    margin: 0 0 1em 0;
    list-style-type: none;
}
.card ul li {
    padding: 0;
    border-bottom: 1px dotted #476274;
}
.card ul li:first-of-type {
    padding-top: 0;
}
.card ul li:last-of-type {
    border-bottom: none;
}
.card ul li > * {
    padding-top: 2px;
    padding-bottom: 2px;
}
.card time {
    font-style: italic;
    font-size: 0.9em;
    color: #190000;
}
.card li a {
    display: block;
    padding: 0 2px;
    padding: .375rem .75rem;
}

.accordion a.btn {
    font-size: 0.85rem !important;
    color: rgb(71, 98, 116);
    border: none !important;
    text-align: left;
    border-radius: 0;
}
.accordion a.btn:focus,
.accordion a.btn:hover,
.accordion a.btn:active {
    color: #FFF;
}


.card li a:focus,
.card li a:hover,
.card li a:active,
.card li a:focus time,
.card li a:hover time,
.card li a:active time {
    background-color: #476274;
    color: #FFFFFF;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
}

.card-footer {
    padding: .75rem;
}

/* Buttons */
.btn-primary {
    background-color: #476274;
    border: 2px solid #96aebe;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
    background-color: #96aebe;
    border-color: #476274 ;
    color: #333333;
}
.btn-outline-primary {
    color: #476274;
    border-color: #476274;
}
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle{
    color: #fff;
    background-color: #476274;
    border-color: #96aebe;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .1rem #96aebe;
}
.btn-link {
    color: #437BA7;
}




.card-img-right ,
.card-img-left {
    flex-shrink: unset !important;
}

.flex-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}



.accordion button {
    width: 100%;
    text-align: left;
}
.accordion > .card {
    margin: 0;
}
.accordion ul {
    width: 100%;
}
.accordion ul li {
    padding: 0 1px;
}

/* Reiter */
#info-tabs > .card-header {
    background-color: #FFFFFF;
    border: none;
}
#info-tabs .card-header .card-header {
    border-bottom: none;

}
#info-tabs .nav-item {
    background-color: #476274b5;
    color: #FFFFFF;
    margin-right: 1px;
    width: auto;
}

@media screen and (max-width: 480px) {
    #info-tabs .nav-item {
        width: 100%;
    }
}
#info-tabs .nav-item:focus,
#info-tabs .nav-item:hover,
#info-tabs .nav-item:active {
    background-color: #476274;
}
#info-tabs .nav-item.active {
    color: #476274;
    background-color: #FFFFFF;
}
#info-tabs .nav-item.active:focus,
#info-tabs .nav-item.active:hover,
#info-tabs .nav-item.active:active {
    background-color: #476274;
    color: #FFFFFF;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    z-index: 1;
}

#info-tabs ul li.high {
    line-height: 3.7em;
}
#info-tabs ul li a span {
    display: inline-block;
}
#info-tabs ul li img {
    width: 50px !important;
    height: auto;
    padding-right: 10px;
    display: inline-block;
}
#info-tabs li.clearfix a:focus,
#info-tabs li.clearfix a:hover,
#info-tabs li.clearfix a:active {
  text-decoration: none !important;
}
.tab-pane {
    padding-top: 1em;
}


/* sitemap */
.sitemap {
    background-color: #476274;
    color: #FFF;
    border: medium none;
    margin: auto;
    padding: 0 0 15px 0;
}
.sitemap .container {
}

.sitemap .nav.navbar-nav {
    display: flex;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 991px) {

    .sitemap {
        padding:0;
    }
    .sitemap .container {
        padding: 0;
    }
    .sitemap .nav.navbar-nav {
        display: block;
        width: 100%;
    }
    .sitemap .placeholder {
        width: calc(2.1em + 10px);
    }

}
.sitemap .container h2,
.sitemap .container h3,
.sitemap .container ul ,
.sitemap .container ul li,
.sitemap .container ul a {
    color: #FFF;
}
.sitemap .container h3 {
    font-size: 14px;
    margin-top: 0;
    font-weight: bold;
    padding-top: 15px;
}
.sitemap ul {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 13px;
}
.sitemap ul a{
    padding: 4px;
    display: block;
}
.sitemap ul.nav > li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 16%;
    -ms-flex: 0 1 16%;
    flex: 0 1 16%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 0 0;
}
.sitemap ul.nav > li.column2 {
    -webkit-flex: 0 1 36% !important;
    -ms-flex: 0 1 36% !important;
    flex: 0 1 36% !important;
}
.sitemap ul ul {
    list-style-type: none;
}
.sitemap a:focus,
.sitemap a:hover,
.sitemap a:active {
   /* text-decoration: underline;*/
}

.sitemap ul ul a{
    text-indent: -3px;
}

@media screen and (max-width: 991px) {

    .sitemap .container h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        display: inherit;
    }
    .sitemap .container h3 a {
        padding: 0.9em 0.7em;
    }
    #sitemap > ul > li {
        border-bottom: 1px solid #FFF;
    }
    #sitemap .nav.navbar-expand-lg.ohneUnterseiten {
        padding-left: 2.9em;
    }
    #sitemap > ul > li:first-of-type {
        border-top: none;
    }
    .sitemap ul ul {
        border-top: 1px solid #FFF;
        padding-left: 4.2em;
    }
    .sitemap ul ul li {
        padding: 10px;
        border-bottom: 1px dotted #FFF;
        font-size: 15px;
    }
    .sitemap ul ul li:last-of-type {
        border: none;
    }
    .fold .navbar-toggler {
        display: inline;
        background-color: transparent;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
        padding: 0 0 1px 0;
        color: #476274;
        vertical-align: bottom;
        line-height: 2.2;
    }
    .fold .navbar-toggler:focus,
    .fold .navbar-toggler:hover,
    .fold .navbar-toggler:active {
        color: #96aebe;
    }

    .sitemap .fold .navbar-toggler {
        color: #FFFFFF;
    }
    .fold .navbar-toggler i {
        font-size: 2.5em;
        margin: 0 5px;
    }
    #navi .fold .navbar-toggler i {
        margin: 0 0 0 5px;
    }

}
@media screen and (min-width: 992px) {

    .sitemap .nav.navbar-nav.fold li,
    .sitemap .navbar-collapse {
        display: block !important;
    }
}
@media screen and (max-width: 576px) {

    header,
    main, footer{
        width: 96%;
        margin: auto;
    }
    .sitemap ul ul {
        border-top: 1px solid #FFF;
        padding-left: 3.8em;
    }
}

@media screen and (max-width: 380px) {
    .sitemap .container h3 {
        font-size: 14px;
    }
}


/* Footer */
ul.footer-info {
    list-style-type: none;
    font-size: 13px;
    width: auto;
    margin: 0 auto;
    padding: 0;
    flex-direction: row;
    display: flex;
}
ul.footer-info li {
    display: inline-block;
    padding: 0.5em 1em;
}
ul.footer-info li a {
    padding: 2px;
}
ul.footer-info li a i{
    font-size: 1.1em;
}
ul.footer-info li a.active {
    background-color: #476274;
    color: #FFFFFF;
}
.footer-text {
    padding: 1.5em 0;
    text-align: center;
    font-size: 0.7em;
}
#footerNavi {
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
}

#footerNavi .navbar {
    width: 100%;
}
#footerNavi .footerNavbar {
    display: flex !important;
}
#footerNavi .footerNavbar ul {
    width: auto;
    margin: 0 auto;
    padding: 0;
}
#footerNavi .footerNavbar {
    padding-right: 2px;
}

#footerNavi a:focus,
#footerNavi a:hover,
#footerNavi a:active {
    text-decoration: underline;
}

.column2 > ul {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 2px; /* Chrome, Safari, Opera */
    -moz-column-gap: 2px; /* Firefox */
    column-gap: 2px;
}
@media screen and (max-width: 600px) {
    .column2 > ul {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0; /* Chrome, Safari, Opera */
        -moz-column-gap: 0; /* Firefox */
        column-gap: 0;
    }

    .footer-info {
        flex-direction: column !important;
        margin: 0 !important;
    }

    ul.footer-info li a i {
        width: 2em;
        font-size: 1.3em;
    }
}
footer {
    padding-bottom: 2em;
}




.topLink {
    display: block;
    text-align: center;
    background-color: #dedede;
    width: 8em;
    box-shadow: 0 0 6px #7a7a7a;

    transition: height 1.8s ease-in-out;
    -moz-transition: height 1.8s ease-in-out;
    -webkit-transition: height 1.8s ease-in-out;
    -o-transition: height 1.8s ease-in-out;
    visibility: hidden;
    z-index: 100;
    border-top-left-radius: calc(.25rem - 1px);
}
.topLink.show {
    animation-name: slideUpFadeIn;
    -webkit-animation-name: slideUpFadeIn;

    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
    position: fixed;
    bottom: 0;
    right: 0;
}

@keyframes slideUpFadeIn {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-webkit-keyframes slideUpFadeIn {
    0% {
        -webkit-transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
.topLink a:link,
.topLink a:visited {
    color: #190000;
    text-decoration: none;
    display: block;
    padding: 3px 0;
    border-top-left-radius: calc(.25rem - 1px);
}
.topLink a:focus,
.topLink a:hover,
.topLink a:active {
    background-color: #efefef;
    color: #000;
    text-decoration: underline;
}
.topLink i {
    font-size: 0.95em;
}

figure {
    background-color: #fefefe;
    padding: 5px;
}
figure img {
    max-width: 100%;
}
figure figcaption {
    font-size: 0.7rem;
    max-width: 100%;
}


/* Tables */
table {
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 1rem 0;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.8em;
  border-radius: 0.25em;
  overflow: auto;
  display: table;
  -webkit-box-shadow: 0 8px 5px -6px rgba(50,50,50,1);
  -moz-box-shadow: 0 8px 5px -6px rgba(50,50,50,1);
  box-shadow: 0 8px 5px -6px rgba(50,50,50,1);
}
table table {
    font-size: 1em;
}
caption {
    font-style: normal;
    caption-side: bottom;
    font-weight: bold;
    color: #190000;
    padding-bottom: .25rem;
}
thead {
    display:table-header-group;
}
th ,
thead td {
    background-color: #476274;
    color: #FFFFFF;
}
table th, td {
    border: none;
    padding: 4px;
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: top;
}

table th,
table thead th,
table thead td,
table tfoot th,
table tfoot td{
    border-top: 1px solid #d0d5d8;
    border-right: 1px solid #d0d5d8;
}

table tr th:first-of-type,
table thead th:first-of-type {
    border-radius: 0.25em 0 0 0;
    border-left: 1px solid #d0d5d8;
}
table tr th:last-of-type,
table thead th:last-of-type {
    border-radius: 0 0.25em 0 0;
}

table tfoot th,
table tfoot td {
    border-bottom: 1px solid #d0d5d8;
}
table tfoot tr:first-of-type th,
table tfoot tr:first-of-type td {
    border-top: none;
}
table tfoot th:first-of-type {
    border-radius: 0 0 0 0.25em;
}
table tfoot th:last-of-type {
    border-radius: 0 0 0.25em 0;
}
table td {
    border-top: 1px solid #d0d5d8;
    border-right: 1px solid #d0d5d8;
}
table tbody tr:last-of-type td {
    border-bottom: 1px solid #d0d5d8;
}
table tfoot th:first-of-type,
table td:first-of-type {
    border-left: 1px solid #d0d5d8;
}
/*table tr:last-of-type,
table tbody > tr:last-of-type {
    -webkit-box-shadow: 0 8px 5px -6px rgba(50,50,50,1);
    -moz-box-shadow: 0 8px 5px -6px rgba(50,50,50,1);
    box-shadow: 0 8px 5px -6px rgba(50,50,50,1);
}*/


table a,
table a:link,
table a:visited {
    color: #476274;
    background-color: transparent;
    font-weight: bold;
}
table a:focus,
table a:hover,
table a:active {
    color: #FFFFFF;
    background-color: #476274;
}


/* Elemente bei ausgeschaltetem JS anzeigen: */
.no_js .tab-content > .tab-pane,
.no_js .collapse {
    display: block;
}
.no_js .fade:not(.show) {
    opacity: 1;
}
.no_js .topLink,
.no_js .carousel-control-prev,
.no_js .carousel-control-next,
.no_js #carouselPause {
    display: none;
}


details {
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 1em;
}

#bereichsnavi_klappe {
    background-color: whitesmoke;
    color: black;
    position: fixed;
    left: 0;
    z-index: 1110;
}

.linklist li{
  padding-bottom: 0.5em;
}
.linklist li a {
  font-weight: bold;
}
.linklist .target_info {
  font-size: 0.8em;
  font-weight: normal;
}

.linklist .link_info {
  padding-left: 1em;
  font-style: italic;
}


a.fa {
    display: unset;
    font: inherit;
    font-size: initial;
    text-rendering: initial;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    transform: unset;
}
a.fa::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    padding-left: 5px;
}
a.fa-external-link::before {
    content: "";
}
a.fa-external-link::after {
    content: "\f08e";
}

a.fa-file-pdf-o::before {
    content: "";
}
a.fa-file-pdf-o::after {
    content: "\f1c1";
}

a.fa-file-word-o::before {
    content: "";
}
a.fa-file-word-o::after {
    content: "\f1c2";
}

a.fa-file-excel-o::before {
    content: "";
}
a.fa-file-excel-o::after {
    content: "\f1c3";
}

a.fa-file-zip::before {
    content: "";
}
a.fa-file-zip-o::after {
    content: "\f1c6";
}

.ul {
    text-decoration: underline;
}
.aul a,
.asul a span {
    text-decoration: underline;
    padding: 1px;
}

.aul a:focus,
.aul a:hover,
.aul a:active,
.asul a:focus span,
.asul a:hover span,
.asul:active a span {
    background-color: #476274;
    color: #ffffff;
}

/* Modal*/
@media (min-width:992px) {
  .modal-lg {
    max-width:max-content;
  }
}
/* Ende Modal*/



.error {
  border: 2px solid red;
  padding: 0.5em 1em 0;
  border-radius: 0.25em;
}


#kostenmarkenquittung #kostenmarken {
	display: none;
}

#kostenmarkenquittung .header {
	display:none;
}

abbr[data-original-title], abbr[title] {
  text-decoration: none;
  -webkit-text-decoration: none;
  border-bottom: 1px dotted #000;
}

/* Seite Leichte Sprache */
.leichte_sprache p,
.leichte_sprache li {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.leichte_sprache ul {
  margin-bottom: 0;
}
.leichte_sprache li {
    padding-bottom: 0.7em;
}


@media print {

    header,
    .page-content {
        width: calc(100% - 4px);
        margin: auto;
    }
    .border.shadow {
        border: none !important;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    .page-content > section > div {
        display: inline;
    }

    #page-wrapper {
        background-color: white;
    }
    h1 + div a ,
    h1 a {
        border: 2px solid white;
    }

    nav,
    #breadcrumb,
    aside,
    footer,
    .topLink {
        display: none;
    }
    h1, h2, h3, h4 {
        page-break-after:avoid;
    }
    main {
        page-break-before:avoid;
    }

}

/* IE11-Hack */
_:-ms-fullscreen,
:root a.fa {
  display: inline !important;
}
_:-ms-fullscreen,
:root  #accordionList  img {
    margin-bottom: 10px;
}