/*
 Theme Name:     2moove technologies GmbH 
 Description:    Child Theme for Divi by 2moove technologies GmbH
 Author:         2moove technologies GmbH
 Author URI:     www.2moove.de
 Template:       Divi
 Version:        1.0.0
*/

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

/* FONT */

@font-face {
  font-family: "raleway";
  src: url("/wp-content/uploads/fonts/Raleway-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "roboto";
  src: url("/wp-content/uploads/fonts/Roboto-Regular.ttf") format("ttf");
}

/* ------------------------------------------------------- */
html {
  font-size: 16px; /* Base size */
}
body {
  font-family: "roboto", sans-serif !important;
  font-size: 1rem !important;
  line-height: calc( 1rem * 1.3) !important;
  color: #666666 !important;
}
.post-content-inner p, .et_pb_blurb_description p {
	  font-family: "roboto", sans-serif !important;
  font-size: 1rem !important;
  line-height: calc( 1rem * 1.3) !important;
  color: #666666 !important;
}

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

h1 {
  font-size: 3em !important;
}
h2 {
  font-size: 2.5em !important;
  color: #6b929a;
  margin-bottom:20px;
}
h3 {
  font-size: 2.25em !important;
  margin-bottom:20px;
}
h4 {
  font-size: 1.6em !important;
}
h5 {
  font-size: 1.2em !important;
}
h6 {
  font-size: 1.1em !important;
  margin-bottom:20px;
}

@media only screen and (max-width: 430px) {
  h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.75em;
  color: #6b929a;
  margin-bottom:20px;
}
h3 {
  font-size: 1.5em;
  margin-bottom:20px;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
	h6 {
  font-size: 0.75em;
}
}
