

body
{
	font-family: 'Noto Sans KR', sans-serif;
	margin: 0;
	width:100%;
	height:100%;
	color:#555;
	font-size:16px;
}

@media screen and (min-width:1385px){
	footer .container, .container{width:1400px;}
}
#googlemaps{min-height:100%; height:100%; padding: 30px;}
.btn-gmap{margin-bottom:5px;}
.gmapcanvas{text-align:center; min-height:100%;}
h1, h2, h3{font-family: 'Noto Serif', serif;}
.h1, h1{font-size:48px;}
.col-center{float: none;margin: 0 auto;}
.gold{color:#fff;}
header{background:#0086c9; padding:4px 0;}
.header-border{border-top:1px solid #13a3eb; border-bottom:1px solid #13a3eb; padding-top:16px; padding-bottom:12px;}
.nopadd{padding:0;}
.glyphicon{margin-right:10px;}

.carousel-control{width:10%}

.btn-speisekarte{margin:0 auto 30px auto;}

.cont-box-marg{margin-top:15px;}
.area textarea{min-height:160px;}

.modal-title{float:left; font-size: 20px;}
.modal-header{background:#0086c9; color: #fff;}
button.close{color:#fff;}
/* CAROSUEL FADE*/ 
.carousel-fade .carousel-inner .item {opacity: 0;transition-property: opacity;}
.carousel-fade .carousel-inner .active {opacity: 1;}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {left: 0;opacity: 0;z-index: 1;}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right{opacity: 1;}
.carousel-fade .carousel-control {z-index: 2;}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {opacity: 0;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
    .carousel-fade .carousel-inner > .item.prev,.carousel-fade .carousel-inner > .item.active.left {opacity: 0; -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
    .carousel-fade .carousel-inner > .item.next.left,.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
/* CAROUSEL ZOOM */
@-webkit-keyframes zoom {0%   {transform: scale(1);}100% {transform: scale(1.1);}}
.carousel-fade .carousel-inner .item.active img {-webkit-animation: zoom 15s 1;}


/*NAVI*/

.navigation-nav{background:transparent; border:0; margin-top:18px; margin-bottom:0;}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus{color:#ffffff; font-size:17px; font-family: 'Noto Sans KR', sans-serif; padding-left:22px; padding-right:22px; text-transform:uppercase;}

.navbar-default .navbar-nav > li > a:hover, #active-link{border-bottom:2px solid #ffffff; color:#ffffff; padding-left:22px; padding-right:22px;}
#navigation{float:right;}
.logo img{margin-bottom:0; max-width:250px;}


.secpadd{padding: 80px 0;}

.startcarousel {
    height: 100vh;
    width: 100%;
    overflow:hidden;
}

.startcarousel .carousel-inner img {
    display:block;
    object-fit: cover;
}

.carousel-h{color:#fafafa; font-family: 'Noto Sans KR', sans-serif; text-align:center; text-shadow: 1px 1px 10px #000;}
.carousel-h h1{ font-size:80px; font-weight:400; text-shadow: 1px 1px 10px #000;}
.vertical-align{
  position: absolute;
  top: calc(50% - 30px);
  left:50%;
  transform: translate(-50%,-50%);
  max-width:1200px;
  width:100%;
}
.caption-sm{font-size:20px;}
.caption-xl{font-size:40px;}
.tel-caption .glyphicon{margin-right:10px; font-size:30px;}

.startcarousel .carousel-inner > .item > a > img, .startcarousel .carousel-inner > .item > img, .startcarousel .thumbnail a > img, .startcarousel .thumbnail > img{max-width:none;}

.col-bild, .col-text{padding:0;}
.col-bild img{max-height:600px; max-width:750px; height:100%; width:100%;  outline: 2px solid #fff;  outline-offset: -18px; }
.cont-box-left{margin-left:-400px; background:#fff; padding:30px 40px; margin-top:calc(50% - 160px);}
.cont-box-left h2{ margin-top:15px; font-family: 'Noto Serif', serif; color:#0086c9; margin-bottom:0; font-size:48px;}
.cont-box-left h3{ margin-top:0; font-family: 'Noto Serif', serif; color:#0086c9; margin-bottom:30px;}
.cont-box{background:#fff; padding:30px 40px;}
.cont-kontakt p{margin-bottom:20px;}

/*PARALLAX*/

.sec .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 17%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(17%,rgba(0,0,0,0.5)), color-stop(35%,rgba(0,0,0,0.5)), color-stop(62%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 17%,rgba(0,0,0,0.5) 35%,rgba(0,0,0,0.5) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 17%,rgba(0,0,0,0.5) 35%,rgba(0,0,0,0.5) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 17%,rgba(0,0,0,0.5) 35%,rgba(0,0,0,0.5) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 17%,rgba(0,0,0,0.5) 35%,rgba(0,0,0,0.5) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 100px 0;
	background-attachment: fixed;
}

#offen{background: url('img/slider-1.jpg'); background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat; 
	font-size:28px; color:#fff;
}

#gaestebuch .overlay, #speisekarte .overlay, #anfahrt-kontakt .overlay, #galerie .overlay{padding-bottom:40px; padding-top:180px;}

#gaestebuch{background: url('img/slider-2.jpg'); background-size: cover;background-position: center;background-attachment: fixed;background-repeat: no-repeat;}
#speisekarte{background: url('img/slider-2.jpg'); background-size: cover;background-position: center;background-attachment: fixed;background-repeat: no-repeat;}
#anfahrt-kontakt{background: url('img/slider-2.jpg'); background-size: cover;background-position: center;background-attachment: fixed;background-repeat: no-repeat;}
#galerie{background: url('img/slider-2.jpg'); background-size: cover;background-position: center;background-attachment: fixed;background-repeat: no-repeat;}

/*.galerie{overflow:hidden;margin-bottom: 15px; margin-top: 15px;}
.galerie img {transform: scale(1);transition: all 0.3s ease-in-out 0s;}
.galerie img:hover{transform: scale(1.2);}*/

.galerie img{width:450px; height:300px;}
.polaroid-images .google-maps{margin-bottom:15px;}
.polaroid-images a
{
	background: white;
	display: inline;
	float: left;
	margin-bottom: 30px;
	padding:0;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
    position:relative;
}

.polaroid-images a:hover{
	-webkit-transform: rotate(20deg); 
	-moz-transform: rotate(20deg);
    transform: rotate(20deg);
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1);
        transform: scale(1.1);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
        box-shadow: 0 10px 20px rgba(0,0,0,.7);
}


#offen h3{font-size:38px;}
#offen .glyphicon{margin-right:10px;}

.google-maps {height: 0; overflow: hidden; padding-bottom: 60%; position: relative;}

.google-maps iframe { height: 100%;left: 0;position: absolute;top: 0; width: 100%;}

.comment-h {
    color: #0086c9;
    font-size: 18px;
    font-weight: 800;
	font-family:Merriweather, Sans-Serif;
}
.comment-h span {
    font-size: 12px;
    font-weight: 400;
}
.comment p {
    font-size: 16px;
    margin: 0;
}

.comment {
    border-bottom: 2px dotted #ececec;
    padding: 15px 0;
}

.btn-beige, .btn-beige:focus{background:#0086c9; color:#fff; border-radius:0; }
.btn-beige:hover{background:#0086c9; color:#ff8f86; border-radius:0;}

footer{background:#0086c9; padding:5px 0; color:#fff;}
footer a{color:#fff;}
footer a:hover{color:#b74646;}
footer .header-border{padding:40px 0;}

.hm {
    font-size: 10px;
	text-align:right;
}

.hm img {
    margin-left: 3px;
    margin-top: -16px;
    max-width: 160px;
    opacity: 1;
}

.hm img:hover {
    opacity: 0.7;
}


/*POP UP*/
#bg_pop {
    background: rgba(0, 0, 0, 0) url("img/bg_pop.png") repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 6000;
}
#bg_pop p {
    padding: 15px;
}
#bg_pop_news {
    background: rgba(0, 0, 0, 0) url("img/bg_pop.png") repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 6000;
}
#bg_pop_news #email_box {
    margin-left: -275px;
    max-width: 550px;
    width: 100%;
}
#bg_pop_news .container {
    max-width: 550px;
    padding-bottom: 15px;
}
#email_box {
    background-color: #fff;
    display: block;
    left: 50%;
    margin-left: -215px;
    margin-top: -90px;
    position: absolute;
    top: 25%;
    width: 430px;
}
#email_box a {
    color: #fff;
}
#email_box_top {
    background-color: #75b934;
    color: #fff;
    display: block;
    padding: 20px;
    text-align: center;
    width: 100%;
}
#email_box_top_red {
    background-color: #aa0b31;
    color: #fff;
    display: block;
    padding: 20px;
    text-align: center;
    width: 100%;
}
#email_box_top_news {
    background-color: #aa0b31;
    color: #fff;
    display: block;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
}
#bg_pop h3, #bg_pop_news h3 {
    color: #780004;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
#news {
    font-family: Montserrat;
    font-size: 30px;
    line-height: 1;
    text-align: left;
}
#success_icon {
    float: left;
}
#success_h {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}
#success_x {
    cursor: pointer;
    float: right;
    font-size: 24px;
}
#weiter_btn_paddtop {
    padding-top: 105px;
    text-align: center;
}



@media screen and (min-width:992px) and (max-width:1200px) {
	.cont-box-left{margin-left:0; margin-top:0;}
}

@media screen and (min-width:768px) and (max-width:991px) {
	
	.logo img{max-width:300px; margin:10px auto;}	
	#navigation, .navbar-nav{float:none;}
	.mednav{margin:0 auto; width:100%;}
	.cont-box-left{margin-left:0; margin-top:0;}
	.startcarousel .carousel-inner img{max-width:1300px!important;}
	.carousel-h h1{font-size:60px;}
	.caption-xl, .tel-caption .glyphicon {font-size:40px;}
	.vertical-align{top:60%;}
	.navbar-default .navbar-nav > li > a:hover, #active-link, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus{padding-left:25px; padding-right:25px;}
	#gaestebuch .overlay, #speisekarte .overlay, #anfahrt-kontakt .overlay, #galerie .overlay{padding-bottom:40px; padding-top:250px;}
	
}

@media screen and (max-width:767px) {
	.cont-box-left{margin-left:0; margin-top:0;}
	main .container .row{margin:0 15px;}
	.form-group .row{margin:0 -15px!important;}
	.zahl{margin-top:15px;}
	.logo img{max-width:300px; margin:10px auto;}
	.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background:transparent; border:0; color:#0086c9; padding:0;}
	.menubtn{float:left; padding-right:15px; margin-top:-3px;}
	.navbar-default .navbar-toggle .icon-bar{margin-left:50px; background-color:#fff;}
	.navbar{min-height:inherit;}
	#navigation, .navbar-nav{float:none;}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus{text-align:right;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{border-color:#0086c9;}
	.startcarousel {min-height: 600px;}
	.carousel-h h1{font-size:50px;}
	.caption-xl, .tel-caption .glyphicon {font-size:26px;}

	.vertical-align{top:45%;}
	.h1, h1{font-size:34px;}
	#gaestebuch .overlay, #speisekarte .overlay, #anfahrt-kontakt .overlay, #galerie .overlay{padding-bottom:40px; padding-top:220px;}
}

/*Iphone bis 6*/
@media screen and (max-width:543px) {
	.cont-box-left{margin-left:0; margin-top:0;}
	.carousel-h h1{font-size:50px;}
	.caption-xl, .tel-caption .glyphicon {font-size:30px;}
	.caption-sm{font-size:20px;}
	main .container .row{margin:0;}
	.cont-box-left h2{font-size:42px;}
	.vertical-align{top:35%;}
	#offen{font-size:18px;}
	.galerie img{width:auto; height:auto; max-height:300px;}
	.h1, h1{font-size:34px;}
	.col-input{padding-left:0; padding-right:0;}
	.col-bild img{max-height:300px;}
	.logo img{max-width:200px; margin:10px auto;}
}

/*Iphone bis 5*/
@media screen and (max-width:374px) {
	
}