body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

main {
 padding-bottom: 230px;

}


h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  color: white;
  text-align: left;
  margin-bottom: 30px;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin: 40px 0 24px;
}

h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 2px;
  margin-top: 0;
}

p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  text-align: left;
  margin-bottom: 16px;
}

.black {
    color: black;
}


.p-small {
  font-size: 14px;
}

/* Globaler Button */
.primary-button {
background-color: var(--blue, #0157EA);  
color: white;
  border: none;
  padding: 14px 28px;
  width: 100%;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 50px;
}

a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin-top: 40px;
}

.blue-text {
  color: var(--color-blue-text, #0056D6);
}

.textlink-small {
  color: var(--color-blue-text, #0056D6);
  font-size: 14px;
  font-weight: 600;
  text-decoration-line: underline;
}

button {
  font-family: inherit;
  cursor: pointer;
}
