/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Istok Web', sans-serif;
*/

body, textarea, input, select {
	font-family: 'Istok Web', sans-serif;
	font-size:11pt;
}

#surround {
	margin:0 auto;
	width:100%;
}

.inner {
	margin:0 auto;
	max-width:1030px;
}

.innerBox {
	padding:0 15px;
}

.innerBox img {
	max-width:100%;
	height:auto;
	display:inline-block;
	}


/* HEADER */
header {
	background-color:#000;
	padding:30px 0;
}

header #logo {
	margin:0 auto;
	width:33.3333333%;
	line-height:0;
	padding:0 0 0 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

header #logo img {
	max-width:100%;
	height:auto;
}

#kapitelbild {
	position:relative;
	height:750px;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	background-image:url('/page/bilder/headerpic-beauty-nights-quality-coiffure-schaffhausen.jpg');
	display:block;
}

#claim {
	position:absolute;
	/* background-color:rgba(201,151,0,0.6); */
	width:50%;
	height:100%;
}

.claimInner {
	margin:70px 0 0 50px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:left;
	color:#ffffff;
	font-size:30pt;
	line-height:60px;
}


/* CONTENT */
#content {
	width:100%;
	min-height:200px;
	margin:0 auto;
	padding:0 0 50px 0;
	line-height:24px;
	text-align:center;
	font-size:11pt;
	color:#454545;
}

#content h1.pageTitle, .pageTitle {
	font-family: 'Roboto Condensed', sans-serif;
	color:#c80200;
	font-size:26pt;
	line-height:38px;
	padding-top:45px;
	padding-bottom:35px;
	margin:0;
}

#content .bottomtext {
	color:#c80200;
}

#content li {
	font-weight:normal;
}

#content a {
	color:#c80200;
}
#content a:hover {
	color:#c80200;
}

ul.suche {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.suche li a {
	display:block;
	padding:5px 15px;
	background-color:#ddd;
	border-bottom:1px solid #000;
}


/* FOOTER */
footer {
	background-color:#000;
	color:#ddd;
	padding:55px 0;
	line-height:24px;
	font-size:12pt;
}

footer h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20pt;
	margin:0;
	padding-bottom:25px;
}

footer .inBlock {
	padding:15px;
}

footer a {
	color:#ddd;
}

footer .footerBlock {
	text-align:center;
}

.maps iframe{
	pointer-events: none;
}


#formular {
	margin-top:30px;
}

#formular input, #formular textarea {
	width:100%;
	max-width:340px;
	height:48px;
	background-color:#ebebeb;
	border:1px solid #ebebeb;
	color:#434343;
	padding:0 10px;
	margin-bottom:5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#formular textarea {
	height:240px;
	padding:10px;
}

#formular button {
	height:50px;
	width:100%;
	max-width:340px;
	background-color:#c80200;
	color:#fff;
	border:none;
	font-size:12pt;
	cursor:pointer;
}

#formular .error {
	background-color:#c80200;
	color:#fff;
}



/* RESPONSIVE */
@media  only screen and (max-width: 1024px) {
	#kapitelbild {
		height:380px;

	}

	.claimInner {
		margin:40px 0 0 30px;
		text-align:left;
		font-size:23pt;
		line-height:42px;
	}
}


@media  only screen and (max-width: 768px) {
	header {
	background-color:#000;
	padding:15px 0;
}
	
	header #logo {
	width:100%;
	line-height:0;
	text-align:center;
	padding:0 10px 0 10px;
}
	header #logo img {
	width:auto;
	height:80px;
}
	
	#kapitelbild {
		height:296px;
		background-image:url('/page/bilder/headerpic-beauty-nights-quality-coiffure-schaffhausen-768.jpg');
	}

	#claim {
		position:absolute;
		/* background-color:rgba(201,151,0,0.6); */

	}

	.claimInner {
		font-size:19pt;
		line-height:30px;
	}
	
	#content h1.pageTitle, .pageTitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22pt;
	line-height:32px;
	padding-top:45px;
	padding-bottom:35px;
}
	
}



@media  only screen and (max-width: 380px) {

	header #logo {
	width:100%;
	line-height:0;
	text-align:center;
	padding:0 20px 0 20px;
}
	header #logo img {
	width:100%;
	height:auto;
}
	
		.claimInner {
		font-size:18pt;
	}
	
}