/*
Theme Name: EDEKA Thiel
Description: Im Herzen von Neviges
Author: Lenner Online Marketing
Author URI: www.lenner-marketing.de
Author Email: info@
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/*
Add your custom styles here
*/

/* Basis-Überschrift */
  .headline {
    font-family: 'Barlow Condensed Regular', sans-serif !important;
    font-weight: bold;
    font-size: 90px !important;
    line-height:110px;
    margin: 0.5em 0;
		text-transform:uppercase;
  }

  /* Hervorgehobenes Wort in Brother Home */
  .headline .highlight {
    font-family: 'Brother Home', sans-serif !important;
    font-weight: normal;
    font-size: 60px;
		text-transform: none;
  }

  /* Mobile Anpassungen */
  @media (max-width: 480px) {
    .headline {
      font-size:40px !important;
      line-height: 1.1em;
    }

    .headline .highlight {
      font-size: 0.8em;
    }
  }


  /* Tablet Anpassungen */
 @media (min-width: 481px) and (max-width: 768px) {
    .headline {
      font-size:60px !important;
      line-height: 1.1em;
    }

    .headline .highlight {
      font-size: 0.8em;
    }
  }
