body {
  margin:0 0 0 0;
  padding:0 0 0 0;
  font:14px "Open Sans", tahoma, arial, verdana, sans serif;
  text-align:center;
  color:#000;
  line-height:1em;
  background:#fff;
  -webkit-text-size-adjust:none;
}
a.to-home {
  margin:50px 0 0 0;
	width:255px;
}
a.to-home img {
	width:100%;
}
.no-overflow {
	overflow:hidden!important;
	padding-right:8px!important;
}



/**** layout **********************************************************/

div.screen {
	text-align:center;
}
div.screen-in {
	padding:0 0 0 0;
	position:relative;
}
div.page-in {
	padding:70px 0 70px 0;
	line-height:1.3em;
}


.content-width {
	display:block;
	width:1380px;
	height:auto;
	margin:0 auto 0 auto;
	z-index:5;
}

/*** head ***/
div.head {
	position:relative;
}
div.head-in {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
}

/**** slider **********************************************************/

.slider {
	position:relative;
	height:85vh;
	overflow:hidden!important;
}
.slider-detail, .slider-kategorie {
	height:30vh;
	min-height:220px;	
}

.slider-shadow {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	height:100vh;
	width:100%;
	background-position:center top;
	background-size:cover;
	background-image:url(../img/head_shadow.png);
}
.slider-border {
	position:absolute;
	z-index:2;
	bottom:-1px;
	left:0;
	height:30px;
	width:100%;
	background-position:center center;
	background-image:url(../img/bord_white.png);
}
.slider-half {
	height:30vh!important;
}
.slider-in {
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
}
.slider-in .slider-in-in {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
	overflow:hidden;
}
.slider-in .slider-in-in .slide {
	height:100%;
	width:100%;
	background-position:center center;
	-webkit-background-size:cover!important;
	-moz-background-size:cover!important;
	-o-background-size:cover!important;
	background-size:cover!important;
	overflow:hidden!important;
	position:relative;
	overflow:hidden;
}
.slide img {
	display:none;
}
.slider-cat {
	position:absolute;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:500px;
	margin:-150px 0 0 -250px;
	left:50%;
	top:50%;
	color:rgba(255,255,255,0.8);
	text-align:center;
	font-size:42px;
	text-shadow:#000 0 0 10px;
	line-height:1.3em;
	height:300px;
	z-index:5;
	font-weight:300;
	font-style:italic;
	white-space:nowrap;
}
.slider-cat span {
	padding:25px 25px 25px 25px;
	border-bottom:2px solid rgba(255,255,255,0.3);
	border-top:2px solid rgba(255,255,255,0.3);
	border-radius:5px;
	flex:0 0 auto;
}
.slider-cat em {
	font-weight:700;
	font-size:60px;
	font-family:times new roman;
}
.slider-cat strong {
	font-weight:700;
}

/* pager */
.cycle-pager {
	text-align:center;
	width:100%;
	z-index:500;
	position:absolute;
	top:50%;
	left:50%;
	margin:80px 0 0 -75px;
	overflow:hidden;
	width:150px;
}
.cycle-pager span {
	width:10px;
	height:10px;
	display:inline-block;
	cursor:pointer;
	border:1px solid rgba(255,255,255,0.5);
	border-radius:50%;
	margin:0 2px 0 2px;
}
.cycle-pager span.cycle-pager-active {
	background:rgba(255,255,255,0.5);
}
.cycle-pager > * {
	cursor:pointer;
}

.mobilebar {
	display:none;
}

/*** menu ***/
ul.menu {
	position:absolute;
	top:50px;
	right:0;
	display:flex;
	align-items:center;
}
ul.menu li {
	margin:0 0 0 50px;
}
ul.menu li a {
	font-family:"Amatic SC";
	color:white;
	font-size:28px;
	text-decoration:none;
	position:relative;
	text-transform:uppercase;
}
ul.menu li a:hover:after {
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	content:"";
	position:absolute;
	bottom:-15px;
	left:0;
}
ul.menu li.cart-menu {
	margin-top:-8px;
	position:relative;
}
ul.menu li.cart-menu img {
	height:50px;
}
ul.menu li.cart-menu span {
	position:absolute;
	top:4px;
	font-weight:bold;
	font-family:"Open Sans";
	left:0;
	width:100%;
	text-align:center;
	font-size:15px;
}
ul.menu li.cart-menu a:hover:after {
	display:none;
}




/* The side navigation menu */
.sidenav {
  height:100%;
  width:0;
  position:fixed;
  z-index:999;
  top:0;
  left:0;
  background-color:#000;
  overflow-x:hidden;
  padding-top:60px;
  transition:0.5s;
}
.sidenav a {
  text-decoration:none;
  font-size:25px;
  color:#818181;
  display:block;
}
.sidenav a:hover {
  color:#fff;
}
.sidenav .closebtn {
  position:absolute;
  top:25px;
  right:25px;
  font-size:36px;
}











.menu-stick.stuck {
	position: fixed;
	width: 100%;
	height:80px;
	left: 0;
	top: 0;
	z-index:99;
	background:rgba(0,0,0,0.8);
}
.menu-stick.stuck span.menu-stick-in {
	display:block;
	width:1380px;
	margin:0 auto 0 auto;
	position:relative;
}
.menu-stick.stuck .menu {
	top:30px;
}
.menu-stick.stuck a.to-home {
	margin-top:20px;
	width:150px;
}


.z999 {
	z-index:999;
}

.sticky-wrapper {
	height:auto!important;
}



/*** pagemenu ***/
.pagemenu-out {
	text-align:center;
	margin:-60px 0 0 0;
	position:relative;
	z-index:3;
}
.pagemenu {
	display:inline-block;
	padding:0 25px 0 25px;
	background:#000;
	border-radius:5px;
}
.pagemenu .flex {
	align-items:center;
	justify-content:center;
}
.pagemenu .flex > span {
	display:inline-block;
	margin:0 20px 0 0;
	color:#999;
	line-height:1em;
	font-style:italic;
}
.pagemenu ul {
	display:flex;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.pagemenu ul li a {
	font-family:"Amatic SC";
	color:white;
	font-size:28px;
	text-decoration:none;
	position:relative;
	text-transform:uppercase;
	line-height:1em;
	padding:20px 20px 20px 20px;
	display:inline-block;
}
.pagemenu ul li a:hover:after {
	width:100%;
	height:1px;
	background:rgba(255,255,255,1);
	content:"";
	position:absolute;
	bottom:0;
	left:0;
}
.pagemenu ul li.act a:after {
	width:100%;
	height:1px;
	background:rgba(255,255,255,1);
	content:"";
	position:absolute;
	bottom:0;
	left:0;
}






/*** path ***/
div.path-in {
	padding:30px 0 0 0;
	font-size:14px;
	text-align:center;
}
div.path-in > * {
	margin:0 10px 0 10px;
	font-weight:400;
	color:#757575;
	line-height:2em;
	white-space:nowrap;
}
div.path-in span {
	font-weight:600;
}
div.path-in a {
	text-decoration:none;
	font-weight:normal;
}
div.path-in a:hover {
	text-decoration:underline;
}



/*** kontakt ***/
.kontakt-tr {
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 0 20px 0;
}
.kontakt-tr img {
	width:30px;
}
.kontakt-th {
	width:40%;
	color:#757575;
	text-transform:uppercase;
	font-weight:300;
	font-size:20px;
	text-align:right;
	margin:0 0 0 0;
}
.kontakt-td {
	width:60%;
	color:#757575;
	font-size:24px;
	display:flex;
	align-items:center;
}
.kontakt-td > * {
	margin:0 0 0 15px;
	font-weight:600;
}
.kontakt-td a {
	text-decoration:none;
	font-weight:600;
}
.kontakt-td a:hover {
	color:#757575;
}










/*** foot ***/
div.foot {
	background:black;
	padding:0 0 20px 0;
	text-align:left;
	position:relative;
}
.foot-border {
	height:30px;
	width:100%;
	background-position:center center;
	background-image:url(../img/bord_black.png);
	margin:100px 0 0 0;
}

.foot-in {
	color:white;
	display:flex;
	align-items:center;
	font-size:12px;
}
.foot-in a {
	color:#999;
	font-weight:normal;
	text-decoration:none;
}
.footmenu {
	margin-left:auto;
}
.footmenu a {
	display:inline-block;
	margin:0 0 0 30px;
}
.footmenu a:hover {
	color:#bbb;
}
.foot-social {
	margin:0 0 0 50px;
}
.foot-social > * {
	margin:0 10px 0 0;
}
.foot-social img  {
	width:30px;
}

/*** copy ***/
div.copy-loga {
	display:flex;
}
div.copy-loga img {
	width:150px;
	margin:0 0 5px 0;
}
div.copy-loga a:last-child img {
	margin:0 0 0 0;
}




