/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

/* @font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v16-latin-regular.eot'); 
    src: local(''),
         url('../fonts/fira-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/fira-sans-v16-latin-regular.woff2') format('woff2'), 
         url('../fonts/fira-sans-v16-latin-regular.woff') format('woff'), 
         url('../fonts/fira-sans-v16-latin-regular.ttf') format('truetype'), 
         url('../fonts/fira-sans-v16-latin-regular.svg#FiraSans') format('svg'); 
  }
  
  @font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-v16-latin-700.eot');
    src: local(''),
         url('../fonts/fira-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/fira-sans-v16-latin-700.woff2') format('woff2'), 
         url('../fonts/fira-sans-v16-latin-700.woff') format('woff'),
         url('../fonts/fira-sans-v16-latin-700.ttf') format('truetype'), 
         url('../fonts/fira-sans-v16-latin-700.svg#FiraSans') format('svg');
  }
   */

/* fira-sans-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: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../enfold-child/fonts/fira-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-700 - 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: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../enfold-child/fonts/fira-sans-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

* {
    font-family: 'Fira Sans' !important;
}

.hr-custom.hr-center {
  opacity: 0;
  display: none;
}

/* Fassadenprofile - Abstand */
body .av-special-heading.modern-centered {
  margin: 0;
}

