/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/open-sans/open-sans-v27-latin-regular.woff2") format("woff2"), url("fonts/open-sans/open-sans-v27-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/open-sans/open-sans-v27-latin-700.woff2") format("woff2"), url("fonts/open-sans/open-sans-v27-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("fonts/open-sans/open-sans-v27-latin-italic.woff2") format("woff2"), url("fonts/open-sans/open-sans-v27-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/montserrat/montserrat-v12-latin-regular.woff2") format("woff2"), url("fonts/montserrat/montserrat-v12-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html, body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  hyphens: auto;
  box-sizing: border-box;
  background-color: white;
}
@media (min-width: 1024px) {
  html, body {
    font-size: 15px;
    line-height: 1.4;
  }
}

h1 {
  font-size: 1.8rem;
  font-weight: normal;
}

h2 {
  font-size: 1.4rem;
  font-weight: normal;
}

h3 {
  font-size: 1.2rem;
  font-weight: normal;
}

.monospace {
  font-family: monospace;
}

.clr {
  clear: both;
}

.dt-margin {
  margin: 8px;
}

.dt-margin-16 {
  margin: 16px;
}

.dt-margin-32 {
  margin: 32px;
}

.dt-margin-left {
  margin-left: 8px;
}

.dt-margin-left-16 {
  margin-left: 16px;
}

.dt-margin-left-32 {
  margin-left: 32px;
}

.dt-padding {
  padding: 8px;
}

.dt-padding-16 {
  padding: 16px;
}

.dt-padding-32 {
  padding: 32px;
}

.dt-padding-left {
  padding-left: 8px;
}

.dt-padding-left-16 {
  padding-left: 16px;
}

.dt-padding-left-32 {
  padding-left: 32px;
}

.dt-left-align {
  text-align: left;
}

.dt-right-align {
  text-align: right;
}

.dt-justify {
  text-align: justify;
}

.dt-center {
  text-align: center;
}

.dt-blur {
  filter: blur(1px);
}

.dt-flex {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 20px;
}
.dt-flex > * {
  flex: 1 1 0;
}
@media (min-width: 640px) {
  .dt-flex {
    flex-flow: row;
  }
}

/* Header ANFNAG ------------------------------------- */
.header-manager, .header-manager-female {
  /*background: url("images/index/smiling-man-with-crossed-arms-left.jpg");*/
  /*background: url("images/index/smiling-woman-with-mobile-left.jpg");*/
  background: url("images/index/smiling-female-business-leader-with-arms-crossed-left.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -190px 0px;
  color: white;
}
@media (min-width: 1024px) {
  .header-manager, .header-manager-female {
    /*background: url("images/index/smiling-man-with-crossed-arms-right.jpg");*/
    /*background: url("images/index/smiling-woman-with-mobile-right.jpg");*/
    background: url("images/index/smiling-female-business-leader-with-arms-crossed-right.jpg");
    background-position: -320px 0px;
  }
}
.header-manager .header-manager-bg, .header-manager-female .header-manager-bg {
  background-image: linear-gradient(to top, rgba(11, 36, 96, 0.68), rgba(0, 9, 75, 0.71));
  padding: 30px 0px 0px 30px;
}
.header-manager .heading-text, .header-manager-female .heading-text {
  margin-top: 90px;
}
.header-manager .heading-primary, .header-manager-female .heading-primary {
  hyphens: none;
  font-size: 30px;
  line-height: 40px;
  margin-right: 20px;
}
@media (min-width: 600px) {
  .header-manager .heading-primary, .header-manager-female .heading-primary {
    font-size: 44px;
    line-height: 60px;
    max-width: 650px;
  }
}
.header-manager .buttons-header, .header-manager-female .buttons-header {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.header-manager .buttons-header .button-test, .header-manager .buttons-header .button-help, .header-manager-female .buttons-header .button-test, .header-manager-female .buttons-header .button-help {
  font-size: 20px;
  padding: 10px 20px;
  border: none;
  text-decoration: none;
}
.header-manager .buttons-header .button-test, .header-manager-female .buttons-header .button-test {
  background: rgba(83, 205, 7, 0.6666666667);
}
.header-manager .buttons-header .button-help, .header-manager-female .buttons-header .button-help {
  background: rgba(164, 175, 221, 0.15);
}
.header-manager .heading-doctresor, .header-manager-female .heading-doctresor {
  font-family: "Calibri";
  font-size: 70px;
  font-style: italic;
  padding: 30px 0px 100px 0px;
}
@media (min-width: 640px) {
  .header-manager .heading-doctresor, .header-manager-female .heading-doctresor {
    font-size: 80px;
    padding: 30px 0px 40px 40px;
  }
}

/* Header ENDE */
.keypoints .advantages {
  list-style: none;
  padding: 0px 0px 0px 5px;
}
.keypoints .advantages li {
  line-height: 2;
}
.keypoints .advantages .fa-check {
  width: 20px;
  color: #47d147;
}

.unsere-kunden {
  background-color: #f1f1f1;
  padding: 20px;
  margin-top: 40px;
}

.xchg-container {
  margin-top: 60px;
  width: 100%;
  min-height: 100%;
  background-color: white;
  padding: 5px 5px;
  /*@media (min-width: $break-desktop){
      margin: 50px auto 0px auto;
      max-width: 1600px;
      width: 90%;
      min-height: 100%;
  }*/
}

.xchg-navibar {
  background-color: white;
  height: 50px;
  box-shadow: none;
  padding: 5px 10px 0px 10px;
  font-size: 1.2em;
  /*@media (min-width: $break-desktop){
      margin: 0px auto 0px auto;
      max-width: 1600px;
      width: 90%;
      min-height: 100%;
  }*/
}
.xchg-navibar .logo-navibar {
  letter-spacing: 2px;
  font-family: "Calibri", "Open Sans";
  font-style: italic;
  font-size: 1.5em;
  color: #2B415E;
  text-decoration: none;
}
.xchg-navibar .w3-button {
  padding: 10px 8px 0px 8px;
}
.xchg-navibar .burger {
  font-size: 1.2em;
  padding: 8px 18px 0px 8px;
}

.table-invoices table td, .table-invoices table th {
  text-align: left;
  padding: 4px 8px;
}

.letters-table {
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .letters-table {
    max-width: 1024px;
  }
}
.letters-table td.letter-subject {
  word-break: break-all;
}

/* Full height image header */
.bgimg {
  background-position: center;
  background-size: cover;
  background-image: url("images/bg-mac-lady.jpg");
  min-height: 100%;
}

.bgimg-small {
  background-position: center;
  background-size: cover;
  background-image: url("images/bg-mac-lady.jpg");
  height: 300px;
}

footer {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 30px;
  margin-top: 120px;
  width: 100%;
  padding: 20px 0px 20px 0px;
  background-color: rgba(211, 211, 211, 0.4784313725);
  font-weight: 700;
  justify-content: space-around;
  align-items: baseline;
  color: #2B415E;
}
@media screen and (min-width: 640px) {
  footer {
    min-height: 130px;
  }
}
footer .logo-footer {
  letter-spacing: 2px;
  font-family: "Calibri";
  font-style: italic;
  font-weight: normal;
  font-size: 1.5em;
  color: #2B415E;
  text-decoration: none;
}
footer .links {
  padding-left: 20px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-content: space-between;
  gap: 4px;
}
@media screen and (min-width: 640px) {
  footer .links {
    flex-flow: row nowrap;
    gap: 40px;
  }
}
footer a {
  text-decoration: none;
  color: #2B415E;
  font-weight: 600;
}
footer a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin-right: 6px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.scroll-top {
  display: block;
  position: fixed;
  height: 40px;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  background-color: white;
  padding: 10px 20px 5px 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 5px 0px #ccc;
  transition: all 1s ease 0s;
}

.pointer {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.border {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.hidden {
  display: none;
}

.form-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .form-row {
    flex-direction: row;
  }
}
.form-row label {
  margin: 2px 0px;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-row label {
    margin: 5px 5px;
    width: 20%;
  }
}
.form-row input, .form-row select {
  margin: 0px 0px;
}
@media (min-width: 1024px) {
  .form-row input, .form-row select {
    margin: 5px 5px;
  }
}

input[type=text], input[type=password], input[type=email], input[type=date], select, textarea {
  width: 95%;
  border: 1px solid gray;
}

textarea {
  height: 100px;
}

.span_alert {
  color: red;
  font-size: 1.5rem;
}

.dashboard form {
  display: inline-block;
}

.login-office-wrapper {
  margin: 20px 0px 60px 0px;
}
@media (min-width: 1024px) {
  .login-office-wrapper {
    margin: 20px 0px 60px 40px;
  }
}

.login-security-badge {
  max-width: 400px;
  height: auto;
  flex-basis: 20%;
  margin-right: 20px;
}

.login-security-badge img {
  max-width: 100%;
}

.login-office-logo {
  flex-basis: 80%;
}

.login-office-logo img {
  max-width: 100%;
}

.joined-client, .back-button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(#ccc, #666);
  color: white;
  padding: 5px 8px;
  margin: 10px 10px 10px 0px;
}

.login-client, .login-operator, .logoff-client, .logoff-operator, .password-client, .password-operator, .reg-client {
  display: inline-block;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #ccc;
  padding: 10px;
  color: black;
}

.login-client label, .login-operator label {
  display: inline-block;
  width: 200px;
  margin-bottom: 2px;
}

.login-client input, .login-operator input {
  margin-bottom: 5px;
}

.password-client .captcha, .password-operator .captcha {
  width: 250px;
}

.reg-client label {
  display: block;
  color: #006CB3;
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.reg-client input[type=text], .reg-client input[type=email] {
  display: inline-block;
  width: 400px;
  font-size: 20px;
  border-radius: 4px;
  padding: 4px;
}

.reg-client input[type=text].captcha {
  display: block;
}

.reg-client input[type=submit] {
  display: block;
  width: 400px;
  color: #006CB3;
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px;
  background-color: #a0ffa0;
}

.reg-client input[type=submit]:disabled {
  color: #a0a0a0;
  font-style: italic;
  background-color: inherit;
}

.reg-client #corr-ok,
.reg-client #corr-bad,
.reg-client #too-short,
.reg-client #verfuegbar,
.reg-client #nicht-verfuegbar {
  display: none;
  font-weight: bold;
}

.reg-client #corr-ok,
.reg-client #verfuegbar {
  color: green;
}

.reg-client #corr-bad,
.reg-client #too-short,
.reg-client #nicht-verfuegbar {
  color: red;
}

label {
  display: inline-block;
  min-width: 200px;
  font-weight: bold;
}

.files-form {
  background-color: white;
}

.operator-search-client {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  padding: 20px;
}

.operator-search-client h2 {
  margin: 0px;
  padding: 0px;
}

.operator-search-client .search-client-hits {
  display: none;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  padding: 20px;
  margin: 0px;
}

.operator-client-header {
  padding: 4px 4px;
}
.operator-client-header h1 {
  margin: 0px;
  padding: 0px;
}
.operator-client-header .operator-client-icons i {
  color: #255762;
  font-size: 1.4rem;
}

.operator-client-controls {
  box-sizing: border-box;
  padding: 4px 4px;
  margin: 20px 0px;
}

.operator-client-controls .fa,
.operator-client-controls .far,
.operator-client-controls .fas {
  color: white;
}

.operator-client-controls > div {
  font-size: 1.5rem;
  display: inline-block;
  white-space: nowrap;
  margin: 0px 20px 5px 0px;
}

.operator-client-controls a {
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(#ccc, #666);
  color: white;
  padding: 5px 8px;
}

.operator-client-controls a.selected {
  background: linear-gradient(#222, #666);
  font-size: 1.2em;
}

#search-inbox, #search-outbox {
  display: none;
  flex-flow: row nowrap;
}

#search-inbox input[type=text],
#search-outbox input[type=text] {
  width: 250px;
}

#search-inbox button.search,
#search-outbox button.search {
  background: linear-gradient(#ccc, #666);
  color: white;
  border-radius: 4px;
  padding: 5px 8px;
  margin: 10px 10px 10px 0px;
}

.files-inbox-outbox {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  padding: 0px;
  margin: 0px;
}
.files-inbox-outbox .files-inbox-outbox-caption {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 10px;
}

.files-inbox a.folder-view, .files-inbox a.time-view,
.files-outbox a.folder-view, .files-outbox a.time-view {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  /*background: linear-gradient(#ccc, #666);
  color: white;
  border-radius: 4px;*/
  border: 1px solid black;
  padding: 2px 8px;
  margin: 10px 10px 10px 0px;
}

.operator-joined_checkbox {
  transform: scale(1.4);
  display: inline-block;
  margin: 0px 9px 0px 10px;
}

.expander-open .expander-content {
  display: block;
}

.expander-closed .expander-content {
  display: none;
}

.expander-caption {
  font-size: 1rem;
  cursor: pointer;
  padding: 4px;
}

.expander-content .expander-caption {
  margin-left: 20px;
}

.expander-caption.selected {
  padding: 2px;
  border: 2px dashed #ccc;
}

.expander-content {
  background-color: white;
}

.expander-highlight {
  font-weight: bold;
}

.expander-open > .expander-controls > .expander-plus {
  display: none;
}

.expander-closed > .expander-controls > .expander-minus {
  display: none;
}

.files {
  padding: 0px 10px;
  height: 700px;
  overflow: auto;
}

.files > .file {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.files > .file:nth-child(odd) {
  background-color: #e3e3e3;
}
.files > .file .file-anchor-wrapper.file-highlight {
  background-color: #2B415E;
  color: white;
}
.files > .file > * {
  width: 50%;
  padding: 5px 0px;
  text-decoration: inherit;
  word-break: break-all;
}
.files > .file .file-anchor {
  text-decoration: none;
}
.files > .file .file-name {
  text-decoration: underline;
}
.files > .file .file-not-downloaded {
  font-weight: bold;
}
.files > .file > .file-actions {
  word-wrap: break-word;
  overflow: hidden;
  padding-left: 5px;
}
.files > .file > .file-actions > a {
  text-decoration: none;
}

.files-frame {
  width: 100%;
  height: 900px;
}
.files-frame img {
  width: 100%;
}

.files-droparea {
  cursor: pointer;
  display: inline;
  background: linear-gradient(#ccc, #666);
  border-radius: 2px;
  color: white;
  padding: 2px 4px;
}

.file-categories {
  display: table;
  border-spacing: 10px;
}

.file-categories .file-category {
  display: table-row;
}

.file-categories .file-category > div {
  font-size: 1.2rem;
  display: table-cell;
  margin: 10px 0px;
}

.file-categories .file-category input[name=groupingBack] {
  width: 50px;
}

.files-download-controls {
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 3px;
  color: #444;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.files-download-controls > div {
  width: 50%;
  padding: 1px 0px;
}

.files-download-controls input[type=checkbox] {
  transform: scale(1.4);
  display: inline-block;
}

.file-move-popup {
  position: absolute;
  height: 400px;
  width: 600px;
  top: 100px;
  left: 100px;
  font-size: 17px;
  background-color: white;
  border: 0.5px solid #aaa;
  padding: 10px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  overflow: auto;
}
.file-move-popup .file-move-title-wrapper {
  display: flex;
  flex-flow: row;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
.file-move-popup .file-move-title-wrapper .file-move-closer-icon {
  color: red;
  cursor: pointer;
}
.file-move-popup .file-move-title-wrapper .file-move-title {
  font-weight: bold;
}
.file-move-popup .file-move-title-wrapper .file-move-closer-text {
  font-size: 0.8em;
  cursor: pointer;
  text-decoration: underline;
}
.file-move-popup .folder-move-single {
  display: grid;
  gap: 10px;
  grid-template-columns: 250px 150px auto;
}
.operator-clients-filter {
  cursor: pointer;
  display: inline-block;
  padding: 2px 3px;
  border: 1px solid #ccc;
  text-align: center;
}

.operator-clients-settings-wrapper {
  position: absolute;
  display: none;
}
.operator-clients-settings-wrapper .operator-clients-settings {
  display: flex;
  flex-flow: column;
  gap: 6px;
  padding: 3px;
  border: 1px solid #ccc;
  background-color: white;
  align-items: flex-start;
}

.operator-clients {
  margin: 10px 10px 10px 10px;
}

.operator-clients-list {
  padding: 5px;
}
@media (min-width: 1024px) {
  .operator-clients-list {
    padding: 10px;
  }
}

.operator-clients-lots > .operator-clients {
  margin-top: 0px;
}

.operator-clients .operator-client-short {
  display: flex;
  flex-flow: row nowrap;
  cursor: pointer;
  margin: 4px 0px;
  text-decoration: none;
  max-width: 1100px;
  gap: 10px;
}
.operator-clients .operator-client-short .ocs-icon {
  display: none;
}
@media (min-width: 1024px) {
  .operator-clients .operator-client-short .ocs-icon {
    display: block;
    width: 20px;
    border-bottom: 1px solid #ccc;
  }
}
.operator-clients .operator-client-short .ocs-mandantennummer, .operator-clients .operator-client-short .ocs-company, .operator-clients .operator-client-short .ocs-name, .operator-clients .operator-client-short .ocs-files {
  width: 25%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 3px 10px;
  border-bottom: 1px solid #ccc;
}
.operator-clients .operator-client-short .ocs-mandantennummer {
  width: 20%;
}
@media (min-width: 1024px) {
  .operator-clients .operator-client-short .ocs-mandantennummer {
    width: 10%;
  }
}
.operator-clients .operator-client-short .ocs-company, .operator-clients .operator-client-short .ocs-name {
  width: 40%;
}
@media (min-width: 1024px) {
  .operator-clients .operator-client-short .ocs-company, .operator-clients .operator-client-short .ocs-name {
    width: 40%;
  }
}
.operator-clients .operator-client-short .ocs-files {
  display: none;
}
@media (min-width: 1024px) {
  .operator-clients .operator-client-short .ocs-files {
    display: block;
    width: 30%;
  }
}
.operator-clients .operator-client-short .files-new-total {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
@media (min-width: 1024px) {
  .operator-clients .operator-client-short .files-new-total {
    width: 100px;
  }
}
.operator-clients .operator-client-short .files-new-total .files-new {
  font-weight: bold;
  width: 48%;
  text-align: right;
}
.operator-clients .operator-client-short .files-new-total .files-sep {
  width: 10px;
  text-align: center;
}
.operator-clients .operator-client-short .files-new-total .files-total {
  width: 48%;
  text-align: left;
}

.operator-client-dialog, .operator-client-message {
  display: none;
  max-width: 1280px;
}
.operator-client-dialog .form-row, .operator-client-message .form-row {
  align-items: flex-start;
}

.operator-client-message-form textarea {
  height: 250px;
}

.operator-client-notes {
  color: #255762;
  height: 200px;
  overflow: scroll;
}

.operator-client-journal .unread-tag {
  color: white;
  background-color: #f44336;
  padding: 0px 6px;
}

.operator-change-password {
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: rgb(240, 240, 240);
  padding: 6px 6px 0px 6px;
}

.deleted-files tr th, .deleted-files tr td {
  border-bottom: 1px solid #ddd;
  padding-left: 16px;
  text-align: left;
}
.deleted-files tr:nth-child(even) {
  background-color: #f1f1f1;
}
.deleted-files tr:nth-child(odd) {
  background-color: #fff;
}

.files input[type=checkbox] {
  transform: scale(1.4);
  display: inline-block;
  margin: 0px;
}

.line-fine, .line-thick {
  display: block;
  height: 10px;
  margin: 10px 0px;
}

.line-fine {
  border-bottom: 1px solid #ccc;
}

.line-thick {
  border-bottom: 3px solid #ccc;
}

.message {
  padding: 0px;
  margin: 10px 0px;
}

.message-content {
  display: none;
  border: 1px solid #888;
  padding: 10px;
  margin: 10px 0px;
  background-color: white;
}

.message-left {
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #C7EDFC;
  margin-bottom: 10px;
  padding: 10px;
}

.message-right {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  background: white; /* #F0F4F8;*/
  margin-bottom: 10px;
  padding: 10px;
}

.new-client, .import-clients, .new-operator, .new-distributionlist {
  display: none;
}

.select_folder {
  min-height: 200px;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 8px;
  color: red;
  background-color: white;
  text-align: center;
}

.select_folder h2 {
  font-size: 1.4rem;
  font-weight: bold;
}

.button, .button-orange, .button-blue {
  display: inline-block;
  cursor: pointer;
  margin: 10px 10px 10px 0px;
  padding: 6px 10px;
  border: 1px solid #2b415e;
}

.button-orange {
  color: white;
  font-weight: bold;
  border: none;
  background: linear-gradient(to bottom, rgba(247, 131, 69, 0.8) 0%, rgb(245, 80, 20) 100%);
  text-decoration: none;
}

.button-blue {
  color: white;
  font-weight: bold;
  border: none;
  background: linear-gradient(to bottom, rgba(69, 130, 247, 0.8) 0%, rgb(20, 108, 245) 100%);
  text-decoration: none;
}

.file-category-button {
  display: inline-block;
  cursor: pointer;
  margin: 3px 10px 3px 0px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  user-select: none;
}

.file-category-button-down {
  border: 2px solid #888;
  font-weight: bold;
  box-shadow: 0px 0px 10px 0px #ccc;
  color: white;
  background-color: #444;
}

.jconfirm .jconfirm-box {
  margin-left: 5%;
  margin-right: 5%;
}

@media (min-width: 1024px) {
  .jconfirm .jconfirm-box {
    margin-left: 35%;
    margin-right: 35%;
  }
}
.office-form {
  max-width: 1024px;
}

.client_invited {
  font-size: 0.7em;
  font-style: italic;
}

.client_not_invited {
  font-style: italic;
  background-color: #fdd;
  padding: 3px 10px;
}

.lock {
  color: #C5B358; /* gold */
  padding-left: 4px;
}

.contact {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.contact .header-image {
  width: 100%;
  height: 400px;
  background: url(images/contact/business-email-concept-cropped.jpg);
  background-position: 50px -80px;
}
.contact .header-image .header-blur {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(11, 36, 96, 0.68), rgba(0, 9, 75, 0.71));
}
@media (min-width: 1024px) {
  .contact .contact-form {
    width: 65%;
    max-width: 800px;
  }
}
.contact .contact-form .heading {
  margin: 10px 0px;
}
.contact .contact-form input[type=submit] {
  margin: 22px auto;
  display: block;
  padding: 9px;
}
.contact .contact-form label {
  margin-top: 15px;
}
.contact .contact-more {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.help {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.help .videos {
  display: flex;
  flex-flow: column;
}
@media (min-width: 640px) {
  .help .videos {
    flex-flow: row wrap;
    gap: 10px;
  }
  .help .videos > div {
    background-color: #e3e3e3;
    width: 30%;
    padding: 0px 5px;
  }
}

.more {
  font-weight: bold;
  font-style: italic;
  color: #777;
  cursor: pointer;
}

.youtube {
  max-width: 640px;
  margin: 64px auto 0px auto;
}

.youtube-help {
  margin-top: 5px;
}

.youtube img {
  cursor: pointer;
  width: 100%;
  padding: 20px;
}

.overlay-gray-z-2 {
  z-index: 2;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
}

.change-password {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 80%;
  padding: 20px;
  background-color: white;
  color: black;
}

.faqs {
  margin-top: 64px;
}
@media (min-width: 640px) {
  .faqs {
    max-width: 700px;
  }
}
.faqs .faq .faq-headline {
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0px;
  cursor: pointer;
}
.faqs .faq .faq-headline .faq-question {
  padding-right: 20px;
}
.faqs .faq .faq-headline .faq-closer {
  display: none;
}
.faqs .faq .faq-question {
  margin: 10px 0px 0px 0px;
}
.faqs .faq .faq-answer {
  margin: 3px 0px 0px 30px;
  display: none;
}

a.unread-messages {
  display: inline-block;
  cursor: pointer;
  margin: 10px 10px 10px 0px;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: #fdd;
  text-decoration: none;
}

.color-pick {
  float: left;
  width: 15px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
}

.color-pick-selected {
  border: 3px solid black;
}

.color-pick-red {
  background-color: #cc0000;
}

.color-pick-yellow {
  background-color: #ffff00;
}

.color-pick-green {
  background-color: #00aa00;
}

/* SWITCH BEGIN */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  min-width: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* SWITCH END */
/* index ANFANG ------------------------------------------------------ */
.preismodell {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  gap: 10px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .preismodell {
    flex-flow: row nowrap;
  }
  .preismodell .inner-left, .preismodell .inner-middle, .preismodell .inner-right {
    width: 25%;
  }
}
.preismodell .card {
  position: relative;
  width: 300px;
  height: 600px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 20px;
  overflow: hidden;
}
.preismodell .card::after, .preismodell .card::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #2B415E;
  opacity: 0.6;
}
.preismodell .card::after {
  top: -20%;
  right: -20%;
  width: 200px;
  height: 200px;
}
.preismodell .card::before {
  top: -15%;
  right: -13%;
  width: 160px;
  height: 160px;
}
.preismodell .card h3 {
  color: darkblue;
  margin-top: 10px;
}
.preismodell .details ul {
  padding: 0px;
  width: 220px;
  height: 180px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.preismodell .details ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.preismodell .details i {
  display: block;
  width: 30px;
}
.preismodell .fa-check {
  color: #47d147;
}
.preismodell .fa-times {
  color: #ff3333;
}
.preismodell .card p {
  font-size: 14px;
}
.preismodell .card p span {
  margin-left: 5px;
  font-size: 45px;
  font-weight: 600;
  color: #2B415E;
}
.preismodell .button {
  width: 260px;
  font-size: 20px;
  border: none;
  background: #2B415E;
  color: white;
  position: relative;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  transition: 0.3s;
}
.preismodell .button:hover {
  opacity: 1;
}

/* index ENDE  ------------------------------------------------------*/
/* CHAT ANFANG */
.chat-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.chat {
  display: flex;
  flex-flow: column;
  width: 400px;
  padding: 15px;
}

.chat-header {
  padding: 15px;
  background-color: #2D686B;
  color: white;
  font-weight: bold;
}

.chat-body {
  display: flex;
  flex-flow: column;
  background-color: #E5DDD5;
  max-height: 600px;
  min-width: 300px;
  overflow: auto;
}

.chat-row-start {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.chat-row-end {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}

.chat-row-message {
  max-width: 66%;
  margin: 10px;
  padding: 8px 8px 3px 8px;
  border-radius: 5px;
  overflow-wrap: break-word;
}

.chat-row-start .chat-row-message {
  background-color: #FFFFFF;
}

.chat-row-end .chat-row-message {
  background-color: #DCF8C6;
}

.chat-row-message-when {
  text-align: right;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.45);
}

.chat-row-message-when .fa-check {
  color: #4FC3F7;
  opacity: 0.8;
  padding-left: 5px;
  font-size: 8px;
}

.chat-message-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.chat-message {
  height: 25px;
}

.chat-message-plane {
  padding: 0px 10px 0px 10px;
  line-height: 25px;
  cursor: pointer;
  color: #555;
  background-color: #E5DDD5;
}

/* CHAT ENDE */
