/* dunkelgrau: 847672 */
/* braun: b38073 */
     
 /* questrial-regular - latin */
@font-face {
	font-family: 'Questrial';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/questrial-v18-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/questrial-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/questrial-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/questrial-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/questrial-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/questrial-v18-latin-regular.svg#Questrial') format('svg'); /* Legacy iOS */
  }

html {
	overflow: auto;
}

body {
	padding: 0;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	color: #000000;
	overflow: hidden;
	text-rendering:optimizelegibility;
	-webkit-backface-visibility: hidden;
}

/* COOKIES */
#cookieding a {color:#fff; text-decoration:none;}

#cookieding a:hover {text-decoration:underline;}

#cookieding div {padding:10px; padding-right:40px;}

#cookieding { 
   border-top:1px solid #fff;
   background: #323232; 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   line-height:16px;
   font-size: 0.7rem;
   text-shadow: 0px;
   color: #ffffff;
}

#cookiedingCloser {
   color: #333;
   font: 15px/100% arial, sans-serif;
   position: absolute;
   right: 10px;
   text-decoration: none;
   top: 5px;
   cursor:pointer;
   padding:6px;
   background: #dddddd; /* Old browsers */
  
 }

#cookiedingCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}


::selection {
	background: #000000;
	color:#fff;
}

::-moz-selection {
	background: #000000;
	color:#fff;
}

/* ==== Spacing ==== */

.marginintro {
	margin-top: 200px;
}

.margin25 {
	margin-top: 25%;
}

.divide {
	margin-top: 2%;
	margin-bottom: 5%;
}

.divider {
	border: 0;
	height: 2px;
	position: absolute;
	z-index: 8;
	left: 0;
	margin-top: -25px;
	width: 100%;
	border-bottom: 1px dashed #555658;
}

.divider2 {
	position: absolute;
	z-index: 8;
	left: 0;
	width: 100%;
	border-bottom: 1px dashed #555658;
}

/* ==== Typography ==== */

h1 {
	font-size: 56px;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1;
	letter-spacing: -3px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
}

p {
	margin-bottom: 25px;
}

.tooltip p {
	margin-bottom: 0px;
	border-bottom: 1px dashed #ffffff;
}

p.center {
	text-align: center;
}

h4 {
	font-size: 13px;
	font-weight: 100;
	color: #bbbdc0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin: 35px 0;
}

#footer h5 {
	border-bottom: 1px solid #dfe1e3;
	padding-bottom: 15px;
	margin-top: 15px;
}

a {
	font-size: 14px;
	color: #25272B;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:hover {
	color: #949598;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

#friseur i {
	font-size: 170px;
	color: #bbbdc0;
	line-height: 1.2 !important;
}

textarea:focus, input:focus, a:focus, *:focus {
	outline: none;
}

.navbar .nav .active a, .navbar .nav .active a:hover, .navbar .nav .active a:focus {
	background-color: transparent !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.navbar .nav li a { padding: 15px 13px 10px 0px !important;}
/* ==== Intro ==== */

#intro {
	background: #ececed url(../img/friseur-erlebnis-bg.gif) no-repeat  center 75px;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 460px;
	
}

#intro h2 {
	font-size: 21px;
	text-align: center;
	font-weight: 700;
	color: #bbbdc0;
	letter-spacing: -3px;
	line-height: 1;
}

@media (max-width: 570px) {
	#intro h2 {
		font-size: 42px;
		color: #bbbdc0;
		letter-spacing: -1px;
		padding-top: 25%;
	}
}

.angebote {position: absolute; z-index:200; margin-top: -50px;}

/* ==== Page Header ==== */

h3 {color: #7e2a18 !important; border-bottom: 1px dashed #555658; font-size: 17px; letter-spacing: 1px; line-height: 30px !important; text-transform: uppercase;}
#intro h2 {color: #7e2a18 !important; border-bottom: 1px dashed #555658; font-size: 24px; letter-spacing: 2px; line-height: 30px !important; text-transform: uppercase;}


h1.header {
	font-size: 68px;
	color: #ffffff;
	font-weight: 700;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
	letter-spacing: 0px;
}

@media (max-width: 767px) {
	h1.header {
		font-size: 52px;
	}
}

@media (max-width: 700px) {
	h1.header {
		font-size: 28px;
	}
}

p.header {
	font-size: 30px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

@media (max-width: 767px) {
	p.header {
		font-size: 17px;
	}
}

/* ==== Section Headers ==== */

#friseur-top-desktop {
	background: #ececed url(../img/friseur_bg.jpg) fixed no-repeat center;
	background-size: cover;
}

#friseur-top-mobile {
	background: #ececed url(../img/friseur_bg.jpg) no-repeat center;
}

#kosmetik-top-desktop {
	background: #ececed url(../img/kosmetik_bg.jpg) fixed no-repeat center;
	background-size: cover;
}

#kosmetik-top-mobile {
	background: #ececed url(../img/kosmetik_bg.jpg) no-repeat center;
}

#specials-top-desktop {
	background: #ececed url(../img/specials_bg.jpg) fixed no-repeat center;
	background-size: cover;
}

#specials-top-mobile {
	background: #ececed url(../img/specials_bg.jpg) no-repeat center;
}

#jobs-top-desktop {
	background: #ececed url(../img/jobs_bg.jpg) fixed no-repeat center;
	background-size: cover;
}

#jobs-top-mobile {
	background: #ececed url(../img/jobs_bg.jpg) no-repeat center;
}

#gallery-top-desktop {
	background: #ececed url(../img/friseur-erlebnis3.gif) fixed no-repeat center;
}

#gallery-top-mobile {
	background: #ececed url(../img/friseur-erlebnis3.gif) no-repeat center;
}

#team-top-desktop {
	background: #ececed url(../img/friseur-erlebnis4.gif) fixed no-repeat center;
}

#team-top-mobile {
	background: #ececed url(../img/friseur-erlebnis4.gif) no-repeat center;
}

#contact-top-desktop {
	background: #ececed url(../img/contact_bg.jpg) fixed no-repeat center;
	background-size: cover;
}

#contact-top-mobile {
	background: #ececed url(../img/contact_bg.jpg) no-repeat center;
}

#anfahrt-top-desktop {
	background: #ececed url(../img/karte.gif) fixed no-repeat center;
}

#anfahrt-top-mobile {
	background: #ececed url(../img/karte2.gif) no-repeat center;
}

#impressum-top-desktop {
	background: #ececed url(../img/friseur-erlebnis3.gif) fixed no-repeat center center;
	
}

#impressum-top-mobile {
	background: #ececed url(../img/friseur-erlebnis3.gif) no-repeat center center;
}

#friseur-top-desktop,
#kosmetik-top-desktop,
#specials-top-desktop,
#jobs-top-desktop,
#gallery-top-desktop,
#team-top-desktop,
#anfahrt-top-desktop,
#contact-top-desktop,
#impressum-top-desktop,
#friseur-top-mobile,
#kosmetik-top-mobile,
#specials-top-mobile,
#jobs-top-mobile,
#gallery-top-mobile,
#team-top-mobile,
#anfahrt-top-mobile,
#contact-top-mobile,
#impressum-top-mobile
 {
	padding: 100px 0;
}

@media (max-width: 1024px) {
	#friseur-top-desktop,
	#kosmetik-top-desktop,
	#specials-top-desktop,
	#jobs-top-desktop,
	#gallery-top-desktop,
	#team-top-desktop,
	#anfahrt-top-desktop,
	#contact-top-desktop,
	#impressum-top-desktop,
	 {
		background-size: auto;
	}
	#anfahrt-top-mobile {background-position: left top;}
}

/* ==== Sections ==== */

#friseur,
#kosmetik,
#specials,
#jobs,
#gallery,
#team,
#contact,
#anfahrt,
#impressum  {
	padding-right: 20px;
	padding-left: 20px;
	background: #ececed;
}

#friseur {background: #ececed url(../img/friseur-erlebnis4.gif) no-repeat center center; }
#kosmetik {background: #ececed url(../img/friseur-erlebnis5.gif) no-repeat center center; }
#specials {background: #ececed url(../img/friseur-erlebnis3.gif) no-repeat center center; }
#jobs {background: #ececed url(../img/friseur-erlebnis-bg.gif) no-repeat center center; }
#team {background: #ececed url(../img/friseur-erlebnis3.gif) no-repeat center center; }

@media (min-width: 976px) and (max-width: 1210px) {
.zeiten {display: none;}
ul.nav.pull-right li a { padding: 5px 7px 5px 7px; }
   }


a:focus, a:active { outline: 0 !important; }
.span5 {
padding: 5px;
background-color:  rgba(236, 236, 237, 0.7);
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}

.slideshow { border-bottom: 1px dashed #555658; border-top: 1px dashed #555658;}

.span4 { 
background-color:  rgba(236, 236, 237, 0.7);
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}

.span4 h3, .span4 p {
padding: 5px !important;

}


/* ==== Preisliste ==== */
.preis5, .preis10, .preis20, .preis30, .preis40, .preis50, .preis60, .preis70, .preis80, .preis90 {display: none;}
.preis5_schliessen, .preis10_schliessen, .preis20_schliessen, .preis30_schliessen, .preis40_schliessen, .preis50_schliessen, .preis60_schliessen,
 .preis70_schliessen, .preis80_schliessen, .preis90_schliessen {display: none;}
.aufzieher5, .aufzieher10, .aufzieher20, .aufzieher30, .aufzieher40, .aufzieher50, .aufzieher60, .aufzieher70, .aufzieher80, .aufzieher90
	{
width: 100%; border-bottom: 1px dashed #b27f73; padding-top: 5px; height: 24px; background: url(../img/preise.png) no-repeat right; font-weight: bold; color: #555658; margin-top: -20px; cursor: pointer; letter-spacing: 1px;
	}
.preis5_schliessen, .preis10_schliessen, .preis20_schliessen, .preis30_schliessen, .preis40_schliessen, .preis50_schliessen, .preis60_schliessen,
 .preis70_schliessen, .preis80_schliessen, .preis90_schliessen
	{
width: 100%; border-bottom: 1px dashed #b27f73; padding-top: 5px; height: 24px; background: url(../img/schliessen.png) no-repeat right; font-weight: bold; color: #555658; margin-top: -20px; margin-bottom: 10px; cursor: pointer;
	}
.preis {text-align: left; color: #222; padding: 0px; width: 100%; }
.preiswellness {text-align: left; color: #fff; text-shadow: 1px 1px 0 rgba(102, 102, 102, 1); background: #847572; padding: 0px; width: 100%; }
.linie {float: left; width: 100%; background: #ececed; border-bottom: 1px dashed #847572; }
.linie2 {float: left; width: 100%; background: #e0cbc4; border-bottom: 1px dashed #847572; }
.linie3 { padding-top: 10px; float: left; width: 100%; background: #b27f73; border-bottom: 1px dashed #ececed; }
/* .bezeichnung {float: left; width: 60%; line-height: margin: 0 3px; padding-left: 3px;} */
.bezeichnung {float: left; width: 56%; line-height: margin: 0 3px; padding-left: 3px;}
.bezeichnung2 {float: left; width: 60%; line-height: margin: 0 3px; padding-left: 10px;}
.bezeichnung-ganzgross {font-weight: bold; color: #222; text-transform: uppercase; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); float: left; width: 90%; line-height: margin: 0 3px; padding-left: 10px;}
.bezeichnung-ganz {float: left; width: 95%; line-height: margin: 0 3px; padding-left: 10px;}

.rechts {float: right; width: 13%; line-height: 20px; margin: 0px 3px; text-align: center;}
.rechtslaenger {float: right; width: 16%; line-height: 20px; margin: 0px 3px; text-align: right;}
.rechts span {color: #000000; font-size:11px;}
/* .rechts {float: right; width: 10%; line-height: 20px; margin: 0px 3px; text-align: center;} */

.lightbox-content {margin-top: 18px !important; margin-left: -1px !important; }
h5 {color: #b38073 !important; border-bottom: 1px dashed #555658 !important; font-size: 14px; letter-spacing: 1px; line-height: 30px !important; padding-bottom: 0px !important; text-transform: uppercase;}
/* ==== Contact ==== */

#contactForm {margin-left: -30px;}
textarea {width: 360px;}
input[type="text"], select, textarea {
	border: 1px dashed #555658;
	background: #e0cbc4;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

#address {
	text-align: center;
}



.message {
	display: none;
}

.alert {
    padding: 5px 15px 5px 15px;
	margin: 8px 0 0 0;
}

/* ==== Footer ==== */

#footer {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #eeeff2;
	border-top: 1px solid #e9ebed;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

#footer .span2 {
	border-bottom: 1px solid #dfe1e3;
	padding-bottom: 15px;
}

#footer ul {
	list-style: none;
	margin:0;
}

#footer li {
	padding-bottom: 5px;
	text-align: left;
}

@media (max-width: 767px) {
	#footer li {
		padding-bottom: 5px;
		text-align: center;
	}
}

/* ==== Navigation ==== */

#navigation {
	padding-right: 20px;
	padding-left: 20px;
	background: #e0cbc4;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	border-bottom: 1px dashed #555658;
}

/* fix for small android devices */
@media (max-width: 240px) {
	.navbar .brand {
		margin-left: -12px;
	}
}

.navbar-fixed-top {
	position: fixed;
}

.nav a {
	color: #000 !important;
	outline: none!important;
}

.nav a:hover {
	color: #b27f73 !important;
	outline: none!important;
}

.nav .active a {
	color: #b27f73 !important;
	outline: none!important;
}

.navbar .nav .active a, .navbar .nav .active a:hover {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	outline: none!important;
}

.navbar .nav li a {
	text-shadow: none;
	text-align: left;
	padding: 25px 13px 20px 0px;
	
}

.navbar-inner {
	background: #e0cbc4;
	border: none;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.navbar-fixed-top .navbar-inner {
	padding: 0;
}

.navbar-fixed-top {
	margin: auto;
}

.navbar .btn-navbar {
	float: right;
	padding: 12px 10px;
	margin: 12px 0;
}

.nav-collapse .nav li a:hover, .nav-collapse .dropdown-menu a:hover {
	background-color: transparent;
}

.nav-collapse .nav li a  {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}

@media (max-width: 979px) {
	.navbar  {
	padding: 0 20px;
	margin-bottom: 0;
	}
}

@media (max-width: 979px) {
	.nav-collapse .nav li a, .nav-collapse .dropdown-menu a {
	padding: 9px 5px;
	border-bottom: 1px dashed #555658;
	text-align: center;
	}
}


/* ==== Thumbs ==== */

.thumbnail {
	border: 0;
	padding: 0;
	text-align: left;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.thumbnail h4 {
	color: #847572;
	padding: 20px;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0px;
}

.thumbnail span {
	font-size: 13px;
	color: #bbbdc0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
}

.thumbnail p {
	padding: 20px;
	margin: 0;
}

/* ==== Team ==== */

#team .thumbnail {
	color: #fff; text-shadow: 1px 1px 0 rgba(102, 102, 102, 1); background: #847572;
}

#team .thumbnail img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#team.thumbnail h4 {
	color: #000000;
	padding: 20px;
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	text-transform: none;
	letter-spacing: -1px;
}

#team.thumbnail span {
	font-size: 13px;
	color: #bbbdc0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
}

#team.thumbnail p {
	padding: 20px;
	margin: 0;
}

/* ====  Footer Social ==== */

#footer .facebook {
	color: #3B5998;
}

#footer .twitter {
	color: #09C;
}

#footer .google {
	color: #dd4b38;
}

#footer .instagram {
	color: #3F729B;
}

#footer .pinterest {
	color: #CB2027;
}

#footer .facebook:hover,
#footer .twitter:hover,
#footer .pinterest:hover,
#footer .instagram:hover,
#footer .google:hover {
	opacity: 0.6;
}

/* ==== Preloader ==== */

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../img/preload.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/* ==== Intro more button ==== */

#more {
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -5px;
}

.delay {
	animation-delay: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
}

.animated {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}