@import url(fancybox.css);

/* ==|== normalize ========================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== fonts ============================================================== */
@font-face {
	font-family:"QuentinCaps";
	src:url("../font/quentincaps/QUENCRG.eot?") format("eot"),
		url("../font/quentincaps/QUENCRG.woff") format("woff"),
		url("../font/quentincaps/QUENCRG.ttf") format("truetype"),
		url("../font/quentincaps/QUENCRG.svg#QuentinCaps") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"Apple Garamond";
	src:url("../font/garamond/regular/AppleGaramond.eot?") format("eot"),
		url("../font/garamond/regular/AppleGaramond.woff") format("woff"),
		url("../font/garamond/regular/AppleGaramond.ttf") format("truetype"),
		url("../font/garamond/regular/AppleGaramond.svg#AppleGaramond") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"Apple Garamond Light Italic";
	src:url("../font/garamond/light_italic/AppleGaramond-LightItalic.eot?") format("eot"),
		url("../font/garamond/light_italic/AppleGaramond-LightItalic.woff") format("woff"),
		url("../font/garamond/light_italic/AppleGaramond-LightItalic.ttf") format("truetype"),
		url("../font/garamond/light_italic/AppleGaramond-LightItalic.svg#AppleGaramondLight-Italic") format("svg");
	font-weight:normal;
	font-style:normal;
}


/* ==|== general ============================================================ */
body{
	
	background: url(../images/background.jpg);
	background-position: bottom left;
	background-color: #2c2c2c;
	background-repeat: repeat;
	font-family:Apple Garamond;
	font-size:16px;
	color:#b4b4b4;
}

h1{
	font-size: 30px;
    font-weight: normal;
    line-height: 43px;
    margin: 0 0 20px;
}

p{
	margin:15px 0;
}

a, a:active, a:visited{
	color:#4F4123;
	text-decoration:none;
}

a:hover{
	color:#b4b4b4;
}

#container{
	width:1024px;
	margin:auto;
	background: url(../images/background_splatter_1.png),
		    url(../images/background_splatter_2.png),
		    url(../images/background_splatter_3.png);
	background-position:246px top, left 380px, bottom right;
	background-repeat:no-repeat, no-repeat, no-repeat;
}

#trenner{
	height:3px;
	background:#3b3324;
	clear:both;
	text-indent:-9999px;
	box-shadow:6px 6px 10px #171816;
}

#karo_trenner{
	background: url("../images/trenner_rechteck.png") repeat 0 0;
    height: 10px;
    width: 1020px;
	margin: 50px 0;
	text-indent:-9999px;
}

/* ==|== header ============================================================= */
header{
	width:960px;
	margin:auto;
}

nav{
	height:32px;
	padding: 29px 0;
	position:relative;
}

nav ul{
	height: 32px;
    list-style-type: none;
	margin: 0 0 29px 0;
}

nav ul li{
	float:left;
	margin:0 15px;
}

nav ul li a{
	font-family:Apple Garamond;
	font-size:26px;
	color:#4f4123;
	text-decoration:none;
	text-shadow:6px 6px 10px #171816;
}

nav ul li a.facebook{
	background:url(../images/facebook.png) no-repeat;
	height:32px;
	width:32px;
	text-indent:-9999px;
	display:block;
}

nav ul li a:hover{
	color:#b4b4b4;
}

nav ul li a.active{
	color:#b4b4b4;
}

.oeffnungszeiten{
	background:url(../images/oeffnungszeiten.png) no-repeat;
	height: 166px;
    position: absolute;
    right: -80px;
    text-indent: -9999px;
    top: 0;
    width: 181px;
}

.logo{
	background:url(../images/logo.png) no-repeat left top;
	height: 480px;
	text-indent:-9999px;
	margin-top: 40px;
}

.loewe{
	background:url(../images/loewe.png) no-repeat;
	height: 421px;
    	left: -160px;
    	position: relative;
    	width: 349px;
	z-index: -1;
	top: -25px;
}


/* ==|== main =============================================================== */
.main{
	width:960px;
	margin:auto;
}

.content{
	padding: 0 30px;
}

.content_left{
	display:inline-block;
	vertical-align:top;
	width:440px;
	margin-right:26px;
}

.content_right{
	display:inline-block;
	vertical-align:top;
	width:430px;
}


/* ==|== content ============================================================ */
.content img{
	border:8px solid #b4b4b4;
	box-shadow:6px 6px 10px #171816;
}

.content #trenner{
	margin: 15px 0;
}

.landingpage_loewe{
	background:url(../images/landingpage_loewe.png) no-repeat left top;
	width:518px;
	height:633px;
	margin:auto;
	text-indent:-9999px;
	cursor:pointer;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


.landingpage_loewe:hover{
	background:url(../images/landingpage_loewe.png) no-repeat right top;
}

.landingpage_text{
	font-family:"QuentinCaps";
	color:#4F4123;
	text-shadow:6px 6px 10px #171816;
	font-size:56px;
	margin-top: -66px;
	text-align:center;
}

.landingpage_hand{
	background:url(../images/landingpage_hand.png) no-repeat right top;
	width:203px;
	height:96px;
	margin:auto;
	text-indent:-9999px;
	cursor:pointer;
}


.landingpage_hand:hover{
	background:url(../images/landingpage_hand.png) no-repeat left top;
}


.hovereffect {
   overflow: hidden;
   position: relative;
   cursor: default;
   width:414px;
   height:284px;
   border:8px solid #b4b4b4;
   margin-bottom:40px;
   box-shadow:6px 6px 10px #171816;
}

.us{
	height:584px;
}

.hovereffect:last-child {
   margin-bottom:0px;
}

.hovereffect .mask,.hovereffect .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   width:414px;
   height:100%;
}

.hovereffect a{
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   font-family:"QuentinCaps";
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   position:absolute;
   left:23%;
   top:41%;
   font-size:30px;
}

.hovereffect img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   border:0;
}

.hovereffect .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(180,180,180, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.hovereffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.hovereffect:hover p,
.hovereffect:hover a {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.hovereffect:hover a{
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.hovereffect p {
   	-webkit-transform: translateY(100px);
   	-moz-transform: translateY(100px);
   	-o-transform: translateY(100px);
   	-ms-transform: translateY(100px);
   	transform: translateY(100px);
   	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	filter: alpha(opacity=0);
   	opacity: 0;
   	-webkit-transition: all 0.2s linear;
   	-moz-transition: all 0.2s linear;
   	-o-transition: all 0.2s linear;
   	-ms-transition: all 0.2s linear;
   	transition: all 0.2s linear;
   	background-image:url(../images/qoutes_oben.png), url(../images/qoutes_unten.png);
	background-position: left top, right bottom;
    	background-repeat: no-repeat, no-repeat;
    	bottom: 0;
    	font-size: 26px;
    	margin: 24px;
    	opacity: 0;
    	padding: 30px 0;
    	position: absolute;
	color: #514225;
	width:366px;
}

.hovereffect:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

.galerie a{
	margin-bottom:36px;
	display: block;
}

.galerie a:last-child{
	margin-bottom:0;
}

.galerie a span img{
	border: 0;
    box-shadow: 0;
}

.galerie .thumb{
	display: block;
    	height: 284px;
    	overflow: hidden;
    	width: 414px;
	border: 8px solid #B4B4B4;
    	box-shadow: 6px 6px 10px #171816;
}

#contactform{
	margin:15px 0;
}

.contactform{
	list-style-type:none;
	margin:0;
	padding:0;
}

.contactform li{
	display: inline-block;
    vertical-align: top;
	width:430px;
	margin-right:36px;
}

.contactform li div{
	box-shadow:6px 6px 10px #171816;
	margin-bottom: 20px;
	display:inline-block;
}

.contactform li.submit{
	margin:0;
}

.contactform li label{
	color: #4F4123;
    display: inline-block;
    height: 22px;
    padding: 10px 0 10px 10px;
    vertical-align: middle;
	background:#b4b4b4;
	position:relative;
}

.contactform li input{
	border: 0 none;
    font-family: Apple Garamond;
    height: 22px;
    padding: 10px 0 10px 0;
	background:#b4b4b4;
}

.contactform li.submit label{
	vertical-align:top;	
	height: 146px;
}

.contactform li.submit input{
	font-family:"QuentinCaps";
	background:transparent;
	color:#4F4123;
	font-size:30px;
	width:auto;
	font-weight:normal;
	height:auto;
	padding: 0;
	box-shadow:none;
}

.contactform li.submit input:hover{
	color:#b4b4b4;
	cursor:pointer;
}

.contactform li textarea{
	border:0;
	padding:10px;
	padding-left: 0;
	background:#b4b4b4;
	width: 343px;
	height: 146px;
	font-family: Apple Garamond;
}




/* ==|== footer ============================================================= */
footer p{
	text-shadow: 6px 6px 10px #171816;
}

fieldset{
	border-top: 3px solid #3B3324;
    padding: 0 385px;
    text-align: center;
	color:#4F4123;
}

legend{
	font-family: "Apple Garamond Light Italic";
    font-size: 18px;
    padding: 0 10px;
	text-shadow: 6px 6px 10px #171816;
}