/* Fonts der Pfalz Krankenkasse */
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('/includes/ressource?mid=52&name=Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins_Medium';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('/includes/ressource?mid=52&name=Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('/includes/ressource?mid=52&name=Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url('/includes/ressource?mid=52&name=Poppins-Light.ttf') format('truetype');
}

/* Farben der Pfalz */
:host,
:root {
    --heavy-black: #112439;
    --blue: #e5f3ff;
    --blue-2: #0085ff;
    --white-1: #fff;
}



.xfc-template {
    width: 100%;
    height: 100%;
    color: var(--heavy-black);
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.xfc-template H1 {
    font-size: 30px;
    font-family: "Poppins_Medium", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
}

.xfc-template H2 {
    font-size: 20px;
    font-family: "Poppins_Medium", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
}

.xfc-template H3 {
    font-size: 20px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.xfc-template H4 {
    font-size: 15px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.xfc-template H5 {
    font-size: 15px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.xfc-template DIV[lang] {
    margin: 20px auto;
    min-width: 300px;
    max-width: 700px;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 20px;
}

.xfc-template DIV.header {
    background-color: var(--blue);
    padding: 30px 60px !important;
    margin-top: 60px;
    border-radius: 10px;
}
.xfc-template DIV.header::before {
    background-image: url(/form/includes/ressource?mid=52&name=bkkpfalz_rgb_oU.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    display: block;
    margin: 0 auto;
    content: "";
    background-size: contain;
}

.xfc-template DIV.content {
    padding: 20px 60px 20px 60px;
}

.xfc-template DIV.footer {
    background-color: var(--white-1);
    font-size: 12px;
    height: 20px;
    padding: 20px 60px 30px 60px;
}

.xfc-template INPUT {
    border-color: var(--heavy-black);
    color: var(--heavy-black);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    padding: 7px 11px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.xfc-template FORM.login {
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 1px solid var(--heavy-black);
}

.xfc-template FORM.login LABEL {
    display: inline-block;
    width: 140px;
    font-size: 14px;
}

.xfc-template FORM.login .submit {
    display: inline-block;
    width: 100%;
}

.xfc-template FORM.login .submit INPUT {
    float: right;
}

.xfc-template FORM.login INPUT[type="text"],
.xfc-template FORM.login INPUT[type="password"] {
    width: 160px;
}

.xfc-template FORM.login .button {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    background-color: var(--blue-2);
    color: var(--white-1);
    border-radius: 10rem;
    margin: 1rem;
    padding: 15px 25px;
    border: 2px solid var(--blue-2);
    font-weight: 400;
}

.xfc-template .button {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    color: var(--white-1);
    background-color: var(--blue-2);
    border-radius: 10rem;
    padding: 15px 25px;
    margin: 1rem;
    border: 2px solid var(--blue-2);
    font-weight: 400;
}

.xfc-template .button:hover {
    background-color: var(--blue-2);
    filter: brightness(1.1);
    color: var(--white-1);
    cursor: pointer;
}

.xfc-template FORM.login .button:hover {
    background-color: var(--blue-2);
    color: var(--white-1);
    filter: brightness(1.1);
    cursor: pointer;
}

.xfc-template DIV.auth-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 300px;
    margin: 0 auto;
}

.xfc-template DIV.auth-container.style-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: inherit;
}

.xfc-template DIV.auth-container.style-horizontal.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.xfc-template DIV.auth-container.style-horizontal .sys-login-container {
    min-width: 300px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

.xfc-template DIV.auth-container.style-horizontal>.separator {
    margin: 16px 24px 6px;
    border-left: 1px solid var(--blue2);
    width: 0;
    overflow: hidden;
}

.xfc-template DIV.auth-container.style-horizontal .external-login-container {
    margin-top: 16px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

.xfc-template DIV.auth-container.style-horizontal .external-login-container {
    max-width: 300px;
    /* For IE 10 */
    min-width: 250px;
}

.xfc-template INPUT {
    margin-bottom: 16px;
    border-color: var(--heavy-black);
    color: var(--heavy-black);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    padding: 7px 11px;
}

.xfc-template FORM.login,
.xfc-template .external-login-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.xfc-template FORM.login LABEL {
    display: inline-block;
    width: auto;
    font-size: 13px;
    font-weight: bold;
}

.xfc-template FORM.login LABEL.error {
    color: red;
}

.xfc-template FORM.login INPUT.error {
    border-color: red;
}

.xfc-template FORM.login .submit {
    display: inline-block;
    width: 100%;
}

.xfc-template FORM.login .submit INPUT {
    float: right;
}

.xfc-template FORM.login .error-container {
    color: red;
}

.xfc-template FORM.login .error-container .error-msg {
    margin-top: -4px;
    margin-bottom: 20px;
    font-size: 12px;
}

.xfc-template FORM.login .error-container .error-msg::before {
    content: "!";
    background-color: red;
    color: var(--white-1);
    padding: 0 6px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
    margin-right: 6px;
}

.xfc-template DIV.auth-container .cta-container .button {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    background-color: var(--blue-2);
    color: var(--white-1);
    border-radius: 10rem;
    margin: 1rem;
    padding: 15px 25px;
    border: 2px solid var(--blue);
    font-weight: 400;
}

.xfc-template DIV.auth-container FORM.login {
    padding: 0;
    margin: 0;
    border: none;
}

.xfc-template DIV.auth-container FORM.login INPUT {
    width: auto;
}

.xfc-template DIV.auth-container .button {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    background-color: var(--blue-2);
    border-radius: 10rem;
    color: var(--white-1);
    margin: 1rem;
    border: 2px solid var(--blue-2);
    font-weight: 400;
    padding: 15px 25px;
}

.xfc-template DIV.auth-container .button:hover {
    background-color: var(--blue-2);
    color: var(--heavy-black);
    cursor: pointer;
}

.xfc-template .separator {
    margin: 24px 0;
    color: var(--heavy-black);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.xfc-template .separator::before,
.separator::after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid var(--heavy-black);
}

.xfc-template .separator::before {
    margin-right: 0.25em;
}

.xfc-template .separator::after {
    margin-left: 0.25em;
}

.xfc-template .link {
    color: var(--heavy-black);
}

.xfc-template .cta-container .link {
    line-height: 33px;
}

.xfc-template .terms {
    margin-top: 16px;
    color: var(--heavy-black);
    font-size: 0.9em;
}

.xfc-template .Hidden {
    display: none;
}

.xfc-template .html-template-logo {
    height: 80px;
}

.xfc-template .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.xfc-template .flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.xfc-template DIV.hidden {
    display: none;
}

.xfc-template UL.xfc-appointment-list {
    list-style: none;
    padding: 0;
}

.xfc-template LI.xfc-appointment-list-item {
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.xfc-template LI.xfc-appointment-list-item:last-child {
    border: none;
}

.xfc-template .xfc-appointment-containter {
    padding: 14px 28px 30px 14px;
}

.xfc-template .xfc-icon-col {
    min-width: 40px;
}

.xfc-template .ui-icon {
    font-size: 14px;
    width: 20px;
    height: 20px;
}

.xfc-template .xfc-appointment-color-icon {
    width: 20px;
    height: 20px;
    border-radius: 15px;
}

.xfc-template .xfc-appointment-date-time-icon {
    font-size: 18px;
    padding-left: 1px;
}

.xfc-template .xfc-appointment-time-zone-icon {
    font-size: 20px;
}

.xfc-template .xfc-appointment-header H2,
.xfc-template .xfc-appointment-sub-header {
    padding-bottom: 12px;
    font-weight: bold;
}

.xfc-template .xfc-appointment-time-zone-row {
    padding-bottom: 20px;
    font-weight: bold;
}

.xfc-template .xfc-appointment-date-time,
.xfc-template .xfc-appointment-date-time-icon {
    color: #03c39b;
}

.xfc-template .xfc-appointment-time-zone,
.xfc-template .xfc-appointment-time-zone-icon {
    color: #949699;
}

.xfc-template .xfc-drop-down-trigger {
    color: var(--heavy-black);
    cursor: pointer;
    padding: 14px;
    border: 1px solid var(--white-1);
}

.xfc-template .xfc-drop-down-trigger:hover {
    background-color: var(--white-1);
}

.xfc-template .xfc-drop-down-trigger:before {
    content: "+";
    font-weight: bold;
    background-color: var(--heavy-black);
    color: #fff;
    margin-right: 10px;
    padding: 0 4px;
    border-radius: 15px;
}

.xfc-template DIV.xfc-drop-down-list-container {
    display: block;
    transform: scale(0.96, 0.96) translateY(5px);
    transition: transform 0.15s ease;
    position: absolute;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 10px 26px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 10px 26px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 10px 26px;
    background-color: #fff;
    z-index: -1;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.xfc-template DIV.xfc-drop-down-list-container.selected {
    transform: scale(1, 1) translateY(0px);
    z-index: 99999999;
    height: auto;
    visibility: visible;
}

.xfc-template UL.xfc-drop-down-list {
    list-style: none;
    padding: 0;
}

.xfc-template LI.xfc-drop-down-list-item {
    padding: 0;
}

.xfc-template I.xfc-drop-down-list-item-icon {
    position: absolute;
    padding: 10px 12px 10px 17px;
    font-size: 20px;
}

.xfc-template A.xfc-btn-link {
    display: block;
    padding: 12px 20px 12px 60px;
    text-decoration: none;
    font-size: 15px;
    color: var(--heavy-black);
    font-weight: bold;
}

.xfc-template LI.xfc-drop-down-list-item:hover {
    background-color: var(--white-1);
}

.xfc-template LI.xfc-drop-down-list-item .secondary-text {
    font-size: 12px;
    font-weight: normal;
    color: #aaa;
    padding-left: 8px;
}

.xfc-template .header img[alt="logo"] {
    display: none !important;
}