<!--
/* Style Definitions */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

.w3-sidebar {
    z-index: 3;
    width: 250px;
    top: 43px;
    bottom: 0;
    height: inherit;
}

.w3-theme-l5 {
    color: #000 !important;
    background-color: #eaf5ff !important
}

.w3-theme-l4 {
    color: #000 !important;
    background-color: #b9defe !important
}

.w3-theme-l3 {
    color: #000 !important;
    background-color: #73bcfc !important
}

.w3-theme-l2 {
    color: #fff !important;
    background-color: #2d9bfb !important
}

.w3-theme-l1 {
    color: #fff !important;
    background-color: #0477dc !important
}

.w3-theme-d1 {
    color: #fff !important;
    background-color: #034987 !important
}

.w3-theme-d2 {
    color: #fff !important;
    background-color: #024178 !important
}

.w3-theme-d3 {
    color: #fff !important;
    background-color: #023969 !important
}

.w3-theme-d4 {
    color: #fff !important;
    background-color: #02315a !important
}

.w3-theme-d5 {
    color: #fff !important;
    background-color: #02294b !important
}

.w3-theme-light {
    color: #000 !important;
    background-color: #eaf5ff !important
}

.w3-theme-dark {
    color: #fff !important;
    background-color: #02294b !important
}

.w3-theme-action {
    color: #fff !important;
    background-color: #02294b !important
}

.w3-theme {
    color: #fff !important;
    background-color: #035196 !important
}

.w3-text-theme {
    color: #035196 !important
}

.w3-border-theme {
    border-color: #035196 !important
}

.w3-hover-theme:hover {
    color: #fff !important;
    background-color: #035196 !important
}

.w3-hover-text-theme:hover {
    color: #035196 !important
}

.w3-hover-border-theme:hover {
    border-color: #035196 !important
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

.fu_link_ext,
.fu_link_int,
.fu_briefadresse {
    color: #125aa2;
}

.fu_link_ext::after,
.fu_link_ext_o_color::after {
    background-image: url(https://aufarbeitung-orden.de/10_bilder/fu_link_extern.svg);
}

.fu_link_int::after,
.fu_link_int_o_color::after {
    background-image: url(https://aufarbeitung-orden.de/10_bilder/fu_link_intern.svg);
}

/*.fu_briefadresse::after {
    background-image: url(/10_bilder/fu_brief.svg);
}*/

.fu_link_ext::after,
.fu_link_int::after,
.fu_link_ext_o_color::after,
.fu_link_int_o_color::after /*,
.fu_briefadresse::after*/ {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    display: inline-block;
    margin-left: .3rem;
}



/* Schleier (background) */

.fu_schleier {
    display: none;
    position: fixed;
    z-index: 110000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}


/* Modal Content (image) */

.fu_schleier-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Caption of Modal Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.fa {
    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
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-remove:before {}