@font-face {
  font-family: "Sparkasse_web_Rg";
  src: url("Sparkasse-Webfonts/TTF/Sparkasse_web_Rg.ttf") format("truetype"),
    url("Sparkasse-Webfonts/WOFF/Sparkasse_web_Rg.woff") format("woff");
}
@font-face {
  font-family: "Sparkasse_web_Lt";
  src: url("Sparkasse-Webfonts/TTF/Sparkasse_web_Lt.ttf") format("truetype"),
    url("Sparkasse-Webfonts/WOFF/Sparkasse_web_Lt.woff") format("woff");
}

:root {
  --blau: #0446be;
  --blau-hover: #0558f0;
  --blau-medium: #7e98c4;
  --blau-light: #c4d0e4;
  --grau-dark: #484a4f;
  --grau-medium: #808485;
  --grau: #cbcfd3;
  --grau-ultra: #edf0f3;
  --rot: #e30613;
  --black: #1b1c1a;
  --white: #fff;
  --text-color: #6b7171;
  --in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --inout-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --inout-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --inout-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --inout-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --inout-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.vgh-grau-color, .oevo-grau-color {
  color: #484A4F !important;
}

.vgh-blau-color {
  color: #0446be !important;
}

.vgh-blau-sekundaer-color {
  color: #7e98c4 !important;
}

.vgh-grau-bg {
  background-color: #6b7171 !important;;
}

.vgh-blau-bg {
  background-color: #0446be !important;
}

.vgh-blau-bg-hover:hover {
  background-color: #0558f0 !important;
}

.vgh-blau-bg-sekundaer-color {
  background-color: #7e98c4 !important;
}

.vgh-blau-text-decoration, .vgh-blau-text-decoration-hover:hover  {
  text-decoration-color: #0446be !important;
}

.oevo-blau-color {
  color: #004494 !important;
}

.oevo-blau-sekundaer-color {
  color: #7e98c4 !important;
}

.oevo-rot-color {
  color: #e20020 !important;
}

.oevo-blau-bg {
  background-color: #004494 !important;
}

.oevo-blau-bg-hover:hover {
  background-color: #004494 !important;
}

.oevo-blau-bg-sekundaer-color {
  background-color: #b2c9e2 !important;
}

.oevo-blau-text-decoration {
  text-decoration-color: #004494 !important;
}

.oevo-blau-text-decoration-hover:hover {
  text-decoration-color: #004494 !important;
}

.oesa-gruen-color {
  color: #00935d !important;
}

.oesa-gruen-color-hover:hover {
  color: #78bfa4 !important;
}

.oesa-gruen-sekundaer-color {
  color: #78bfa4 !important;
}

.oesa-rot-color {
  color: #df0028 !important;
}

.oesa-gruen-bg {
  background-color: #00935d !important;
}

.oesa-gruen-bg-hover:hover {
  background-color: #00935d !important;
}

.oesa-gruen-bg-sekundaer-color {
  background-color: #78bfa4 !important;
}

.oesa-gruen-text-decoration {
  text-decoration-color: #00935d !important;
}

.oesa-gruen-text-decoration-hover:hover {
  text-decoration-color: #00935d !important;
}

.eingabe {
  background: #FFFFFF;
  border: 1px solid rgba(203, 207, 211, 0.5);
  box-sizing: border-box;
  display: block;
  border-radius: 2px;
  height: 50px;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.eingabe:focus {
  outline: none !important;
  border: 1px solid #484a4f;
}

.vgh-eingabe:focus {
  border: 1px solid #0558f0;
}

.oevo-eingabe:focus {
  border: 1px solid #004494;
}

.oesa-eingabe:focus {
  border: 1px solid #78bfa4;
}

/* Mandantenspezifischer ÖSA Datepicker*/
.oesa-eingabe .dropdown-menu .b-form-date-calendar
.b-calendar-inner .b-calendar-grid:focus {
  border-color: #78bfa4 !important;
  box-shadow: 0 0 0 .2rem #78bfa4 !important;
}
.oesa-eingabe .btn-primary:not(:disabled):not(.disabled).active,
.oesa-eingabe .btn-primary:not(:disabled):not(.disabled):active,
.oesa-eingabe .show > .btn-primary.dropdown-toggle {
  background-color: #00935d !important;
}
.oesa-eingabe .btn-primary:not(:disabled):not(.disabled).active:focus,
.oesa-eingabe .btn-primary:not(:disabled):not(.disabled):active:focus,
.oesa-eingabe .show > .btn-primary.dropdown-toggle:focus,
.oesa-eingabe .btn-outline-primary.focus,
.oesa-eingabe .btn-outline-primary:focus,
.oesa-eingabe .btn-primary.focus,
.oesa-eingabe .btn-primary:focus {
   box-shadow: 0 0 0 .2rem #78bfa4 !important;
 }
.oesa-eingabe .btn-outline-success:hover,
.oesa-eingabe .btn-outline-primary:hover {
  color: #fff;
  background-color: #00935d !important;
  border-color: #00935d !important;
}
.oesa-eingabe .btn-outline-primary {
  color: #00935d !important;
}
.oesa-eingabe .btn-outline-primary:hover {
  color: #fff !important;
}

/* Scrollbar verändert nicht die Breite des Inhalts und Footer bleibt am unteren Rand*/
html {
  width: 100vw;
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

a {
  cursor: pointer;
}

button {
  color: black;
}

input {
  color: black;
}

.copy_18,
.copy_16,
.copy_12 {
  font-family: "Sparkasse_web_Lt", sans-serif;
  color: #6b7171;
}

.copy_bold_18,
.copy_bold_16,
.copy_bold_12 {
  font-family: "Sparkasse_web_Rg", sans-serif;
  color: #6b7171;
}

.copy_18,
.copy_bold_18 {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

.copy_16,
.copy_bold_16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.copy_12,
.copy_bold_12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

body h1,
body h2,
body h3 {
  font-style: normal;
  font-weight: normal;
  color: #6b7171;
}

body h1 {
  font-family: "Sparkasse_web_Lt", sans-serif;
  font-size: 48px;
  line-height: 56px;
}

body h2 {
  font-family: "Sparkasse_web_Lt", sans-serif;
  font-size: 32px;
  line-height: 40px;
}

body h3 {
  font-family: "Sparkasse_web_Rg", sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
  margin-top: 50px;
}

.button-ivv {
  vertical-align: middle;
  height: 40px;
  padding: 0 16px;
  background-image: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0.01) 0,
          rgba(0, 0, 0, 0.05)
  );
  outline: none;
  border: 0 solid transparent;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.08s;
  transition-timing-function: ease-out;
  transition-property: box-shadow, background-color;
  color: black;
}

a.button-ivv {
  display: inline-block;
  line-height: 40px;
}

.button-vgh:disabled, .button-oevo:disabled {
  background: #0558F0;
  opacity: 0.5;
}

.button-oesa {
  background-color: #00935d !important;
}

.button-oesa:hover, .button-oesa:disabled, .button-oesa:disabled:hover {
  background-color: #78bfa4 !important;
}

.button-vgh {
  background-color: #0446BE !important;
}

.button-oevo {
  background-color: #004494 !important;
}

.white {
  color: var(--white);
}

.button-ivv:hover {
  box-shadow: inset 0 0 0 4rem rgb(0 0 0 / 25%);
}

a.button-ivv:hover {
  text-decoration: none;
}

a.button-ivv.white:hover {
  color: var(--white);
}

.text-link {
  cursor: pointer;
  border-bottom: 0 solid transparent;
  color: var(--black);
}

a.text-link {
  text-decoration: none!important;
}

.text-link:hover, .text-link:active, .text-link:focus {
  border-bottom: 1px solid;
  margin-bottom: -1px;
}

.text-link-vgh:hover, .text-link-vgh:active, .text-link-vgh:focus {
  color: var(--blau-hover) !important;
}

.text-link-oevo:hover, .text-link-oevo:active, .text-link-oevo:focus {
  color: #004494 !important;
}

.text-link-oesa:hover, .text-link-oesa:active, .text-link-oesa:focus {
  color: #00935d !important;
}

input[type="checkbox"] {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"] + label {
  font-weight: 300;
}

input[type='checkbox'],
input[type='radio'] {
  width: auto;
  float: left;
  margin-right: 8px;
  background:transparent;
  border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}

input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:not(:checked) + label::before,
input[type="radio"]:checked + label::before,
input[type="radio"]:not(:checked) + label::before {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  border: 1px solid var(--grau);
  background: white;
  margin-right: 6px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
  background: #484a4f;
  border: 1px solid #484a4f;
  box-shadow: inset 0 0 0 2px white;
}

.input-vgh:checked + label::before {
  background: var(--blau) !important;
  border: 1px solid var(--blau) !important;
}

.input-oevo:checked + label::before {
  background: #004494 !important;
  border: 1px solid #004494 !important;
}

.input-oesa:checked + label::before {
  background: #00935d !important;
  border: 1px solid #00935d !important;
}

.input-oesa:not(:checked):hover + label::before {
  background-color: #78bfa4 !important;
}

input[type="radio"]:checked + label::before,
input[type="radio"]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type="checkbox"]:not(:checked):hover + label::before,
input[type="radio"]:not(:checked):hover + label::before {
  background: var(--blau-light);
  box-shadow: inset 0 0 0 2px white;
}

.fehler {
  border: 1px solid #E30613 !important;
}

.fehler-oevo {
  border: 1px solid #e20020 !important;
}

.fehler-oesa {
  border: 1px solid #df0028 !important;
}

.fehler-text {
  color: #E30613;
}

.fehler-text-oevo {
  color: #e20020 !important;
}

.fehler-text-oesa {
  color: #df0028 !important;
}

/* Mobile View */
@media (max-width: 576px) {
  body h1 {
    font-size: 32px;
    line-height: 40px;
  }

  body h2 {
    font-size: 24px;
    line-height: 40px;
  }

  body h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .inner-content {
    padding: 0 20px;
  }
}
