:host,
:root {
  --dark-blue: #30365a;
  --blue: #008bd2;
  --light-blue: #e8f0f5;
  --light-blue2: #f3f9fd;
}

/* Fonts der securvita Krankenkasse */
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url('/includes/ressource?mid=303&name=Roboto-Regular.woff2') format('woff2'), url('/includes/ressource?mid=303&name=Roboto-Regular.woff') format('woff'), url('/includes/ressource?mid=303&name=Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto-Black';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url('/includes/ressource?mid=303&name=Roboto-Black.woff2') format('woff2'), url('/includes/ressource?mid=303&name=Roboto-Black.woff') format('woff'), url('/includes/ressource?mid=303&name=Roboto-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto-Light';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url('/includes/ressource?mid=303&name=Roboto-Light.woff2') format('woff2'), url('/includes/ressource?mid=303&name=Roboto-Light.woff') format('woff'), url('/includes/ressource?mid=303&name=Roboto-Light.ttf') format('truetype');
}

.xfc-template {
  width: 100%;
  height: 100%;
  color: var(--dark-blue);
  font-family: "Roboto-Bold", -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: 35px;
  font-family: "Roboto-Bold", -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 H2 {
  font-size: 25px;
  font-family: "Roboto-Bold", -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 H3 {
  font-size: 20px;
  font-family: "Roboto-Bold", -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: "Roboto-Bold", -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: "Roboto-Bold", -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(--light-blue);
  padding: 25px 60px !important;
  margin-top: 60px;
  border-radius: 10px;
}

.xfc-template DIV.header::before {
  content: url('/includes/ressource?mid=303&name=vivida_with_claim.svg');
  width: 150px;
  display: block;
  margin: 0 auto;
}

.xfc-template DIV.content {
  padding: 20px 60px 20px 60px;
}

.xfc-template DIV.footer {
  background-color: white;
  font-size: 12px;
  height: 20px;
  padding: 20px 60px 30px 60px;
}

.xfc-template INPUT {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  padding: 7px 11px;
  font-family: "Roboto-Light", -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(--dark-blue);
}

.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: "Roboto", -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: white;
  color: var(--blue);
  border-radius: 10rem;
  margin: 1rem;
  padding: 15px 25px;
  border: 2px solid var(--blue);
  font-weight: 400;
}

.xfc-template .button {
  font-family: "Roboto", -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(--blue);
  background-color: white;
  border-radius: 10rem;
  padding: 15px 25px;
  margin: 1rem;
  border: 2px solid var(--blue);
  font-weight: 400;
}

.xfc-template .button:hover {
  background-color: var(--light-blue);
  color: var(--blue);
  cursor: pointer;
}

.xfc-template FORM.login .button:hover {
  background-color: var(--light-blue);
  color: var(--blue);
  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(--light-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(--dark-blue);
  color: var(--dark-blue);
  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: white;
  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: "Roboto", -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: white;
  color: var(--blue);
  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: "Roboto", -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(--light-blue);
  border-radius: 10rem;
  color: var(--blue);
  margin: 1rem;
  border: 2px solid var(--blue);
  font-weight: 400;
  padding: 15px 25px;
}

.xfc-template DIV.auth-container .button:hover {
  background-color: var(--light-blue);
  color: var(--dark-blue);
  cursor: pointer;
}

.xfc-template .separator {
  margin: 24px 0;
  color: var(--dark-blue);
  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(--dark-blue);
}

.xfc-template .separator::before {
  margin-right: 0.25em;
}

.xfc-template .separator::after {
  margin-left: 0.25em;
}

.xfc-template .link {
  color: var(--dark-blue);
}

.xfc-template .cta-container .link {
  line-height: 33px;
}

.xfc-template .terms {
  margin-top: 16px;
  color: var(--dark-blue);
  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(--dark-blue);
  cursor: pointer;
  padding: 14px;
  border: 1px solid white;
}

.xfc-template .xfc-drop-down-trigger:hover {
  background-color: white;
}

.xfc-template .xfc-drop-down-trigger:before {
  content: "+";
  font-weight: bold;
  background-color: var(--dark-blue);
  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(--dark-blue);
  font-weight: bold;
}

.xfc-template LI.xfc-drop-down-list-item:hover {
  background-color: white;
}

.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;
}

.xfc-template-body {
  background-color: #fff;
} 
.xfc-template {
  background-color: #fff;
}