/*
Theme Name:     Twenty Fourteen Child 
Theme URI:      https://strattack.de
Description:    Child theme for the Twenty Fourteen theme 
Author:         STRATTACK GmbH
Author URI:     https://strattack.de
Template:       twentyfourteen
Version:        0.1.0
*/



body {
    background: #9da088;
}

.search-toggle {
    background-color: #9da088;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #fecc04;
}

.site-header {
    background-color: #002e14;
    max-width: 1260px;
    position: relative;
    width: 100%;
    z-index: 4;
}


.site:before, #secondary, .site-header, .site-footer, .menu-toggle, .featured-content, .featured-content .entry-header, .slider-direction-nav a, .ie8 .featured-content, .ie8 .site:before {
   background-color: #002e14;
}

a {
    color: #002e14;
    text-decoration: none;
}

a:hover,
a:active {
	color: #fecc04;

}


.footer-sidebar .widget .widget-title, .primary-sidebar .widget .widget-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.6363636363;
    margin-bottom: 18px;
}

.cat-links a:hover {
	color: #fecc04;
}


/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #fecc04;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #fecc04;
	color: #fff;
	text-shadow: none;
}
.site-info {
    padding: 15px 10px;
    background-color: #000;
}

.full-width .site-content blockquote.alignleft, .full-width .site-content img.size-full.alignleft, .full-width .site-content img.size-large.alignleft, .full-width .site-content img.size-medium.alignleft, .full-width .site-content .wp-caption.alignleft {
     margin-left: 10px; 
}

