/*======================================
Theme Name: SZW
Theme URI: https://www.kug-media.de
Description: Child Theme f�r Twentyseventeen mit Anpassungen f�r schritte-zum-weg
Version: 1.0
Author: Kai Uwe Gurski
Author URI: https://www.kug-media.de
Template: twentyseventeen
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

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

body {
	background: #f1efea;
}

.site-content-contain {
	background-color: #f1efea;
}

body.page-template-page-fullwidth.home #content #primary .entry-header {
display: none;
}
body.home.entry-content {
margin-top: -124px;
}
@media only screen and (max-width: 768px) {
body.home.entry-content {
margin-top: -50px;
}
}

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

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

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

.site-footer {
	background: #821715;
}

.widget-title {
	color:#ffffff !important;
}

.widget-area p,
.widget-area a {
	color:#ffffff !important;
}

.footer-szw,
.footer-szw a {
	color:#ffffff;
}

a img {
    box-shadow: none !important;
    border: 0 !important; 
}

.entry-content a, 
.entry-summary a, 
.widget a, 
.site-footer .widget-area a, 
.posts-navigation a, 
.widget_authors a strong,
.entry-content a:hover, 
.entry-summary a:hover, 
.widget a:hover, 
.site-footer .widget-area a:hover, 
.posts-navigation a:hover, 
.widget_authors a strong:hover {
    box-shadow: none;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.navigation-top {
	background-color: #821715;
}
.main-navigation ul {
	background-color: #821715;
}

.main-navigation a:hover {
	color: #f1efea !important;
}

.navigation-top a {
	color: #f1efea;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #f1efea;
}

.main-navigation a:hover {
	color: #f1efea;
}

.main-navigation li {
	background-color: #821715;
}

.menu-scroll-down {
	color: #f1efea !important;
}


/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #821715 !important;
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
	font-weight: 800 !important;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1.entry-title {
	font-size: 24px !important;
	font-size: 1.5rem !important;
	font-weight: 800 !important;
}

h1.site-title {
	font-size: 36px !important;
}

h2.entry-title {
	font-size: 24px !important;
	font-size: 1.5rem !important;
	font-weight: 800 !important;
	margin: 0 0 2em !important;
}

.widget-title h2 {
	font-size: 18px !important;
}

h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 800;
}

h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

b,
strong {
	font-weight: 600;
	color: #821715 !important;
}