@charset "utf-8";
/* CSS Document */

/* header */
#header .site-identity {
    text-align: center;
}


#branding {
    background: url(http://hqkeramik.com/wp-content/uploads/2018/02/IMG_2752.jpg) center center no-repeat;
    background-size: 101% auto;
    background-position-y: 64%;
    background-position-x: 93%;
}
#branding #logo {
    background: rgba(256,256,256,0.5);
    border-radius: 50%;
    margin: 30px;
    display: inline-block;
    height: 250px;
    width: 250px;
    padding: 15px;
    vertical-align: middle;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 1);
}
a#logo img {
    height: 200px;
}
div.post, div.page, .yoyo > li {
	overflow: inherit !important;
}

/* product table list */
div#content > .products {
    display: table;
	width: 100%;
	min-width: 540px;
	background: #ffffff;
}
div#content > .products > .table-head {
    display: table-row;
    background: #61928C;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
div#content > .products > .table-head > .table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    text-transform: uppercase;
    font-size: 15px;
	text-align: center;
}

div#content > .products > .product.type-product {
	display: table-row;
}
div#content > .products > .product.type-product > div {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
	text-align: center;
}
div#content > .products > .product.type-product > div.description {
	text-align: center;
}
#content .woocommerce .table-cell img, .woocommerce-page .table-cell img {
    height: auto;
    width: auto;
    max-height: 80px;
    padding-top: 5px;
}
div#content > .products > .product.type-product > div.description {
    max-width: 200px;
}
#content ul.product-cats.mywoo li img {
    max-height: 215px;
    max-width: 215px;
    width: inherit;
    height: inherit;
    border-radius: 0px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: -webkit-box;
}
.category .product-cats.mywoo li.category {
 
    padding-top: 20px;
}
.category .product-cats.mywoo li.category:hover {
    box-shadow: 1px 1px 30px rgba(0,0,0,0.5);
    padding-top: 20px;
}
#content ul.product-cats.mywoo li > a {
    display: block;
    width: 150px;
    line-height: 1.2em;
    background-color: #4d2b0a;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px auto 30px;
    padding: 8px 25px;
    text-align: center;
    border-radius: 6px;
}
div#fix-bg {
    background: url(http://hqkeramik.com/de/wp-content/uploads/2018/02/b1272-2-2.jpg) center center no-repeat;
	background: #ffffff;/* url(http://hqkeramik.com/de/wp-content/uploads/2018/02/xPear-Tree-Ombre-Stripe-Rose-Gold-Glitter-Wallpaper-672x372.jpg.pagespeed.ic_.FBWTCZ8AR5.jpg) center center no-repeat; */
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
}
#main {
    background-color: #ffffff;
}
@media (max-width: 1500px) {
	#header-container {
		max-width: 100%;
	}
}
@media (max-width: 800px) {
	.footermenu ul {
		display: block;
		margin:auto;
		text-align: center;
	}
	.footermenu ul li {
		display: inline-block;
		float: none;
		margin: 0px 5px 15px;
		text-align: center;
		white-space: nowrap;
		border: 1px solid transparent;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		width: 45%;
		min-width: 280px;
	}
}
@media (max-width: 600px) {
	#content ul.product-cats.mywoo {
    	clear: both;
    	text-align: center;
	}
}