/* =================================
   LAYOUT
   ================================= */

.mainbg {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 0.6) 100%);

  background-attachment: fixed;
  background-repeat: no-repeat;

  background-size: 100% 100vh;


  position: fixed;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.apple-device .mainbg {
  display: none;
}

html.apple-device {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 0.6) 100%);

  background-attachment: fixed;
  background-repeat: no-repeat;

  background-size: 100% auto;
}

header .header-box {
  background: #1c1816;
  color: #fff;
}

footer {
  /*background: #444;*/
  background: #1c1816;
  color: #fff;
}

footer a, footer a:link, footer a:visited {
  color: white;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

.search-bar {
  background: #444342;
  color: #fff;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #fff;
}

.fct-nav {
  background: #1c1816;
}

.icon-bar .single-icon a {
  color: #1c1816;
  display: inline-block;
}

.icon-bar .single-icon a:hover {
  color: #6d6863;
}

.single-icon .menu-button {
  transition: transform 0.10s ease-out;
  transform: scale(1, 1);
}

.single-icon:active .menu-button {
  opacity: 0.9;
  transition: transform 0.10s ease-in;
  transform: scale(0.95, 0.95);
}

.platocontent a, .platomargin a, a:link, a:visited {
  color: var(--customer);

}

.platocontent a:hover, .platomargin a:hover, a:hover {
  color: #990000;
}

input.p-sb, a.p-sb {
  background: #cc0000;
  color: white;
}

.platocontent ul.stdlist li:before {
  background: #cc0000;
}

input.p-sb:hover, a.p-sb:hover {
  background: #990000;
  color: white;
}

.form-table input[type="checkbox"]:checked + label:before {
  background: #fff url(/layout/checkmark.png) no-repeat center center / 10px;
}

.form-table input[type="radio"]:checked + label:before {
  /*background: #cc0000;*/
}

div.content-div-1 {
  background: rgba(221, 221, 221, 0.2);
  border-color: #ccc;
}

.platocontent h1:after {
  content: "";
  border-bottom: 1px solid #cc0000;
  width: 150px;
  margin: 22px auto;
  display: block;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.page {
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

header {
  min-height: 80px;

}

header {
  position: relative;
  z-index: 999;
}

header .header-box {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.main-content {
  padding-bottom: 90px; /* height footer */
}

.main-content:after, .platocontent:after {
  content: "";
  display: block;
  clear: both;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 90px;
  left: 0; /* left:0 ggf auskommentieren */
  padding-top: 34px;
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  margin: 0 auto;
}

.platocontent {
  padding: 20px 0 60px 0;
}

.sectiondiv {
  max-width: 1400px;
  margin: 0 auto;
}

.alt-one .sectiondiv {
  padding-top: 0;
}

.alt-two .sectiondiv {
  padding-bottom: 0;
}

/* =================================
   Width Setter Models
   ================================= */

.iwsetter {
  max-width: 1200px;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}

header .iwsetter {
  position: relative;
  text-align: center;
  z-index: 100;
}

.search-bar input {
  border: none !important;
}

.search-bar {
  position: absolute;
  padding: 13px 0 0 0;
  /*display: none;*/
  width: 100%;
  bottom: 0px;
  height: 60px;
  z-index: 0;
  transition: transform 0.12s ease-in;
  transform: translate(0, 0);
}

.search-bar.active {
  /*display: block;*/
  transition: transform 0.12s ease-in;
  transform: translate(0, 60px);
}

.search-icon {
  width: 32px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 24px;
}

.site-title {
  width: calc(100% - 240px);
  margin: 0 120px;
  position: absolute;
  top: 18px;
  z-index: 0;
  pointer-events: none;
  left: 0;
  font-family: "Custom-Condensed", sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
  display: none;


}

/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/

.platocontent p.p-block, .platomargin p.p-block {
  padding: 0 0 10px 0;
}

.sectiondiv {
  padding: 40px 0 0px 0;
  /*overflow: hidden;*/
}

.article-div, .iwsetter {
  max-width: 1000px; /* Max Page Size */
  /*  max-width: 760px; *//*  Max Page Size */
  padding: 0 20px; /* GOLBAL 20px sides */
  margin: 0 auto;
}

.icon-bar {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0 auto;
}

.icon-bar .single-icon {
  flex-basis: 25%;
  font-family: "PT Sans Narrow", sans-serif;
  line-height: 2rem;
  font-size: 1.5rem;
}

.single-icon .menu-button {
  background-color: white;
}

div.radio-donation-spacing {
  padding-bottom: 10px;
}

.ra-divider {
  clear: both;
  height: 5px;
}

.pipenav {
  float: left;
  padding-top: 28px;
}

.pipenav a {
  color: var(--customer);
}

.pipenav.pipenav2 {
  float: right;
}


.foot-nav {
  text-align: center;
}

.foot-nav a {
  color: white;
  margin-right: 15px;
  white-space: nowrap;
}

div#preenc_info {
  width: 0vw;
  max-height: 0rem;
  float: right;
  overflow-y: auto;
  visibility: hidden;
  display: none;
}

div#notvalid {
  text-align: center;
  display: block;
  /* width: 100vw; */
  color: #cc0000;
  display: none;
  padding: 0 0 3rem 0;
}

.case-functions-wrapper {

  border:1px solid #ccc;
  padding:15px 20px;
  background: #f0f0f0;

}



.conversation-item {

  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}

.conversation-info {

  padding: 1rem;
}




.conversation-item.iter-1 {
  background: #eee;
}

.conversation-meta {
  font-size: small;
  font-weight: bold;
  display: flex;
}

.conversation-meta-item {

  padding: 0 0.25rem;
}

.conversation-new {
  padding: 20px 0 0 0px;
  margin: 0 20px;
}



.reencrypt input {
  /*  font-size: 1.25rem;*/
  /*text-align: right;
  padding-right: 10px;*/
}


div.content-files {
  background: rgba(221, 221, 221, 0.2);
  border-color: #ccc;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  padding: 8px 12px;
}

.upload-check {
  display: block;
  justify-content: space-between;
}

#realsend, #presend {
  text-align: right;
  width: 100%;
}

#realsend.user-wb, #presend.user-wb {
  text-align: left;
  width: 100%;
  padding: 0;
}

#att_1 .b {
  /*padding-left: 5rem;*/
}

.back-to-wb {
  text-align: center;
}

.cm-hr hr {
  border: none;
  border-bottom: 1px solid #cc0000;
  height: 2rem;
  width: 26rem;
}

.lang-menu {
  float: right;
  border: 1px solid #FFF;
  margin: 0 0 0 1rem;
  /* padding: 0.5rem; */
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  width: 3rem;
  font-size: 1rem !important;
}


div.faq-box {
  margin-bottom: 5px;
}

div.faq-q {
  padding: 10px 50px 10px 20px;
  font-weight: bold;
  cursor: pointer;
  background: #f2f2f2 url(/layout/icons_black/plus.svg) no-repeat calc(100% - 20px) center / 20px 20px;
}

div.faq-q:hover {
}

div.faq-box.active {
}

div.faq-box.active div.faq-q {
  background-image: url(/layout/icons_black/minus.svg);
}

div.faq-a {
  display: none;
  padding: 0px 20px 10px 20px;
  background: #f2f2f2;
}

div.faq-box.active .faq-a {
  display: block;
}
/*
#ajax-please-wait {
  bottom: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;

}
*/

input#reencrypt.wait {

  background-image: url(/layout/easyline-loader.gif);
  background-repeat: no-repeat;
  background-color: #dfa8a8;
  background-blend-mode: multiply;
  background-position-x: center;
  background-size: contain;
  cursor: not-allowed;

}

#encrypt-overlay.wait-full, #encrypt-done-overlay.wait-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

div#presend.form-wb {
  white-space: nowrap;
}

.cm-table {
  display: table;
  width: 100%;
}

.cm-table-row {
  display: table-row;
}

.cm-table-heading {
  background-color: #EEE;
  display: table-header-group;
}

.cm-table-cell, .cm-table-head {

  display: table-cell;
  padding: 3px 10px;
}

.cm-table-heading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.cm-table-foot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.cm-table-body {
  display: table-row-group;
}


#priv_hint {

  border: 1px solid #888;
  width: 300px;
  height: 150px;
  background: white;
  margin: 0 auto;
  padding: 20px;
  position: fixed;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 10%;
  text-align: center;
  z-index: 999;
}

.close-popup {
  position: static;
  top: 40px;
  font-weight: bold;
  cursor: pointer;
}

#priv_hint::backdrop {
  background-color: darkorange;
}

nav#casemanager-navigation {
  position: fixed;
  top: 150px;
  left: 20px;
}

nav#casemanager-navigation li {
  color: var(--customer);
  cursor: pointer;
  padding: 0.7rem 2rem;
  border: 2px solid var(--customer);
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 300px;
  display: flex;
  align-items: center;
}


nav#casemanager-navigation i {
  padding-right: 12px;
  font-size: 30px;
  vertical-align: middle;
}

nav#casemanager-navigation li:hover, nav#casemanager-navigation a:hover,
nav#casemanager-navigation li.active {
  color: var(--font-customer-button);
  background: var(--customer-button);
}

nav#casemanager-navigation li.hidden {

  display: none;
}

.daten-case_manager .article-div, .iwsetter, .daten .article-div, .iwsetter {

  /*    max-width: 600px;
      margin-left:100px;*/

}

.setalias-wrapper {
  /*column-count: 3;*/
  /*width: 100%;*/
}

.purge-wrapper, .reencrypt-wrapper, .setstatus-wrapper, .changecompany-wrapper, .changegroup-wrapper {
  /*column-count: 2;*/
  /*width: 100%;*/
  /*margin-top: 10px;*/
}


#checklist-buttons {
text-align: right;
    width: 150px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 15px;
    margin-top: 5px;
}
.checked-list-item {
  display: flex;
      justify-content: space-between;
}

.checked-list-item > div{
  
  width: 33%;
}


.checked-listinput[type="checkbox"]:not(:checked):hover + label:before {
  background: #f9f9f9;
}

.checked-listinput[type="checkbox"]:disabled + label:before, .checked-listinput[type="radio"]:disabled + label:before {
  background: #ccc !important;

  -webkit-box-shadow: inset 0 0 0 2px #ccc;
  -moz-box-shadow: inset 0 0 0 2px #ccc;
  -o-box-shadow: inset 0 0 0 2px #ccc;
  box-shadow: inset 0 0 0 2px #ccc;
}

.checked-listinput[type="checkbox"]:checked + label:before {
  /*background: #000;*/
  /*- oder hÃ¤kchen - */
  /*content: "\2713";*/
  /*- oder -*/

  background: #88ac32 url(/layout/cx.svg) no-repeat center center / 10px;
  border-color: #88ac32 !important;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.checked-list {

  border: 1px solid #ccc;
  padding: 20px 0 10px 10px;
  margin: 0 0px 20px 0px
}

.conversation-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.conversation-item-wrapper.reverse {
        flex-direction: column-reverse;
}

.conversation-item-sort {
  text-align: right;cursor: pointer;font-size: 12px;vertical-align: middle;margin-right: 14px;
}
.conversation-item-sort .fa {
    transform: translate(-4px, 6px);
    font-size: 13px;
    position: absolute;
    margin-left: 8px;
}

.file_cssbutton .fa {
  
  position: relative;left: -5px;
}
@media (max-width: 1640px) {
  nav#casemanager-navigation {
    position: static;
    max-width: 1000px;
    margin: auto;
    padding-left: 20px;
    margin-bottom:30px;
  }
  nav#casemanager-navigation ul {
    display: flex;

    flex-wrap: wrap;
  }
  nav#casemanager-navigation li {
    min-width: auto;
    overflow: hidden;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0.3rem 1rem;
  }
}


@media (max-width: 960px) {
  .cm-table-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px dotted;
  }

  .back-to-wb {
    text-align: center;
    margin: 1rem;
    width: 100%;
  }

  .upload-check {
    display: block;

  }

  #realsend, #presend {
    text-align: center;
    width: 100%;
  }

  #att_1 .b {
    padding-left: 0rem;
  }

  .reencrypt {
    width: 100%;
  }

  .case-functions {
    flex-direction: column;
  }


  nav#casemanager-navigation {
    padding-left: 5px;
  }
  nav#casemanager-navigation ul {
        hyphens: auto;
  }

  .checked-list-item > div {
    width: 90%;
    padding: 3px;
    
}

.checked-list-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
}

.purge-status-text{
  font-weight: bold;
  padding-top: 7px;
}
.purge-status.tab-row {
    line-height: 3.25rem;
}

.setalias-wrapper.form-table {
    height: 5.35rem;
}