/* Reset :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{margin:0px;padding:0px;}fieldset,img {border:0px;} address,caption,cite,code,dfn,em,strong,th,var
{font-style:normal;font-weight:normal;} ol,ul {list-style:none;} h1,h2,h3,h4,h5,h6{font-size:100%;
font-weight:normal;} blockquote:before, blockquote:after,q:before, q:after {content: '';content:
none;} :focus {outline: 0px;} a, a:hover {text-decoration: none;} a[href],input[type='submit'],
input[type='image'], label[for], select, button, .pointer {cursor: pointer;}



/* FARBSCHEMA ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Farbe hedwig		#
Farbe harrer		#9C927B
Farbe				#


/* Grundkonfiguration ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html {
	background: background: rgb(253,252,251); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmNmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmU2ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
background: -moz-linear-gradient(top,  rgb(253,252,251) 0%, rgb(235,230,221) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(253,252,251)), color-stop(100%,rgb(235,230,221))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(253,252,251) 0%,rgb(235,230,221) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(253,252,251) 0%,rgb(235,230,221) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(253,252,251) 0%,rgb(235,230,221) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(253,252,251) 0%,rgb(235,230,221) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfb', endColorstr='#ebe6dd',GradientType=0 ); /* IE6-8 */
	min-height: 100%;
}

body{
	padding: 0px;
	font-size: 13px;
	color: #333;
	font-family: 'Lato', Tahoma, sans-serif;
	-webkit-text-size-adjust: none;
	min-width: 1024px;
}

body.iframe {
	min-width: 600px;
}

a {
	color: #333;
}

h1 {
	letter-spacing: 3px;
	color: #1A171B;
	font-size: 16px;
	margin-bottom: 10px;
}

h2 {
	color: #1A171B;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

h3{
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 700;
}


a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	opacity: 0.9;
}

a[data-fancybox]:hover {
	opacity: 1;
}

/* Layout ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.fullCol {
	width: 980px;
	margin: 0px auto;
}

.col {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.halfCol {
	width: 50%;
	padding: 10px;
	float: left;
}

.thirdCol {
	width: 33.33%;
	padding: 10px;
	float: left;
}

.none {
	display: none;
}

/* content ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.title {
	position: absolute;
	left: 0;
	bottom: 8%;
	background: white;
	padding: 8px 10px 8px 30px;
	letter-spacing: 5px;
	color: #1A171B;
	font-size: 14px;
}

.arrowHighlight {
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 20px;
	background: url('/media/images/arrow_highlight_hedwig.png?47e18ef84a3d') no-repeat center center;
	height: 20px;
	z-index: 5;
}

#news,
.text,
.bildText,
#produkte {
	margin-bottom: 45px;
}

.lastRow,
#produkte li.lastRow {
	margin-bottom: 0;
}

/* Links */
#links {
	background: #f1ede4;
	height: 25px;
	position: relative;
	letter-spacing: 5px;
	font-size: 11px;
	margin-bottom: 50px;
}

#links a {
	position: absolute;
	color: white;
	text-decoration: none;
}

#links .facebook {
	background: #333434;
	left: 0;
	height: 20px;
	width: 122px;
	padding: 5px 0 0 30px;
}

#links .change {
	background: url('/media/images/change_harrer.png?47e18ef84a3d') no-repeat;
	left: 140px;
	height: 28px;
	width: 34px;
}

#links .impressum {
	right: 168px;
	color: #8D7350;
	padding: 5px 0 0 20px;
	text-align: right;
}

#links .kontakt {
	right: 0;
	background: url('/media/images/kontakt_hedwig.png?47e18ef84a3d') no-repeat;
	height: 20px;
	width: 123px;
	padding: 5px 30px 0 0;
	text-align: right;
}



/* nav */
nav {
	text-align: center;
	font-size: 14px;
	letter-spacing: 5px;
	line-height: 24px;
}

nav.fullCol {
	margin-bottom: 20px;
}

nav a {
	text-decoration: none;
	color: #333434;
}

nav .logo {
	height: 77px;
	background: url('/media/images/logo_hedwig.png?47e18ef84a3d') center center no-repeat;
	display: block;
	margin: 0 auto;
	width: 210px;
}

.harrer .logo {
	height: 77px;
	background: url('/media/images/logo_harrer.png?55332e2e4dc9') center center no-repeat;
	display: block;
	margin: 0 auto;
	width: 210px;
}

.subNav {
	margin: 0px auto;
	font-size: 13px;
}

.subNav .big {
	
}

.subNav li {
	padding-right: 20px;
	display: inline;
}

.mainNav li {
	float: left;
	padding-right: 97px;
	/*width: 150px;*/
	margin-top: 21px;
}

.harrer .mainNav li {
    padding-right: 89px;
}

.mainNav .last {
	padding: 0;
}

.mainNav .logoContainer {
	height: 77px;
	width: 210px;
	margin-top: 0;
}

.mainNav li:nth-child(3) {
	
}

.mainNav li:last-child {
	padding-right: 0;
}

.mainNav .big {
	font-size: 20px;
	text-transform: uppercase;
}

nav .active a {
	color: #8D7350;
}

/* header */
header {
	position: relative;
	height: 293px;
	margin-bottom: 15px;
}

header .arrowLeft,
header .arrowRight {
	position: absolute;
	top: 32%;
	height: 122px;
	width: 9%;
	
}

header .arrowLeft {
	left: 0;
	background: url('/media/images/arrow_hedwig.png?47e18ef84a3d') no-repeat right;
}

header .arrowRight {
	right: 0;
	background: url('/media/images/arrow_hedwig.png?47e18ef84a3d') no-repeat left;
}

/* Gallery  */
.gallery {
	position: relative;
}

.gallery li.item {
	position: absolute;
	width: 980px;
	display: none;
}

.gallery li.item.active {
	display: block;
}



/* news  */
#news li.item {
	width: 314px;
	height: 295px;
	float: left;
	margin-right: 19px;
	text-align: center;
	position: relative;
}

#news .title a {
	text-decoration: none;
}

#news li:last-child {
	margin-right: 0;
}

#news li.item a {
	position: relative;
	display: block;
    height: 295px;
}

#news li.newsText {
	float: left;
	width: 314px;
	background: #8D7350;
	color: white;
    height: 295px;
    text-align: center;
    position: relative;
}

#news li.newsText .textfeld {
	color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 32px;
    padding: 45px 20px 20px;
}

#news li.newsText .textfeld p {
	margin-bottom: 10px;
}

#news .zierde {
	position: absolute;
	bottom: 30px;
	width: 314px;
	background: url('/media/images/zierde.png?47e18ef84a3d') no-repeat center center;
	height: 15px;
}

#news .last {
	margin: 0;
}

/* Text */
.text {
	text-align: center;
	line-height: 20px;
}

.code div {
	margin: 0px auto;
}

.text .zierde {
	width: 77px;
	background: url('/media/images/zierde_dunkel.png?47e18ef84a3d') no-repeat center center;
	height: 18px;
	margin: 0 auto;
	padding-top: 50px;
}

/* bildText */
.bildText {
	text-align: center;
}

.bildText .halfCol {
	padding: 0;
}

.bildText article {
	margin-bottom: 20px;
}

.bildText .imgContainer {
	float: left;
	margin-right: 30px;
	position: relative;
}

.bildText .textfeld {
	width: 245px;
}

/* Marken */
.marken {
	background: white;
	text-align: center;
	line-height: 0;
	display: block;
}

.marken img {
	*display: block;
	*text-align: center;
}

/* Produkte */
#produkte {
	font-size: 14px;
    line-height: 0px;
}

#produkte a {
	text-decoration: none;
}

#produkte .headline {
	background: #B2A18D;
	color: white;
	width: 286px;
	height: 38px;
    padding: 9px 14px 15px 14px;
    line-height: 20px;
}

#produkte li {
	float: left;
	margin: 0 19px 19px 0;
}

#produkte img {
	display: block;
}

#produkte li.last,
#produkte li:last-child {
	margin-right: 0;
}

#produkte li a {
	display: block;
}

.produktname, .produktHeadline {
	display: block;
	letter-spacing: 5px;
}

.produktHeadline {
	margin-bottom: 8px;
}

#produkte .label {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#produkte .preis {
	font-weight: 700;
}

/* Bestellung */
.bestellung {
	width: 571px;
	padding: 25px 14px;
	background: #F9F7F3;
}

.bestellung a {
	color: #333333;
}

.bestellung .imgContainer {
	width: 586px;
	line-height: 0;
}

.bestellung .buehne {
	width: 433px;
	height: 330px;
	margin-right: 3px;
	position: relative;
}

.bestellung .buehne img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.bestellung .buehne img.active {
	display: block;
}

.bestellung .vorschau {
	width: 150px;
}

.vorschau img {
	display: block;
}

.bestellung .produkt,
.bestellung .material,
.bestellung .preis {
	background: #E8E4D9;
	text-align: center;
	padding: 30px 15px 15px 15px;
}

.bestellung .produkt,
.bestellung .material {
	background: #E8E4D9;
	height: 65px;
	text-align: center;
	padding: 30px 15px 15px 15px;
}

.bestellung .preis {
	height: 55px;
	padding: 40px 15px 15px 15px;
}

.bestellung .produkt {
	width: 250px;
	margin-right: 3px;
}

.bestellung .produktname {
	margin-bottom: 8px;
}

.bestellung .beschreibung,
.bestellung .detail {
	display: block;
    font-size: 12px;
    line-height: 14px;
}

.bestellung .detail {
	margin-top: 20px;
	color: #808080;
	font-size: 12px;
    line-height: 17px;
}

.infoContainer {
	width: 586px;
	
}

.bestellung .material {
	width: 120px;
	margin-right: 3px;
}

.bestellung .preis {
	width: 120px;
	
}

.bestellung .material .beschreibung {
	
}

.bestellung .preis {
	font-weight: 700;
	font-size: 15px;
} 

.bestellung .preis .info {
	display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    margin-top: 20px;
}

.bestellung .formular .eingabe {
	width: 416px;
}

.eingabe label,
.eingabe input {
	font-size: 12px;
}	

.bestellung .kontakt {
	padding-left: 20px;
    width: 97px;
    margin-top: 60px;
}

.bestellung .formular {
	padding-top: 20px;
	font-size: 11px;
	position: relative;
}

.formular .senden {
	position: absolute;
	bottom: 0px;
	right: 14px;
	background: url('/media/images/send.png?47e18ef84a3d') no-repeat;
	height: 59px;
	width: 59px;
}

.formular p {
	margin-bottom: 10px;
}

.bestellung .farben {
	margin-right: 20px;
}

.bestellung .margin {
	margin-bottom: 20px;
}

/* footer */
footer {
	padding: 25px 0 25px 0;
	line-height: 20px;	 
	letter-spacing: 5px;
    text-align: center;
    color: #707173;
}

footer .shortNav,
footer address {
	float: left;
}

footer .footerlogo {
	float: right;
	opacity: 0.2;
	height: 77px;
	display: block;
	width: 110px;
}

footer .shortNav {
	width: 105px;
	margin-right: 50px;
}

footer .shortNav a {
	color: #707173;
	text-decoration: none;
}

footer .shortNav a:hover {
	text-decoration: underline;
}

footer .footerhedwig {
	background: url('/media/images/logo_hedwig_footer.png?47e18ef84a3d') no-repeat;
}

footer .footerharrer {
	background: url('/media/images/logo_harrer_footer.png?47e18ef84a3d') no-repeat;
	margin-right: 20px;
}

footer address {
	width: 580px;
}

.hedwig footer .footerhedwig {
	opacity: 1;
}



/* harrer ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.harrer #links {
	background: #D5D1CB;
}

.harrer #links .impressum {
    color: #8C8069;
}


.harrer #links .change {
	background: url('/media/images/change_hedwig.png?47e18ef84a3d') no-repeat;
}


.harrer #links .kontakt {
	background: url('/media/images/kontakt_harrer.png?47e18ef84a3d') no-repeat;
}

.harrer header .arrowLeft {
	left: 0;
	background: url('/media/images/arrow_harrer.png?47e18ef84a3d') no-repeat right;
}

.harrer header .arrowRight {
	right: 0;
	background: url('/media/images/arrow_harrer.png?47e18ef84a3d') no-repeat left;
}

.harrer .title {
    background: none repeat scroll 0 0 #D5D1CB;
}

.harrer #news li.newsText {
    background: #9C927B;
}

.harrer .arrowHighlight {
	background: url('/media/images/arrow_highlight_harrer.png?47e18ef84a3d') no-repeat center center;
}

.harrer nav .active a {
	color: #9a917a;
}

.harrer footer .footerharrer {
	opacity: 1;
}

.iframe .fullCol {
	
}


/* Bootstrap :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
[class*="col-"] {
    background-color: rgba(86, 60, 124, 0.15);
    border: 1px solid rgba(86, 60, 124, 0.2);
    padding-bottom: 15px;
    padding-top: 15px;
}


/* Forms ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
input,
textarea {
	background: #EEE;
    margin-bottom: 14px;
    padding: 5px;
    width: 400px;
}

input[type=checkbox],
input[type=radio] {
	width: 20px;
	margin-right: 10px;
}

select {
	margin-bottom: 20px;
}

input:focus,
textarea:focus {
	background: #CCC;
    border: 1px solid #999;
    color: #000;
}

.radio {
	*margin-bottom: 5px;
}

.radio .left {
	margin: 0 20px 3px 0;
}

.radio input,
input.agb {
	margin-right: 15px;
    width: 20px;
    float: left;
}

input.send {
	width: 90px;
}

input.agb {
	
}

.errorlist {
	color: #ff0030;
	margin-bottom: 2px;
}

/* Mobile :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media only screen and (max-width: 480px){
	
	
	/*body {

	}
	.halfCol, .thirdCol {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	*/
}


/* Floatings ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.left {
	float: left;
	display: inline;
}

.center {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.clearer {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.centered {
	margin: 0px auto;
}

.overflow {
	overflow: hidden;
    text-indent: -999px;
	font-size: 0px;
	line-height: 0px;
}

.rounded {
  	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
  	-khtml-border-radius: 5px; 
  	border-radius: 5px;
    behavior: url('/media/css/lib/pie/PIE.htc'); /* Absolute URL verwenden http://www.abc.at/lib/pie/PIE.htc */
}

.shadow {
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
	box-shadow: 0 0 3px  rgba(0, 0, 0, 0.50);
    behavior: url('/media/css/lib/pie/PIE.htc'); /* Absolute URL verwenden http://www.abc.at/lib/pie/PIE.htc */
}

.innershadow {
	-moz-box-shadow: 1px 0px 4px #444 inset;
	-webkit-box-shadow: 1px 0px 4px #444 inset;	
	box-shadow: 1px 0px 4px #444 inset;
    behavior: url('/media/css/lib/pie/PIE.htc'); /* Absolute URL verwenden http://www.abc.at/lib/pie/PIE.htc */
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

a.opacity:hover {
	opacity: 0.8;
	*filter: alpha(opacity = 80);
}


/* Animacion! :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.ease {
	-moz-transition: -moz-transform 0.2s ease;
	-webkit-transition: -webkit-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	-ms-transition: -ms-transform 0.2s ease;
	transition: all 0.2s ease;
}

.moveUp:hover {
	-moz-transform: translate(0px, -10px);
	-webkit-transform: translate(0px, -10px);
	-o-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}

.moveRight:hover {
	-moz-transform: translate(10px, 0px);
	-webkit-transform: translate(10px, 0px);
	-o-transform: translate(10px, 0px);
	-ms-transform: translate(10px, 0px);
	transform: translate(10px, 0px);
}

.flip180 {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}


/* Richtext ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.bold, strong {
	font-weight: bold;
}

.big {
	font-size: 15px;
}

.farbe {
	color: #CC071E;
}

.italic {
	font-style: italic;
}

.richtext .moreText {
	display: none;
}

/* CMS Fixes ::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.edit header {
	height: auto;
	min-height: 360px;
}
.edit .gallery li.item {
	position: relative;
	display: block;
	margin-bottom: 2px
}

.edit #news .cms_placeholder {

}

.edit #news .cms_placeholder {
	width: 314px;
	height: 295px;
	float: left;
	margin-right: 19px;
	clear: none;
}
.edit #news .cms_placeholder:last-child {
	margin-right: 0px;
}
