@charset "UTF-8";
/*!
 * Theme Name:     xi2
 * Template:       Divi
 * Description:    Divi child theme for xi-quadrat
 * Author:         Heiko Rutz, xi-quadrat GmbH
 * Author URI:     http://www.xi-quadrat.de
 * Version:        1.0.0
 * License:        None
 * Copyright:      © 2022 by xi-quadrat GmbH (http://www.xi-quadrat.de)
 *
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-v29-latin/roboto-v29-latin-300.eot"); /* IE9 Compat Modes */
  src: url("fonts/roboto-v29-latin/roboto-v29-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v29-latin/roboto-v29-latin-300.woff2") format("woff2"), url("fonts/roboto-v29-latin/roboto-v29-latin-300.woff") format("woff"), url("fonts/roboto-v29-latin/roboto-v29-latin-300.ttf") format("truetype"), url("fonts/roboto-v29-latin/roboto-v29-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/roboto-v29-latin/roboto-v29-latin-300italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/roboto-v29-latin/roboto-v29-latin-300italic.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v29-latin/roboto-v29-latin-300italic.woff2") format("woff2"), url("fonts/roboto-v29-latin/roboto-v29-latin-300italic.woff") format("woff"), url("fonts/roboto-v29-latin/roboto-v29-latin-300italic.ttf") format("truetype"), url("fonts/roboto-v29-latin/roboto-v29-latin-300italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto-v29-latin/roboto-v29-latin-500.eot"); /* IE9 Compat Modes */
  src: url("fonts/roboto-v29-latin/roboto-v29-latin-500.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v29-latin/roboto-v29-latin-500.woff2") format("woff2"), url("fonts/roboto-v29-latin/roboto-v29-latin-500.woff") format("woff"), url("fonts/roboto-v29-latin/roboto-v29-latin-500.ttf") format("truetype"), url("fonts/roboto-v29-latin/roboto-v29-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/roboto-v29-latin/roboto-v29-latin-500italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/roboto-v29-latin/roboto-v29-latin-500italic.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v29-latin/roboto-v29-latin-500italic.woff2") format("woff2"), url("fonts/roboto-v29-latin/roboto-v29-latin-500italic.woff") format("woff"), url("fonts/roboto-v29-latin/roboto-v29-latin-500italic.ttf") format("truetype"), url("fonts/roboto-v29-latin/roboto-v29-latin-500italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* sanchez-regular - latin */
@font-face {
  font-family: "Sanchez";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/sanchez-v11-latin/sanchez-v11-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/sanchez-v11-latin/sanchez-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/sanchez-v11-latin/sanchez-v11-latin-regular.woff2") format("woff2"), url("fonts/sanchez-v11-latin/sanchez-v11-latin-regular.woff") format("woff"), url("fonts/sanchez-v11-latin/sanchez-v11-latin-regular.ttf") format("truetype"), url("fonts/sanchez-v11-latin/sanchez-v11-latin-regular.svg#Sanchez") format("svg"); /* Legacy iOS */
}
/* sanchez-italic - latin */
@font-face {
  font-family: "Sanchez";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/sanchez-v11-latin/sanchez-v11-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/sanchez-v11-latin/sanchez-v11-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/sanchez-v11-latin/sanchez-v11-latin-italic.woff2") format("woff2"), url("fonts/sanchez-v11-latin/sanchez-v11-latin-italic.woff") format("woff"), url("fonts/sanchez-v11-latin/sanchez-v11-latin-italic.ttf") format("truetype"), url("fonts/sanchez-v11-latin/sanchez-v11-latin-italic.svg#Sanchez") format("svg"); /* Legacy iOS */
}
html {
  min-height: 100vh;
  background: linear-gradient(0deg, #737373 50%, #ffffff 50%);
}

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #ef8c10;
  font-family: "Sanchez", serif;
  font-style: normal;
  font-weight: 400;
}
body h1 b,
body h1 strong,
body h2 b,
body h2 strong,
body h3 b,
body h3 strong,
body h4 b,
body h4 strong,
body h5 b,
body h5 strong,
body h6 b,
body h6 strong {
  font-weight: inherit;
}
body b,
body strong {
  font-weight: 500;
}

#footer-bottom {
  display: none;
}

#menu-footer li {
  font-weight: 500;
}

@media (max-width: 767px) {
  .et_pb_slide_image,
.et_pb_slide_video {
    display: block !important;
  }
}

/*# sourceMappingURL=style.css.map */