/* -----------------------------------------------------------------------------------
Basic Styles
----------------------------------------------------------------------------------- */
* { margin:0; padding:0; outline:0; }

html, body {
	height: 100%; width: 100%;
	-webkit-text-size-adjust: none; 
}

body {
    font-family: 'Lato', sans-serif; font-size: 18px; line-height:28px; font-weight: 300; color:#181a1f;
}

p {
	margin-bottom:20px;
}

a {
	color: #181a1f;
	cursor:pointer;
}
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
	outline:none;
}
section a, footer a,
section a:hover, footer a:hover, footer a:focus, section a:focus {
	text-decoration:underline;
} 

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-family: 'Work Sans', sans-serif;
    font-weight: 700;
}
h1 {
	margin-bottom:25px;
	font-size:33px; line-height:43px; text-transform:uppercase;
}
h1 span.duenn { font-weight:400; }
h2 {
	margin-bottom:5px; padding-top:10px;
	font-size:23px; line-height:33px; font-weight:600;
}
h3 {
	margin:0 0 10px 0;
	font-size:14px; line-height:24px; font-weight:600; text-transform:uppercase;
}


strong {
	font-weight:700;
}

section ul,
.modal-body ul {
	margin: 0 0 15px 20px;
}

.img-centered {
	margin:0 auto;
}

.btn {
	padding: 12px 18px;
	border-radius: 0;
	white-space:normal;
}
.btn:focus,
.btn:active,
.btn.active {
	outline: 0;
}
.btn-tan {
	color:#fff;
	background-color:#938b7e;
}
.btn-tan:hover {
	color:#fff;
}
.btn-link,
.btn-link:hover {
	margin-bottom:30px; padding:0 0 0 35px;
	font-family: 'Lato', sans-serif; font-size: 19px; line-height:29px; font-weight: 300; color:#181a1f; text-decoration:underline;
	background:url(../img/icons/up-down.png) no-repeat left 1px;
	background:url(../img/icons/up-down.svg) no-repeat left 5px, none;
	background-size:24px;
}

.row.no-space {
	margin-left: 0; margin-right: 0; }

	.row.no-space [class^="col-"] {
		margin-bottom: 0; padding: 0;
}


/* -----------------------------------------------------------------------------------
Container
----------------------------------------------------------------------------------- */
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}

.content-row {
    margin-top: 30px;
}

section {
    padding: 50px 0 35px 0;
}
section.bg-gray {
    background-color: #f2f2f2;
}

@media (min-width: 768px) {
	section {
		padding: 95px 0 80px 0; }
		
		section .text-box {
			margin:0 auto; max-width: 850px;
	}
}

/* -----------------------------------------------------------------------------------
Impressionen
----------------------------------------------------------------------------------- */
section#impressionen {
	padding-bottom:0;
}

section#impressionen .slider-active img.image {
	width:100%; height:auto;
}


/* -----------------------------------------------------------------------------------
Navigation
----------------------------------------------------------------------------------- */

.language-box {
	float:right;
	margin-top:-3px;
	padding-left:10px;
}
.navbar-header .language-box {
	margin-top:10px;
}
.language-box.nein {
	display:none;
}

.language-box i.language {
	display:inline-block;
	width:27px; height:27px;
	color:#222; font-size:14px; line-height:25px; text-align:center; font-style:normal;
	border:1px solid #222;
	border-radius:50%;
}

.navbar-nav > li.language-box > a {
	margin-left:5px; margin-right:0;
	display:inline-block;
}

body.de .language-box i.language.de,
body.en .language-box i.language.en {
	color:#fff;
	background-color:#222;
	border-radius:50%;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	border-radius: 0;
	color: #181a1f;
	background-color: #fff;
	border-bottom:3px solid #000;
}

.navbar-default {
	background:#fff; 
	border: 0; }
	
	.navbar-toggle {
		margin: 8px 10px; padding: 10px;
		border:none; border-radius:0; }
		.navbar-default .navbar-toggle:hover,
		.navbar-default .navbar-toggle:focus {
			background-color:transparent; }
			
		.navbar-default .navbar-toggle .icon-bar {
			width: 28px; height: 3px;
			border-radius: 0; background-color: #222;  }
			.navbar-default  .navbar-toggle .icon-bar + .icon-bar {
				margin-top: 5px;
	}

	.navbar-default .navbar-brand {
		padding: 0 0 0 10px; }

		.navbar-default .navbar-brand img {
			margin-top:5px;
			max-height:40px;
			width:auto;
	}

	.navbar-default .navbar-nav li a {
		color: #181a1f;
		-webkit-transition:color .5s, background-color .5s;
		-moz-transition: color .5s, background-color .5s;
		transition: color .5s, background-color .5s;
	}
	.navbar-default .navbar-nav li a:hover {
		color:#181a1f;
}

@media(min-width:768px) {
	.navbar-default {
		padding: 30px 0;
		background:none;
		-webkit-transition:padding .5s, background .5s;
		-moz-transition: padding .5s, background .5s;
		transition: padding .5s, background .5s;
	}
	
	.navbar-default.navbar-expanded {
		padding: 15px 0 7px 0;		
	}
	
	.navbar-default .navbar-brand img {
		margin-top:-4px;
		max-height:50px;
	}
	
	.navbar-default.navbar-expanded {
		border-bottom: 1px solid #e6e6e6;
		background:#fff; 
	}
	
	.navbar-nav > li > a {
		margin:5px 10px;
		font-weight: 400;
		padding: 5px 0;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -10px;
	}
}



/* -----------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------- */
header {
	display: block;
	position: relative;
	margin-top: 50px;
	height: 225px;
	background: no-repeat center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-behavior: url(http://www.haarverlaengerung-haefs.de/neu/css/backgroundsize.min.htc);
	background-color:#ccc; }
	
	header .intro-content {
		padding:0 15px;
		text-align: center; }
	
		header .intro-content img {
			max-height: 202px;
			width:auto;
	}

	/* Scroll Down Button */
	header .scroll-down {
		position: absolute; bottom: 20px;
		width: 100%;
		text-align: center;
	}
	
	header .scroll-down .btn {
		width: 50px; height: 50px;
		padding: 0;
		text-indent:-9999px;
		background: url(../img/icons/down.png) no-repeat center center; background:url(../img/icons/down.svg) no-repeat center center, none;
		border: 2px solid #fff; border-radius: 100%;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s; }
		
		header .scroll-down .btn:hover {
			opacity:0.5;
}

@media(min-width:768px) {
	header {
		margin: 0; padding: 150px 0;
		width: 100%; height: 100%;
	
	min-height: 100%;
		background-attachment: scroll; }
	
		header .intro-content {
			position: absolute; top: 50%; left: 0;
			top: 25% \9; /* IE8 und darunter */
			margin: auto;
			width: 100%;	
			text-align: center; color: #fff;
			-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);
	}
}

@media(min-width:1025px) {
    header {
        background-attachment: fixed;
    }
}


/* -----------------------------------------------------------------------------------
Parallax
----------------------------------------------------------------------------------- */
aside.parallax-quote {
	padding: 100px 0;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	-ms-behavior: url(http://www.haarverlaengerung-haefs.de/neu/css/backgroundsize.min.htc); }

	aside.parallax-quote span.quote {
		display: block;
		font-size: 30px; line-height: 36px; text-align: center; color: #fff;
}

@media(min-width:768px) {
	aside.parallax-quote {
		padding: 150px 0; }
		
		aside.parallax-quote span.quote {
			font-size: 36px; line-height: 38px;
		}
}
	
@media(min-width:992px) {
	aside.parallax-quote {
		padding: 300px 0; }
	
		aside.parallax-quote span.quote {
			font-size: 52px; line-height: 58px;
	}
}

@media(min-width:1025px) {
	aside.parallax-quote {
		background-attachment: fixed;
	}
}


/* -----------------------------------------------------------------------------------
Produkte
----------------------------------------------------------------------------------- */



/* -----------------------------------------------------------------------------------
Produkte
----------------------------------------------------------------------------------- */
.produkt-section .produkt {
	text-align: center;
	margin-bottom: 30px;
	max-width:470px;
	background-color: #fff; }

.produkt-section .produkt .produkt-text-box {
	padding:15px 0; }

	.produkt-section .produkt .produkt-text-box h3 {
		margin-bottom: 5px;
		font-size: 20px; line-height: 28px;
	}

	.produkt-section .produkt .produkt-text-box p {
		margin-bottom: 0;
	}
	
	.produkt-section .row a {
		color:#000;
		text-decoration:none;
}

.produkt-section .produkt .produkt-image-box {
	position:relative; }

.produkt-section .produkt .produkt-image-box .info-icon {
	position:absolute; right:15px; bottom:15px; }

	.produkt-section .produkt .produkt-image-box .info-icon img {
		width: 40px; height: auto;
	}

	body.active .produkt-section .row a span.hidden-text {
		display:none;
}

@media (min-width: 1400px) {
	.produkt-section .container {
		width: 1400px;
	}
}

@media (min-width: 1600px) {
	.produkt-section .container {
		width: 1500px;
	}
}




/* -----------------------------------------------------------------------------------
Auszeichnungen
----------------------------------------------------------------------------------- */
.sponsors-row {
	text-align: center;
	margin: 60px 0 0 0; }
	
	.sponsors-row > * {
		margin: 15px 15px; }

		.sponsors-row img.image {
			margin-bottom:30px;
			height:60px; width:auto;
}
@media(min-width:768px) {
	.sponsors-row img.image {
		margin-bottom:15px;
		height: 110px; width: auto;
	}
}




/* -----------------------------------------------------------------------------------
Kontakt
----------------------------------------------------------------------------------- */
.kontakt-section {
	padding:45px 0;
	background-color: #f2f2f2;}

	.kontakt-section .kontakt-text .kontakt-text-inner {
		margin-left: auto; }

		.kontakt-section .kontakt-text .kontakt-text-inner p.icons {
			padding-top:15px;
}
@media (min-width: 768px) {
	.kontakt-text-inner {
		max-width: 300px;
	}
	
	.kontakt-text-inner h2 {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.kontakt-text-inner {
		max-width: 410px;
	}
}
@media (min-width: 1200px) {
	.kontakt-text-inner {
		max-width: 510px;
	}
}
.kontakt-image {
	padding-top: 37.5%;
	position: relative;
	overflow: hidden; }
	
	.kontakt-image img {
		position: absolute; top: 0; left: 0;
		min-width: 100%; max-width: none; min-height: 100%;
}
@media ( max-width: 767px ) {
	.kontakt-image {
		padding-top: 75%;
		margin-top: -100px;
		margin-bottom: 100px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.kontakt-text + .kontakt-image {
		margin-top: 100px;
		margin-bottom: -100px;
	}
	.kontakt-text-inner {
		margin: 0 auto;
	}
}
@media ( min-width: 768px ) {
	.kontakt-section {
		padding: 0;
	}
	.kontakt-row {
		display: table; table-layout: fixed;
		width: 100%;
		padding: 0;
	}
	.kontakt-image, .kontakt-text {
		width: 50%;
		display: table-cell;
		float: none !important;
	}
	.kontakt-text {
		vertical-align: middle;
		padding: 75px 60px 75px 0;
	}
}









/* -----------------------------------------------------------------------------------
Popup
----------------------------------------------------------------------------------- */
.modal-backdrop {
	background-color: #f2f2f2;
}
.modal-backdrop.in {
	opacity: .9; filter: alpha(opacity=90);
}

.modal-content {
	border:none;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 10px 1px rgba(34,34,34,.25);
	-moz-box-shadow: 0 0 10px 1px rgba(34,34,34,.25);
	box-shadow: 0 0 10px 1px rgba(34,34,34,.25); }

	.modal-content h2 {
		margin:0; padding:0;
		font-size:20px; line-height:28px; font-weight:600; text-transform:uppercase;
	}

	.modal-header {
		padding: 15px 20px;
	}

	.modal-header p {
		margin: 0;
	}
	
	.modal-body {
		padding: 15px 20px; }
		
		.modal-body h2 {
			margin-bottom:5px; padding-top:10px;
	}
	
	.modal-footer {
		padding: 15px 20px;
}




/* -----------------------------------------------------------------------------------
WebYep
----------------------------------------------------------------------------------- */
#wy-login {
	position: fixed; top: 0; left: 0; z-index: 10000;
}
@media(max-width:767px) {
	#wy-login {
		display:none;
	}
}

