/* 
Theme Name:  LemonChili Child - Barrierefreiheit
Description: LemonChili Child Theme mit Barrierefreiheit
Text Domain: gxg_textdomain
Author: red_sun (Gerda Gimpl)
Author URI: http://www.red-sun-design.com
Theme URI: http://themes.red-sun-design.com/lemonchili
Template: lemonchili  
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.00
Tags: blog, translation-ready, theme-options, featured-images, custom-background, custom-colors, custom-menu, custom-logo, 
*/


/**font-family: 'Pacifico-Regular';
  font-family: 'AmaticSC-Regular'; 
**/
@font-face {
    font-family: 'Pacifico-Regular';
    src: url(fonts/Pacifico-Regular.eot);
    src: url(fonts/Pacifico-Regular.eot?#iefix) format('embedded-opentype'),
         url(fonts/Pacifico-Regular.otf) format('otf'),
         url(fonts/Pacifico-Regular.svg#Pacifico-Regular) format('svg'),
         url(fonts/Pacifico-Regular.woff) format('woff'),
         url(fonts/Pacifico-Regular.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Amatic SC';
    src: url(fonts/AmaticSC-Regular.eot);
    src: url(fonts/AmaticSC-Regular.eot?#iefix) format('embedded-opentype'),
         url(fonts/AmaticSC-Regular.otf) format('otf'),
         url(fonts/AmaticSC-Regular.svg#AmaticSC-Regular) format('svg'),
         url(fonts/AmaticSC-Regular.ttf) format('truetype'),
         url(fonts/AmaticSC-Regular.woff) format('woff'),
         url(fonts/AmaticSC-Regular.woff2) format('woff2');
  }

/* Barrierefreiheit */

.post-date {
  color: white !important;
}

.single-post a {
  text-decoration: underline;
  font-weight: 600;
}

.pretty-date {
  color: white !important
}

.categories {
  color: white !important;
}

.tags {
  color: white !important;
}

.type-post .entry a {
  text-decoration: underline;
}

.team-position, .team-email, .team-about, .team-title {
  color: white !important;
}

.widget-area h1 {
  font-size: 32px;
}

.menu-description h2 {
  font-size: 28px;
}