/*
 * Theme Name: Heimatmarkt
 * Theme URI: http://www.chris-andfriends.de
 * Theme Description: Blank Bootstrap Wordpress Theme by Chris and Friends
 * Author: Philipp Richardt
 * Version: 1.0
*/



/* Apply bootstrap styles */
@import url('bootstrap/css/bootstrap.min.css');




@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,600italic,700,700italic,800,800italic,300italic,400italic);

body{
    font-family: "Open Sans",Verdana,Geneva,sans-serif; 
	overflow-x:hidden;
}

p{
    color:#333;
    line-height:1.8em;
}

a:focus{
    outline:none;
}

a{
    color:#694e33;
    transition: all 0.5s;
}

h4, .h4{
    font-size:14px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.mt-15{
	margin-top:15px;
	
}

.page-template-page-full-width .main, .page-template-page-heimatkueche .main, .page-template-page-blog .main{
margin-top:120px;
}

a:hover{
    color: #36281A;
    text-decoration:none;
}

.uppercase{
    text-transform:uppercase;
}


.carousel {
    top: -73px;
    z-index: 2;
    box-shadow: 0 1px 10px 0 gray;
}

.navbar-nav {
    margin: 0 0 0 60px;
}

.navbar-brand > img{
    background-color: rgba(255,255,255,0.8);
    padding:10px;
}

.navbar-brand > img {
    height: 100px;
    transition: height 1s;
}
.over .navbar-brand > img {
    height: 65px;
}

.over .navbar-default {
    background-color: rgba(255, 255, 255, 0.95);
}

img.heimatmarkt{
    margin-bottom:30px;
}


.navbar-default .navbar-nav > li > a {
    color: #777;
    font-weight:bold;
    font-size:16px;
    text-transform:uppercase;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #004225;
    color: white;
    font-weight:bold;
    font-size:16px;
    text-transform:uppercase;
}

.navbar-default{
    background-color: rgba(255,255,255,0.7);
    transition: background-color 1s;
}

.navbar-brand {
    height: 50px;
    padding: 0px 15px 0 15px;
}

.navbar {
    border: none;
    margin-bottom: 0px;
    z-index: 3;
}


.carousel-caption{
    text-shadow:none;
    text-align:left;
    background: rgba(0,0,0,0.5);
    max-width:40%;
    padding-left:30px;
    padding-bottom: 10px;
    padding-top:0;
    bottom: 200px;
}

.carousel-caption span{
    display: block;
}

.read-more{
    font-weight:bold;
}

.read-more:hover{
    cursor:pointer;
}

.galerie img{
    border:4px solid #694e33;
}

.bold-letter p::first-letter{
    font-size: 26px;
}

.main {
    color: #694e33;
    margin-top: -73px;
}

.product-section{
    background: url(./img/bg_products.jpg) no-repeat;
    color:white;
    min-height: 530px;
    margin-bottom:30px;
}

.auswahl-box, .auswahl-box{
	background-color:white;
	min-height:380px;
	margin-bottom:30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
transition: all 0.5s;
}
.auswahl-box:hover{
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
}
#tabs .ui-tabs-panel{
    background-color: #B5A28F;
}

#tabs ul li{
    list-style:none;
    border-bottom: 1px solid gray;
}

#tabs, .auswahl-box.unterkunft{
	margin-top:30px;
}


#tabs ul li a{
    text-decoration:none;
    color: #694e33;
    font-weight:bold;
    padding:15px;
}

.ui-tabs-vertical { width: 100%; }
.ui-tabs-vertical .ui-tabs-nav { 
    padding: 0; 
    float: left; width: 25%; 
    background-color: rgba(233,233,233,0.8);
}
.ui-tabs-vertical .ui-tabs-nav li { 
    clear: left; 
    width: 100%; 
    line-height:30px;  
    margin: 0; }
.ui-tabs-vertical .ui-tabs-nav li a { 
    display:block; 
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { 
    background-color: #b5a28f; 
}
.ui-tabs-vertical .ui-tabs-panel { 
    padding: 1em; 
    float: right; 
    width: 75%;
    padding-bottom:30px;
}

.product-boxes{
    margin-top:10px;
    margin-bottom:10px;
}

footer{
    border-top:5px solid #b5a28f;
    background-color: #c3c3c3;
    height:50px;
} 

footer ul li{
    display:inline-block;
    list-style:none;
    line-height:50px;
}

footer ul li a{
    padding-right:30px;
    font-weight:bold;
}

footer ul {
margin-bottom:0;
}

/* Accordion Styling */
#accordion-rezepte{
	margin:30px 0 60px 0;	
}

#accordion-rezepte .ui-accordion-header:hover{
	cursor:pointer;
}

#accordion-rezepte .ui-accordion-header{
	background-color: rgba(233,233,233,0.8);
	border-bottom: 1px solid gray;
	padding:15px 15px;
	margin:0;
}

#accordion-rezepte .ui-accordion-header-active{
background-color: #B5A28F;
}
#accordion-rezepte h3{
color: #694e33;
font-weight: bold;
font-size: 14px;
position:relative;
}

#accordion-rezepte h3 .right-icon{
	position:absolute;
	right:15px;	
}

#accordion-rezepte h3 .right-icon i{
	font-size: 20px;
}

#accordion-rezepte > div > div p{
	margin-top:15px;
}

/* Blog */

.blog-box-wrapper .btn-more{
	color:white;
	background-color: #694e33;
transition:all 0.5s;	
}

.blog-box-wrapper h3{
	padding:10px;
	font-size:20px;
}

.blog-box-wrapper .excerpt{
	padding:0 10px 10px 10px;
}

.blog-box-wrapper a{
	margin: 0 0 10px 10px;
	display:inline-block;
	border-radius:0;
}

.blog-box-wrapper .btn-more:hover{
	background-color:#36281A;
}

.blog-box-wrapper{
	border:1px solid #eee;
	margin-bottom:30px;
}



@media (max-width:1199px){
    .carousel{
        top:0;
    }
    .main{
        margin-top:0;
    }

    .carousel-caption{
        bottom:30px;
        max-width:50%;
    }


}


@media (max-width:990px){

    .ui-tabs-vertical .ui-tabs-panel {
        width: 70%;
    }

    .ui-tabs-vertical .ui-tabs-nav {
        width: 30%;
    }

}


@media (max-width:767px){
    .ui-tabs-vertical .ui-tabs-nav{
        width:100%;
        float:none;
    }

    .ui-tabs-vertical .ui-tabs-panel {
        width: 100%;
        float:none;
    }
    .carousel{
        display:none;
    }

    .main{
        margin-top:60px;
    }

}