html {
    --taGrau: #E2E3E5;
    --taWeiss: rgb(255, 255, 255);
    --taBlau: #005AA5;
    --taDarkGrau: #212529;
    --taHellbau: rgba(0, 90, 165, .3); /* 30%  #005AA5 */
    --xxxtaHellblau: rgba(190, 217, 253, .5);
    --taGruen: #00BCDC;
    --taRot: #DC3545;

}

body {
    background-color: var(--taGrau);
    padding-top: 40px;
    cursor: default;
    font-family: 'Open Sans', 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}

.container-fluid {
    padding-left: 12px;
    padding-right: 12px;
}

.container-fluid .row {
    margin-left: -12px;
    margin-right: -12px;
    background-color: white !important;
}

.w11, .w1, .w2, .w3, .w21, .w22, .w23 {
    display: none;
    width: 100%;
}

.w360, .w360aa, .w360ax {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.w360a {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 1 1 100%;
    min-width: 0;
}

.ml-12 {
    margin-left: 0.75rem !important;
}

.mr-12 {
    margin-right: 0.75rem !important;
}

.pl-12 {
    padding-left: 0.75rem !important;
}

.pr-12 {
    padding-right: 0.75rem !important;
}

.w360a img {
    width: 139px !important;
}

@media (min-width: 360px) {
    .w360a img {
        width: 156px !important;
    }
}

@media (min-width: 384px) {
    .w360a img {
        width: 168px !important;
    }
}

/* kann weg ??? */
.zbox1, .zbox2, .zbox3, .zbox4 {
    max-width: 744px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--taGrau) !important;
}

.zbox4 .row {
    margin: 0;
    background-color: transparent;
}

.w744 {
    max-width: 744px;
}

.mb-25 {
    margin-bottom: 1.5rem !important;
}


#content > input {
    border: none !important;
    height: 0.5px !important;
}

.col-rechts {
    margin-top: 0.5rem;
    padding: 0 12px;
    max-width: 384px;
    flex: none;
    background-color: white !important;
}

.col-links {
    margin-top: 0.5rem;
    padding: 0 12px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .w21 {
        display: block;
    }
}

@media (min-width: 768px) {
    .w21 {
        display: block;
    }

    .col-rechts {
        max-width: 768px;
    }

    .mb-25 {
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 992px) {
    .w21 {
        display: none;
    }

    .col-rechts {
        max-width: 384px;
    }

    .mb-25 {
        margin-bottom: 1.5rem !important;
    }

    .xbalinks {
        display: none;
    }
}

@media (max-width: 1152px) {
    .w22 {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1152px;
    }

    .mb-25 {
        margin-bottom: 1.5rem !important;
    }
}

/* 360/720 Banner */

@media (max-width: 750px) {
    .ba720 {
        display: none;
    }

    .ba360 {
        display: none;
    }

    .ba360a {
        display: block;
    }
}

@media (min-width: 751px) and (max-width: 991px) {
    .ba720 {
        display: block;
    }

    .ba360 {
        display: none;
    }

    .ba360a {
        display: none;
    }
}

@media (min-width: 992px) {
    .ba720 {
        display: none;
    }

    .ba360 {
        display: block;
    }

    .ba360a {
        display: none;
    }
}

.card {
    border: none;
    padding: 0;
}

.card-body {
    padding: 0;
}

.card-footer {
    padding: 1rem 0;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.custom-control-input .is-invalid ~ .custom-control-label {
    color: #000 !important;
}

.card-bg {
    background-color: rgb(222, 222, 222);
}

.card-deck {
    margin-left: 0;
    margin-right: 0;
}

.card-deck .card {
    max-width: 384px;
    margin-left: 0;
    margin-right: 0;
}

.card-deck .card:not(:last-child) {
    margin-right: 12px;
}

.card-deck .card:not(:first-child) {
    margin-left: 12px;
}

.shadow {
    box-shadow: -4px 0 4px #666, 4px 0 4px #666 !important;
}

button, select, option, .custom-control-label, .btn, img.baco, .info {
    cursor: pointer;
}
.accordion-button {
    background-color: white;
}
.accordion-button:hover {
    background-color: var(--taGrau) !important;
}
.accordion-button:focus, .accordion-button:active {
    background-color: rgba(180, 217, 253, .5); /* 50% */
    box-shadow: none;
}

.no-js {
    display: none;
}

.alert {
    padding-left: 1rem;
    padding-right: 1rem;
}
.alert ul {
    margin-bottom: 0;
}
.alert-primary {
    background-color: rgba(180, 217, 253, .5); /* 50% */
}
.border-y {
    border-top-color: var(--taBlau);
    border-top-width: 5px;
    border-bottom-color: var(--taBlau);
    border-bottom-width: 3px;
    padding-top: 8px;
}
.border-y2 {
    border-top-color: #000;
    border-top-width: 5px;
    border-bottom-color: #000;
    border-bottom-width: 3px;
    padding-top: 8px;
}


h1, h2, h3 {
    font-family: 'Open Sans Condensed', 'Segoe UI', sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.3rem;
    word-wrap: break-word;
    color: #000;
}

h1 {
    font-size: 1.9rem;
    color: var(--taDarkGrau);
}

.h1-small {
    font-size: 1.6rem;
}

h2 {
    font-size: 1.4rem;
}

.h2-small {
    font-size: 1.1rem;
}

h3 {
    font-size: 1.1rem;
}

h4, h5, h6 {
    font-family: 'Open Sans Regular', 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin-top: 0;
}

p {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-extended {
    letter-spacing: 0.1em;
}

.text-normal {
    letter-spacing: 0;
}

.text-condensed {
    letter-spacing: -0.1em;
}

.text-normal {
    font-weight: 400;
}

.text-halbfett {
    font-weight: 600;
}

.text-ueberlauf {
    display: block;
}

.text-artikel {
    line-height: 169%;
}

.text-klein {
    font-size: 0.75rem;
}

b, strong, .text-fett {
    font-weight: 700;
}

.xs-small {
    font-size: 75%;
}
/* für normale interne und externe Text-Links */
a {
    color: var(--taBlau);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.talink {
    font-weight: 600;
    text-decoration: none;
}
a.talink:hover {
    text-decoration: underline;
}

.btn-primary {
    color: var(--taBlau);
}
.btn-outline-primary {
    color: var(--taBlau);
}
.btn-outline-primary:hover {
    background-color: var(--taBlau);
}

.btn-xs {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0 3px;
}
a.btn-xs:hover, a.btn-sm:hover {
    text-decoration: none;
}

/* kbd-Tag */
kbd {
    background-color: #fff;
    color: #000;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    padding: 0.1rem 0.25rem;
    font-weight: bold;
}
kbd.rot {
    color: var(--taRot);
    border-color: var(--taRot) !important;
}

.initiale {
    font-size: 150%;
    vertical-align: 0.125rem;
    color: var(--taBlau);
}


.form-control:focus {
    box-shadow: none;
    border-width: 2px;
    border-color: var(--taBlau);
}

input[type="checkbox"] {
    border: 2px solid var(--taBlau);
    cursor: pointer;
    box-shadow: none !important;
}

input[type="checkbox"]:checked, input[type="checkbox"]:active {
    border: 2px solid var(--taBlau);
    background-color: var(--taBlau);
    box-shadow: none !important;

}
/* -> mediadaten.php */
.tab1 {
    width: 210px;
    display: block;
    float: left;
}
.tab2 {
    width: 90px;
    display: block;
    float: left;
}

.liste {
    margin-left: 1.25rem;
}

.liste ul li {
    margin-bottom: 0.25rem;
}

.liste ul li i {
    color: #0069d9;
    margin-top: 2px;
}

/* Farben */
.bg-blau {
    background-color: var(--taBlau);
}

.bg-color, .bg-weiss {
    background-color: #FFF !important;
}

.grau {
    color: #666;
}

.bg-grau {
    background-color: #666;
}

.bg-mittelgrau {
    background-color: var(--taGrau) !important;
}

.gruen {
    color: #090;
}

.rot {
    color: #F00;
}

.highlight {
    background-color: yellow;
}

/* Image-Positionierung der Werbebanner */
.image-werb-aa {
    margin: 0 auto 24px;
}

.image-werb-a1 {
    margin: 0 0 24px 0;
}

.image-werb-a2 {
    margin: 0 24px 24px 0;
}

.image-werb-x {
    margin: 0 auto 24px;
}

@media (max-width: 990px) {
    .image-werb-a2 {
        margin: 0 0 24px 0;
    }
}

.image-anriss {
    width: 111px;
    height: 111px;
    margin-right: 10px !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.image-anriss:hover, .image-anriss-small:hover {
    opacity: 0.8;
}

/* ??? Kann weg??? */
._image-anriss-small {
    float: left !important;
    width: 60px;
    height: 60px;
    margin: 5px 5px 0 0;
}

@media (max-width: 767px) {
    ._image-heft-small {
        width: 130px !important;
    }
}

@media (min-width: 768px) {
    ._image-heft-small {
        width: 150px !important;
    }
}




/* *************** MENÜ ************* */
.navbar {
    font-size: 1rem;
    color: white;
    height: 40px !important;
}

.navbar-container {
    width: 1170px;
}

.navbar .nav-link {
    color: rgb(255, 255, 255) !important;
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;

}

.navbar .active .nav-link {
    text-decoration: underline;
}

.navbar .nav-link:hover {
    text-decoration: none;
}


.navbar-toggler {
    color: rgba(0, 0, 0, 0.7) !important;
    border: 0;
    padding: 0 16px 0 4px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

._navbar-brand .fa {
    text-shadow: 0 1px 1px rgb(0, 0, 0);
}

._navbar-brand .fa-exclamation-circle {
    text-shadow: 0 0 4px rgb(255, 255, 255);
}

.navbar .dropdown-item {
    color: #000;
    padding: 0.2rem 0.6rem;
    line-height: 2rem;
}

.navbar a:hover .dropdown-item {
    color: #000;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}

.navbar .dropdown-item:hover {
    background-color: var(--taGrau);
    text-decoration: none;
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: fixed;
        top: 40px;
        right: 0;
    }

    .navbar .dropdown {
        background-color: var(--taBlau);

    }

    .navbar .active {
        _background-color: #59a9ff;
    }

    .navbar .dropdown {
        width: 250px;
        margin-left: auto;
        margin-right: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    .navbar .last-item {
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
}


@media (min-width: 768px) {
    .navbar .active {
        _background: #59a9ff;
    }

    .navbar .dropdown-toggle::after {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
}


.pagination > li > a,
.pagination > li > span {
    color: #000 !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;

}

.pagination > .page-item:focus {
    outline: none !important;
    box-shadow: none !important;
    /*box-shadow: inset 0 -1px 0 #ddd;*/
}

.video1, .video2 {
    margin: 2rem auto;
    max-width: 533px;
    cursor: pointer;
}

#content-extern {
    margin: 0;
    border: 0;
    width: 100%;
    height: 630px !important;
    overflow: hidden;
}

.jumbotron84 {
    background: #a5d2ff;
    /* background: -moz-linear-gradient(top, #a5d2ff 0%, #e3f0f7 65%, #e3f0f7 81%, #a5d2ff 91%, #85a0cb 100%); */
    /* background: -webkit-linear-gradient(top, #a5d2ff 0%, #e3f0f7 65%, #e3f0f7 81%, #a5d2ff 91%, #85a0cb 100%); */
    background: linear-gradient(to bottom, #a5d2ff 0%, #e3f0f7 65%, #e3f0f7 81%, #a5d2ff 91%, #85a0cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5d2ff', endColorstr='#85a0cb', GradientType=0);
    height: 140px;
    padding: 10px 0 0;
    margin: 0;
    z-index: 10000 !important;
    border-radius: 0;
}


.balken {
    line-height: 1.5;
    padding-left: 5px;
    padding-bottom: 1px;
    color: white !important;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.fuss {
    color: #fff;
    padding: 0;
    z-index: 9999;
    margin: 0;
    min-height: 40px;
}

.fuss p {
    color: #fff;
    -moz-hyphens: none;
    hyphens: none;
    word-wrap: normal;
    margin: 0;
    padding-top: 8px;
    font-weight: 600;
}

.fuss a {
    color: #fff;
}

.fuss a:hover {
    color: #fff;
    text-decoration: underline;
}

/* TODO: kann weg? */
.kalenderblatt {
    position: relative;
    margin: 0;
    padding: 0;
    width: 10em;
    text-align: center;
    border: 1px solid #000;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
}

.kalenderblatt span {
    display: block;
}

.kalenderblatt .jj, .kalenderblatt .dd, .kalenderblatt .mm {
    line-height: 30px;
}

.kalenderblatt .jj {
    background: #666;
    color: #FFF;
}

.kalenderblatt .tt {
    line-height: 30px;
    font-size: 32px;
}

.kontakt-form label {
    font-weight: 600;
    margin-bottom: 0;
}

.kontakt-form .help-block, .kontakt-form .fehler {
    margin: 0;
    font-weight: 600;
    color: red !important;
}

.kontakt-form .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.kontakt-form .dropdown-item:hover {
    background-color: #ddd;
}

.kontakt-form ::placeholder {
    color: #0069d9;
}

.kontakt-form .arch-btn {
    min-width: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
}

.star-rating-vote {
    line-height: 32px;
    font-size: 2.0em;
    cursor: pointer;
}

.star-rating-vote .bi-star-fill, .star-rating-vote .bi-star {
    padding-left: 8px;
    padding-right: 8px;
}

.star-rating-vote .bi-star-fill {
    color: #F90 !important;
}

.star-rating-vote .bi-star {
    color: var(--taDarkGrau);
}

.star-rating-vote .disabled {
    cursor: not-allowed !important;
}

.star-rating-vote-hover {
    color: #F90 !important;
}

.star-rating-show {
    display: inline-block;
    font-size: 1.0em;
    cursor: default;
    line-height: 100%;
}

.star-rating-show .bi-star-fill, .star-gold {
    color: #F90;
}

.star-rating-show .bi-star {
    color: var(--taDarkGrau);
}

.star-rating-preview {
    color: #000;
}

article div {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

article h1, article h2, article h3, article p, article ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

article h5 {
    margin-bottom: 0;
}

article .text-wrap-535 {
    margin-left: auto;
    margin-right: auto;
    max-width: 535px;
}

article .figure-wrap {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0;
}

article .figure-wrap-533 {
    max-width: 535px;
}

article .figure-wrap-462 {
    max-width: 464px;
}

.v-balken {
    color: #FFF;
}

article .video {
    max-width: 533px;
    margin: 1rem auto;
}

article ul {
    padding-left: 1rem;
    list-style-type: square;
}

article .audio {
    margin-left: auto;
    margin-right: auto;
    max-width: 533px;
    cursor: pointer !important;
}

article .audio audio {
    width: 100%;
}

.emmeko {
    width: 100%;
}

.emmeko-buttons {
    text-align: center;
}

.emmeko-btn {
    min-width: 100px;
    max-width: 100px;
    margin: 0 0.2rem 0.6rem 0.2rem;
}

.emmeko-frame {
    padding: 1.0rem 0.5rem;
}

.webcam {
    display: block;
    margin: 0 auto;
    border: 1px solid #808080;
    max-width: 640px;
    box-sizing: content-box;
}

.webcam-foto {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

.webcam-bu {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.5rem 0 0.5rem;
    line-height: 120%;
}
/* TODO: Kann weg? */
.slider .slider-selection {
    background: #7C7C7C;
}

.wetter {
    border: 1px dashed #C0C0C0;
    max-width: 100% !important;
    text-align: center;
}

.pegel {
    width: 100%;
    max-width: 100% !important;
    height: 420px;
}

.wbga {
    text-align: center;
    border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
    margin: 1rem auto;
    padding: 7px 0 7px 0;
    width: 160px;
}

@media (min-width: 991px) {
    .wbga {
        width: 360px;
        height: auto;
    }
}

.wbgx {
    width: 288px;
    height: auto;
    border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
    margin: 0 auto;
    padding: 7px 0 7px 0;
    text-align: center;
    overflow: hidden;
}

@media (min-width: 360px) {
    .wbgx {
        width: 320px;
        height: auto;
    }
}

@media (min-width: 580px) {
    .wbgx {
        width: 360px;
        height: auto;
    }
}

@media (min-width: 768px) {
    .wbgx {
        width: 533px;
    }
}

@media (min-width: 990px) {
    .wbgx {
        width: 533px;
    }
}

@media (min-width: 1200px) {
    .wbgx {
        width: 748px;
        height: auto;
    }
}

@media print {
    body {
        margin: 0;
        padding: 0;
        font-size: 12pt !important;
        background-color: #FFF;
    }

    .container-fluid {
        width: 100% !important;
    }

    article {
        width: 535px;
    }

    .shadow {
        box-shadow: none !important;
    }

    .text-wrap-535 {
        margin: 0 !important;
        margin-top: 48pt;
    }

    .row, .col {
        margin: 0;
        padding: 0;
        display: block !important;
    }

    .d-print-none {
        display: none !important;
    }
}
