/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  a GeneratePress child theme
 Author:       Maximilian Kroth (tMaex.com)
 Author URI:   https://tmaex.com/dev/gp-child
 Template:     generatepress
 Version:      0.0.3-custom
*/

/* merriweather-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/merriweather-sans-v27-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/merriweather-sans-v27-latin-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/merriweather-sans-v27-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/merriweather-sans-v27-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/merriweather-sans-v27-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/merriweather-sans-v27-latin-600italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/merriweather-sans-v27-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/merriweather-sans-v27-latin-700italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/onest-v8-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/onest-v8-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/onest-v8-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/onest-v8-latin-700.woff2') format('woff2');
}

/* MK keine Scrolleiste unten */
body {
    overflow-x: hidden;
}

/* MK Hauptmenü / Abstand Menüpunkt zu Pfeil*/
.menu-item-has-children .dropdown-menu-toggle {
	padding-left: 2px;
}