/*
Theme Name:     Divi Child
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         zweistein
Author URI:     https://zweistein.design/
Template:       Divi
Version:        1.0.0
*/
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/divi-child/font/inter-v20-latin-regular.woff2") format("woff2"), url("/wp-content/themes/divi-child/font/inter-v20-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/divi-child/font/inter-v20-latin-600.woff2") format("woff2"), url("/wp-content/themes/divi-child/font/inter-v20-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/divi-child/font/inter-v20-latin-700.woff2") format("woff2"), url("/wp-content/themes/divi-child/font/inter-v20-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
html, a, p {
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

.et_pb_text.bold p {
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 600;
}
.et_pb_text.oeffnungszeiten strong {
  width: 40px;
  display: inline-block;
  text-align: right;
  margin-right: 6px;
}

.et_pb_space {
  height: 6px;
}

.eva {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1560px) {
  .eva {
    right: 24px;
  }
}
footer .et_pb_text ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  padding: 0;
  list-style: none;
}
footer .et_pb_text ul a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */