/* This section sets content width */
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    max-width: 900px;
}
/* This section sets Logo */
.site-header {
  /*	font: italic bold 50px TypoUpright BT; 
        margin-left:340px; 
        margin-top:-11px; */
     /* background:url(../wp-content/uploads/2016/04/logo.png) no-repeat ; */
        background-size: 420px 60px, cover;
        background-position:30%;
}
@media(max-device-width: 480px){
  .site-header {
    background-size: 200px 30px, cover;
    background-position:8%;
  }
}

/* This section sets Produkts page width */
.twentyfourteen .tfwc {
    max-width: 674px;
}
.woocommerce-result-count, .page-title {
  color:red;
} 
/* This section sets page to 100% width */
#site-header img {
    width: 100%;
}
.site {
	max-width: 100%;
	position: relative;
}
/* This section sets page header to 100% width */
.site-header {
	max-width: 100%;
	position: relative;
	width: 100%;
	z-index: 4;
}
/* This section sets color of currency_symbol */
.eu {
  color: black;
}
/* This section sets header size */
.entry-title {
    font-size: 13px;
}