/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(max-width:766px) {

 .navbar {
        /*padding: 20px 0;*/
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		-webkit-transition: top .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: top .5s ease-in-out,padding .5s ease-in-out;
		transition: top .5s ease-in-out,padding .5s ease-in-out;
		top:-100px;
    }

    .top-nav-collapse {
        padding: 0;
		top:0px;
    }


/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    text-align: center;
	background: url(../images/hittundsoehne_bg_01.jpg) no-repeat center center scroll; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	min-height:500px;
}

.first {
	height:100%;
	min-height:500px;
}

.about-section {
    height: auto;
    padding-top: 0px;
    text-align: center;
    background: #fff;
}

.services-section {
    height: auto;
    padding-top: 0px;
    text-align: center;
    background: #eee;
}

.contact-section {
    height: auto;
    padding-top: 30px;
    text-align: center;
    background: #fff;
}

.gesture-down {
	position:absolute;
	left:50%;
	bottom:50px;
	margin-left:-25px;
	width:50px;
	height:50px;
	text-align:center;
	font-size:15px;
	color:#FFF;
	display:block;
	background-image:url(../images/vertical_scroll.png);
	background-size:contain;
}

.hitt_logo {
	width:calc(100% - 80px);
	height:150px;
	background-image:url(../images/hitt_logo.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	margin:20px auto 0px auto;
}

.hitt_social {
	color:#FFF;
	width:100%;
	text-align:center;
	line-height:24px;
	font-size:18px;
	height:50px;
	margin-top:50px;
	margin-bottom:60px;
}

.facebook {
	width:48px;
	height:48px;
	background-image:url(../images/hitt_facebook.png);
	background-size:contain;
	float:left;
	margin-left:calc(50% - 58px);	
}

.instagram {
	width:48px;
	height:48px;
	background-image:url(../images/hitt_instagram.png);
	background-size:contain;
	float:left;
	margin-left:20px;
	}
	
.reservieren {
	color:#FFF;
	font-size:24px;	
	font-family:Titillium, Helvetica, Arial;
	border:2px #FFF solid;
	padding:13px 30px 9px;
	background:none;
	}	

.reservieren:hover {
	color:#999;
}
	
.cafeimg {
	background-color:#999;
	width: 100vw;
    height: 100vw;
	margin-left:-15px;
	}

.cafeimg:afer {
	content: "";
  	display: block;
  	padding-bottom: 100%;
  	}
	
.carousel-small {
	height:100% !important;
}
  

.shopimg {
	background-image:url(../images/hitt_shop.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}
	
.qimage {
	width: auto;
  	height: 50vw;
}

.qimage img {
  top: 0; 
  left: 0; 
  height:100%;
  min-width: 100%;
  min-height: 100%;
  overflow:hidden;
}

.karte {
	position:absolute;
	bottom:0px;
}

.contact {
	text-align:left;
	font-size:16px;
	line-height:26px;
	margin:0px 20px;
}

.contact ul {
	list-style:none;
	text-align:left;
	padding-left:0px;
	line-height:26px;
}

.last {
	padding-bottom:50px;
}


.text_bistro {
	text-align:left;
	width:100%;
	margin: 30px 20px;
	padding-bottom:20px;
	font-size:16px;
	line-height:26px;
}

.text_bistro p {
	margin-top:40px;
}

.text_shop {
	text-align:left;
	margin: 50px 20px 60px;
	font-size:16px;
	line-height:26px;
}

.text_shop p {
	margin-top:40px;
}

.iframe-section {
	height:450px;
	overflow:hidden;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}


.impressumbutton {
	font-family:Titillium, Helvetica, Arial;
	color:#555;
	outline:none;
	border:none;
	height:50px;
	padding:0px 15px;
	background:none;
}

.impressumbutton:hover {
	color:#333;
}

.nsmall {
	display:none;
}

.button_event {
	color:#000;
	font-size:16px;	
	font-family:Titillium, Helvetica, Arial;
	border:2px #000 solid;
	padding:13px 30px 9px;
	background:none;
	}	
	
.button_event:hover {
	color:#444;
}

}

@media(min-width:767px) {
     .navbar {
        /*padding: 20px 0;*/
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		-webkit-transition: top .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: top .5s ease-in-out,padding .5s ease-in-out;
		transition: top .5s ease-in-out,padding .5s ease-in-out;
		top:-100px;
    }

    .top-nav-collapse {
        padding: 0;
		top:0px;
    }


/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    text-align: center;
	background: url(../images/hittundsoehne_bg_01.jpg) no-repeat center center scroll; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	min-height:500px;
}

.first {
	height:100%;
	min-height:500px;
}

.about-section {
    height: auto;
    padding-top: 0px;
    text-align: center;
    background: #fff;
}

.services-section {
    height: auto;
    padding-top: 0px;
    text-align: center;
    background: #eee;
}

.contact-section {
    height: auto;
    padding-top: 30px;
    text-align: center;
    background: #fff;
}

.btn-down {
	position:absolute;
	bottom:calc(1% + 50px);
	left:50%;
	margin-left:-50px;
	width:100px;
	height:100px;
	border:2px #FFF solid;
	border-radius:100px;
	text-align:center;
	font-size:40px;
	color:#FFF;
	display:block;
}

.btn-down:focus {
	outline: none;
	}

.btn-down .glyphicon {
	top:27px;
	left:3px;
}

.hitt_logo {
	width:calc(100% - 80px);
	height:150px;
	background-image:url(../images/hitt_logo.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	margin:20px auto 0px auto;
}

.hitt_social {
	color:#FFF;
	width:100%;
	text-align:center;
	line-height:24px;
	font-size:18px;
	height:50px;
	margin-top:50px;
	margin-bottom:60px;
}

.facebook {
	width:48px;
	height:48px;
	background-image:url(../images/hitt_facebook.png);
	background-size:contain;
	float:left;
	margin-left:calc(50% - 58px);	
}

.instagram {
	width:48px;
	height:48px;
	background-image:url(../images/hitt_instagram.png);
	background-size:contain;
	float:left;
	margin-left:20px;
	}
	
.reservieren {
	color:#FFF;
	font-size:24px;	
	font-family:Titillium, Helvetica, Arial;
	border:2px #FFF solid;
	padding:13px 30px 9px;
	background:none;
	}	
	
.reservieren:hover {
	color:#999;
}
	
.cafeimg {
	background-color:#999;
	width: 100vw;
    height: 100vw;
	margin-left:-15px;
	}

.cafeimg:afer {
	content: "";
  	display: block;
  	padding-bottom: 100%;
  	}
	
.carousel-small {
	height:100% !important;
}
  

.shopimg {
	background-image:url(../images/hitt_shop.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}
	
.qimage {
	width: auto;
  	height: 50vw;
}

.qimage img {
  top: 0; 
  left: 0; 
  height:100%;
  min-width: 100%;
  min-height: 100%;
  overflow:hidden;
}

.karte {
	position:absolute;
	bottom:0px;
}

.contact {
	text-align:left;
	font-size:16px;
	line-height:26px;
	margin:0px 20px;
}

.contact ul {
	list-style:none;
	text-align:left;
	padding-left:0px;
	line-height:26px;
}

.last {
	padding-bottom:50px;
}


.text_bistro {
	text-align:left;
	width:100%;
	margin: 30px 20px;
	padding-bottom:20px;
	font-size:16px;
	line-height:26px;
}

.text_bistro p {
	margin-top:40px;
}

.text_shop {
	text-align:left;
	margin: 50px 20px 60px;
	font-size:16px;
	line-height:26px;
}

.text_shop p {
	margin-top:40px;
}

.iframe-section {
	height:450px;
	overflow:hidden;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}


.impressumbutton {
	font-family:Titillium, Helvetica, Arial;
	color:#555;
	outline:none;
	border:none;
	height:50px;
	padding:0px 15px;
	background:none;
}

.impressumbutton:hover {
	color:#333;
}

.nmiddle {
	display:none;
}

.button_event {
	color:#000;
	font-size:24px;	
	font-family:Titillium, Helvetica, Arial;
	border:2px #000 solid;
	padding:13px 30px 9px;
	background:none;
	}	
	
.button_event:hover {
	color:#444;
}

}

@media (min-width: 992px) {
    .navbar {
        /*padding: 20px 0;*/
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		-webkit-transition: top .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: top .5s ease-in-out,padding .5s ease-in-out;
		transition: top .5s ease-in-out,padding .5s ease-in-out;
		top:-100px;
    }

    .top-nav-collapse {
        padding: 0;
		top:0px;
    }


/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    text-align: center;
	background: url(../images/hittundsoehne_bg_01.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	min-height:650px;
}

.first {
	height:100%;
	min-height:650px;
}

.about-section {
    height: 50vw;
    padding-top: 0px;
    text-align: center;
    background: #fff;
}

.services-section {
    height: 50vw;
    padding-top: 0px;
    text-align: center;
    background: #eee;
}

.contact-section {
    height: 100%;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}

.btn-down {
	position:absolute;
	bottom:calc(1% + 30px);
	left:50%;
	margin-left:-50px;
	width:100px;
	height:100px;
	border:2px #FFF solid;
	border-radius:100px;
	text-align:center;
	font-size:40px;
	color:#FFF;
	display:block;
}

.btn-down:focus {
	outline: none;
	}

.btn-down .glyphicon {
	top:27px;
	left:3px;
}

.hitt_logo {
	width:400px;
	height:150px;
	background-image:url(../images/hitt_logo.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	margin:100px auto 0px auto;
}

.hitt_social {
	color:#FFF;
	width:100%;
	text-align:center;
	line-height:24px;
	font-size:18px;
	height:50px;
	margin-top:50px;
	margin-bottom:60px;
}

.facebook {
	width:48px;
	height:48px;
	background-image:url(../images/hitt_facebook.png);
	background-size:contain;
	float:left;
	margin-left:calc(50% - 58px);	
}

.instagram {
	width:48px;
	height:48px;
	background-image:url(../images/hitt_instagram.png);
	background-size:contain;
	float:left;
	margin-left:20px;
	}
	
.reservieren {
	color:#FFF;
	font-size:24px;	
	font-family:Titillium, Helvetica, Arial;
	border:2px #FFF solid;
	padding:13px 30px 9px;
	background:none;
	}	
	
.reservieren:hover {
	color:#999;
}
	
.cafeimg {
	background-color:#999;
	width: 50vw;
    height: 50vw;
	margin-left:-15px;
	}

.cafeimg:afer {
	content: "";
  	display: block;
  	padding-bottom: 100%;
  	}
  

.shopimg {
	background-image:url(../images/hitt_shop.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}
	
.qimage {
	width: auto;
  	height: 50vw;
}

.qimage img {
  top: 0; 
  left: 0; 
  height:100%;
  min-width: 100%;
  min-height: 100%;
  overflow:hidden;
}

.karte {
	position:absolute;
	bottom:0px;
}

.contact {
	text-align:left;
	font-size:16px;
	line-height:26px;
}

.contact ul {
	list-style:none;
	text-align:left;
	padding-left:0px;
	line-height:26px;
}

.last {
	padding-bottom:100px;
}


.text_bistro {
	text-align:left;
	margin: 7vw 7vw 7vw 7vw;
	font-size:16px;
	line-height:26px;
}

.text_bistro p {
	margin-top:40px;
}

.text_shop {
	text-align:left;
	margin: 7vw 7vw 7vw 7vw;
	font-size:16px;
	line-height:26px;
}

.text_shop p {
	margin-top:40px;
}

.iframe-section {
	height:450px;
	overflow:hidden;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}

.impressumbutton {
	font-family:Titillium, Helvetica, Arial;
	color:#555;
	outline:none;
	border:none;
	height:50px;
	padding:0px 15px;
	background:none;
}

.impressumbutton:hover {
	color:#333;
}

.nlarge {
	display:none;
}

.nsmall {
	display:block;
}

.nmiddle {
	display:block;
}

.button_event {
	color:#000;
	font-size:24px;	
	font-family:Titillium, Helvetica, Arial;
	border:2px #000 solid;
	padding:13px 30px 9px;
	background:none;
	}	
	
.button_event:hover {
	color:#444;
}

}

@media (min-width: 1200px) {
    .navbar {
        /*padding: 20px 0;*/
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		-webkit-transition: top .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: top .5s ease-in-out,padding .5s ease-in-out;
		transition: top .5s ease-in-out,padding .5s ease-in-out;
		top:-100px;
    }

    .top-nav-collapse {
        padding: 0;
		top:0px;
    }


/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    text-align: center;
	background: url(../images/hittundsoehne_bg_01.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	min-height:650px;
}

.first {
	height:100%;
	min-height:650px;
}

.about-section {
    height: 50vw;
    padding-top: 0px;
    text-align: center;
    background: #fff;
}

.services-section {
    height: 50vw;
    padding-top: 0px;
    text-align: center;
    background: #eee;
}

.contact-section {
    height: 100%;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}

.btn-down {
	position:absolute;
	bottom:calc(1% + 30px);
	left:50%;
	margin-left:-50px;
	width:100px;
	height:100px;
	border:2px #FFF solid;
	border-radius:100px;
	text-align:center;
	font-size:40px;
	color:#FFF;
	display:block;
}

.btn-down:focus {
	outline: none;
	}

.btn-down .glyphicon {
	top:27px;
	left:3px;
}

.hitt_logo {
	width:400px;
	height:150px;
	background-image:url(../images/hitt_logo.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	margin:100px auto 0px auto;
}

.hitt_social {
	color:#FFF;
	width:100%;
	text-align:center;
	line-height:24px;
	font-size:18px;
	height:50px;
	margin-top:50px;
	margin-bottom:60px;
}

.facebook {
	width:48px;
	height:48px;
	background-image:url(../images/hitt_facebook.png);
	background-size:contain;
	float:left;
	margin-left:calc(50% - 58px);	
}

.instagram {
	width:48px;
	height:48px;
	background-image:url(../images/hitt_instagram.png);
	background-size:contain;
	float:left;
	margin-left:20px;
	}
	
.reservieren {
	color:#FFF;
	font-size:24px;	
	font-family:Titillium, Helvetica, Arial;
	border:2px #FFF solid;
	padding:13px 30px 9px;
	background:none;
	}	
	
.reservieren:hover {
	color:#999;
}
	
.cafeimg {
	background-color:#999;
	width: 50vw;
    height: 50vw;
	margin-left:-15px;
	}

.cafeimg:afer {
	content: "";
  	display: block;
  	padding-bottom: 100%;
  	}
  

.shopimg {
	background-image:url(../images/hitt_shop.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}
	
.qimage {
	width: auto;
  	height: 50vw;
}

.qimage img {
  top: 0; 
  left: 0; 
  height:100%;
  min-width: 100%;
  min-height: 100%;
  overflow:hidden;
}

.karte {
	position:absolute;
	bottom:0px;
}

.contact {
	text-align:left;
	font-size:16px;
	line-height:26px;
}

.contact ul {
	list-style:none;
	text-align:left;
	padding-left:0px;
	line-height:26px;
}

.last {
	padding-bottom:100px;
}


.text_bistro {
	text-align:left;
	margin: 13vw 10vw 5vw 10vw;
	font-size:16px;
	line-height:26px;
}

.text_bistro p {
	margin-top:40px;
}

.text_shop {
	text-align:left;
	margin: 13vw 10vw 5vw 10vw;
	font-size:16px;
	line-height:26px;
}

.text_shop p {
	margin-top:40px;
}

.iframe-section {
	height:450px;
	overflow:hidden;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}

.impressumbutton {
	font-family:Titillium, Helvetica, Arial;
	color:#555;
	outline:none;
	border:none;
	height:50px;
	padding:0px 15px;
	background:none;
}

.impressumbutton:hover {
	color:#333;
}

.nlarge {
	display:none;
}

.nsmall {
	display:block;
}

.nmiddle {
	display:block;
}

.button_event {
	color:#000;
	font-size:24px;	
	font-family:Titillium, Helvetica, Arial;
	border:2px #000 solid;
	padding:13px 30px 9px;
	background:none;
	}	
	
.button_event:hover {
	color:#444;
}

}