/*
 Theme Name:     Anders Agency
 Description:    Fonts CSS
 Template:       Divi
 Version:        1.0.0
*/

/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* FONT */

@font-face {
  font-family: "opensans";
  src: url("/wp-content/fonts/OpenSans-Regular.woff2") format("woff2");
  font-display: swap;
}

/* ------------------------------------------------------- */

body {
  font-family: "opensans", sans-serif !important;
  font-size: calc(15px + 0.390625vw);
}
p {
  font-family: "opensans", sans-serif !important;
  font-size: calc(12px + 0.390625vw);
line-height: calc(20px + 0.390625vw);
}

#datenschutz li{
	font-size: calc(12px + 0.390625vw);
	line-height: calc(20px + 0.390625vw);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "opensans", sans-serif !important;
  font-weight:900;
  padding: 0px !important;
}

h1 {
  font-size: 3.5rem;
  text-transform: uppercase;

}
h2 {
  font-size: 3rem;
  text-transform: uppercase;

}
h3 {
  font-size: 2.5rem;
}
h4 {
  font-size: 2rem;
  margin:20px 0px !important;
  line-height: 2.6rem;
}
h5 {
  font-size: 1.8rem;
}

@media only screen and (max-width: 400px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
}
