/*
 Theme Name:     U. Kross
 Theme URI:      https://kross-ip.com
 Description:    Divi Child-Theme U. Kross
 Author:         Lars Wagner - Werbeagentur De Knuydt GmbH
 Author URI:     https://werbeagentur-deknuydt.de
 Template:       Divi
 Version:        1.0.0
*/
 
/* Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/divi-child/fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/divi-child/fonts/lato-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-900 - 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: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/divi-child/fonts/lato-v24-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/divi-child/fonts/lato-v24-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
	font-family: 'Lato';
}

h1, h2, h3, h4, h5, h6, #top-menu-nav a {
	font-weight: 900;
	font-family: 'Lato';
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* Navigation */

#top-menu li.current-menu-item>a {
color: #002B4A !important;
}

.footer-widget li:before {
	display: none;
}
/* Logo */
#logo {
  max-height: inherit;
}
.et_pb_svg_logo #logo {
  height: 70%;
}

/* Top Menu */
 #top-menu li {
   font-size: 1.5rem;

   & a:hover {
     opacity: 1 !important;
   }
}
