/*
Theme Name: GPF Edit
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Frese & Wolff
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Headlines */
h1, h2 {font-size: clamp(2rem, 5vw, 3.2rem);}

/* Logo */
.logo img, .logo svg {padding: 7px 0;}

/* Menu */
#header_main {border-bottom-width: 0px;}

/* Farbe des Burger-Menü-Icons */
.header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after {background-color:#FFFFFF;}

.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {border: 0px;}

/* Transparent Mobile Menu */
@media only screen and (max-width: 767px) { 
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
    background: transparent !important;
    position: absolute!important;
}} 

/* Transparent Tablet Menu */
@media only screen 
and (min-width: 768px)
and (max-width: 992px) { 
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
    background: transparent !important;
    position: absolute!important;
}}

@media only screen and (max-width: 767px) {
.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
    opacity: 0 !important;
}
.responsive #top .av_header_transparency .logo img.alternate {
    display: block !important;
}}

body, nav, h1, h2, h3, h4, h5, h6 {font-family: 'Poppins';}
strong {font-weight:600;}

/* Custom Fonts */
/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/poppins-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/poppins-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - 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: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../../fonts/poppins-v23-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}