/* Fonts der BKK24  */
@font-face{
    /* "Univers LT W01_57 Condensed" */
    font-family:"Univers_LT_Condensed";
    src: url("/includes/ressource?mid=102&name=bf8f8741-5f64-4db9-a877-a44624092e68.woff2") format("woff2"), 
            url("/includes/ressource?mid=102&name=7ce02c2c-45d4-4dee-90f2-f8034e29ac24.woff") format("woff");
}

@font-face{
    /*"Univers LT W01_67 Bold_1476016"; */
    font-family: "Univers_LT_Bold";
    src: url("/includes/ressource?mid=102&name=3bdb4597-ff70-447c-8620-8836686bf840.woff2") format("woff2"),
            url("/includes/ressource?mid=102&name=5599ac9f-d136-4277-aeee-f82aac5d527f.woff") format("woff");
}


/* Farben der BKK24 */

:host, :root {
  --grey-100: #000000;
  --grey-080: #353535;
  --grey-070: #4E4E4E;
  --grey-060: #666666;
  --grey-050: #808080;
  --grey-040: #999999;
  --grey-030: #B4B4B4;
  --grey-020: #CECECE;
  --grey-010: #E4E4E4;
  --grey-input: #e2e2e2;
  --grey-005: #f8f8f8;

  --white: #ffffff;
  --red-100: #FF0032;
  --red-080: #FF335B;
  --red-060: #FF6684;
  --red-040: #FF9AAE;
  --red-020: #FFCBD5;
  --yellow-100: #FFE600;
  --yellow-080: #FFEB35;
  --yellow-060: #FFF066;
  --yellow-040: #FFF599;
  --yellow-020: #FFFACB;
}

/* formularweite Schrift */
.xfc-template-body,
.xfc-template,
.modern p,
.modern label,
.modern input,
.modern div,
.modern span:not(.ui-icon),
.modern option,
.modern li,
.modern a
{
    color: var(--grey-080);
    font-family: 'Univers_LT_Condensed',-apple-system,Arial,sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}


.body.modern {
    /* background-color: var(--white); */
    margin: 0;
    text-align: left;
}

/* ######## Formatierungen für den Header ###########*/
.modern .CXHeader {
   background-color: var(--white);
}

.modern .CXHeader .XHeader .HeaderBlock {
    padding: 0;
}
.modern .CXHeader .XHeader .HeaderBlock .Kassen-Logo {
    background-image: url("/includes/ressource?mid=102&name=bkk24-logo.svg");
    background-repeat: no-repeat;
    background-size:  300px;
    background-position: top left;
    background-origin: content-box, padding-box;
    min-height: 60px;
    padding-top:0;
    float: left;
    margin-top: 10px;
}

.modern .CXHeader .XHeader .HeaderBlock .cFormularTitel {
    display: block;
}
.modern .CXHeader .XHeader .HeaderBlock .cFormularTitel .FormularTitel {
    margin-top: 65px;
    margin-bottom: 25px;
}

.modern .CXHeader .XHeader .HeaderBlock .cFormularTitel .FormularTitel h2 {
    font-family: 'Univers_LT_Bold' ,sans-serif !important;
    color: var(--red-100);
}

.modern .xm-footer-link {
    text-decoration: none;
}

.modern .xm-footer-links {
    padding-top:0;
}

.modern .xm-footer-hint {
    padding-top:10px;
}

.modern .CXPage .header {
    border:none;
}
/* ######## Ende Formatierungen für den Header ###########*/

.modern .CXSpan span.isEditLink {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDBWMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBmaWxsPSIjZGMwYTFlIiBkPSJNMTQuMDYgOS4wMmwuOTIuOTJMNS45MiAxOUg1di0uOTJsOS4wNi05LjA2TTE3LjY2IDNjLS4yNSAwLS41MS4xLS43LjI5bC0xLjgzIDEuODMgMy43NSAzLjc1IDEuODMtMS44M2MuMzktLjM5LjM5LTEuMDIgMC0xLjQxbC0yLjM0LTIuMzRjLS4yLS4yLS40NS0uMjktLjcxLS4yOXptLTMuNiAzLjE5TDMgMTcuMjVWMjFoMy43NUwxNy44MSA5Ljk0bC0zLjc1LTMuNzV6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 20px 18px;
}

.modern .CXSpan div.hasEditableLink {
    display: inline-block;
    width: calc(100% - 30px);
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
  margin: 10px auto;

}

.dot-pulse{
    display: inline-block;
    height: 10px;
    margin: 0 0 0 22px;
    transform: translateY(5px);
}

.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}