:root {
  --color-blue: #27348a;
  --color-red: #a2195b;
}
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
html {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 14px;
  }
}
body {
  margin: 0;
  height: 100%;
  font-size: 1rem;
  /*background-color: rgba(255, 255, 0, 0.05);*/
  background-color: #fffdee;
}
.page-wrap {
  min-height: 100vh;
  position: relative;
}
#main {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.logo-container {
  width: 40%;
}
@media screen and (max-width: 699px) {
  .logo-container {
    display: none;
  }
}
.page-logo {
  background-image: url('../images/Kussmund_verlauf-rgb.svg');
  background-repeat: no-repeat;
  background-position: center 5rem;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.woss-logo {
  background-image: url('../images/WOSS_4c.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 15rem;
}
@media screen and (max-width: 479px) {
  .woss-logo {
    height: 10rem;
  }
}
.teaser-container {
  width: 60%;
  margin-left: auto;
  padding: 6rem 2rem 0 5rem;
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 699px) {
  .teaser-container {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-headline {
  font-size: 2.25rem;
  font-weight: 700;
}
.teaser-text {
  font-size: 1.2rem;
}
.download-widget {
  margin-top: 3rem;
}
.download-btn {
  background-color: var(--color-red);
  padding: 0.5rem 2rem;
  border: 0;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.download-btn:hover {
  background-color: #8c164f;
}
.button-explanation {
  opacity: 0.5;
  font-size: 0.9rem;
  margin-top: 0.75rem;
}
.subscribe-container {
  background: #000;
  color: white;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  padding: 10rem 0;
}
@media screen and (max-width: 699px) {
  .subscribe-container {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    padding: 5rem 0;
  }
}
.subscribe-container .submit {
  appearance: none;
  border: none;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  color: #fff;
  background-image: linear-gradient(to right, var(--color-blue), var(--color-red));
  text-transform: uppercase;
  margin-left: 1rem;
}
.subscribe-container .submit:hover {
  cursor: pointer;
  background-image: linear-gradient(to right, #212d76, #8c164f);
}
.subscribe-wrapper {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
@media screen and (max-width: 1023px) {
  .subscribe-wrapper {
    display: block;
  }
}
.subscribe-headline-wrapper {
  width: 40%;
  padding-left: 5rem;
}
@media screen and (max-width: 1023px) {
  .subscribe-headline-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.subscribe-headline-wrapper .subscribe-headline {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .subscribe-headline-wrapper .subscribe-headline {
    margin-bottom: 1rem;
  }
}
.subscribe-form-wrapper {
  margin-top: 0.5rem;
}
.subscribe-interaction-wrapper {
  padding-left: 5rem;
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .subscribe-interaction-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.subscribe-info-text {
  margin-bottom: 0.5rem;
}
.subscribe-input-wrapper {
  display: flex;
  margin-top: 2rem;
}
.subscribe-inputfield {
  padding: 0 0.5rem;
  appearance: none;
  border: 0;
  border-radius: 0;
  outline: none;
  flex-grow: 1;
  font-size: 1rem;
  max-width: 30rem;
}
.subscribe-inputfield-gdpr {
  font-size: 0.8rem;
  margin-top: 1rem;
}
.subscribe-inputfield-gdpr a {
  text-decoration: none;
  color: var(--color-red);
}
.subscribe-inputfield-gdpr a:hover,
.subscribe-inputfield-gdpr a:visited {
  color: #8c164f;
}
.legal-container {
  text-align: center;
  color: lightgray;
  padding: 2rem;
  height: 10rem;
}
.footer-headline {
  color: gray;
  font-size: 0.9rem;
}
.legal-link {
  color: lightgray;
  text-decoration: none;
}
.back-link {
  text-decoration: none;
  color: #000;
  opacity: 0.5;
  position: relative;
  padding-left: 1rem;
}
.back-link:before {
  content: '\f053';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.8rem;
}
.back-link:hover {
  opacity: 1;
}

.download-widget a,
.download-widget span {
	display: inline-block;
}

.download-btn {
	/*max-width: 15rem;*/
}
