* {
    margin: 0;
    padding: 0;
    font-family: "Prompt";
    font-weight: 200;
}
strong, b {
    font-weight: 600;
}

.content {
    color: black;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.notice {
    background-color: #7c7c7c;
    background-image: url("files/zt-wappen.svg");
    background-size: 80%;
    background-position: left -50% bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    text-align: center;
    flex: 1;
}
.notice p {
    color: white;
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.1em;
}

.card {
    text-align: center;
    background: white;
    flex: 1;
    padding: 3rem;
}

.card a {
    color: black;
    text-decoration: none;
    
}

.logo {
    margin-bottom: 2rem;
}
.logo img {
    max-width: 500px;
}

@media only screen and (max-width: 900px) {
    .content {
        flex-direction: column;
    }
    .notice p {
        font-size: 3rem;
    }
    .logo img {
        max-width: 250px;
    }
}


/* prompt-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url('files/fonts/prompt-v10-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* prompt-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  src: url('files/fonts/prompt-v10-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* prompt-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  src: url('files/fonts/prompt-v10-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* prompt-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  src: url('files/fonts/prompt-v10-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}