@charset "utf-8";
/* CSS Document */

/*NEU*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
	/*box-sizing:border-box;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*NEU END*/

@font-face {
    font-family: 'NoticiaTextRegular';
    src: url('../font/NoticiaText-Regular-webfont.eot');
    src: url('../font/NoticiaText-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/NoticiaText-Regular-webfont.woff') format('woff'),
         url('../font/NoticiaText-Regular-webfont.ttf') format('truetype'),
         url('../font/NoticiaText-Regular-webfont.svg#NoticiaTextRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NoticiaTextItalic';
    src: url('../font/NoticiaText-Italic-webfont.eot');
    src: url('../font/NoticiaText-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/NoticiaText-Italic-webfont.woff') format('woff'),
         url('../font/NoticiaText-Italic-webfont.ttf') format('truetype'),
         url('../font/NoticiaText-Italic-webfont.svg#NoticiaTextItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NoticiaTextBold';
    src: url('../font/NoticiaText-Bold-webfont.eot');
    src: url('../font/NoticiaText-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/NoticiaText-Bold-webfont.woff') format('woff'),
         url('../font/NoticiaText-Bold-webfont.ttf') format('truetype'),
         url('../font/NoticiaText-Bold-webfont.svg#NoticiaTextBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
@font-face {
    font-family: 'NoticiaTextBoldItalic';
    src: url('../font/NoticiaText-BoldItalic-webfont.eot');
    src: url('../font/NoticiaText-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/NoticiaText-BoldItalic-webfont.woff') format('woff'),
         url('../font/NoticiaText-BoldItalic-webfont.ttf') format('truetype'),
         url('../font/NoticiaText-BoldItalic-webfont.svg#NoticiaTextBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

*/

body	{
	font-family: 'NoticiaTextRegular', Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color: #fff;
	margin:0;
	background-color: #3B3A3A;
}

img {
	border: 0px;
	margin: 0px;
}

h1 {
	font-family: 'NoticiaTextBold', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 25px;
	color: #E5E5E5;
	margin: 0 0 10px 0;
}

h1.titel-mobil { display: none;}
@media only screen and (max-width: 980px) { 
	h1.titel-mobil { 
		display: block; 
		text-align: center; 
		width: 100%;
		text-transform:capitalize
	}
}

h2, .titel-h2 {
	font-family: 'NoticiaTextRegular', Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color: #E5E5E5;
	margin: 0 0 10px 0;
}

h3, form {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #E5E5E5;
	margin: 0 0 0 0;
}

@media only screen and (max-width: 560px) {#content > h1, #content > h2, #content > h3 {text-align: center;}}

ul {
	margin: 0 0 0 15px;
	padding: 0;
	line-height: 1.5;
}

strong {
	font-weight: bold;
}

a {
	-webkit-transition: all 0.1s linear; 
	-moz-transition: all 0.1s linear; 
	-o-transition: all 0.1s linear; 
	-ms-transition: all 0.1s linear; 
	transition: all 0.1s linear;
	
	color: #7DB3CD;
	text-decoration: none;
}

a:hover {
	color: #4A769D;
	text-decoration: none;
}

#in-bearbeitung-block {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	color: #000;
	text-align: center;
	padding: 2%;
}

#in-bearbeitung-block img { max-width: 200px; width: 100%;}

/* DIV ID */

#block-hg {
	width: 100%;
	float: left;
	background-color: #494948;
}

#block {
	margin: 0px auto;
	max-width: 980px;
	width: 100%;
	min-height: 550px;
}
@media only screen and (max-width: 980px) {
	#block { 
		background: url('../image/stein-links.png') no-repeat left top, url('../image/stein-rechts.png') no-repeat right top;
	}
}

#logo {
	width: 270px;
	height: 105px;
	float: left;
}
@media only screen and (max-width: 980px) { 
	#logo { 
		margin: 0 auto;
		margin-top: 40px; 
		float: none; 
	}
}
@media only screen and (max-width: 600px) {}
@media only screen and (max-width: 450px) { 
	#logo {
		float: left;
		position: relative;
		z-index: 100;
	}
	/*#logo img {display: none;}*/
}


#slogan {
	width: 710px;
	height: 75px;
	float: left;
	background-image: url('../image/slogan.gif');
    background-repeat: no-repeat;
    background-position: right;
}
@media only screen and (max-width: 980px) { 
	#slogan { 
		background-image: none;
		width: auto;
		margin-top: -132px;
		position: absolute;
		z-index: 99;
		margin-left: 2%;
	}
}
@media only screen and (max-width: 450px) {	#slogan {position: relative;}}

#slogan img {
	float: right;
	margin: 7px 0 0 10px;
}

#sprache, #laender-menu { 
	float: right; margin: 10px 0 0 0; color: #737372; font-size: 11px;
}
#sprache { margin-right: 15px;}

/* #laender-menu {} */

#sprache a, #laender-menu a { text-decoration: none; color: #737372;}
#sprache a:hover, #laender-menu a:hover { color: #7DB3CD;}
#sprache a.fix, #laender-menu a.fix { color: #7DB3CD;}

#adress-header {
	max-width: 710px;
	width: 100%;
	height: 30px;
	float: left;
	text-align: right;
	font-family: 'NoticiaTextRegular', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	color: #929497;
}
@media only screen and (max-width: 980px) {#adress-header { display: none;}}

#adress-header a {
	text-decoration: none;
	color: #929497;
}

#adress-header a:hover {
	text-decoration: none;
}

#warenkorb-header {
	/*width: 980px;*/
	width: 100%;
	height: 50px;
	float: left;
	font-family: 'NoticiaTextRegular', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 15px;
	color: #929497;
	/* alte version noch mit "webshop" */
	/* margin: 30px 0 -60px 150px; */
	/* neue version mit "shop" */
	/* margin: 30px 0 -60px 105px; */

	/* für webshpo, hier braucht es kein margin-left weil shopbutton nicht mehr vorhanden ist */
	margin: 30px 0 -60px 0;

}

#warenkorb-header.root {
	/* nur für webseite (root) */
	margin: 30px 0 -60px 105px;
}

@media only screen and (max-width: 980px) {
	#warenkorb-header {
		width: auto;
		float: right;
		position: relative;
		margin-top: -140px;
		margin-right: 2%;
	}
}

#warenkorb-header img {
	float: left;
}

#warenkorb-header .text {
	float: left;
	margin: 15px 0 0 0;
}

#warenkorb-header a {
	color: #7DB3CD;
	text-decoration: none;
}

#warenkorb-header a:hover {
	color: #E5E5E5;
}

/*highlight animation*/
a.highlight {
	-webkit-animation: pulse 1.3s ease-in; /* Safari 4+ */
	-moz-animation: pulse 1.3s ease-in; /* Fx 5+ */
	-o-animation: pulse 1.3s ease-in; /* Opera 12+ */
	animation: pulse 1.3s ease-in; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes pulse {
  0% {
    color: #494948;
	text-shadow: 0 0 15px #fff;
  }
  100% {color: #7DB3CD;}
}
@-moz-keyframes pulse {
  0% {
    color: #494948;
	text-shadow: 0 0 15px #fff;
  }
  100% {color: #7DB3CD;}
}
@-o-keyframes pulse {
  0% {
    color: #494948;
	text-shadow: 0 0 15px #fff;
  }
  100% {color: #7DB3CD;}
}
@keyframes pulse {
  0% {
    color: #494948;
	text-shadow: 0 0 15px #fff;
  }
  100% {color: #7DB3CD;}
}
/*highlight animation end*/


/* MENU */
#menu-siber, #menu-2-ebene, #menu-3-ebene {
	font-family: 'NoticiaTextBold', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	float: left;
	margin: 18px 0 20px 0;
	text-transform: lowercase;
}



#menu-3-ebene .sonder-kat-link { 
	font-family: 'NoticiaTextRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#menu-siber {
	/*
	max-width: 980px;
	width: 100%;
	*/
	height: 43px;
	font-size: 23px;
	float: right;
}

#menu-siber.webseite { margin-top: 25px;}

#menu-siber #menu-single.webseite { font-size: 17px;}

@media only screen and (max-width: 980px) {
	#menu-siber { float: none;}
	#menu-siber-desktop { display: none;}
}
@media only screen and (min-width: 981px) {#menu-siber-mobil { display: none;}}

#menu-siber.webshop {
	height: 25px !important;
	float: left;
}

@media only screen and (max-width: 690px) {	#menu-siber .webshop-text {	display: none;}}

#menu-2-ebene {
	max-width: 980px;
	width: 100%;
	font-size: 15px;
	margin: 0 0 0 0;
}
@media only screen and (max-width: 980px) {#menu-2-ebene {margin: 0 0 0 30px; }}

#menu-2-ebene .img-top {
	margin: 0 0 20px 0;
}
@media only screen and (max-width: 980px) {#menu-2-ebene .img-top { visibility: hidden;}}

#menu-2-ebene .img-bottom {
	margin: -5px 0 20px 0;
}
@media only screen and (max-width: 980px) {#menu-2-ebene .img-bottom { visibility: hidden;}}
@media only screen and (max-width: 980px) {#menu-2-ebene .br { display: none;}}

#menu-3-ebene {
	width: 200px;
	font-size: 15px;
	margin-top: 5px;
}
@media only screen and (max-width: 980px) {
	#menu-3-ebene { width: auto; margin-bottom: 0;}
	#menu-3-ebene-desktop { display: none;}
}

.menu-3-ebene-mobil {
	float: left;
	width: 100%;
	padding-left: 30px;
}
@media only screen and (min-width: 981px) {.menu-3-ebene-mobil { display: none;}}

#menu-single-block {
	float: left;
}
@media only screen and (max-width: 980px) {
	#menu-single-block {
		float: none;
	}
}

#menu-single {
	float: left;
}
@media only screen and (max-width: 980px) {
	#menu-single { float: left; margin: 25px 0 0 2%;}
}

.ebene3 {
	margin: 0 0 10px 15px;
}
.ebene3 a { color: #fff;}

.steine-selber-trommeln {
	width: 100%;
	float: left;
	height: 50px;
	padding-left: 20px;
	
	color: #929497;
	font-size: 20px;
	
	margin-top: 15px;
}

.stein-info-nav #menu-single-sub {
	margin: 0 10px 20px 0;
}
#menu-single-sub.float-left { float: left;}
@media only screen and (max-width: 980px) {
	#menu-single-sub { float: left;}
	#menu-single-sub.float-left { float: none;}
}

#menu-single-sub.right {
	margin-right: 0px;
}

#menu-single-sub-02 {
	margin-bottom: 25px;
}

#menu-single a.site, #menu-single-sub a.site, #menu-single-sub-02 a.site {
	position: relative;
	z-index: 2;
	
	text-decoration: none;
	color: #fff;
	
	margin: 0 12px 0 35px;
}

#menu-single a.englisch {
	margin-right: 27px;
}

#menu-single a.hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

#menu-single-sub a.site {
	margin-left: 20px;
	display: block;
}

#menu-single-sub-02 a.site {
	width: 170px;
	margin: 10px 0 0 18px;
	position: absolute;
	display: block;
}

#menu-single a.site-end, #menu-single-sub a.site-end {
	margin: 0 0 0 35px;
}

#menu-single a:hover + #menu-top img, #menu-single-sub a:hover + #menu-sub img, #menu-single-sub-02 a:hover + #menu-sub-02 img {
	opacity:0;
}

#menu-top, #menu-sub, #menu-sub-02 {
	background-repeat: no-repeat;
}

#menu-top {
	width:57px;
	height: 65px;
	margin: -45px 0 0 0; /*45*/
}
#menu-single.webseite #menu-top {
	margin: -30px 0 0 10px;
}

#menu-sub {
	width: 27px;
	height: 32px;
	margin: -28px 0 0 5px;
}
.angebot {background-image: url('../image/sub-nav-angebot-hover.gif');}
.stein-info {background-image: url('../image/sub-nav-stein-info-hover.gif');}

#menu-sub-02 {
	width: 37px;
	height: 32px;
	margin: 0 0 0 0;
	background-image: url('../image/menu-ebene-3-hover.gif');
}

#menu-top img, #menu-sub img, #menu-sub-02 img {
	position: absolute;
	z-index: 1;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#menu-top img:hover, #menu-sub img:hover, #menu-sub-02 img:hover{
	opacity:0;
}

/* MENU END */

/* CONTENT ELEMENT */

#content {
	margin-bottom: 0;
	float: left;
    width: 100%;
}
@media only screen and (max-width: 980px) {
	#content { 
		margin-top: 150px;
		padding: 0 2% 0 2%;
		width: 96%;
	}
}
@media only screen and (max-width: 600px) {#content { margin-top: 40px; /*150px*/}}

#index-block-3-spalten {
	/*max-width: 313px;*/
	width: 32%;
	height: 225px !important;
	background-color: #3B3A3A;
	float: left;
	margin: 20px 0 10px 0;
	padding: 0 0 10px 0;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
}
#index-block-3-spalten img { width: 100%; height: 90px !important;}

@media only screen and (max-width: 830px) {
	#index-block-3-spalten { width: 49%; margin-right: 2%;}
}
@media only screen and (max-width: 560px) {
	#index-block-3-spalten { width: 100%; margin-right: 0; height: auto; padding-bottom: 10px}
}






#index-block-2-drittel-spalten-block, #index-block-2-drittel-spalten-block100 {
	float: left;
	/*max-width: 480px;*/
	width: 66%;
	height: 490px;
	margin: 20px 2% 30px 0;
	background-color: #3B3A3A;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
	
	padding: 0 0 10px 0;
}
#index-block-2-drittel-spalten-block100 {
	width: 66%;
	height: auto;
}
#index-block-2-drittel-spalten-block img, #index-block-2-drittel-spalten-block100 img { width: 100%; height: auto;}

@media only screen and (max-width: 830px) {
	#index-block-2-drittel-spalten-block, #index-block-2-drittel-spalten-block100 {
		width: 100%;
		margin-right: 0;
	}
}






#index-block-2-spalten-block {
	float: left;
	/*max-width: 480px;*/
	width: 49%;
	margin: 20px 0 30px 0;
	background-color: #3B3A3A;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
	
	padding: 0 0 10px 0;
}
#index-block-2-spalten-block.right { margin-right: 2% !important;}

#index-block-2-spalten-block img { width: 100%;}
@media only screen and (max-width: 560px) {
	#index-block-2-spalten-block { width: 100%; margin-right: 0;}
}



#index-block-2-spalten {
	width: 480px;
	float: left;
	margin: 0 0 20px 0;
}

#index-block-2-spalten img {
	float: left;
	margin: 0 5px 0 10px;
}

#index-block-2-spalten h3 {
	float: left;
	width: 295px;
}

#index-block-3-spalten h2, #index-block-3-spalten h3, #index-block-2-spalten-block h2, #index-block-2-spalten-block h3, #index-block-2-drittel-spalten-block h2, #index-block-2-drittel-spalten-block100 h2, #index-block-2-drittel-spalten-block h3, #index-block-2-drittel-spalten-block100 h3{
	margin: 10px;
}

@media only screen and (min-width: 831px) {
	#index-block-3-spalten:nth-child(even), #index-block-2-spalten-block:nth-child(even) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 830px) {
	#index-block-3-spalten:nth-child(even), #index-block-2-spalten-block:nth-child(even) {margin-right: 0;}
	
}

.link-button {
	background-color:#7DB3CD;
	/*26B7CC*/
	display:inline-block;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	padding:6px 15px;
	text-decoration:none;
	margin: 0 0 0 10px;
}

.link-button:hover {
	background-color: #4A769D;
	color:#fff;
}

.link-button:active {
	position:relative;
	top:1px;
}

.ausstellung-sonderschau {
	background-color:#E7AE65;
	/*26B7CC*/
	display:inline-block;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
	margin: 10px 0 0 10px;
	
	position: absolute;
	text-transform: uppercase;
}

.ausstellung-sonderschau:hover {
	background-color: #4A769D;
	color:#fff;
}

#angebot-content-block {
	max-width: 780px;
	width: 100%;
	float: left;
	
	display:-webkit-flex; 
	display:flex;
	
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /*neu*/
    flex-wrap: wrap;
}
@media only screen and (max-width: 980px) {#angebot-content-block { max-width: none;}}

#angebot-content-block h1 {
	width: 100%;
}
@media only screen and (max-width: 433px) {#angebot-content-block h1, #angebot-content-block h2 { text-align: center}}

#angebot-block {
	width: 246px;
	height: 235px;
	float: left;
	margin-right: 1%;
	
	-ms-flex: 1 1 auto;
    flex-grow: 1;
}
#angebot-block.heilsteine {
	margin-right: 5%;
	width: 45%;
	height: 250px;
}
#angebot-block.heilsteine img {
	width: auto;
	height: auto;
	max-width: 300px;
	width: 100%;
}
@media only screen and (max-width: 530px) {#angebot-block {height: auto; margin-bottom: 20px;}}
@media only screen and (max-width: 433px) {#angebot-block { width: 100%; text-align: center;}}

/*
#angebot-block.right {
	margin: 0;
}
*/

#angebot-block img {
	margin: 0 0 10px 0;
}

#angebot-block h2 {
	font-family: 'NoticiaTextBold', Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2px;
	width: 246px;
}
@media only screen and (max-width: 433px) {#angebot-block h2 { width: 100%;}}

#angebot-block h3 {
	line-height: 1.4;
	width: 246px;
}
@media only screen and (max-width: 433px) {#angebot-block h3 { width: 100%;}}

#angebot-content-block-sonderschau {
	max-width: 980px;
	width: 100%;
	float: left;
}

/*angebot inhalt produkte*/
.inside-webshop {
	font-size: 13px;
	font-family: 'NoticiaTextRegular', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #E5E5E5;
	
	background-color:#7DB3CD;
	/*26B7CC*/
	padding: 14px 15px 8px 10px;
	text-decoration:none;
	margin: -5px 5px 20px 0; /*190*/
	
	/*position: relative;*/
}

@media only screen and (max-width: 433px) {
	.inside-webshop {
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

.inside-webshop img {
	margin: -8px 10px 0 0;
	float: left;
	height: 25px;
}

.inside-webshop:hover {
	background-color: #4A769D;
	color:#fff;
}

.inside-webshop:active {
	position:relative;
	top:1px;
}

/*.inside-webshop:first-child { visibility: hidden;}*/


#angebot-inhalt-text {
	width: 100%;
	background-color: #3B3A3A;
	min-height: 40px;
}

#angebot-inhalt-text h3 {padding: 5px;}

#angebot-inhalt-foto-980,#angebot-inhalt-foto-780,#angebot-inhalt-foto-387,#angebot-inhalt-foto-287,#angebot-inhalt-foto-487,#angebot-inhalt-foto-256,#angebot-inhalt-foto-313 {
	float: left;
	background-color: #3B3A3A;
	margin:0 1% 20px 0;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
	
	height: auto;
}

#angebot-inhalt-foto-387.right,#angebot-inhalt-foto-287.right,#angebot-inhalt-foto-487.right,#angebot-inhalt-foto-256.right,#angebot-inhalt-foto-313.right {margin-right: 0;}

#angebot-inhalt-foto-980 img,#angebot-inhalt-foto-780 img,#angebot-inhalt-foto-387 img,#angebot-inhalt-foto-287 img,#angebot-inhalt-foto-487 img,#angebot-inhalt-foto-256 img,#angebot-inhalt-foto-313 img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	
	width: 100%;
}

#angebot-inhalt-foto-980 h3,#angebot-inhalt-foto-780 h3,#angebot-inhalt-foto-387 h3,#angebot-inhalt-foto-287 h3,#angebot-inhalt-foto-487 h3,#angebot-inhalt-foto-256 h3,#angebot-inhalt-foto-313 h3 {
	height: auto !important;
	padding-bottom: 10px;
}

#angebot-inhalt-foto-980 {
	max-width: 980px;
	width: 100%;
	min-height: 250px;
	background-color: #3B3A3A;
	margin: 0 0 45px 0;
}

.angebot-inhalt-text-spalte {
	/*max-width: 450px;*/
	width: 46%;
	padding: 2%;
	float: left;
}

@media only screen and (max-width: 700px) {
	.angebot-inhalt-text-spalte img { visibility: hidden;}
	.angebot-inhalt-text-spalte { width: 96%;}
}

.angebot-inhalt-text-spalte h1 {color: #7DB2CC;}

/*780px = 100%*/
#angebot-inhalt-foto-780 {width: 99.5%} /*780px*/

#angebot-inhalt-foto-387 {width: 49.115%;} /*387px*/

#angebot-inhalt-foto-313 {width: 39.628%; margin-right: 20px;} /*313px*/

#angebot-inhalt-foto-287 {width: 36.295%;} /*287px*/

#angebot-inhalt-foto-487 {width: 61.936%;} /*487px*/

#angebot-inhalt-foto-256 {width: 32.321%;} /*256px*/
/*angebot inhalt produkte END*/

#spalte-aktuell {
	width: 51%;
	float: left;
}

#spalte-aktuell.right {
	width: 49%;
}
@media only screen and (max-width: 700px) {
	#spalte-aktuell, #spalte-aktuell.right { width: 100%;}
	#spalte-aktuell.right { margin-top: 30px;;}
}

#spalte-aktuell h2 {
	margin: 0 0 15px 0;
}

#aktuell-block {
	width: 96%;
	float: left;
	padding: 2% 0 2% 2%;
	margin: 0 0 10px 0;
	background-color: #3B3A3A;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
}

#aktuell-block img {
	float: left;
	margin: 0 10px 0 0;
}

#aktuell-block h3 {
	/*float: left;
	max-width: 305px;*/
	width: 100%;
	
}
@media only screen and (max-width: 700px) {	#aktuell-block h3 { max-width: none;}}

#aktuell-block #stein-info-block { 
	margin-right: 30px; 
	height: auto; 
	width: 100%; 
	margin-bottom: 30px;
	float: left;
}
#aktuell-block .out_produkt_highlight { margin: 0;}
#aktuell-block .out_produkt_highlight img { width: 200px; float: left; margin: 0 10px 10px 0;}
#aktuell-block .out_produkt_highlight .kat_text_out { 
	float: left; 
	width: 200px
}

/* wird verwendet von "stein-info" + "angebot" startübersicht*/
#stein-info-block-flex {
	width: 100%; 
	display:-webkit-flex; 
	display:flex;
	
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /*neu*/
    flex-wrap: wrap;
}

.stein-info-block {
	height: 230px;
	-ms-flex: 1 1 auto;
    flex-grow: 1;
	margin-right: 2%;
	max-width: 230px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 433px) {.stein-info-block { text-align: center;}}

.stein-info-block.right {
	margin: 0;
}

.stein-info-block img {
	margin: 0 0 10px 0;
}

.stein-info-block h2 {
	font-family: 'NoticiaTextBold', Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2px;
	width: 200px;
}
@media only screen and (max-width: 433px) {.stein-info-block h2 { width: auto;}}

.stein-info-block h3 {
	line-height: 1.4;
	width: 200px;
}
@media only screen and (max-width: 433px) {.stein-info-block h3 { width: auto;}}
	
.stein-info-block a {
	font-style: italic;
	color: #E5E5E5;
	text-decoration: none;
}

.stein-info-block a.kein-pdf {
	color: #F00;
}

.stein-info-block a:hover {
	text-decoration: underline;
}

#stein-info-link {
	max-width: 980px;
	width: 100%;
	float: left;
	margin-top: 40px;
}

#stein-info-link .stein-info-link {
	color: #E5E5E5;
	font-family: 'NoticiaTextRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}
/*wird verwendet von "stein-info" + "angebot" startübersicht END*/

#sonderschau-block {
	width: 32%;
	height: 290px;
	background-color: #3B3A3A;
	float: left;
	margin: 20px 2% 30px 0;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
}

#sonderschau-block h2, #sonderschau-block h3 {
	margin: 10px;
}

#sonderschau-block.right {
	margin-right: 0;
}
@media only screen and (max-width: 770px) {
	#sonderschau-block {width: 49%;}
	#sonderschau-block:nth-child(even) { margin-right: 0;}
}
@media only screen and (max-width: 500px) {#sonderschau-block {width: 100%; height: 370px;}}
@media only screen and (max-width: 380px) {#sonderschau-block {height: 320px;}}

#sonderschau-block img { width: 100%;}

.einladung-form {
	width: 100%;
	float: left;
}

#ueber-uns-content {
	max-width: 980px;
	width: 100%;
	float: left;
}

#ueber-uns-content img {
	float: right;
	margin: 0 0 40px 20px;
}

#ueber-uns-content h2 {
	margin: 0 0 20px 0;
}

#ueber-uns-block {
	width: 32%;
	height: 170px;
	float: left;
	margin-right: 2%;
}

@media only screen and (min-width: 771px) { #ueber-uns-block.right {margin: 0;}}
@media only screen and (max-width: 770px) {
	#ueber-uns-block {
		width: 49%;
	}
	#ueber-uns-block:nth-child(even) {margin-right: 0;}
}
@media only screen and (max-width: 540px) {#ueber-uns-block {width: 100%; margin-right: 0;}}

#ueber-uns-block img {
	float: left;
	margin: 0 10px 30px 0;
}

#ueber-uns-block .name {
	font-family: 'NoticiaTextBold', Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}

#ueber-uns-rundgang-content {
	max-width: 980px;
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
}

#ueber-uns-rundgang-content h2 {
	margin:0;
}

#ueber-uns-rundgang-content h3 {
	margin: 0 0 30px 0;
}

#ueber-uns-rundgang-hautgeschaeft {
	width: 32%;
	height: 280px;
	float: left;
	margin: 0 2% 10px 0;
	background-color: #3B3A3A;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
}
@media only screen and (max-width: 700px) {
	#ueber-uns-rundgang-hautgeschaeft { width: 49%;}
	#ueber-uns-rundgang-hautgeschaeft:nth-child(even) {margin-right: 0;}
}
@media only screen and (max-width: 460px) {
	#ueber-uns-rundgang-hautgeschaeft { width: 100%; margin-right: 0; height: auto;}
}

#ueber-uns-rundgang-hautgeschaeft img { width: 100%}

#ueber-uns-rundgang-hautgeschaeft h3 {
	padding: 10px;
}

@media only screen and (min-width: 701px) {#ueber-uns-rundgang-hautgeschaeft.right {margin-right: 0;}}

#ueber-uns-rundgang-goldmuseum {
	width: 18%;
	height: auto;
	float: left;
	margin: 0 9.3% 0 0;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
	
}
@media only screen and (max-width: 700px) {#ueber-uns-rundgang-goldmuseum { width: 35%; margin-right: 15%; margin-bottom: 20px;}}
@media only screen and (max-width: 460px) {#ueber-uns-rundgang-goldmuseum { width: 48%; margin-right: 2%;}}


#ueber-uns-rundgang-goldmuseum img {
	width: 100%;
	float: left;
}

#ueber-uns-rundgang-goldmuseum.right {
	margin-right: 0;
}

#ueber-uns-rundgang-werkstatt {
	width: 40%;
	height: 323px;
	float: left;
	margin: 0 20% 10px 0;
	background-color: #3B3A3A;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
	
}
@media only screen and (max-width: 700px) {
	#ueber-uns-rundgang-werkstatt {
		width: 49%;
		margin-right: 2%;
	}
}
@media only screen and (max-width: 460px) {
	#ueber-uns-rundgang-werkstatt { width: 100%; height: auto; margin-right: 0;}
}

#ueber-uns-rundgang-werkstatt img { width: 100%;}

#ueber-uns-rundgang-werkstatt h3 {
	padding: 10px;
}


#ueber-uns-rundgang-werkstatt.right {
	margin-right: 0;
}

/*KONTAKT*/

.aathal, .zuerich { width: 49%; float: left;}
.aathal {margin-right: 2%;}
@media only screen and (max-width: 700px) {.aathal, .zuerich { width: 100%; margin:0;}}

#kontakt-block {
	max-width: 480px;
	width: 100%;
	height: auto;
	background-color: #3B3A3A;
	float: left;
	margin: 0 0 20px 0;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
}
#kontakt-block img { width: 100%; float: left;}
#kontakt-block iframe { width: 100%; float: left;}

#kontakt-block h2 {
	max-width: 480px;
	width: 100%;
	height: 40px;
	padding: 10px 0 10px 10px;
	margin: 0;
	float: left;
	box-sizing:border-box;
}

#kontakt-content {
	max-width: 480px;
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
}

#kontakt-content .tab {
	width: 70px;
	float: left;
}

#kontakt-content a {
	color: #E5E5E5;
	text-decoration: none;
}

#kontakt-block.right, #kontakt-content.right {
	margin-right: 0;
}

/*impressum*/
.tab {
	width: 70px;
	float: left;
}

/*stein-info geologie + schleifen*/
article.gs {
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
	line-height: 1.3;
}

article.gs img {
	float: left;
	margin: 0 15px 5px 0;
}

article.gs img.right {
	margin: 0 0 5px 15px;
	float: right;
}

article.gs .info-box {
	max-width: 960px;
	width: 98%;
	height: auto;
	background-color: #3B3A3A;
	float: left;
	margin: 0 0 30px 0;
	padding: 1%;
	
	font-family: 'NoticiaTextItalic', Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight: normal;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
}

article.gs table {table-layout: fixed;}
article.gs table td {word-wrap: break-word;}


article.gs.blog img:first-of-type {
	max-width: 250px;
}



article.gs.blog .bilderlr {
	width: 100%;
	float: left;
	margin-top: 30px;
}

article.gs.blog .bilderlr .bilder {
	float: left;
}

article.gs.blog .bilderlr .bilder:nth-child(odd) {
	padding-right: 1%;
	width: 49%;
}

article.gs.blog .bilderlr .bilder:nth-child(even) {
	padding-left: 1%;
	width: 49%;
}

article.gs.blog .bilderlr .bilder img {
	max-width: none;
	width: 100%;
}

article.gs.blog span.link-button.mehr {
	margin: 0;
}

@media only screen and (max-width: 650px) {
	/* article.gs.blog .bilderlr {
		
	} */
	article.gs.blog .bilderlr.video .bilder {
		width: 100% !important;
		margin-bottom: 20px;
		padding-left: 0;
	}
}



#stein-info-infoblock {
	max-width: 313px;
	width: 100%;
	height: 500px;
	background-color: #3B3A3A;
	float: left;
	margin: 20px 20px 30px 0;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
}
#stein-info-infoblock h2, #stein-info-infoblock h3 {
	padding: 7px;
}
#stein-info-infoblock.right {
	margin-right: 0;
}
@media only screen and (max-width: 980px) {	
	#stein-info-infoblock { height: auto; padding-bottom: 20px;}
	#stein-info-infoblock.right { margin-right: 20px;}
	#stein-info-infoblock:nth-child(even) { clear: right;}
}
#stein-info-infoblock img {width: 100%;}

/* CONTENT ELEMENT END */

/* FOOTER */
#footer-img {
	width: 100%;
	height: 85px;
	float: left;
	
	background-image: url('../image/hg-footer.gif');
	background-position: top center;
	background-repeat:no-repeat;
	background-color: #494948;
}

#footer {
	max-width: 980px;
	width: 100%;
	height: 350px;
	background-color: #3B3A3A;
	margin: auto;
}
@media only screen and (max-width: 980px) {
	#footer {
		width: 96%;
		padding: 0 2% 0 2%;	
	}
}

#footer-adress {
	max-width: 375px;
	width: 100%;
	float: left;
	margin: 40px 0 30px 0;
}

#footer-info-webseite {
	width: 230px;
	float: left;
	margin: 40px 0 30px 0;
}

#footer-info-webseite h3 {
	line-height: 1.5;
}

#footer-info-webseite a {
	color: #999;
	text-decoration: none;
}

#footer-adress .tab {
	width: 70px;
	float: left;
}

#footer-adress h2, #footer-adress h3, #footer-info-webseite h2, #footer-info-webseite h3 {
	color: #999;
	margin: 0 0 7px 0;
}

#footer-adress a {
	color: #999;
	text-decoration: none;
}

#footer-info {
	float: left;
	max-width: 980px;
	width: 100%;
	margin: 0 0 10px 0;
	color: #999;
	font-size: 10px;
}

#footer-info a {
	color: #999;
	text-decoration: none;
}

#sitemap-block {
	float: left;
	margin: 0 100px 0 0;
	min-height: 50px;
	/*width: 300px;*/
	text-transform: lowercase;
}

#sitemap-block.width {
	width: 100px;
}

#sitemap-block a {
	text-decoration: none;
	text-transform: lowercase;
}

#sitemap-block a.titel {
	font-size: 18px;
}

/* FOOTER END */


/* FORM CSS*/
/*fe*/
form {
	color: #999;
}
/*fe end*/

input[type="text"], input[type="password"], textarea {
	font-family:Arial, Helvetica, sans-serif; 
	background-color:#494948; 
	border: 1px solid #E5E5E5;
	/* Textfarbe inaktiv */
	color: #E5E5E5;
	font-weight: normal; 
	font-size:14px;
	padding: 5px;
	max-width: 400px;
	width: 95%;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover {
	background-color:#fff; 
	border: 1px solid #E5E5E5;
	color:#494948;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color:#fff; 
	border: 1px solid #E5E5E5;
	/* Textfarbe aktiv */
	color:#878787; 
}

input.send {
	border:1px solid #ccc;
	background-color: #E7AE65;
	width: 90px;
	height: 30px;
	color: #FFF;
	margin-bottom: 20px;
}

select {
	border: 1px solid #90cfff;
}

select:hover{border: 1px solid #0090ff;}
/* {border: 1px solid #0090ff;} */

#false_input {
	border: 1px solid #F00;
}

.notice {
	border:1px solid gold;
	background:lightyellow;
	padding:10px 10px 10px 10px;
	margin:5px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#DEAE00;
	line-height:120%;
	width: 390px;
	vertical-align: center;
	text-shadow:0px 1px rgba(255,255,255,0.5);
	position:relative;
	top:0;
	left:0;
	clear:both;
	font-size:14px;
}

/* .notice.warning{} */
.notice.error{border:1px solid red;background:pink;color:red;}
.notice.success{border:1px solid #060;background:#94C01F;color: #060;}
.notice .icon{color:inherit;margin-right:10px;margin-bottom:-5px;*margin-top:-5px;}
.notice a.icon.close,
.notice a.icon.close:active,
.notice a.icon.close:visited{position:absolute;top:5px;right:-5px;left:auto;color:inherit;}


/* LIGHTBOX 2 Lokesh Dhakar*/

/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: #494948;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../img/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../img/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*FAT NAV*/
.hamburger {
  display: block;
  width: 60px;
  height: 37px;
  position: absolute;
  top: 0; /*0*/
  right: 0;
  z-index: 10000;
  /*padding: 12px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  
  padding-right: 50%;
  margin: 210px 30px 0 0; 
}
@media only screen and (max-width: 600px) {
	.hamburger {
		padding-right: 10%;
		margin: 90px 20px 0 0;
	}
}

.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 60px;
  height: 7px;
  background-color: #fff;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -15px;
}
.hamburger__icon:after {
  top: 15px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active {
  margin-top: 20px;
  padding-right: 0;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
  margin: 10px 10px 0 0;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  -webkit-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-15px) rotate(-45deg);
  -ms-transform: translateY(-15px) rotate(-45deg);
  -webkit-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(73, 73, 72, 0.9);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*
.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 2em;
}
.fat-nav li, .fat-nav li a {
  color: #fff;
}
.fat-nav li a {
  text-decoration: none;
}
*/

/*PAGE UP*/
#back-top {
	position: fixed;
	bottom: 20px;
	z-index: 999;
	right: 5px;
}
#back-top a {
	width: 70px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	
	float: right;
	margin: 0 20px 0 0;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 70px;
	height: 70px;
	display: block;
	margin-bottom: 7px;
	background:url(../image/up-arrow.svg) no-repeat center center;
}
/* #back-top a:hover span {} */