/**
Theme Name: Corporate Meta Astra Child Theme
Author: Corporate Meta
Author URI: https://corporatemeta.de
Description: Das Astra Child Theme von der Corporate Meta Agentur.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: corporate-meta-astra-child-theme
Template: astra
*/



/* Elementaor Hack */
.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
  width: 100% !important;
}

/* Load Google Fonts */
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v14-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('fonts/montserrat-v14-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/montserrat-v14-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/montserrat-v14-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/montserrat-v14-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/montserrat-v14-latin-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

/* merriweather-sans-regular - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/merriweather-sans-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Merriweather Sans'), local('MerriweatherSans-Regular'),
    url('fonts/merriweather-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/merriweather-sans-v11-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/merriweather-sans-v11-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/merriweather-sans-v11-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/merriweather-sans-v11-latin-regular.svg#MerriweatherSans') format('svg');
  /* Legacy iOS */
}

/* merriweather-sans-italic - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/merriweather-sans-v11-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local('Merriweather Sans Italic'), local('MerriweatherSans-Italic'),
    url('fonts/merriweather-sans-v11-latin-italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/merriweather-sans-v11-latin-italic.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/merriweather-sans-v11-latin-italic.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/merriweather-sans-v11-latin-italic.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/merriweather-sans-v11-latin-italic.svg#MerriweatherSans') format('svg');
  /* Legacy iOS */
}

/* merriweather-sans-700 - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/merriweather-sans-v11-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Merriweather Sans Bold'), local('MerriweatherSans-Bold'),
    url('fonts/merriweather-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/merriweather-sans-v11-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/merriweather-sans-v11-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/merriweather-sans-v11-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/merriweather-sans-v11-latin-700.svg#MerriweatherSans') format('svg');
  /* Legacy iOS */
}


/*  Sticky Header */
header .sticky .elementor-widget-image a img {
  max-width: 60% !important;
}

header .elementor-widget-image a img {
  transition: all 0.3s ease;
}

header .elementor-sticky--active.sticky {
  background: #ffffff !important;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.home header .elementor-sticky--active {
	background-color: #F0F5F8;
}

@media only screen and (max-width: 768px) {
  header .sticky .elementor-widget-image a img {
    max-width: 40% !important;
  }
}