

.text {
    font-family: sans-serif;
    font-size: 10pt;
    color: #2E2E2E;
}
.unvisible {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: white;
}

.alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
}

.img-container{
    height:100%;
    max-height:500px;
}

.img-container img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit:cover;
}


a.link_footer:link {color: white; text-decoration: none}
a.link_footer:visited {color: white; text-decoration: none}
a.link_footer:hover {color: rgb(255,66,4); text-decoration: underline}
a.link_footer:active {color: white; text-decoration: none}
a.link_footer:focus {color: white; text-decoration: none}

a.link_profil:link {color: black; text-decoration: none}
a.link_profil:visited {color: black; text-decoration: none}
a.link_profil:hover {color: rgb(255,66,4); text-decoration: underline}
a.link_profil:active {color: black; text-decoration: none}
a.link_profil:focus {color: black; text-decoration: none}

a.meld_link:link {color: dimgray; text-decoration: none}
a.meld_link:visited {color: dimgray; text-decoration: none}
a.meld_link:hover {color: dimgray; text-decoration: underline}
a.meld_link:active {color: dimgray; text-decoration: none}
a.meld_link:focus {color: dimgray; text-decoration: none}

.navi {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    color: black;
    text-decoration: none;
}

.navi_button {
    height: 25px;
    width: 160px;
    background-color: rgb(0,162,205);
    padding-top: 5px;
    text-align: center;
    font-family: 'PT Serif', serif;
    color: white;
    background-color: rgb(0,162,205);
}

.right_name-logout {
    width: 200px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    font-family: 'PT Serif', serif;
    color: white;
    background-color: rgb(0,162,205);
}

.right_header {
    height: 18px;
    width: 210px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    font-family: 'PT Serif', serif;
    color: white;
    background-color: rgb(0,162,205);
}

.page-header {

}

.note {
    position: relative;
    width: 730px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: sans-serif;
    font-size: 10pt;
    text-align: left;
    color: grey;
    background: rgb(204,204,204);
}

.separator {
    position: relative;
    width: 730px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: sans-serif;
    font-size: 10pt;
    text-align: left;
    color: grey;
    background: rgb(107,107,107);
}

.errorbox {
    position: relative;
    width: 730px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: sans-serif;
    font-size: 10pt;
    text-align: left;
    background: rgb(255,106,106);
}

.profil_header {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 750px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    background-color: #C00004;
}

DIV#header_klein {
    position: absolute;
    width: 200px;
    height: 25px;
    left: 800px;
    margin-top: 3px;
    background: rgb(255,118,69);
    color: white;
    font-family: sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    z-index: 2;
    line-height: 0.6em;
}

DIV#left {
    position: absolute;
    width: 175px;
    height: 600px;
    top: 160px;
    margin-top: 3px;
}

DIV#right {
    position: absolute;
    width: 225px;
    height: 600px;
    top: 160px;
    left: 955px;
    margin-top: 3px;
}

DIV#content {
}


DIV#footer {
    position: absolute;
    background: white;
    color: white;
    font-family: sans-serif;
    width: 1158px;
    height: 25px;
    left: 8px;
    top: 690px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 8px;
    margin-top: 3px;
    background-color: rgb(0,162,205);
}

.navbar {
    /* border-bottom: 1px solid #0a53be; */
}

.body-content {
    margin-top: 60px;
}
@font-face {
    font-family: 'Helvetica Neue LT Pro 65 Medium'; /*a name to be used later*/
    src: url('lib/fonts/HelveticaNeueLTW05-65Medium.woff2'); /*URL to font*/
}

.navbar {
    font-family: "Helvetica Neue LT Pro 65 Medium";
    font-size: 19px;
}

nav .navbar-nav li a {
    color: rgb(0,155,220) !important;
}

nav .navbar-nav li .active {
    color: white !important;
}

nav .navbar-nav li ul li a:focus {
    color: white !important;
}

body {
    font-family: "Helvetica Neue LT Pro 65 Medium";
    padding-top: 100px;
    padding-right: 200px;
    padding-left: 200px;
}
@media (max-width: 1300px) {
    body {
        padding-top: 150px;
        padding-right: 80px;
        padding-left: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-top: 200px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.header-decoration-line {
    height: 1px;

    border-bottom: 1px solid rgb(0,155,220);
}

.username input{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.password input{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.accordion-text {
    display:inline-flex !important;
    align-items:center !important;
}

text.btn {
    display:inline-flex !important;
    align-items:center !important;
    justify-content: center;
}
a.btn {
    display:inline-flex !important;
    align-items:center !important;
    justify-content: center;
}

.accordion {
    --bs-accordion-btn-bg: #ffc0d3;
}