/* GENERAL begin */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #222;
	margin: 12px 30px;
}
p {
	margin-bottom: 1em;
}
a {
	color: #222;
	text-decoration: none;
}
a:hover, a.active {
	font-weight: 600;
	color: black;
}
h1 {
	font-size: 16px;
}

div.tx-frpfancyzoom-pi1 img {
	width: 125px;
	float: left;
	margin: 0 10px 10px 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */

}
/*#presseartikel img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}*/


#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    text-align:center;
    cursor:pointer;
    display: none;
}
#lightbox p{
    color:#fff;
    font-size:12px;
    cursor: pointer;
}
#lightbox p.hint{
	margin-right:20px;
    text-align:right;
}
#lightbox img {
    max-width:940px;
    cursor: pointer;
}
#lightbox #image {
	box-shadow:0 0 25px black;
    -webkit-box-shadow:0 0 25px black;
    -moz-box-shadow:0 0 25px black;
	overflow-y: auto;
	overflow-x: hidden;  
	display: inline-block;
}


.clearfix {
	clear:both;
}



/* HEADER begin */
div#header {
	margin-bottom: 57px;
}
div#header h1 {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 47px;
}
#logo {
	background: url(images/friseur-michael-danler_logo.jpg) top left no-repeat;
	background-size: 410px 53px;
	width: 410px;
	height: 53px;
	display: block;
}
#logo h2 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#aveda-logo {
	background: url(images/aveda-logo.png) top left no-repeat;
	background-size: 151px 40px;
	width: 151px;
	height: 40px;
	display: block;
	position: absolute;
	top: 88px;
	left: 809px;
}
div#nav {
	width: 180px;
	float: left; 
}
div#nav ul {
	list-style: none;
}
div#nav ul li.active{
	font-weight: 600;
}

/* ARTICLE begin */
div#content {
	width: 410px;
	margin-left: 180px; 
	min-height: 335px;
	margin-bottom: 50px
}
div#content.fullwidth {
	width: 750px; 
}

/* NEWSLETTER-FORMULAR */
label.label {
	width: 100px;
	display: inline-block;
}
.asterisk {
	color: silver;
	padding-left: 5px;
}
select#gender {
	margin: 0 0 3px 100px;
}
input[type=text], input[type=email] {
	margin: 3px 0;
	width: 180px;
}
input[type=submit] {
	margin: 15px 0 0 100px;
}

/* SLIDES begin */
#slides{
	cursor: pointer;
	position: absolute;
  	top: 190px;
	left: 640px;
	width: 320px;
	height: 416px;
}
#slides img.active {
	opacity:1;
}
#slides img{
	width: 320px;
	height: 416px;
}

/* FOOTER begin */
div#footer {
	height: 50px;
	vertical-align: bottom;

	clear: left; 
}
div#footer div {
	width: 150px;
	float: left;
}
div#footer div:first-child {
	width: 180px;
}


/* TERMINKALENDER */
.calendar-container {
    position: relative;
    padding-bottom: 65%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 1200px) {
	#slides .tx-imagecycle-pi1 {
		width: 320px !important;
	}
}

/* NAV */
span.nav-toggle {
    display: none;
}
@media screen and (max-width: 980px) {
	span.nav-toggle {
		font-size: 30px;
		display: inline-block;
		position: absolute;
		top: 20px;
		right: 0px;
	}
	#nav ul {
		display: none;
		position: absolute;
		right: 0px;
		top: 85px;
		background-color: #fff;
		width: 100%;
	}
	#nav ul li {
		list-style-type: none;
		font-size: 15px;
		cursor: pointer;
		margin: 10px 0px;
		text-align: right;
		padding: 5px 0px 5px 20px;
	}

	#nav ul li:first-child{
		margin-top: 0;
	}

	#nav ul li:hover {
		opacity: 0.5;
	}
	#nav .active{
		display: block;
	}
	div#nav {
		width: 752px;
		position: absolute;
		top: 40px;
		left: 30px;
		z-index: 1;
	}
	div#content {
		margin-left: 0px;
		min-height: 385px;
	}
	#slides {
		left: 460px;
		top: 160px;
	}
	div#header h1 {
		margin-bottom: 17px;
	}
	#aveda-logo {
		top: 62px;
		left: 509px;
	}
}
@media screen and (max-width: 780px) {
	#logo {
		background-size: 90% auto;
		width: 80%;
		height: 53px;
		background-position-y: bottom;
		max-width: 400px;
	}
	#aveda-logo {
		top: 15px;
		right: 30px;
		left: auto;
	}
	div#nav {
		width: calc(100% - 60px);
		right: 30px;
	}
	span.nav-toggle {
		top: 40px;
		right: 0px;
	}
	div#header h1 {
		margin-bottom: 22px;
	}
	div#content {
		margin-top: 490px;
		width: 100%;
		min-height: auto;
	}
	#slides {
		top: 160px;
		left: 30px;
		width: calc(100% - 60px);
		height: 416px;
	}
	div#footer div {
		clear: both;
	}
}

@media screen and (max-width: 420px) {
	#logo {
		max-width: 290px;
	}
}


@media screen and (min-width: 1200px) and (min-height: 880px) {
	body {
		margin: 20px 50px;
	}
	header h1 {
		margin-bottom: 47px;
	}
	div#content {
		margin-left: 200px; 
		min-height: 570px;
	}
	div#content.fullwidth {
		width: 950px; 
	}
	#slides {
		top: 200px;
		left: 700px;
		width: 500px;
		height: 650px;
		cursor: pointer;
		position: absolute;
	}
	#slides img{
		width: 500px;
		height: 650px;
	}
	div#footer div:first-child {
		width: 200px;
	}
	#aveda-logo {
		top: 98px;
		left: 1049px;
	}
}

 



/* FORM begin */
 
.csc-mailform{
	font-size: 11px;
}
fieldset.fieldset-subgroup ol {
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    top: 0;
}
div.csc-mailform fieldset ol {
    padding: 0;
	margin-bottom: 20px;
}
div.csc-mailform fieldset li {
    list-style: none outside none;
    margin-bottom: 0.5em;
    padding: 0;
}
.div.csc-mailform fieldset li {
    list-style: none outside none;
    margin-bottom: 0.5em;
    padding: 0.5em;
}

div.csc-mailform fieldset.fieldset-subgroup label {
    width: 18em;
	float: none;
}
.fieldset-subgroup input {
    float: left;
	margin-right: 5px;
}
label em, legend em {
    color: #222222;
    display: inline;
    font-size: 85%;
    font-style: normal;
    text-transform: uppercase;
	padding-left: 5px;
}
div.csc-mailform li label {
    float: left;
    margin-right: 1em;
    vertical-align: baseline;
    width: 10em;
}

div.csc-mailform ol li.csc-form-element-select{
    margin-left: 11em;
}
input[type="submit"] {
    margin: 15px 0 0 120px;
}
div.csc-mailform fieldset {
	border: 0px;
}

div.csc-mailform li.csc-form-element-radio label {
    width: 26em;
}

.small {
    font-size: 11px;
}


.csc-frame a {
    cursor: pointer;
    background: #000;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px 0 5px 0;
    color: #fff;
    text-decoration: none;
    border: 2px solid #000;
    text-align: center;
    text-transform: uppercase;
    transition: all 1s;
    font-size: 1.2em;
}
