/* CSS Styles */

@font-face {
    font-family: 'proximaregular';
    src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximasemi';
    src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'proximalight';
    src: url('../fonts/ProximaNova-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



.bottom-margin-10 {
    margin-bottom: 10px;
}

.bottom-margin-20 {
    margin-bottom: 20px;
}

.bottom-margin-30 {
    margin-bottom: 30px;
}


body {
    font: normal 20px/30px proximalight;
}


.light {
    font-family: proximalight;
}

.cwhite{
    color: var(--clr-light);
}

.regular {
    font-family: proximaregular;
}

#message_overlay {
    position: absolute;
    z-index: 203;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#message_icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
}

#message_icon.success {
    background: var(--clr-schmuck);
}

#message_icon.error {
    background: #ca125e;
}

#message_icon i {
    font-size: 90px;
    color: var(--clr-msg-icon);
    line-height: 150px;
    text-align: center;
    display: block;
}

#message {
    text-align: center;
}

.error-message {
    color: #ca125e;
    padding-left: 15px;
    font: normal 14px/20px proximalight;
}

.nav-header {
    position: fixed;
    z-Index: 100;
    background: #fff;
    height: 110px;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.nav-header .nav-header-brand {
    height: 70px;
    width: 125px;
    margin-left: 40px;
    margin-top: 40px;
    display: inline-block;
}

.menu-open {
    width: 71px;
    height: 110px;
    background: url(../images/burger.png) left 50px no-repeat;
    background-size: 41px 18px;
    float: right;
    display: inline-block;
}

.nav-panel {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 100;
    width: 100vW;
    max-width: 600px;
    height: 100%;
    background: linear-gradient(180deg, #465355, #465355, #242424);
    text-align: right;
    padding: 15px;
}

.nav-panel-header {
    position: relative;
    float: none;
    width: 100%;
    color: #fff;
    height: 110px;
    background-size: 125px;
    margin-top: -15px;
}

.nav-panel-header img {
    display: inline-block;
    position: absolute;
    top:36px;
    left:0;
    width: 125px;
}

.nav-panel-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 130px;
    border-top: 1px solid #fff;
}

.nav-panel-footer a {
    display: inline-block;
    height: 130px;
    width: 130px;
    border-left: 1px solid #fff;
    text-align: center;
    font: normal 14px/175px proximasemi;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.nav-panel-footer a.feedback::before, .nav-panel-footer a.logout::before {
    position: absolute;
    top: -44px;
    left: 0;
    width: 100%;
    height: 70px;
    text-align: center;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 40px;
}

.nav-panel-footer a.feedback::before {
    content: '\f4ad';
}

.nav-panel-footer a.logout::before {
    content: '\f011';

}

.mobile-menu-close {
    text-align: right;
    padding: 30px 30px 0 0;
}

.fa-times-circle {
    color:var(--clr-light);
}

.nav-panel-nav {
    height: calc(100vH - 110px - 130px - 15px - 15px);
    overflow-y: auto;
}

.nav-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

.nav-panel ul li {
    display: block;
    text-align: right;
    padding-right: 20px;
    font: normal 20px/40px proximaregular
}

.nav-panel ul li a, .nav-panel ul li a:hover, .nav-panel ul li a:visited, .nav-panel ul li a:focus {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
}

.nav-panel ul li a:hover, .nav-panel ul li a:focus {
    color: #465355;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav-panel ul li.seperator {
    position: relative;
    height: 50px;
}

.nav-panel ul li.seperator::after {
    content: '';
    left: 0;
    top: 23px;
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px solid #fff;
}


.footer-nav {
    position: fixed;
    z-Index: 99;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 140px;
    background: #fff;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, .29);
}

.footer-nav .camera-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--clr-schmuck);
    border: 6px solid #383838;
    position: absolute;
    top: -35px;
    left: calc(50% - 35px);
    color: #fff;
    line-height: 62px;
    text-align: center;
    font-size: 34px;
}

#footer_upload_form #scan {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -44px;
    left: 0;
    opacity: 0;
    z-Index: 10;
}


.footer-nav .footer-nav-icon {
    height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    width: calc((100% - 80px)/5);
}

.footer-nav .nav-badge{
    position: absolute;
    top: 5px;
    left: 60%;
    background: #E23B3B;
}

.footer-nav .footer-nav-icon p {
    margin: 0;
    text-align: center;
    color: var(--clr-footer-icons);
    font: normal 11px/20px proximasemi;
}

.footer-nav .footer-nav-icon a, .footer-nav .footer-nav-icon a:hover, .footer-nav .footer-nav-icon a:focus {
    text-decoration: none;
}

.footer-nav .footer-nav-icon i {
    color: var(--clr-footer-icons);
    font-size: 35px;
    display: block;
}

.footer-nav .footer-nav-icon i.active, .footer-nav .footer-nav-icon p.active {
    color: var(--clr-schmuck);
}

.footer-nav .fourth {
    width: calc((100% - 80px) / 5);
    min-width: 95px;
}

#footer_upload_form input {
    margin-top: 42px;
}

.footer-nav .empty {
    width: 10px;
}

.simplebar-scrollbar:before {
    background: var(--clr-prime);
}

.panel-wrapper {
    padding: 0 20px;
}

.panel-wrapper.fixed {
    width: 100%;
    max-width: 600px;
    position: absolute;
    z-Index: 100;
}

@media all and (min-width: 640px) {
    .panel-wrapper.fixed {
        left: calc((100% - 600px) / 2);
    }
}

.panel {
    background: #fff;
    border-radius: 7px;
    height: 125px;
    display: grid;
    /*grid-auto-rows: 1fr;*/
    grid-template-columns: 60px calc(100% - 70px);
    grid-column-gap: 5px;
    padding: 15px 15px 15px 0;
}

.panel.autoheight {
    height: auto;
    overflow: hidden;
}

.panel.shadow {
    box-shadow: 0px 7px 10px rgba(0, 0, 0, .29);
}

.panel-icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.panel-content p {
    font: normal 14px/20px proximalight;
    margin: 0;
}

.panel-content strong {
    font: normal 20px/24px proximasemi;
}


.panel-icon i {
    color: #0E545D;
    font-size: 34px;
    display: block;
}

.prt-btn, a.prt-btn-blue {
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font: normal 20px/43px proximasemi;
    border-radius: 7px;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
}

.prt-btn-blue, a.prt-btn-blue {
    color: #fff;
    background: var(--clr-prime);
    border: 1px solid var(--clr-light);
}

.prt-btn-white {
    color: var(--clr-prime);
    border: 1px solid var(--clr-prime);
    background: #fff;
}

a.prt-btn:hover{
    text-decoration: none;
    color: #fff;
}
.prt-btn-red{
    color: #fff !important;
    text-decoration:none;
    border: 1px solid var(--clr-prime);
    background: #E23B3B;
}

.prt-btn-blue.disabled {
    color: #ccc;
    background: #93bfca;
    border: 1px solid #93bfca;
}

.prt-no-btn {
    font: normal 14px/43px proximasemi;
    height: 43px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    color:var(--clr-preview);
}

.input-wrapper {
    height: 43px;
}

.input-wrapper.border {
    border-radius: 7px;
    border: 1px solid var(--clr-light);
}

.input-wrapper select {
    border: none;
    background: transparent;
    box-shadow: none;
    font: normal 20px/43px proximasemi;
    color: #000;
    height: 43px;
}

.input-wrapper select:focus, .input-wrapper select:active {
    outline: none;
}


textarea.text-neuenachricht {
    resize: vertical;
    font: normal 17px/25px proximaregular;
    height: 50vH;
}

.main {
    margin-top: 110px;
    background: var(--clr-gradient);
    min-height: calc(100vH - 110px);
}


.main h1 {
    color: #000;
    font: normal 30px/37px proximasemi;
}

.main {
    background: #fff;
    /* Abstand unten wegen footer nav */
    padding-bottom: 150px;
}


body[class="uebersicht"] .main, body[class="index"] .main, body[class="termine"] .main {
    background: var(--clr-gradient);
    min-height: 100vH;
}



body[class^="dokument-dokumente_"]:not(.dokument-dokumente_uebersicht) .main{
  background: var(--clr-background-gray);
  min-height: 100vH;
}


body[class^="login"] .main {
    margin-top: 0;
    background: var(--clr-gradient);
    min-height: 100vH;
    padding: 0 40px;
    color: #000;
}

body[class^="login"] .main .login-logo {
    display: inline-block;
    height: 120px;
    margin-top:55px;
    /*background: url(../images/logo-myidl-white.png) left 55px no-repeat;*/
    /*background-size: 120px;*/
}

body[class^="login"] .main .login-logo a {
    display: block;
    width: 100%;
    height: 120px;
}

body[class^="login"] .main h1 {
    font: normal 30px/30px proximalight;
    margin-bottom: 50px;
}

#login-form {
    margin-top:3rem;
}

#login-form .input-wrapper {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
}

#login-form input[type="submit"]{
    color: #ffffff;
}

#login-form input {
    border: none;
    box-shadow: none;
    font-size: 25px;
    padding: 5px 0 5px 33px;
    height: 30px;
    background: transparent;
    color: var(--clr-bg-contrast);
}

.input-wrapper.login::before {
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f007";
    font-size: 26px;
}


.input-wrapper.password::before {
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f084";
    font-size: 26px;
}


.input-wrapper.code::before {
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f10b";
    font-size: 26px;
}

.input-wrapper.zip::before {
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f813";
    font-size: 26px;
}

.input-wrapper.birthyear::before {
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f073";
    font-size: 26px;
}

#login-form .input-wrapper.submit {
    background: var(--clr-prime);
    border: 1px solid #fff;
    border-radius: 7px;
    margin-bottom: 30px;
}

#login-form .input-wrapper.submit:active {
    border-color: #cfcfcf;
}

#login-form .input-wrapper.submit input,
#login-form .input-wrapper.submit input:active,
#login-form .input-wrapper.submit input:focus {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
}

#login-form .input-wrapper.submit input:active {
    color: #cfcfcf;
}

body[class^="login"] p > a, .login a:hover {
    display: block;
    text-align: center;
    font: normal 14px/30px proximasemi;
    color: var(--clr-dark);
}

body[class^="login"] a.revisit-link {
    display: block;
    text-align: center;
    font: normal 20px/35px proximasemi;
    color: var(--clr-dark);
}

.prt-form-row {
    margin: 10px 0 20px 0;
}

.prt-form-row label {
    display: block;
    padding-left: 15px;
    font: normal 14px/20px proximalight;
}

.prt-form-row input.form-control {
    font: normal 20px/20px proximalight;
    padding: 18px 14px;
}


.fullscreen {
    position: fixed;
    z-Index: 101;
    top: 0;
    left: 0;
    height: 100vH;
    width: 100%;
    background: var(--clr-overlay);
}

.fullscreen-logo {
    width: 165px;
    height: 110px;
    background: url(../images/logo-myidl-white.png) right center no-repeat;
    background-size: 125px;
}

.fullscreen-content {
    position: fixed;
    width: 100%;
    height: calc(100vH - 265px);
    top: 265px;
    overflow: scroll;
}


.modal-overlay {
    position: fixed;
    z-Index: 201;
    top: 0;
    left: -4000px;
    height: 100vH;
    width: 100%;
    background: var(--clr-overlay);
}

.modal-overlay-logo {
    width: 148px;
    height: 120px;
    background: url(../images/logo-myidl-white.png) right 68px no-repeat;
    background-size: 125px;
}

.modal-overlay-content {
    position: absolute;
    width: 100%;
    max-width: 600px;
    height: calc(100vH - 265px);
    top: 265px;
    overflow: auto;
    padding: 50px 20px 50px 20px;
    background:var(--clr-lighter);
}

@media all and (min-width: 640px) {
    .modal-overlay-content {
        left: calc((100% - 600px) / 2);
    }
}

#close-overlay {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 100px;
    height: 60px;
}

#close-overlay i {
    font-size: 35px;
    color:var(--clr-light);
}


.document-preview {
    border: 1px solid var(--clr-preview);
    overflow-wrap: anywhere;
    padding: 20px;
    color:var(--clr-preview);
}


/* Listentries */

.doc-parent{
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
}
.doc-parent-right{
    justify-content: end;
}
.doc-parent-left{
    justify-content: start;
}

.datetime{
    font-family: 'Proxima Nova';
    font-weight: bold;
    font-size: 1em;
}
.listitem {
    min-height: 75px;
    padding-top: 7px;
}

.listitem:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .29);
}

.listitem .datetime {
    text-align: left;
    color: #000;
    font: 700 14px/17px #000;
}

.listitem  i.old-check{
    color: #17912B;
}

.listitem .listentry-text {
    color: #3B4041;
    font: normal 20px/26px proximasemi;
    min-height: 75px;
    display: flex;
    align-items: center;
    max-width: 83%;
    overflow-wrap: anywhere;
}

i.item-delete,.listitem .icon i.item-close{
    color: #FF0505;
}

.listitem .icon i.item-close, .listitem .icon i.item-rename{
    font-size: 40px;
}
.listitem .icon i.item-rename{
    color: var(--clr-dark);
}

.listitem .listentry-text span {
    display: block;
}

.listitem .listentry-text span.vz {
    font: normal 14px/22px proximaregular;
    text-transform: uppercase;
}

.listitem .icon {
    padding: 0;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listitem.more-enable .icon {
    padding: 0;
    min-height: 75px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.listitem .icon i {
    color: var(--clr-prime);
}




.listitem .old-new {
    padding: 0;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listitem .old-new .dot {

    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #efefef;
    background: #fff;
}

.listitem .old-new .dot.new {
    border: none;
    background: var(--clr-schmuck);
}

.listitem .listentry-text.downloadable {
    padding-left: 25px;
}

.listitem .listentry-text.downloadable:before {
    width: 30px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f56d";
    font-size: 21px;
}

/*  Accordion */

#accordion .ui-state-active, #accordion .ui-state-focus, #accordion .ui-accordion-header-active {
    background: #efefef;
    color: #000;
    border: none !important;
}

#accordion .ui-corner-all, #accordion  .ui-corner-top, #accordion  .ui-corner-right, #accordion  .ui-corner-tr {
    border-radius: 0;
}

#accordion .ui-widget-content {
    border:none;
    padding: 0;
}

.count-doc-parent{
    color: var(--clr-dark);
    font-weight: 800;
}

.count-dokument{
    font-size: 45px;
}

.btn-zurueck{
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
}

.btn-zurueck i{
    margin-right: 10px;
}

.o_btn_left {
    background:#707070;
    color:#fff;
    border-radius:15px 0 0 15px;
    padding: 35px 15px;
}
.o_btn_right {
    background:var(--clr-schmuck);
    color:var(--clr-acc-open);
    border-radius:0 15px 15px 0;
    padding: 30px 15px;
}
.o_btn_left img {
    max-width:45px;
    align-self: center;
    justify-self: center;
}
.o_btn_right > * {
    color:var(--clr-acc-open);
}

.o_btn_left p, .o_btn_right p {
    font-size: 55px;
    font-weight:600;
    margin: 20px;
}
.o_btn_left h2, .o_btn_right h2 {
    font-weight:400;
}

.row.o-sections {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:  flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

.doc-lists{
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
}

.doc-lists .row, .doc-lists-categories .row, .doc-lists-vz .row{
    margin-right: 0;
    margin-left: 0;
}

.doc-lists-vz{
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;

    border-radius: 10px;
}

.doc-lists-categories .listentry-text span{
    display: inline;
}

.row.o-sections > [class*='col-'] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.o-sections{
    margin-bottom: 10px;
    margin-top: 10px;
}
.doc-lists .listitem{
    padding-bottom: 20px;
}

.listitem i{
    font-size: 28px;
}

.o-sections .o_btn_left > a{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #fff;
    text-decoration: none;
}
.o-sections .o_btn_right > a{
    text-align: center;
    text-decoration: none;
}

#loadMore{
    background-color: var(--clr-schmuck);
    color: var(--clr-dark);
    width: 100%;
    font-size: 1.3em;
    border-radius: 10px;
}
