/*
Theme Name: twentyfifteen Child-Cuppatea
Theme URI:
Description: twentyfifteen Child Theme
Author: Martin Firgau
Author URI: https://www.contraviento.de/
Template: twentyfifteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Theme Name Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

/* Google-Font Lato lokal laden: */
@font-face {
    font-family: 'Lato';
    src: url('webfonts/lato-light-webfont.eot');
    src: url('webfonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/lato-light-webfont.woff2') format('woff2'),
         url('webfonts/lato-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('webfonts/lato-regular-webfont.eot');
    src: url('webfonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/lato-regular-webfont.woff2') format('woff2'),
         url('webfonts/lato-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('webfonts/lato-bold-webfont.eot');
    src: url('webfonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/lato-bold-webfont.woff2') format('woff2'),
         url('webfonts/lato-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}
body        {
	color: #2a0e72;
	background: #71a3d6;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14pt;
		}

em {
  font-style:normal;
  font-weight: 400;
}

strong, b {
	/*color: #c4dcfa;*/
	font-weight: 700;
}

h1 {
	font-size: 150%;
	font-weight: 300;	
	text-align: center;
	margin-bottom: 2em;
}

h2 {
		font-size: 22pt;
	color: #2a0e72;
	font-weight: 700;

}

.page-title {
	color: #2a0e72;	
		font-weight: 700;
		font-size: 22pt;
}


/* WordPress-.Werbung unten raus */
.imprint, .site-info span[role=separator] {
  display: none;
}
