@charset "UTF-8";
/*!
Theme Name: Divi-LW-Racing
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: Child Theme - Divi-LW-Racing
Author: Ronald Milchewski
Author URI: https://milchewski.de
License: Ronald Milchewski
License URI: https://milchewski.de
Template: Divi
*/

@import url("../Divi/style.min.css");

/* =Theme customization starts here
------------------------------------------------------- */

/* Fonts */
@import url("fonts/fonts.css");

/* Hyphenation and justification */
p { hyphens: auto; }

html {
  font-size: 16px;
}
body {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
}
h1, h2, h4, h5, h6 {
  font-family: "Bebas Neue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
h3 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#navbar-scroll-selektor {
    top: 0;
    width: 100%;
    transition: top 0.5s ease; /* Fügt eine weiche Transition hinzu */
}