/*
Theme Name: BLACKTENT   
Theme URI: http://blacktent.de
Author: Blacktent
Author URI: http://blacktent.de
Description: Awesome Theme for awesome Websites
Version: 1.1.0
*/

/*in Standard übernehmen*/
#naviplace {
    z-index: 999999;
}
.transwhite {
    background-color:rgba(255,255,255,0.90);
}

.scroll .first, .first {
    margin-top: 83px;
    max-height: 60vh;
}

.vspace-top {
    padding-top: 150px;
}

/* klassen in Standard ergänzen:*/
.parallax, .zoom {
    text-shadow: 2px 2px 2px #000;
}

/*Ende: in Standard übernehmen*/


/*#naviplace {
	position:absolute;
	top:28vh;
	padding-top:20px; /* Höhe der Navigation
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;   
}

#navi-center {
    text-align:center;
}
*/

.scroll #navi-center, #navi-center {
    text-align: right;
    padding-top:33px;
}

.scroll #naviplace {
    position: fixed;
    top:20px;
    /*padding-top:3px;*/
    background-color:rgba(51,51,51,0.90);
    z-index:2;
    /*transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  */
}

/*#navigation {
    width: 100%;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  
} */

.scroll #navigation, navigation {
    width:1250px;
    max-width:90%;
    overflow: visible;
    /*transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  */
}

/* #logo {
    text-align: center;
    margin:0px;
    width:100%;
    margin-bottom:80px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  
}

#logo img {
    width:250px;
    height:250px;
    border:1px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.70);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;   
} */

.scroll #logo, #logo {
    width:50px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top:5px;
    /*transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;  */ 
}

.scroll #logo img, #logo img  {
    width:40px;
    height:auto;
    border:none;
    box-shadow: none;
    /*transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;   */
}

/*.sf-menu, .sf-menu * {
    text-align: left;
    color: #fff;
    /*text-shadow: 1px 1px 0px #000;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  
}

.sf-menu {
    display:inline-block;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
} */

.scroll .sf-menu {
    background:none;
}

.scroll .sf-menu, .scroll .sf-menu * {
    color: #ef7e05;
    border:none;
    /*transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  */
}

.sf-menu a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 10px;
    padding-right:10px;
}

.sf-menu ul li a {
    color:#333;
    text-shadow:none;
}


.sf-menu a:hover {
    color: #ef7e05;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  
}

.scroll .sf-menu a:hover {
    color: #ef7e05;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  
}

.col a {
    color:#ef7e05;
    text-decoration: underline;
}

.col .contact a {
    color:#000;
}


.parallax.first {
    background-color: rgba(0,0,0,0.20);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}

.next {
    display: none;
    /*text-align: center;
    border-radius: 10px;
    border: 2px solid #fff;
    color:#fff;
    padding:20px 10px 10px 10px;
    width:100px;
    margin:60vh auto 0px auto;
    line-height:0.5;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.80);*/
}

.next a{
    color:#fff;
    font-size: 22px;
    text-decoration: none;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.80);
}


.headline p {
    text-align: center;
}

h1 {
    text-align: center;
    margin-top:-20px;
    font-size: 28px;
    border-bottom:2px solid #333;
    margin-bottom: 20px;
}

h2, h3 {
    font-size: 20px;
}

a {
        outline:none;
}

.first {
    border-bottom: 2px solid #333;
}

.scroll .parallax.first {
    background-color: rgba(0,0,0,0.00);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}


#topline, #bottomline {
    background-color: #333;
	font-size: 11px;
}

#bottomline {
    display: inline-block;
}


.sets .col25, .sets .col33, .sets .col50, .sets .col66, .sets .col75, .sets .indy {
    padding: 15px;
    background-color: rgba(51, 51, 51, 0.90);
    color:#fff;
    border-radius: 0px 10px 10px 10px;
}

.sets .col25 {
    width:20%;
    margin: 25px 2.4%;
}

.sets .col33 {
    width:30%;
    margin: 25px 1%;
}

.sets .indy {
    width:400px;
    margin: 25px auto;
    float:none;
}
 

.sets ul {
    min-height:302px;
    margin-top: 20px;
    margin-bottom: 10px;
}


.sets li {
    font-size: 16px;
    line-height: 1;
    text-indent: -28px;
    padding-left: 25px;
}

.sets i {
    text-align: center;
    font-size: 120px;
    width: 100%;
    text-shadow: 1px 1px 2px #000;
    color:#ef7e05;
}

.headline i {
    text-align: center;
    font-size: 120px;
    text-shadow: 1px 1px 2px #000;
    color:#ef7e05;
}

.headline .prvnxt i {
    font-size: 36px;
    margin: 0 25px;
}

.sets h2 {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    text-shadow: 1px 1px 2px #000;
    text-transform: uppercase;
    font-weight: initial;
}

.sets h3 {
    text-align: center;
    font-weight: initial;
}

.sets h3 i {
    font-size:14px;
    width:auto;
    text-shadow: none;
    margin-left: 5px;
    margin-bottom: 20px;
}

.sets a {
    color:#fff;
}

.option li:before {
    font-size:14px;
}
 
.sets .price {
    text-align: right;
    font-size: 36px;
    color:#fff;
    font-weight: bold;
    margin: 0px 10px 20px 0px;
}

.price {
    font-size: 36px;
    color:#fff;
    font-weight: bold;
    color:#ef7e05;
}


.sets span {
    font-size: 12px;
}

.option ul {
	list-style-type: none;
    min-height: 0px;
    margin-top: 0;
    margin-bottom: 20px;
    min-height: 120px;
}

.option li {
	line-height: 1;
	font-size: 14px;
	text-align:left;
    text-indent: -17px;
    padding-left: 19px;
    margin-bottom: 10px;
}

.option li a{
    text-decoration: none;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}

.option li a:hover{
    color:#ef7e05;
}
    

.option li:before {
    font-family: FontAwesome;
	content: "\f055";
	margin-right:5px;
    color: #ef7e05;
    font-size:14px;
}
    

.sets a.button {
    background-color:#4abe45;
    display: inline-block;
    width:100%;
    padding:15px 0px;
    text-align: center;
    font-size: 22px;
    color:#fff;
    border-radius: 0px 10px 10px 10px;
    text-decoration: none;
    text-transform:uppercase;
    font-weight: 300;
    box-shadow: 1px 1px 1px #000;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}

.sets a.button:hover {
    background-color:#fff;
    color:#333;
}

.referenz p {
    margin-bottom:0px;
}

.referenz a {
    float: left;
    width: 8.3%;
    min-width:110px;
    height:50px;
    margin: 0px;
    padding: 20px;
}


.icons {
    text-align: center;
    float:left;
    width: 9.8%;
    margin:2.2%;
}

.icons i {
    font-size: 120px;
    width: 100%;
    /*text-shadow: 1px 1px 2px #000;*/
}

.icons a {
    color:#fff;
}

.icons a:hover {
    color:#ef7e05;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}


.icon li {
    list-style: none;
}

.sidr {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    width:100%;
}

.sidr ul {
    margin-top: 55px;
}

.sidr ul li {
    line-height: 48px;
}

.sidr ul li:hover {
    box-shadow: none;
}

.sidr ul li ul li {
    line-height: 30px;
    font-size: 18px;

}

.mid-n-btn {
    display:none;
}

.mob-n-btn {
	display: none;
}

.card {
    background-image: url(http://www.gasthof-pannebaecker.de/wp-content/uploads/2017/03/card-backgrd.jpg);
    background-size: 100%;
    color:#fff !important;
    font-family: 'Dancing Script', cursive !important;
    font-size: 24px !important;
}

.card .col {
        text-align: center;
}

.card h2{
    font-size: 34px !important;
    border-bottom: double #fff !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.card h3 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
}

.card p {
    margin-bottom:10px !important;
}

.card img {
    float: right;
    text-align: right;
}

.card .embedded_post {
    padding-left:10px;
}



.col25, .col33, .col50, .col66, .col75, .col100 {
    padding:20px;
}

.col a {
    color: #8c6418;
    text-decoration: underline;
}

.framed {
    border:#382d21 double;
    margin-top: 25px;
}

.bild {
    background-size: cover;
}

.center h3, .center h2, .center h1 {
    text-align: center;
}

h3 {
    font-size: 16px;
    margin-bottom:15px;
}


#naviplace, .scroll #naviplace {
    position: fixed;
    top: 41px;
    /*padding-top: 30px;*/
    background: #ece8d6;
    border-bottom: 1px solid #382d21;
    background: -moz-linear-gradient(left, #cbbaa6 0%, #ece8d6 20%, #ece8d6 80%, #cbbaa6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #cbbaa6 0%,#ece8d6 20%,#ece8d6 80%,#cbbaa6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #cbbaa6 0%,#ece8d6 20%,#ece8d6 80%,#cbbaa6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbaa6', endColorstr='#cbbaa6',GradientType=1 ); /* IE6-9 */
}

#main {
    margin-top:0px;
}

.first {
    border-bottom: none;
}


#logo a {
    display:block;
}

#logo {
    background-image:none;
    /*height:300px;*/
}

/*#logo img {
    width: 194px;
    height: 320px;
    border: none;
    box-shadow: none;
}*/

#topline, #bottomline {
    background-color: #4e3d2a;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

body {
    background: #ece8d6;
    background: -moz-linear-gradient(left, #cbbaa6 0%, #ece8d6 20%, #ece8d6 80%, #cbbaa6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #cbbaa6 0%,#ece8d6 20%,#ece8d6 80%,#cbbaa6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #cbbaa6 0%,#ece8d6 20%,#ece8d6 80%,#cbbaa6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbaa6', endColorstr='#cbbaa6',GradientType=1 ); /* IE6-9 */
    color:#382d21;
}

.sf-menu {
    background: transparent;
    border-top:none;
    border-bottom: none;
}
.sf-menu a, .scroll .sf-menu a {
    color:#382d21;
}

#navi li {
    padding-left: 15px;
    padding-right:15px;
    border-left: 1px solid #382d21;
    border-right: 1px solid #382d21;
}

#navi li:first-child {
    border-left:none;
} 

#navi li:last-child  {
    border-right:none;
}

.sf-menu a:hover, .scroll .sf-menu a:hover {
    color:#fff;
    background-color:#4e3d2a;
}

img.wappen {
    height: 150px;
    width: 90px;
    margin-left: -45px;
    position: relative;
    left: 50%;
}

h1 {
    margin-top:30px;
    color:#382d21;
    border-bottom: 1px solid #382d21;
    margin-bottom: 0px;
}



.totop a {
    background-color:#4e3d2a;
}

 .desk-n {
	display:inline-block;
}



@media only screen and (max-width: 940px) and (min-width: 821px) {
    
    .first, .scroll .first {
        height: auto;
    }
    
    .desk-n {
	display: inline-block;
}

.mob-n-btn {
	display: none;
}

.mid-n-btn {
	display: none;
}

#topline .line-nav {
    display:none;
}
    
#bottomline .line-contact {
    display:none;
}
    
#bottomline {
    position: fixed;
}
    
.height70p {
        height: auto;
}

}

@media only screen and (max-width: 820px) and (min-width: 480px) {

.first, .scroll .first {
        height: auto;
        margin-top: 25px;
    }
    
.desk-n, .mid-n-btn {
    display: none;
}
    
.card .object {
    display: none;
 }
    
.mob-n-btn {
	display: block;
    background-color:#4e3d2a;
    color: #fff;
    position: fixed;
    top: 4px;
    right: 10px;
    z-index: 4;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    padding: 3px 5px;
}
    
.scroll .mid-n-btn {
	background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;   
}

.mid-n-btn:hover {
	color: #f5f5f5;
}
    
#naviplace {
    display:none;
}
    
#topline .line-nav {
    display:none;
}
    
#bottomline .line-contact {
    display:none;
}
    
#bottomline {
    position: relative;
}
    
.scroll .line-contact {
    font-size: 0;
    padding-left: 0px;
}
    
.fixedimage {
    background-attachment:inherit;
}

.sidr {
    background-color:#4e3d2a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
}

.sidr ul li a, .sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff;
}
    
.sidr ul li {
    border-top:none;
    }
    
.sidr ul li a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
}
    
.height70p {
        height: auto;
}
    
.col25, .col33, .col50, .col66, .col75 {
    width:100%;
}

#topline .line-nav {
    display:none;
}
    
.line-contact {
    font-size:0;
    padding-left:0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}
    
.scroll .line-contact {
    font-size:0;
    padding-left:50px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}
    
.line-contact i {
    font-size: 36px;
}

#bottomline .line-contact {
    display: none;
}
    
.card .object {
    display: none;
 }
  

}


@media only screen and (max-width: 479px) {
    
.first, .scroll .first {
        height: auto;
        margin-top: 25px;
    }
    
.desk-n, .mid-n-btn {
    display: none;
}
    
.card .object {
    display: none;
 }
    
.mob-n-btn {
	display: block;
    background-color:#4e3d2a;
    color: #fff;
    position: fixed;
    top: 7px;
    right: 10px;
    z-index: 4;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
}

    
#naviplace {
    display:none;
}
    
#topline .line-nav {
    display:none;
}
    
#bottomline .line-contact {
    display:none;
}
    
#bottomline {
    position: relative;
}

.scroll .line-contact {
    font-size: 0;
    padding-left: 0px;
}

.fixedimage {
    background-attachment:inherit;
}

.sidr {
    background-color:#4e3d2a;
    color: #fff;
    box-shadow: none;
}

.sidr ul li a, .sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff;
}
    
.height70p {
        height: auto;
}
    
    .col25,.col33,.col50,.col66,.col75 {
    width:100%;
}

.sets .col25,.sets .col33,.sets .col50,.sets .col66,.sets .col75 {
    width:100%;
}

#topline .line-nav {
    display:none;
}
    
.line-contact {
    font-size:0;
    padding-left:0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}
    
.scroll .line-contact {
    font-size:0;
    padding-left:0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}
    
.line-contact i {
    font-size: 30px;
}
    
.line-contact {
    padding-top:4px;
}

#bottomline .line-contact {
    display: none;
}
  
    
}
