/**
 *  Menu muss in die standard.css importiert werden, 
 *  da es zusaetzlich noch im Magento-Shop wiederverwertet wird
 */
 
 @charset "UTF-8";
 
 body, html {
 	height: 100%;
 }
 .page {
 	min-height: 100vh;  /*** vh = viewport-height (CSS3) ***/
 }
 
 
body {
	color: #000;
	background: url:('../../img/furnier_2.jpg') no-repeat #9a9b9d;
	background-size: cover;
	background-attachment: fixed;
	line-height: 16px;
	text-align: justify;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
img {
	border: none;
}
ul {
	list-style: none;
}

.wrapper, #img-wrapper, #content, #footer, #ft  {
	width: 960px;
}

.seperate:last-child {
    display: none;
}
.wrapper-flex {
    display: flex;
    justify-content: space-between;
}

.active {
    line-height: 16px;
}

#logo-gallery {
	position: relative;
	display: block;
	z-index: 10;
	width: 73px;
	height: 69px;
	margin: 0 auto -40px;
	background: url('/img/logo_960_477_bilder.png') no-repeat;
}
#img-wrapper,
#home-big-img .wrapper {

	position: relative;

	height: 485px;

	border: 8px solid #fff;

	box-sizing: border-box;

}
#img-gallery, #img-single, #gallery, .ad-image, #img-wrapper img, .ad-nav, #home-big-img .wrapper img {
	width: 100% !important;
	height: 100% !important;
}
@media only screen and (min-width: 768px) {
#shop-sidebar { /*eingefügt sc/annex*/
	position: fixed;
	z-index: 10;
	top: 330px;
	right:0px;
	width: 45px;
}

/*#shop-sidebar,
#www-sidebar {
	position: absolute;
	z-index: 10;
	bottom: -8px;
}
#shop-sidebar {
	right: -63px;
}
#www-sidebar {
	left: -63px;
}*/
#logo-www,
#logo-shop {

    background: rgba(0, 0, 0, 0) url("../images/link_website.png") no-repeat;

    display: block;

    height: 155px;

    width: 45px;

}
#logo-annex-a,
#logo-germany-a,
#logo-it-recht,
#logo-kontakt,
#logo-telefon {

    background: rgba(0, 0, 0, 0) url("../images/link_website.png") no-repeat;

    display: block;

    height: 45px;

    width: 45px;

}}

#inhalte {
	position: relative;
	margin: 46px 0 0 0;
	padding: 30px;
	background-color: #fff;
	z-index: 3;
	color: #4a4a4c;
}

.colspan {
	display: inline-block;
	vertical-align: top;
	border: 0px solid red;
	width: 100%;
	margin-bottom: 25px; /*Abstand Folgeelement unter 2-spaltigem Text*/
}

.colspan.double {
	width: 440px;
	margin-right: 20px;
}

.colspan.double img {
	max-width: 440px !important;
}

.colspan.triple {
	margin-right: 30px;
} /*287px*/
.colspan.triple, .product {
	width: 280px;
} /*287px*/


.colspan.lastcol {
	margin-right: 0px !important;
}

.colspan.triple img {
	max-width: 300px !important;
	width: 100%;
}

.colspan.triple.bigone img {
	max-width: 470px !important;
}
#teaser .colspan.triple img {
	max-width: 216px !important;
}
.triple, .triple h3 {
	font-size: 15px !important;
	line-height: 18px !important;
	color: #4a4a4a;
}
.hoverbox {
	position: relative;
	max-height: 162px;
}
.hoverbox img {
	width: 100% !important;
	height: 100% !important;
}

a div.caption {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	background-color: rgba(192, 206, 44, 0.25);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(192, 206, 44, 0.25)), color-stop(100%, #f5404d));
	background-image: -webkit-linear-gradient(rgba(192, 206, 44, 0.25), #c0ce2c);
	background-image: linear-gradient(rgba(192, 206, 44, 0.25), #c0ce2c);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: translate3d(0, 0, 0);
	
}

a div.caption span {
	/*position: relative;
	left:10%;*/
	position: absolute;
	left: 10px;
	right: 10px;
	text-align: center;
	top: 52%;
	color: #FFF;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.8px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover div.caption span {
	top: 42%;
}

a:hover div.caption {
	opacity: 1;
}
a:hover h3 {
	color: #c0ce2c;
}


#footer, #ft {
	position: relative;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: #9a9b9d; 
}
#footer-wrap {
	padding: 30px;
}
#footer-top {
	margin: 0 0 60px;
}
#footer-top li:first-child {
	float: left;
}
#footer-top li:last-child {
	float: right;
}
#footer-phone {
	color: #c0ce2c;
	font-size: 3em;
	letter-spacing: 2px;
	line-height: 1em;
}
#footer-logo {
	background: url(/img/logo-schalter-off.png) no-repeat;
	width: 35px;
	height: 35px !important;
	display: inline-block;
	border: 0px !important;
	cursor: pointer;
}
a#footer-logo:hover {
	background-image: url(/img/logo-schalter-on.png);
	background-color: transparent !important;
}
#footer-left {
	float: left;
	width: 52%;
}
#ft li {
    float: none; 
}
#footer-center {
}
#footer-right {
	float: right;
	width: 10%;
}
#fancybox-title-float-left,
#fancybox-title-float-right {
	background: none !important;
}

.clearfix {
	display: block;
	clear: both;
}

/*** responsive ***/
@media only screen and (max-width: 1024px) {

	.wrapper, #img-wrapper, #content, #footer, #ft  {
		width: 860px;
	}
	#inhalte, #footer-wrap {
		padding: 15px;
	}
	#img-wrapper,
	#home-big-img .wrapper {
		height: 435px;
	}
}

@media only screen and (max-width: 940px) {
    
    	.wrapper, #img-wrapper, #content, #footer, #ft  {
		width: 755px;
	}
	#img-wrapper,
	#home-big-img .wrapper {
		height: 383px;
	}
}

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

	.wrapper, #img-wrapper, #content, #footer, #ft  {
		width: 690px;
	}
	#img-wrapper,
	#home-big-img .wrapper {
		height: 351px;
	}
	#footer-phone {
		font-size: 2em;
		line-height: 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	/*** Mobiles Menu Ende ***/
	.wrapper, #img-wrapper, #shop-sidebar, #content, #footer  {
		width: 620px;
	}
	#img-wrapper,
	#home-big-img .wrapper {
		height: 316px;
	}
	#shop-sidebar #logo-shop, #logo-www {
		height: 45px;
		width: auto;
	}
	#inhalte {
		margin: 61px 0 0;
	}
}

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

	.wrapper, #img-wrapper, #shop-sidebar, #content, #footer  {
		width: 520px;
	}
	#img-wrapper,
	#home-big-img .wrapper {
		height: 266px;
	}
	#inhalte {
		padding: 30px;
	}
	.colspan.lastcol {
	    margin-right: auto !important;
	}
	.colspan.triple {
		margin-right: 0 !important;
	}
	.colspan.triple:nth-child(odd) {
	    margin-right: 15px !important;
	}

}

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

	.wrapper, #img-wrapper, #shop-sidebar, #content, #footer  {
		width: 420px;
	}
	#img-wrapper,
	#home-big-img .wrapper {
		height: 217px;
	}
	#inhalte {
		padding: 67px;
	}
	#footer-wrap ul, #footer-wrap ul li {
		float: none !important;
	}
	#footer-wrap ul {
		width: 100%;
	}
	#footer-wrap ul li {
		text-align: center;
	}
	#footer-wrap ul li a { 
		font-size: 1.2em !important;
		line-height: 1.4em !important;
	}
	#footer-top {
		margin: 0;
	}
	#footer-top li {
		margin: 0 0 15px;
	}

}

@media only screen and (max-width: 450px) {
	.wrapper, #img-wrapper, #shop-sidebar, #content, #footer  {
		width: 320px;
	}
	#img-wrapper,
	#home-big-img .wrapper {
		height: 167px;
	}
	#inhalte {
		padding: 16px;
	}
}