@charset "utf-8";
/* patrick-hand-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Patrick Hand';
  font-style: normal;
  font-weight: 400;
  src: url("patrick-hand-v23-latin-regular.woff2") format('woff2'); 
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
  
  /****************** ALLGEMEIN *****************/
  html{font-size:20px;}
  a{color: #171715;}
  a:hover {color:#e4300d;}
  .trennlinie{}
  h2{font-size:2.3rem; font-family: 'Patrick Hand'; color:#e4300d;}
  h3{font-size:1.5rem; font-weight: 400; font-family: 'Patrick Hand'; color:#e4300d;}
 

  /****************** FARBEN *****************/

  .rot{color:#e4300d;}
  .schwarz{color:#171715;}
  .rotPatrick{color:#e4300d;font-size:1.3rem; font-family: 'Patrick Hand';}
  .rotPatrickGross{color:#e4300d;font-size:3rem; font-family: 'Patrick Hand';}

  /****************** SCHRIFTEN *****************/

  .ethnocentricExtraLight{
    font-family: "ethnocentric", sans-serif;
    font-weight: 200;
    font-style: normal;
  }

  .ethnocentricRegular{
    font-family: "ethnocentric", sans-serif;
    font-weight: 400;
    font-style: normal;
  }


