/*======================================
Theme Name: Theme Coder
Theme URI: https://themecoder.de
Description: Ein einfaches Child Theme für TwentySeventeen
Version: 1.0
Author: Thomas W
Author URI: https://netzberufler.de
Template: twentyseventeen
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/* my google font https://fonts.google.com/
@import url('https://fonts.googleapis.com/css?family=Poppins');
*{
    margin: 0;
    padding: 0;
}

h elemente

h1, h2, h3, h4, h5, h6, a, p{
    font-family: 'Poppins'
}
.page-template-showcase-php #main .widget-area {
	float: right;
	margin: 0 1.15% 0 0;
	width: 22.15%
}

.page-template-showcase-php section.recent-posts {
	float: left;
	margin: 0 0 1%;
	width: 69%
}

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


body.page-template-template-full-width #content #primary {
	max-width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header,
body.page-template-template-full-width #content #primary .entry-content {
    float: none;
    width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header {
    margin-bottom: 4em;
}


