@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 100 400;
  font-display: swap;
  src: url(../fonts/mulish-bold.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url(../fonts/mulish-bold.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/mulish-italic.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  vertical-align: baseline;
}

:root {
  --white: #ffffff;
  --ksta-white: #f8f8f8;
  --ksta-lightest-grey: #e6e6e6;
  --ksta-light-grey: #b2b2b2;
  --ksta-primary: #e1eef3;
  --ksta-secondaer: #c6d4db;
  --ksta-pink: #e2bcc7;
  --ksta-dark-red: #b3004f;
  --ksta-light-blue: #20c4f4;
  --ksta-middle-blue: #006994;
  --ksta-grey: #808080;
  --ksta-darkest-grey: #333333;
  --black: #000000;
  --ksta-rundschau-primary: #269ad5;
  --breakpoint-mobile: 768px;
  --content-max-width: 1440px;
  --page-padding-mobile: 24px;
  --page-padding: 50px;
  --small-padding: 10px;
  --normal-padding: 24px;
  --font-size-normal: 1.125rem;
}

.icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  font-size: 24px;
}

.icon-close {
  background-image: url("../icons/close.svg");
}

.icon-logo {
  background-image: url("../icons/logo.svg");
}

label {
  color: var(--ksta-darkest-grey);
  font-size: 15px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

input[type="text"],
input[type="password"],
select {
  border: 2px solid var(--ksta-grey);
  border-radius: 4px;
  max-width: 770px;
  color: var(--ksta-darkest-grey);
  font-size: 1.125rem;
  padding: 0 10px;
  height: 44px;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
select:disabled {
  color: var(--ksta-lightest-grey);
}

.error {
  border-bottom: 1px solid var(--ksta-dark-red);
  color: var(--ksta-dark-red);
  padding: 7px 5px;
}

.btn {
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: var(--font-size-normal);
  font-weight: 500;
  margin: 10px auto;
  /* max-width: 500px; */
  padding: 12px 32px;
  /* width: 100%; */
}

.btn--primary {
  background-color: #1c719c;
  color: #e1eef3;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Mulish", serif;
}

h1 {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
}

h2 {
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

h3 {
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

hr {
  display: none;
}

a,
input,
button {
  color: inherit;
}

a {
  text-decoration: inherit;
}

input {
  font-family: inherit;
}

.breadcrumbs[data-v-08527e0d] {
  z-index: 1;
  background-color: var(--ksta-primary);
  padding: var(--small-padding) var(--normal-padding);
}

.breadcrumbs .breadcrumb[data-v-08527e0d] {
  display: inline-block;
  margin: 0 3px;
}

.breadcrumbs .breadcrumb a[data-v-08527e0d] {
  color: var(--ksta-grey);
  text-decoration: none;
}

.breadcrumbs .breadcrumb[data-v-08527e0d]:first-child {
  color: #1c719c;
  font-weight: 700;
}

.tabs[data-v-b6352d5e] {
  padding: var(--small-padding) 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tabs a[data-v-b6352d5e] {
  height: 50px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid var(--ksta-lightest-grey);
}

.tabs a[data-v-b6352d5e]:visited {
  text-decoration: none;
}

.tabs .active[data-v-b6352d5e] {
  text-decoration: none;
  color: #e1eef3;
  font-weight: bold;
  background-color: #1c719c;
  box-shadow: 0px 8px 10px gray;
}

.tabs[data-v-b6352d5e] :not(.active) {
  background-color: #e1eef3;
  text-decoration: none;
  color: #1c719c;
  font-weight: 500;
}

.ksta-button[data-v-ccb798b3] {
  padding: var(--small-padding) var(--normal-padding);
  display: flex;
  justify-content: center;
}

@media (min-width: 769px) {
  button[data-v-ccb798b3] {
    max-width: 500px;
  }
}

.ksta-checkbox[data-v-8c2c066a] {
  padding: var(--small-padding) 0;
  display: flex;
  justify-content: flex-start;
}

.ksta-checkbox__field[data-v-8c2c066a] {
  height: 15px;
}

.ksta-checkbox__label[data-v-8c2c066a] {
  font-size: 14px;
  text-transform: none;
  line-height: 20px;
}

.ksta-input[data-v-26686033] {
  padding: var(--small-padding) 0;
  display: flex;
  flex-direction: column;
}

.ksta-input input:focus {
  outline: none !important;
  border: 2px solid var(--ksta-rundschau-primary);
}

.ksta-input__error[data-v-26686033] {
  text-transform: initial;
  display: flex;
  justify-content: space-between;
}

.ksta-input__error div[data-v-26686033] {
  height: 20px;
  width: 25px;
  flex: none;
}

.ksta-link[data-v-506fef0d] {
  padding: var(--small-padding) var(--normal-padding);
  display: flex;
  justify-content: center;
}

.ksta-link__href[data-v-506fef0d] {
  font-size: var(--font-size-normal);
  color: #1f7ead;
}

input[type="radio"]:checked + label[data-v-ffcd6288] {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.ksta-radio-button[data-v-ffcd6288] {
  padding: var(--small-padding) 0;
}

.ksta-radio-button__label[data-v-ffcd6288] {
  font-weight: 500;
  padding-left: 10px;
}

.ksta-radio-button .active[data-v-ffcd6288] {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.footer[data-v-833707f9] {
  background-color: var(--ksta-darkest-grey);
  padding: var(--normal-padding);
  margin-top: 40px;
  text-align: center;
}

.footer__link[data-v-833707f9] {
  border-right: 1px solid var(--white);
  display: inline-block;
  font-size: 0.875rem;
  line-height: 22px;
  padding: 0 var(--small-padding);
}

.footer__link a[data-v-833707f9] {
  color: var(--white);
  text-decoration: none;
}

.footer__link a[data-v-833707f9]:hover {
  color: var(--ksta-white);
  text-decoration: underline;
}

.footer__link[data-v-833707f9]:last-child {
  border-right: 0;
}

.footer {
  width: 100%;
}

.header[data-v-21cc60ab] {
  max-width: 770px;
  margin: auto;
  display: grid;
  z-index: 3;
  position: relative;
  background-color: var(--ksta-rundschau-primary);
  padding: var(--normal-padding);
}

.header-container {
  position: relative;
}

.header-container::after {
  content: "";
  height: 40px;
  background-color: var(--ksta-rundschau-primary);
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

.header__logo {
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: min(330px, 100%);
  height: 40px;
  margin: 0 auto;
}

.header .header__button[data-v-21cc60ab] {
  grid-area: closeButton;
  display: flex;
  justify-content: end;
  padding: 20px;
  border: unset;
  background-color: unset;
  line-height: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.main {
  margin: auto;
  flex: 1;
}

.login-button-container {
  padding: var(--small-padding) var(--normal-padding);
}

.help-block {
  line-height: 22px;
}

.tabs a {
  font-size: 16px;
}

.fa-info-circle:before {
  color: var(--ksta-rundschau-primary);
}

.magic {
  border-radius: 4px;
}

.magic .text {
  font-family: "Mulish", serif !important;
  font-weight: 500 !important;
}

#google-login-button {
  border-radius: 4px;
  background-color: var(--ksta-rundschau-primary);
  border-color: var(--ksta-rundschau-primary);
}

#google-login-button .text {
  font-family: "Mulish", serif !important;
  font-weight: 500 !important;
}

.footer a:hover {
  color: var(--ksta-rundschau-primary) !important;
  text-decoration: none !important;
}

.hr-container {
  max-width: 500px;
}

.ksta__error {
  display: flex;
  align-items: center;
  padding: var(--small-padding) 0;
}

.ksta__error img {
  width: 40px;
}

.ksta__error p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Mulish", serif !important;
  font-weight: 500;
  color: var(--ksta-dark-red);
  margin-left: 15px;
}

.ksta__message {
  display: flex;
  align-items: center;
  padding: var(--small-padding) 0;
}

.ksta__message img {
  width: 40px;
}

.ksta__message p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Mulish", serif !important;
  font-weight: 500;
  color: var(--black);
  margin-left: 15px;
}

.container {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.confirmation {
  margin-top: 50px;
}

.headline {
  display: flex;
  margin-bottom: 24px;
}

.headline__icon {
  margin-right: 10px;
}

.headline__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Mulish", serif !important;
  color: #269ad5;
}

.confirmation .text-block {
  margin-bottom: 24px;
}

.confirmation .text-bold {
  font-weight: 700;
}

.confirmation .button {
  display: flex;
  justify-content: center;
}

.confirmation a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Mulish", serif !important;
  text-decoration: underline;
  color: var(--ksta-rundschau-primary);
}

.confirmation a:hover {
  text-decoration: unset;
}
