/*
Theme Name: Conextra Bootstrap
Theme URI: http://www.conextra.at
Description: Custom bootstrap theme
Author URI: http://www.conextra.at/
Version: 1.0
Tags: responsive, bootstrap, conextra

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

For custom usage
*/

/* FONTS */
* {
    text-rendering: optimizelegibility;
}

html {
    background-color: #ebebeb;
}

a {
   outline: 0 none !important;
}

h1,h2,h3,h4,h5,h6 {
	padding-left:5px;
}
h3.widget-title {
	font-size:23px !important;
	color:#762816;
}

main a,
main a:visited,
main a:focus {
   color: #000000;
   border-bottom:1px solid;
}

main h2 a {
   color: #000000;
   border-bottom:0px solid;
}

.sow-slider-pagination a {
	border:1px solid #222222;
}

main a:hover,
main a:focus {
   color: #888888;
   text-decoration: none;
}

img.alignright {
	float:right;
}

img.alignleft {
	float:left;
}

img.aligncenter {
	display: block; margin-left: auto; margin-right: auto
}

header.container{
	padding-top:10px;
	padding-bottom:10px;
	position:absolute;
	z-index: 9999999;
	/*background: rgba(249, 246, 242, 0.8);*/
	opacity:0.8;
	display:table;
	height:50px;
}

header.container .brand, header.container .menu-header, header.container .menu-header_en{
   display:table-cell;
}
.menu-header_en { clear:both; }
.menu-header_en li { float:left; }
.menu-header .sub-menu,
.menu-header_en .sub-menu {
    display: none;
    left: -25px;
    list-style: outside none none;
    padding: 4px 0 10px 10px;
    position: absolute;
    text-decoration: none;
    top: 40px;
}
.menu-header .sub-menu a,
.menu-header_en .sub-menu a {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}

.menu-header .sub-menu a:hover,
.menu-header_en .sub-menu a:hover  {
    color: #888888;
}

.menu-header .sub-menu li,
.menu-header_en .sub-menu li {
	/*background-color: rgba(249, 246, 242, 1);*/
	background-color:#f9f6f2;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-top: 7px;
    text-align: left;
    width: 225px;
}

.menu-header .sub-menu li a:hover,
.menu-header_en .sub-menu li a:hover {
    text-decoration: none;
    background-color:#f9f6f2 !important;
}

.menu-header ul li:hover > .sub-menu,
.menu-header_en ul li:hover > .sub-menu {
	display:block;
}

main {
	margin-top:65px;
	padding-left:15px !important;
	padding-right:15px !important;
	padding-bottom:50px !important;
}
.page-id-2 main,.page-id-333 main, .page-id-16 main, .page-id-358 main {
	padding-bottom:0px !important;
}

#goToTop {
    display:none;
}


.sow-slide-nav {
	display:none!important;
}

.sow-slider-pagination {
	display: block!important;
	text-align: center!important;
}

.sow-slider-pagination li {
	margin-left: 3px !important;
    margin-right: 3px !important;
}

main .panel-grid > div.conextra_bottom_links {
	margin-bottom:0px;
}

#komp_menu {
	display: block;
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 999999;
}
	
#komp_menu_1 {
    background-color: #762816;
    opacity:0.9;
    height: 40px;
    width: 75px;
    float: right;
    clear: both;
}

#komp_menu_1 a {
    color: #ffffff;
    display: block;
    font-size: 19px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    text-indent: -17px;
}
#komp_menu_2 {
    background-color: #762816;
    opacity:0.9;
    background-image: url("img/side_menu_mail.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    height: 40px;
    width: 75px;
    float: right;
    clear: both;
}

#komp_menu_2 a {
    display: block;
    height: 100%;
    width: 100%;
    border-bottom:1px solid #ffffff !important;
}
#komp_menu_3 {
	background-color: #762816;
    opacity:0.9;
	display:block;
	opacity:0.9;
    height: 40px;
    width: 75px;
    float: right;
    clear: both;
}
#komp_menu_3 a {
    color: #ffffff;
    display: block;
    font-size: 23px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    text-indent: -17px;
}
#komp_menu_4 {
	background-color: #762816;
    opacity:0.9;
	display:block;
	background-image: url("img/side_menu_basket.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    height: 40px;
    width: 75px;
    float: right;
    clear: both;
}
#komp_menu_4 a {
    color: #ffffff;
    display: block;
    font-size: 19px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    text-indent: -17px;
    border-bottom:none !important;
}


.header_top .left .widget_search {
    height: 40px;
    display: inline-block;
}

#searchform label {
    display: none;
}

#searchform #s {
	display:none;
}

html[lang="de-DE"] #komp_menu .de,
html.de-DE #komp_menu .de {
	display:none;
}

html[lang="en-GB"] #komp_menu .en,
html.en-GB #komp_menu .en {
	display:none;
}


@media (min-width: 768px) {
	header.sticky {
	    position: fixed;
	    min-height: auto;
	}
}

footer {
	background-color:#762816;
}
.footer_row {
	margin-left: 0;
	margin-right: 0;
	text-align:center
}
.footer-row1 {
	margin-top:20px;
	margin-bottom:20px
}
.footer-row2 {
	margin-bottom:10px;
	color: #bd9e5b;
}
.youtube {
	width:100%;
	height:400px;
}



.menu-mobile ul ul li,
.menu-mobile_en ul ul li {
	padding-left:40px;
	line-height:35px;
}

.menu-mobile ul ul li:last-child,
.menu-mobile_en ul ul li:last-child {
	border-bottom:none;
}

.menu-mobile ul ul,
.menu-mobile_en ul ul {
	padding:0;
}

nav.menu-header > ul > li.current-menu-item > a,
nav.menu-header_en > ul > li.current-menu-item > a {
    font-weight:bold;
}

main hr {
    width: 20%;
    clear: both;
	color: #000000;
	background-color: #000000;
	height: 1px;
	border-width: 0;
	margin-bottom: 55px;
}
main ul {
	padding:0;
}



@media (min-width: 992px) {
	
}

@media (max-width: 992px) {
	
}

@media (max-width: 768px) {
	.imgMeta {
	    font-size: 16px;
	    margin-top: -30px;
	    padding-right: 10px;
	}
	
	body {
		background-image: none;
	}
	
	.panel-grid-cell {
	    padding: 0 20px!important;
	}
	
	.panel-grid-cell:first-child {
	    padding: 0px!important;
	}
	
	h1 {
	    font-size: 30px;
	}
}

@media (max-width: 480px) {
	
}



@media (max-width: 1200px) {
	
	
	.so-widget-sow-slider {
	    min-height: auto;
	}
}


#sidebar {
	display:none;
}

.shop {
	margin-top:15px;
}
.shop ul li {
	background-image:none !important;
}
.shop ul,.shop li{
	list-style-type: none !important;
}
.shop h1 {
	font-size:23px !important;
	color:#762816;
}

.shop .products {
	clear:both;
}
.shop .products .product-category {
	float:left;
	padding-right:25px;
	width:33%;
}
.shop .products .product-category img {
	width:100%;
	height:auto;
}
.woocommerce-ordering,.related,.woocommerce-result-count {
	display:none;
}

.panel-grid:first-child .so-widget-sow-slider, 
.panel-grid:first-child  .sow-image-container {
	background-image: url("img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 2px -2px #762816;
    margin-left:-15px;
    margin-right:-15px;
}

.newslist {
	padding-right:15px;
}
.newslist .panel-grid  .sow-image-container {
	margin-left:0px;
    margin-right:0px;
    background-image: none;
    box-shadow: none;
}
.sow-image-container img {
	/*box-shadow: 0 4px 2px -2px #762816;*/
	box-shadow: 3px 3px 5px #aaaaaa;
}
.grid-head {
	margin-bottom: -30px !important;
}

/*.so-widget-sow-editor,.widget_siteorigin-panels-postloop  {
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}*/
.video-embed {
	width:100%;
	height:auto;
}
h1:first-child, h3:first-child {
	margin-top:60px !important;
}
.newscontainer h3:first-child {
	margin-top:0px !important;
}

.widget_sow-editor .textwidget {
	margin-left:25px;
}

.so-widget-sow-editor img.alignleft,.newscontainer .img img,.product .img img {
	margin-right:50px;
	width:450px;
	height:auto;
	box-shadow: 3px 3px 5px #aaaaaa;
}
.so-widget-sow-editor img.alignleft {
	display:block;
}

.newscontainer,.prodcontainer { 
	display:block;
	clear:both;
	border-bottom: none;
	margin-bottom:25px;
}
.newscontainer .img,.prodcontainer .img {
	float:left;
	vertical-align:top;
	border-bottom:none;
	display:block;
}
.newscontainer .txt,.prodcontainer .txt {
	vertical-align:top;
	border-bottom:none;
	display:block;
}
.woocommerce-page ul.products li.product {
	margin-top:-50px !important;
}
.newscontainer .txt h3 {
	margin-top:0px;
}
.panel-grid-cell .so-panel:after {
	clear:none !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	border-color:#762816;
	background-color:#762816;
}
footer .img-responsive {
	display:inline;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:#762816 !important;
	
}
a.brand {
	padding-left:15px;
}
@media (max-width: 992px) {
	h1:first-child, h3:first-child {
    	margin-top: 0px !important;
	}
	a.brand {
		margin:0px !important;
	}
	.navbar-toggle {
		margin-bottom:0px !important;
	}
	header.container {
		opacity:1;
		height:65px;
	}
	.menu-mobile,.menu-mobile_en {
		margin-top:60px;
		width:100%;
		background-color:#762816;
	}
	.menu-mobile li,.menu-mobile_en li {
		float:none;
		background-color:#762816;
	}
	.menu-mobile ul li a,.menu-mobile_en ul li a{
		color:#ffffff;
		background-color:#762816 !important;
	}
	.menu-mobile ul li a:hover,.menu-mobile_en ul li a:hover {
		background-color:#762816 !important;
	}
	.panel-grid-cell {
		float:none !important;
		width:100% !important;
		
	}
	.sow-image-container {
		width:100%;
	}
	.sow-image-container img {
		width:100%;
	}
	.so-widget-sow-editor {
		margin-top:10px !important;
		padding:5px !important; 
	}
	.so-widget-sow-editor .textwidget {
		margin-left:0px;
	}
	#komp_menu {
		display: block;
	    position: absolute;
	    right: 0;
	    top: 15px;
	    left:80px;
	    z-index: 999999999;
	    width:200px;
	}
	#komp_menu div {
		float:left !important;
		clear:none !important; 
		border-left:1px solid #ffffff !important;
		width:50px;
		padding:0px !important;
		background-position: center;
		text-align: center;
	}
	#komp_menu div a {
		border-bottom:none !important;
		text-align: center;
		text-indent:0px;
	}
	
	.shop {
		margin-top:50px;
	}
	.page-id-2 main img,.page-id-333 main img {
		padding:0px !important;
		margin:0px !important;
		box-shadow: none !important;
	}
	
	.page-id-2 .panel-grid:first-child .so-widget-sow-slider, .page-id-2 .panel-grid:first-child  .sow-image-container,
	.page-id-333 main .panel-grid:first-child .so-widget-sow-slider, .page-id-2 .panel-grid:first-child  .sow-image-container{
		margin-left:0px;
		margin-right:0px;
	}
	
}
