/*####
 * 	Bootstrap Theme Sarah Lipfert HP
 *  (c) WeAreDesign
 */

/**
 * 	Global Layout
 */
html, body {
	height: 100%;
	width: 100%;
	position: absolute;
	color: #fff;
}

.tab-pane .div-eingerueckt, .eingerueckt {
	padding-left: 40px;
	padding-right: 40px;
}


/* Very small devices (phones, below 768px) */
#myTabContent {
	padding: 10px;
	padding-bottom: 40px;
	padding-top: 60px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#myTabContent {
		padding-top: 90px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#myTabContent {
		padding-bottom: 70px;
		padding-top: 170px;
	}
}

/**
* Fix for firefox issue
*/
.img-responsive { width:100%; }

/**
 * White border overlay to hide content within border
 */
#white-border-overlay-left {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 25px;
	height: 100%;
}
#white-border-overlay-right {
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 25px;
	height: 100%;
}
#white-border-overlay-top {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 25px;
}
#white-border-overlay-bottom {
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 25px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#background-carousel .container-fluid, #content-container {
		padding: 25px;
	}
	.row {
		padding-left: 20px;
		padding-right: 10px;
	}
}

/**
 * 	Background overlay (transparent grey)
 */
.content-bg-overlay {
	height: 100%;
	width: 50%;
	left: 50%;
	position: absolute;
	background-color: rgba(100,100,100,0.5);
}

.content-bg-overlay-mobile {
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(100,100,100,0.65);
}

#mybackground-mobile {
	position: relative;
	width: 100%;
	height: 100%;
}

.navbar-collapse {
	background-color: #fff;
}

/*
 * BRAND / LOGO - SARAH LIPFERT
 */
#brand {
	position: fixed;
	top: 40px;
	left: 55px;
}

#brand, #brand img, #brand-mobile, #brand-mobile img {
	display: block;
}

#brand-mobile {
	padding-top: 6px;
	position: fixed;
	top: 0px;
	left: 5px;
}

.intro-social {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
	margin-left: 3px;
}

/**
 * Typographie
 *
 */

h1 {
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	color: #604A3D;
	font-style: italic;
	font-size: 40px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: 'NexaBold', sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	margin-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #FFF;
}

/** termine wann heading */
h3 {
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	color: #604A3D;
	font-style: italic;
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#termine h3 {
	padding-bottom: 5px;
}

/** termine was heading */
h4 {
	font-family: 'NexaBold', sans-serif;
	font-size: 16px;
	margin-left: 24px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFF;
}
/** Singzimmer */
.preisblock {
    float: left;
    margin-right: 40px;

}
.preisblock-clear {
    clear: both;
}

/** Klangkueche */
.klangkueche-heading {
	font-family: 'NexaBold', sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 20px;
	text-transform: uppercase;
}

.termine-wann {
	margin-left: 50px;
}

.termine-was {
	margin-left: 50px;
}

a, a:active, a:focus {
	color: #fff;
}
@media (max-width: 991px) {
	a, a:active {
		color: #333;
	}
}

a, a:hover, a:active, a:focus {
   outline: 0;
}

a:hover {
	color: #604A3D;
	text-decoration: none;
}

.unbreakable {
	white-space: nowrap;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 767px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 19px;
	}
}

.droid-bold-serif {
	font-family: 'Droid Serif', serif;
	font-weight: 700;
}
.droid-serif {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
}

@media (max-width: 991px) {
	body {
		color: #333;
	}
	h2 {
		color: #333;
	}
	.klangkueche-heading {
		color: #333;
	}
	h4 {
		color: #333;
	}
}

p {
	font-size: 16px;
}

/*
 * Affix Navbar, vertical menu for desktop screens, top right corner
 *
 */

#second-menu {
	z-index: 2000;
}

#second-menu.affix-top {
	position: fixed; /* keeps it on the bottom once in view */
	top: 0px;
	right: 40px;
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#second-menu.affix {
	position: fixed; /* keeps it on the bottom once in view */
	top: 0px;
	right: 40px;
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.doc-nav > li {
	text-transform: uppercase;
	font-family: 'NexaLight', sans-serif;
	font-size: 13px;
	background: none repeat scroll 0 0 #604A3D;
	width: 130px;
}

.doc-nav > li > a {
	color: #FFF;
	padding: 3px;
	font-weight: 400;
}

.doc-nav > li.active > a {
	color: #EEE;
	font-family: 'NexaBold', sans-serif;
}

.doc-nav > li > a:hover {
	font-family: 'NexaBold', sans-serif;
	background: none repeat scroll 0 0 #604A3D;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #604A3D;
}

/*
 * Top menu for smaller devices (tablet, phone)
 *
 */
.navbar {
	color: #604A3D;
	border: none;
	font-family: 'NexaLight', sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
    .navbar {
        font-size: 19.5px;
    }
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #604A3D;
	background-color: #FFF;
	font-family: 'NexaBold', sans-serif;
}

.navbar-default .navbar-nav > li > a {
	color: #604A3D;
	background-color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #604A3D;
	background-color: #FFF;
}

.navbar-nav > li > a {
	padding-bottom: 0px;
	background-color: #FFF;
}

.nav > li > a {
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #604A3D;
}

#nav-mobile {
	top: 0px;
	height: 40px;
	background-color: #FFF;
}

@media (min-width: 768px) {
	#nav-mobile {
		height: 80px;
	}
}

/* footer
 -------------------------------------------------- */
#footer-mobile {
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	width: 100%;
	bottom: 0px;
	color: #fff;
	border: none;
	font-family: 'NexaLight', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #604A3D;
}
#footer-mobile a, #footer-mobile a:active {
	color: #fff;
}
#footer-mobile a:hover {
	color: #aaa;
}
#footer-mobile .container-fluid > span {
	color: #fff;
	padding-top: 10px;
}
#footer {
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	margin-top: 5px;
	padding-top: 5px;
	width: 45%;
	bottom: 20px;
	left: 20px;
	color: #fff;
	border: none;
	font-family: 'NexaLight', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
}
#footer .container-fluid {
	border-top: 0px dotted #fff;
}

/* background carousel
 -------------------------------------------------- */
#background-carousel {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.carousel, .carousel-inner {
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}
.item {
	width: 100%;
	height: 100%;
	background-position: left center;
	background-size: cover;
	z-index: 0;
}

#content-wrapper {
	position: absolute;
	z-index: 1 !important;
	min-width: 100%;
	min-height: 100%;
}

/*
 * Vertical slide carousel
 */
.vertical .carousel-inner {
	height: 100%;
}

.carousel.vertical .item {
	-webkit-transition: 1.2s ease-in-out top;
	-moz-transition: 1.2s ease-in-out top;
	-ms-transition: 1.2s ease-in-out top;
	-o-transition: 1.2s ease-in-out top;
	transition: 1.2s ease-in-out top;
}

.carousel.vertical .active {
	top: 0;
}

.carousel.vertical .next {
	top: 100%;
}

.carousel.vertical .prev {
	top: -100%;
}

.carousel.vertical .next.left, .carousel.vertical .prev.right {
	top: 0;
}

.carousel.vertical .active.left {
	top: -100%;
}

.carousel.vertical .active.right {
	top: 100%;
}

.carousel.vertical .item {
	left: 0;
}

/*
 * fade carousel
 *
 */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	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;
}

/**
 * 	image galleries
 */
.gallerie-element img {
	padding: 4px;
	border: 1px solid #604A3D;
	margin: 4px;
	background-color: #fff;
}

.section-image {
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.section-image img {
	padding: 4px;
	border: 2px solid #604A3D;
	margin: 2px;
	background-color: #fff;
}