/* ############################################# */
/* haiForms-global - nicht löschen oder anpassen */



.CXCheckbox:focus-within,
.CXSelect .XSelect.XCheckbox:focus-within,
.CXSelect .XSelect.XRadio:focus-within,
.CXSelect .XQuestTable:focus-within {
    background-color: transparent;
    outline: none;
}

/*  WaitingScreen */
.waitingOverlay {
    display: block;
    z-index:  1000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.95;
    background-size : cover;
    background-color: #fff;
}

.waitingLayer {
    display: flex;
    z-index:  1000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.95;
    background-size : cover;
    background-color: #fff;

    font-size: 2em;
    line-height: 1.5em;
    color: #000;
    justify-content: center;
    align-items: center;
}

.waitingOverlayContent,
.waitingOverlayContent2 {
    font-size: 2em;
    line-height: 1.5em;
    color: #000;
    padding-top: 15%;
}

.waitingOverlayContent::after {
    content: "Die Daten werden übermittelt. \A Bitte warten...";
    white-space: pre-wrap;
}

.waitingOverlayButton {
    white-space: pre-wrap;
    color: var(--grau-1);
    text-align: center;
    text-decoration: none;
    background-color: #f1ca33;
    background-image: -webkit-linear-gradient(top,#f1ca33,#eec025);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    transition: all 0.1s ease-out;
    line-height: 24px;
    padding: 10px 13px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

/* fix double plus in Wiederholung Felder  */
.modern .xm-item-div .add-button::before{
    display: none;
}

/* haiForms-global - nicht löschen oder anpassen */
/* ############################################# */


/* Fonts der Pfalz */
@font-face{
    font-family:'Noto Sans';
    font-weight:400;
    font-style:normal;
    font-stretch:normal;
    src: url('../resource/noto_sans_regular.woff2') format('woff2'),
         url('../resource/noto_sans_regular.woff') format('woff'),
         url('../resource/noto_sans_regular.ttf') format('truetype');
    font-display: swap;
}

@font-face{
    font-family:'Noto Sans';
    font-weight:700;
    font-style:normal;
    font-stretch:normal;
    src: url('../resource/noto_sans_bold.woff2') format('woff2'),
         url('../resource/noto_sans_bold.woff') format('woff'),
         url('../resource/noto_sans_bold.ttf') format('truetype');
    font-display: swap;
}

@font-face{
    font-family:'Noto Sans';
    font-weight:400;
    font-style:italic;
    font-stretch:normal;
    src: url('../resource/noto_sans_regularItalic.woff2') format('woff2'),
         url('../resource/noto_sans_regularItalic.woff') format('woff'),
         url('../resource/noto_sans_regularItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face{
    font-family:'Merriweather Sans';
    font-weight:400;
    font-style:normal;
    font-stretch:normal;
    src: url('../resource/merriweather_sans_regular.woff2') format('woff2'),
         url('../resource/merriweather_sans_regular.woff') format('woff'),
         url('../resource/merriweather_sans_regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('../resource/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins_Medium';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('../resource/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('../resource/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url('../resource/Poppins-Light.ttf') format('truetype');
}

/* Farben der Pfalz */
:host, :root {
  --gelb-1: #f1c92d;
  --gelb-2: #eec025;
  --blau-1: #006aac;
  --blau-2: #2387c6;
  --blau-3: #3da0de;
  --grau-1: #5c5c5c;
  --grau-2: #adadad;
  --grau-3: #cecece;
  --grau-4: #e6e6e6;
  --grau-5: #f0f0f0;
  --grau-6: #f8f8f8;
  --white: #ffffff;
}

/* formularweite Schrift */
/*
.xm-form.modern *,
.modern .XPage *,
.modern .XItem *,
*/
.xfc-template-body,
.xfc-template,
.modern p,
.modern label,
.modern input,
.modern button,
.modern div,
.modern span:not(.ui-icon),
.modern option,
.modern li,
.modern a,
.modern h4 
{
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
    color: var(--gray-1,#5c5c5c);
}

.modern .xm-error-text li {
  color: var(--white);
}

.modern h1,
.modern h2,
.modern h3 {
    font-family: 'Merriweather Sans',Helvetica,Jamrul,sans-serif !important;
    color: var(--gray-1,#5c5c5c);
}


/*
.snippet {
    position: relative;
    background: #fff;
    padding: 32px 5%;
    margin: 24px 0;
    box-shadow: 0 4px 12px -2px rgba(0, 32, 128, .1), 0 0 0 1px rgba(60, 80, 120, 0.1);
    border-radius: 16px;
  }

  .snippet::before {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 0 8px;
    content: attr(data-title);
    font-size: 12px;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: white;
    background-color: rgb(255, 25, 100);
    border-radius: 10px;
    line-height: 20px;
  }

  .snippet:hover {
    cursor: pointer;
    outline: 2px solid rgb(255, 25, 100);
  }
  */


  
/**
 * ==============================================
 * 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-top: -18px;
  margin-left: 125px;
}
.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;
  }
}



 
  


/* ############################################################################################# */
/* eigenes Loading Symbol */
/* ############################################################################################# */

/*EN: Loading symbol - position and background color*/
/*DE: Ladesymbol - Position und Hintergrundfarbe*/
.loading {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(255, 255, 255);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/*EN: Contents of the symbol - cut off, no scroll bar*/
/*DE: Inhalt des Symbols - abgeschnitten, kein Scrollbalken*/
form.xm-loading {
	overflow: hidden;
}

form.xm-loading .loading {
	display: block;
}

/*EN: Integration of the individual charging symbol*/
/*DE: Einbindung des individuellen Ladesymbols*/
.loading .animation{
    background-image: url('../resource/bkkpfalz_rgb_oU.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 60%;
    -webkit-animation: scale-up-center 1000ms infinite alternate-reverse both;
    animation: scale-up-center 1000ms infinite alternate-reverse both;
}

/*EN: Scaling while loading*/
/*DE: Skalierung beim Laden*/
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
/* ############################################################################################# */
strong {
  line-height:1.70em;
}

.modern .XItem .item-width-year-field {
    width:73px;
}
.modern .XItem .item-width-date-field {
    width:125px;
}
.modern .XItem .item-width-datetime-field {
    width:187px;
}