/*  
Theme Name:Twenty Fourteen Child
Version: 1.0
Description: Axels child theme for Twenty Fourteen 
Author: Axel Muhr
Template: twentyfourteen
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/* Import layout */
@import url(../twentyfourteen/style.css);

body,
button,
input,
select,
textarea {
        color: #2b2b2b;
        font-family: 'Titillium Web', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
}


code {
    padding: 2px 4px;
    margin: 0;
    border-radius: 2px;
    color: #222;
    background: #f2f4f5;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
        margin: 0 auto;
        max-width: 700px;
}

#site-header {
	background-color: #385C72;
}

/* have the News, Recent posts etc. a bit larger */
.footer-sidebar .widget,
.primary-sidebar .widget {
	font-size: 14px;
	line-height: 1.5;
}


/* Fuer den Woocommerce shop */
 
.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 700px;
  margin: 0 auto;
}

/* Google Adsense */

ins {
  background: rgb(243, 243, 243) !important;
  /* @media (max-width: 750px) {
    display: padding-left: 220px !important;
  } */
}