/* Print-Styles */

@font-face {
  font-family: 'OpenSans';
  src: url('./fonts/OpenSans-VariableFont.ttf') format('truetype');
  font-display: swap;
  font-weight: 300 800;
  font-style: normal;
}

:root {
  --bold: 700;
    --regular: 400;

    --headerfontsize: 2rem;
    --headline: 5rem;
    --h1: var(--headline);
    --small_headline: 3rem;
    --subheadline: 2.5rem;
    --textsize: 1.8rem;
    --textsizemobile: 1.5rem;
}

.flex {
  display: block !important;
}

img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

* {
  background: none !important;
  justify-content: flex-start !important;
  background: none !important;
}

html {
  font-size: 10px;
  font-family: 'OpenSans', sans-serif;
}

body {
  font: inherit;
  font-size: var(--textsize);
  hyphens: auto;
  line-height: 1.33;
}

nav,
footer,
form,
aside {
  display: none !important;
}

.cta-buttons,
.only_mobile {
  display: none !important;
}
button,
.button,
[type="submit"],
.wp-block-button__link,
.wp-element-button,
.btn {
    padding: .75em 1.5em !important;
    text-decoration: none;
    border-radius: 0;
    font-size: var(--textsize);
    text-align: center;
    display: inline-block;
    border: 2px solid black !important;
    margin: .5rem 0;
}

a {
  color: inherit;
}

h1,h2,h3,h4,h5,h6 {
  margin: 1rem 0 .5rem;
}

p {
  margin: 0;
}