

/* entspricht: class="d-none d-md-block" */
@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

.top-bar {
  height: 10px;
  background-color: #393939;
}

.ddm-container {
  padding: 30px;
}
/* Sortable */
.sortable-ghost { /* Funktioniert nicht! */
  background-color: #30AEAB !important;
}

.blue-background-class { /* Funktioniert nicht! */
  background-color: darkred !important;
}

.drag-handle {
  cursor: grab;
}

/* Dropzone */

.dropzone {
  border: dashed !important;
  border-color: #30AEAB !important;
  border-radius: 10px !important;
  background-color: aliceblue !important;
  margin-top: 1em;
  margin-bottom: 1em;
}

.dropzone-destination {
  margin-top: 1em;
}

.form-edit-field {
  margin-left: -13px;
}

/* Header */

.myHeader {
  position: relative;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  overflow-x: hidden;
}

.myHeader img.logo {
  max-width: 287px;
}


.myHeader-Mappe {
  position: absolute;
  z-index: 10;
}

.myHeader-Mappe a {
  text-decoration: none;
}


/* Login */

.login-parent {
  margin-bottom: 5rem;
}

.login-col {
  border-radius:var(--bs-border-radius-xxl) !important;
  background-color: #30AEAB;
  color: white;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.login-image {
  border-radius:var(--bs-border-radius-xxl) !important;
}

.login-left .login-intro {
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1.1;
}

.login-left label {
  font-weight: 700;
}

.login-left .login-btn {
  background-color: #ED2324;
  border-color: #ED2324;
  padding: 0.5rem 2rem;
}

.login-btn:active {
  background-color: #b71010 !important;
}

.login-btn:hover {
  background-color: #ED2324 !important;
  border-color: #ED2324 !important;
}

.login-left .reset-btn {
  color: white;
  font-weight: 700;
}

.login-left .login-btn i {
  margin-right: 0.5rem;
}

.login-right img {
  max-width: 130%;
  left: -25%;
  position: relative;
  z-index: -1;
}

.login-footer-container {
  background-color: #000;
}
.login-footer {
  background-color: #000;
  color: white;
  height: 50px;
  justify-content: end;
}

.login-footer a {
  color: white;
  text-decoration: none;
}
.login-col-left {
  border-top-left-radius:var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius:var(--bs-border-radius-xxl) !important;
  background-color: #2FAEAB;
  color: white;
  padding: 50px !important;
  /*  position:;*/
}
.login-col-right {
  border-top-right-radius:var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius:var(--bs-border-radius-xxl) !important;
  background-color: lightgray;
  color: black;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/*
** Liste der Dokumente.
*/

.welcome-row {
  margin-bottom: 40px;
}

.welcome-column {
  margin-top: 1em;
  margin-bottom: 1em;
}

h1 {
  font-size: 1.6em;
}

.welcome {
  color:#30AEAB;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  .welcome {
    font-size: 1.5em;
  }
  .btn-link.btn-contract {
    margin-top: 1rem;
  }
}



.info {
  color:black;
  border-width: 0;
  border-left-width: 4px;
  border-style: solid;
  border-left-color: #ED2324;
  padding-left: 10px;
}

.btn-contract {
    background-color:#30AEAB;
    color: white;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.btn-contract:hover {
  background-color: #227a78;
  color: white;
}

.btn-contract:active {
  background-color: #227a78 !important;
  color: white !important;
}

.document-circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #ED2324;
  color: white;
  text-align: center;
}

/*
** Liste der Dokumente.
 */

.list-row {
  padding: 10px 20px 10px 20px;
  background-color:#f3f3f3;

  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;

  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #30AEAB; /* #30AEAB */

  margin-right: 0;
  padding-right: 14px;
}

.list-admin-row {
  padding: 10px 20px 10px 20px;
  background-color:#f3f3f3;

  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;

  margin-right: 0;
  padding-right: 14px;
}

.list-row:hover {
  background-color: #e0eded;
  margin-right: 0;
}

.list-admin-row:hover {
  background-color: #e0eded;
  margin-right: 0;
}

.list-row-category {
  border-left-color:#000;
}

.list-admin-category-row {
  /*
  position: relative;
  display: block;*/
  padding: 10px 14px 10px 15px;
  margin-top: 26px;                /* Abstand zwischen den Zeilen. */
  margin-bottom: 26px;
  font-weight: 300;
  background: #ebebeb;
  color: #000;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;

  border-left-width: 5px;
  border-left-style: solid;

  border-top-right-radius:10px !important;
  border-bottom-right-radius:10px !important;
}
.accordion-content a {
  color:#ED2324 !important;
}
@media (max-width: 767px) {
  .accordion-content a {
    font-size: 1.25rem;
  }
}
/*
** Accordion.
 */

.list-row {
  /*margin-top: 20px;*/
  padding: 10px 20px 10px 20px;
  margin-top: 6px;
}

.accordion-container {
  width: 100%;
  margin: 0;
  clear: both;
}
.accordion-toggle {
  position: relative;
  display: block;
  padding: 10px 20px 10px 20px;
  margin-top: 6px;                /* Abstand zwischen den Zeilen. */
  font-weight: 300;
  background: #ebebeb;
  color: #000;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;

  border-left-width: 5px;
  border-left-style: solid;

  border-top-right-radius:10px !important;
  border-bottom-right-radius:10px !important;
}
.accordion-toggle.open {
  background: #eeeeee;
  color: #000;
}
.accordion-toggle:hover {
  background: #e0eded;
}
.accordion-toggle span.toggle-icon {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 1.5em;
}
.accordion-content {
  display: none;
  padding: 0;
  overflow: auto;
}

.upperRightBox {
  border-top-left-radius:var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius:var(--bs-border-radius-xxl) !important;
  background-color: #ED2324;
  text-transform: uppercase;
  color: white;
  position: relative;
  padding: 1rem 3rem 1rem 4rem;
  font-size: 1.125rem;
  line-height: 1.5;
  justify-content: end;
  height: fit-content;
}
.upperRightBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #ED2324;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  z-index: -1;
}

.upperRightBox .logout-btn {
  color: white;
  text-decoration: none;
}

.upperRightBox .logout-btn i {
  margin-left: 0.5rem;
}

.upperRightBox .dash {
  margin: 0 0.5rem;
}

.zip-col {
  justify-content: end;
}

@media (max-width: 768px) {
  .upperRightBox {
    margin-top: 2rem !important;
    border-radius:var(--bs-border-radius-xxl) !important;
    padding: 1rem 2rem 1rem 2rem;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .upperRightBox-col {
    justify-content: center !important;
  }
  .upperRightBox::after {
    display: none;
  }
  .logo-col {
    justify-content: center !important;
    display: flex;
  }
  .reset-btn-col,
  .login-btn-col,
  .login-footer {
    justify-content: center !important;
  }
  .login-left .login-intro {
    font-size: 1.5em;
  }
  .login-col {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .upperRightBox .dash {
    display: none;
  }
  .upperRightBox .logout-btn {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }
  .zip-col {
    justify-content: center;
  }
}

.btn {
  border-radius: 30px !important;
}

/*
** Backend.
 */

.btn-contract {
  background-color:#30AEAB !important;
  border-color: #30AEAB !important;
  color: white !important;
  margin-left: 10px !important;
  padding: 10px 20px 10px 20px !important;
}

.btn-contract:hover {
  background-color: #227a78 !important;
  color: white !important;
}

.btn-contract:active {
  background-color: #227a78 !important;
  color: white !important;
}

.btn-contract-space {
  margin-left: 10px !important;
}
.icon-red-link {
  color: #ED2324 !important;
  padding: 6px !important;
}

.icon-black-link {
  color: black !important;
  padding: 6px !important;
}

.li-button-style {
  display:inline;
  background-color: white;
  border: 1px solid #f3f3f3;
  border-radius: 30px;
  padding: 10px 20px;
}

.table-admin {
  background-color:#ebebeb !important;
}

.table-admin td, th {
  background-color: #f3f3f3 !important;
}

.table-admin thead {
  /* border: 1px solid #f00;*/
  /* border-radius: 5px !important;*/
  /* border-left: 4px solid black !important;*/
}

.table-link-head {
  color: black !important;
  text-decoration: none;
}

.table-link-icon {
  color: #ed2324 !important;
  text-decoration: none;
  margin-left: 15px;
}

.table-admin tr:last-child th:first-child  {
  border-bottom: 0 !important;
  border-style: none !important;
}

.table-admin tr:last-child td:last-child  {
  border-bottom: 0 !important;
  border-style: none !important;
}

.builder-delete {
  color: #ed2324 !important;
  text-decoration: none;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 4em;
}

/*
** Detailansicht.
*/

.btn-icon {
  background-color:#747474 !important;
  border-color: #747474 !important;
  color: white !important;
  margin-left: 10px !important;
  padding: 10px 20px 10px 20px !important;
}

.btn-icon:hover {
  background-color: #4b4b4b !important;
  color: white !important;
}

.btn-icon:active {
  background-color: #4b4b4b !important;
  color: white !important;
}

.btn-contract-small {
  font-size: 14px;
}

.btn-icon-space {
  margin-left: 10px !important;
}

.card-header-qrcode {
  background-color: #747474;
  color:#FFF;
}


.btn {
  border-radius: 30px !important;
  box-shadow: none !important;
}

.btn-icon {
  background-color:#747474 !important;
  border-color: #747474 !important;
  color: white !important;
  margin-left: 10px !important;
  padding: 10px 20px 10px 20px !important;
}

.btn-icon:hover {
  background-color: #4b4b4b !important;
  color: white !important;
}

.btn-icon:active {
  background-color: #4b4b4b !important;
  color: white !important;
}

.btn-contract-small {
  font-size: 14px !important;
}

.btn-icon-space {
  margin-left: 10px !important;
}

.card-header-qrcode {
  background-color: #747474;
  color:#FFF;
}

.ul-stammdaten {
  padding: 6px 0 20px 0;
}

.demo {
  color: #0e9a00;
  font-weight: bold;
}

.findInput {
  width: 300px;
}

.circleIcon{
  width:50px;
  height:50px;
  background-color:#30AEAB;
  border-radius:100%;
  line-height:50px;
  text-align:center;
  vertical-align:middle;
  display:inline-block;
  color: white;
}

.doku_preview_page #wrapper {
  padding-top:0 !important;
}

.doku_preview_page #btn {
  box-shadow: none !important;
}
.doku_preview_page btn {
  box-shadow: none !important;
}
.btn {
  box-shadow: none !important;
}

/*
** Login Seite.
*/

#anmeldung-login {
  font-size: 14px;
}

#anmeldung-login h1, #anmeldung-login .h1 {
margin-bottom:0
}

#anmeldung-login .row .col-lg-6.left {
height: fit-content;
margin-top: auto;
margin-bottom: auto;
border-radius: 28px;
filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
background-color: #019a96;
padding:2rem 3rem
}

#anmeldung-login .row .col-lg-6.left h1, #anmeldung-login .row .col-lg-6.left .h1, #anmeldung-login .row .col-lg-6.left h2, #anmeldung-login .row .col-lg-6.left .h2, #anmeldung-login .row .col-lg-6.left p {
color:white
}

#anmeldung-login .row .col-lg-6.right figure {
margin:0
}

#anmeldung-login .row .col-lg-6.right figure img {
position: relative;
z-index: -1;
max-width: 115%;
left:-15%
}

#anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody {
position:relative
}

#anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPasswordNotificationCenter .formbody .widget-text, #anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-password {
display: flex;
flex-wrap: wrap;
margin-bottom: 0.5rem;
}

#anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .widget-text label, #anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-text input, #anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-password label, #anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-password input {
flex:0 0 100%
}

#anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-text label, #anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-password label {
color: white;
font-weight:700
}

#anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-text input, #anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-password input {
border: none;
border-radius: 5px;
background-color:#ffffff
}

#anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-checkbox {
margin-bottom: 2rem;
margin-top:1rem
}

#anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-checkbox .checkbox_container span {
display: flex;
align-items:center
}

#anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-checkbox .checkbox_container span input {
width: 22px;
height: 22px;
border-radius: 5px;
background-color: #ffffff;
border:none
}

#anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-checkbox .checkbox_container span label {
color: white;
font-weight: 700;
padding-left:1rem
}

#anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .widget-submit button {
height: 48px;
border-radius: 24px;
filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
background-color: #ed1c24;
color: white;
font-weight: 500;
border: none;
padding:0 2rem
}

#anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .password-reset {
position: absolute;
right: 0;
bottom:0.5rem
}

#anmeldung-login .mod_login .mod_lostPasswordNotificationCenter .mod_lostPassword .formbody .password-reset a {
text-decoration: underline;
color: white;
font-weight:700
}