body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans';
	color: rgba(0,0,0,.70);
	background-color: #FFF;
}
html {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
    padding: 0px;
	letter-spacing: 1px;
	text-align: center;
}
h1{
    font-size: 42px
}
h2 {
	font-size: 65px;
    font-family: 'Tangerine', cursive;
    color: #068fdf
}
/*color: #068fdf*/
h3 {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
}
h4 {
	margin-bottom: 35px;
}
p {
	font-size: 16px;
    padding: 0px;
    margin: 0px;
}
a{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover, a:focus, a:active{
    text-decoration: none
}

.clr_gelb{
    color: #068fdf
}

.btn_customer{
    display: inline-block;
    background-color: #068fdf;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}
.mt-40{
    margin-top: 40px;
}
.line-small {
	height: 2px;
	background-color: rgba(0,0,0,.70);
	margin: 55px auto;
	width: 20px;
}
.clear{
    clear: both;
}
.fa-white {
	color: #FFF;
}
.light {
	font-weight: 400;
}

section{
    padding: 130px 0px;
    text-align: center
}
section h1{
    text-transform: uppercase;
    font-weight: 600
}
section img{
    width: 100%
}
.mobile-none {
	display: inline;
}

.line{
    width: 40px;
    height: 2px;
    background-color: #068fdf;
    margin: 40px auto
}

.navbar-default {
    margin-bottom: 0;
    text-transform: uppercase;
	background-color:rgba(0,0,0,.70);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
    border:0px;
    background-color: transparent;
	padding:40px 0 0 0 ;
}
    
    .navbar-default img{
        opacity: 0;
        width: auto;
        height: 0px;
        float: left;
        -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
        
}

.navbar-default h2{
    color: #fff;
    font-size: 54px;
    font-weight: 300;
    font-family: 'Tangerine', cursive;
    text-transform:capitalize
}



.navbar-default .line{
    width: 45%;
    height: 1px;
    background-color: #068fdf;
    margin: 20px auto 30px auto
}

    .navbar-default  li a,
    .navbar-default li a:focus {
        color: rgba(255,255,255,1);
		background-color:transparent !important;
        border-bottom: 2px solid rgba(255,255,255,0);
        font-size: 16px
    }

    .navbar-default  li a:hover,
    .navbar-default li a:focus:hover {
        color: rgba(255,255,255,.7);
    }

    .navbar-default.affix {
		border:0px;
        background-color: #fff;
		box-shadow:0px 0px 5px rgba(0,0,0,.55);
		padding:0px;
		-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
        
    }
    
    .navbar-default.affix img{
        width: auto;
        height: 35px;
        opacity: 1;
        margin-top: 10px;
        margin-right: -33px
    }
    


    .navbar-default.affix  li a,
    .navbar-default.affix li a:focus {
        color: #333;
        padding: 20px 15px 15px 15px;
        border-bottom: 3px solid transparent;
        font-size: 14px;
        text-decoration: none !important;
    }

    .navbar-default.affix li a:hover,
    .navbar-default.affix li a:focus:hover {
        color: #222;
		background-color:transparent!important;
        border-bottom: 3px solid #068fdf
    }
	
	.navbar-default.affix li.active a,
	.navbar-default.affix li.active a:focus {
		background-color: transparent!important;
        border-bottom: 3px solid #068fdf;
        text-decoration: none !important;
	}

.navbar-default li.active a:hover,
.navbar-default li.active a:focus:hover {
    background-color: transparent;
}
	
	
	nav a{
		-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	}
	



.navi ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center
}

.navi ul li{
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: -4px
}

.navi ul li a{
    display: block;
    padding: 0px 15px;
    color: #fff
}

.intro {
	display: block;
	width: 100%;
	height: 95%;
	text-align: center;
	color: #fff;
    position: relative;
}

.intro .slide{
    position: absolute;
    height: 100%;
    width: 100%
}

.item, .carousel-inner, .slider{
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.slider1{
    background-image: url(../img/bg_gasthoft5.jpg);
}

.slider2{
    background-image: url(../img/hintergrund-gasthoft2.jpg);
}

.slider3{
    background-image: url(../img/bg_gasthof4.jpg);
}
.intro .intro-bg {
    background-color: rgba(0,0,0,.25);
    width: 100%;
	height: 100%;
    position: absolute;
}
.intro h1 {
	font-size: 65px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -110px;
    font-family: 'Tangerine', cursive;
}

.intro h1 span{
    font-size: 50px;
    line-height: 80px;
}

.intro .intro-body .intro-text {
	font-size: 18px;
	margin-bottom: 10px;
}

.fam{
    width: 261px;
    text-align: center;
    color: #ffe111;
    margin: 20px auto 0px auto;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    height: 25px
}

.navbar-default.affix .fam{
    opacity: 0;
    height: 0px;
    margin: 0px auto 0px auto;
    overflow: hidden;
}

.fam_line{
    float: left;
    width: 40px;
    height: 1px;
    background-color: #ffe111;
    margin-top: 9px;
}

.fam p{
    font-size: 14px;
    font-weight: 300;
    float: left;
    margin: 0px 20px;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu_mobile{
    display: none
}

.mobile_none{
    display: block;
}

.parallax {
    position: relative;
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center
}

.karpfen{
    background-image: url(../img/bg_aisch.jpg);
}

.res{
    background-image: url(../img/bg_res.jpg);
}

.schnitzel{
    background-image: url(../img/schnitzel.jpg);
}

.kontakt{
    background-image: url(../img/old2.jpg);
    padding-bottom: 40px
}

.parallax_bg_dark{
    position:absolute;
    background-color: rgba(0,0,0,0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.parallax .text{
    position: relative;
}

.parallax .text h1, .parallax .text p{
    color: #fff
}

.parallax .text p{
    width: 50%;
    margin: auto
}


#gasthof p{
    width: 55%;
    margin: auto
}

.gasthof_carousel{
    width: 100%;
    margin: auto
}

#gasthof .carousel-indicators{
    position: static;
	width: 100%;
	padding-left: 0;
	margin-left: 0%;
	text-align: center;
	list-style: none;
    margin-top: 5px
}

#gasthof .carousel-indicators li {
	display: inline-block;
	width: 10%;
	height: auto;
    text-indent: 0px;
    margin: 5px 4px;
    opacity: .75;
	cursor: pointer;
	border: 0px solid #fff;
    overflow: hidden;
    border-radius: 0px;
    vertical-align: top
}
#gasthof .carousel-indicators .active {
	opacity:1;
}

#gasthof .carousel-indicators li img{
    width: 100%;
    min-height: auto
}

#uebernachtung p{
    width: 50%;
    margin: auto
}


#uebernachtung .item, #uebernachtung .carousel-inner, #uebernachtung .slider{
    width: 100%;
    height: auto;
}

#uebernachtung .carousel-indicators{
    position: static;
	width: 100%;
	padding-left: 0;
	margin-left: 0%;
	text-align: center;
	list-style: none
}

#uebernachtung .carousel-indicators li {
	display: inline-block;
	width: 130px;
	height: auto;
    text-indent: 0px;
    margin: 10px 4px;
    opacity: .75;
	cursor: pointer;
	border: 0px solid #fff;
    overflow: hidden;
    border-radius: 0px;
    vertical-align: top
}
#uebernachtung .carousel-indicators .active {
	opacity:1;
}

#uebernachtung .carousel-indicators li img{
    width: 100%;
    min-height: auto
}

#uebernachtung .row{
    margin-bottom: 22px;
    margin-top: 80px
}

#speisekarte .container h2{
    text-align: center;
    font-size:58px;
    margin: 80px 0px
}

#speisekarte .container h1{
    text-align: left;
    font-size:32px;
    margin: 0px 0px 0px 0px;
    text-transform: inherit;
}

#speisekarte .container h1 span{
    font-size: 14px;
    line-height: 14px;
    color: #ccc;
    text-align: left !important;
    text-transform: inherit;
}

.price_content{
    margin-bottom: 58px
}

#getraenke .price_content, #spiritousen .price_content, #heißeGetraenke .price_content{
    margin-bottom: 20px
}

.price_content h1, .price_content p{
    font-size: 24px;
    line-height: 24px;
    margin: 0px;
    display: inline-block;
    width: auto !important
}

#speisekarte .price_content h1, #speisekarte .price_content p{
    font-size: 22px;
    line-height: 22px;
    margin: 0px;
    display: inline-block;
    width: auto !important
}

#speisekarte .price_content p span{
    margin-right: 50px
}

#speisekarte .price_content h1{
    text-transform: inherit;
}


.mt-80{
    margin-top: 80px
}

.price_content h1{
    float: left;
}

.price_content p{
    margin: 0px;
    float: right;
    text-align: right;
}

.priceLine{
    width: 100%;
    height: 1px;
    background-color: #efefef;
    margin: 10px 0px
}

.price_content .small{
    font-size: 14px;
    line-height: 14px;
    color: #aaa;
    clear: both;
    text-align: left !important;
    width: 100% !important
}

#speisekarte .price_content .small{
    font-size: 14px;
    line-height: 14px;
    color: #aaa;
    clear: both;
    text-align: left !important;
    width: 100% !important
}

#speisekarte .nav-tabs {
	border-bottom: 1px solid #068fdf;
    margin-top: 40px;
width: 40%;
margin-left: auto;
margin-right: auto;
}

#speisekarte .nav-tabs>li {
	float: none;
    display: inline-block;
	margin-bottom: -1px;
}

#speisekarte .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
    font-size: 18px;
    color: #068fdf
}

#speisekarte .nav-tabs>li>a:hover {
	border-color: #068fdf;
    background-color: #FFF;
    color:#068fdf
}
#speisekarte .nav-tabs>li.active>a, #speisekarte .nav-tabs>li.active>a:focus, #speisekarte .nav-tabs>li.active>a:hover {
	color: #FFF;
	cursor: default;
	background-color: #068fdf;
	border: 1px solid #068fdf;
	border-bottom-color: transparent;
}

#speisekarte .tab-pane{
    padding-top: 0px
}

.zimmer{
    width: 100%;
    height: 150px;
    overflow: hidden
}


.kontakt p{
    width: 100% !important
}

.kontakt iframe{
    width: 100%;
    height: 250px;
    opacity: .85
}

.kontakt table{
    display: inline-block;
    margin: auto;
    margin-top: 20px
}

.kontakt table td{
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

.kontakt table td a, .kontakt table td p{
    color:#fff;
    font-size: 16px
}

.kontakt table td p span{
    font-size: 10px;
    color: #068fdf
}

.kontakt table td i{
    color:#068fdf;
    font-size: 30px
}


footer{
    background-color: #1c1c1c;
    padding: 80px 0px 40px 0px;
    color: #fff
}

.opening span{
    font-family: 'Tangerine', cursive;
    font-size: 35px;
}

.opening{
    margin: 30px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
    width: 12.2%
}

.opening p{
    font-size:14px
}

.opening:nth-child(7){
    width: 36.5%;
    text-align: right
}

footer .line{
    width: 100%;
    background-color: #222
}

.copy{
    text-align: center
}

.copy span{
    font-size: 12px;
    cursor: pointer
}

.modal-title{
    font-size: 24px;
    text-align: left;
}

.ab_992{
    display: none;
}

.ab_992_nicht{
    display: inline-block;
}

.only_mobile{
        display: none
    }

.warnung{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0,0,0,.90);
    z-index: 99;
    padding: 15px 0px;
    color: #fff
}

.warnung p{
    font-size: 12px;
}

.warnung .container{
    position: relative;
}

.stimmeZu{
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer
}

@media screen and (max-width: 1199px){
    
    #speisekarte .nav-tabs {
	border-bottom: 0px solid #068fdf;
    margin-top: 40px;
    margin-left: 0%;
	width: 100%;
}
    
#speisekarte .nav-tabs>li {
	float: none;
    display: inline-block;
	margin-bottom: 0px;
}

#speisekarte .nav-tabs>li>a {
	margin: 2px 1px;
	line-height: 1.42857143;
	border: 1px solid #068fdf;
	border-radius: 4px;
    font-size: 18px;
    color: #068fdf
}

#speisekarte .nav-tabs>li>a:hover {
	border-color: #068fdf;
    background-color: #FFF;
    color:#068fdf
}
#speisekarte .nav-tabs>li.active>a, #speisekarte .nav-tabs>li.active>a:focus, #speisekarte .nav-tabs>li.active>a:hover {
	color: #FFF;
	cursor: default;
	background-color: #068fdf;
	border: 1px solid #068fdf;
	border-bottom-color: transparent;
}

#speisekarte .tab-pane{
    padding-top: 0px
}
    
    #speisekarte .price_content h1, #speisekarte .price_content p{
    font-size: 18px;
    line-height: 18px;
    margin: 0px;
    display: inline-block;
    width: auto !important
}
    
}

@media screen and (max-width: 1150px) {
    footer{
        text-align: center
    }
    .opening{
    margin: 30px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
    width: 19%
}

.opening:nth-child(7){
    width: 100%;
    text-align: center
}
}


@media screen and (max-width: 1024px){
.parallax {
    background-attachment: inherit;
}
}

@media screen and (max-width: 992px){
    .mt_40_992{
        margin-top: 40px
    }
    
    .img_992{
        width: 50%;
    }
    
    .ab_992{
        display: inline-block;
    }
    
    .ab_992_nicht{
        display: none
    }
    
     #uebernachtung p{
    width: 100%;
    margin: auto
}
}

@media screen and (max-width: 768px){
    section{
        padding: 80px 0px;
        text-align: center
    }
    
    .intro {
        height: 60%;
    }
    
    .item, .carousel-inner, .slider{
    width: 100%;
    height: 100%;
    background-attachment:inherit;
    background-size: cover;
}
    
    .parallax .text p{
    width: 100%;
    margin: auto
}
    
    .warnung{
        text-align: center
    }
    
    .stimmeZu{
    position: relative;
        margin-top: 10px;
    right: 0;
    bottom: 0;
    cursor: pointer
}
    
    #gasthof p{
        width: 100%
    }
    
}

@media screen and (max-width: 680px) {
    
    h2 {
        font-size: 45px;
    }
    
    h1 {
    font-size: 30px;
    }
    
    .w_680_100{
        width: 100%
    }
.blur{
	-webkit-filter: blur(4px);
	filter: blur(4px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
		pointer-events: none;
}
.stop-scrolling {
height: 100%;
overflow: hidden;
}
    .mobile_none{
    display: none;
}
    .only_mobile{
        display: inline-block;
    }
    .menu_mobile{
        display: inline-block;
        cursor: pointer;
        float: right;
        color: #fff;
        -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }
    
    .navbar-default.affix .menu_mobile{
        padding: 20px 0px;
        color: #ed1c24
    }
    
    .navi ul{
        max-height: 0px;
        overflow: hidden;
}
    
    .navbar-default.affix .navi ul li:first-child{
        margin-top: 50px
}
    
    .navi .max_height_500{
        max-height: 500px;
        -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }

    .navi ul li{
        display: block;
        text-align: center;
        cursor: pointer;
        margin-right: 0px;
    }
    
    .navi ul li a{
        padding: 20px 15px
    }
    
    .navbar-default.affix li.active a,
	.navbar-default.affix li.active a:focus {
		background-color: #efefef!important;
        border-bottom: 3px solid transparent;
        text-decoration: none !important;
	}
    
    .navbar-default.affix li a:hover,
    .navbar-default.affix li a:focus:hover {
		background-color: #efefef!important;
        border-bottom: 3px solid transparent;
    }
    
    
    .intro{
        height: 45%
    }
    
    
    .intro h1 {
        font-size: 45px;
        }
    
    .intro h1 span {
        font-size: 30px;
    }
    
    
    .item, .carousel-inner, .slider{
    width: 100%;
    height: 100%;
    background-attachment:inherit;
    background-size: cover;
}
    
    .mmt-40{
        margin-top: 40px
    }
    
    .karpfen .text p{
    width: 100%;
    margin: auto
}
    
    .img_992{
        width: 100%;
    }
    
    #uebernachtung .item, #uebernachtung .carousel-inner, #uebernachtung .slider{
        width: 100%;
        height: auto;
    }
    
    #uebernachtung .carousel-indicators li {
        width: 20%;
        height: auto;
    }
    
    #gasthof .carousel-indicators li {
	display: inline-block;
	width: 20%;
}

    .opening {
    width: 45%;
    }

}

@media screen and (max-width: 600px) {
    #speisekarte .container h1 span {
font-size: 10px;
line-height: 10px;
color: #ccc;
text-align: left !important;
text-transform: inherit;
}
    
 #speisekarte .price_content h1{
    width: 80% !important
}
    
    #speisekarte .container h2 {
text-align: center;
font-size: 45px;
margin: 40px 0px;
}
    
    #speisekarte #getraenke .price_content h1, #speisekarte #spiritousen .price_content h1, #speisekarte #heißeGetraenke .price_content h1, #speisekarte #weinkarte .price_content h1{
    width: auto !important
}
    
}