<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* html styles */
html {
  	background: url(/img/bg05.jpg) no-repeat center center fixed; 
  	background-size: cover;
	background-color: #000000;
}

/* custom fonts */
@font-face {
	font-family: tw;
	src: url(/fonts/adler.ttf);
}

@font-face {
	font-family: tw2;
	src: url(/fonts/se.ttf);
}

/* body styles */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #d1d1d1;
}    

/* link styles */
a:link {
	color: #ffc155;
	text-shadow: 0 3px 6px #000000;
}
a:active {
	color: #ff6c44;
}
a:hover {
	color: #ff6c44;
}
a:visited {
	color: #93c467;
}
a.nounderline {
	text-decoration: none;
}
a, img {
	border: none;
	outline: none;
}

/* h1-h6 styles */
h1 {
	text-shadow: 0 3px 6px #000000;
 	background-image: url(/img/h1bg01.png);
 	background-repeat: repeat-x;
	font-family: tw;
	font-size: 1.9em;
	color: #ccae79;
	# background-color: #282828;
	margin: 0 -20px 0 -20px;
	padding: 25px 0 20px 20px;
	border-bottom: 1px solid #444444;
}
h2 {
	font-family: tw;
	text-shadow: 0 3px 6px #000000;
}
h3 {
	font-family: tw;
	text-shadow: 0 3px 6px #000000;
}
h4 {
	font-family: tw;
	text-shadow: 0 3px 6px #000000;
	background-color: #464646;
	padding: 8px 0 4px 20px;
	margin: 0 -20px 0 -20px;
}
h5 {
	font-family: tw;
	font-size: 1em;
	# text-shadow: 0 3px 6px #000000;
	background-color: #464646;
	padding: 8px 0 4px 0;
	margin: 0;
}
h6{
	font-family: tw;
	font-size: 0.9em;
	letter-spacing: 2px;
	text-shadow: 0 3px 6px #000000;
	padding: 8px 0 4px 0;
	margin: 0;
}

/* list styles */
li.hor {
	display: inline-block;
}
ul.btn {
    list-style-type: none;
    margin: 0;
    padding: 0;	
}
ul {
	font-family: tw;
	font-size: 0.8em;
}
ol {
	font-family: tw2;
	font-size: 0.8em;
}

/* paragraph styles */
p.txtonimg {
}
p {
	font-family: tw2;
	font-size: 0.9em;
}

/* image styles */
img {
	max-width:100% !important;
	height:auto !important;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0 4px 8px #000;	
}

/* iframe styles */
iframe.gal {
	width: 764px;
	height: 800px;
	border: none;
	border-radius: 6px;
}

iframe.gb {
	width: 100%;
	height: 800px;
	border: none;
	border-radius: 6px;
}

/* clear floats L&amp;R */
.clear {
	clear: both;
}

/* content div styles */
.content {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}

/* page header styles */
.header {	
	position: relative;
}

.logo {
	max-width: 100%;
	max-height: 140px;
	box-shadow: none;
}

/* social media and online store link styles */
.hsmi {
	position: fixed;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 10px 0 5px 0;
	text-align: center;
	background-color: #000000;
	border-top: 1px solid #444444;
	opacity: 0.8;
}

a.hsmi1:link {
  	display: inline-block;
  	padding-right: 10px;
  	width: 32px;
  	height: 32px;
 	background-image: url(/smi/orig/32/fborig.png);
 	background-repeat: no-repeat;
}

a.hsmi2:link {
  	display: inline-block;
  	padding-right: 10px;
  	width: 32px;
  	height: 32px;
 	background-image: url(/smi/orig/32/ytorig.png);
 	background-repeat: no-repeat;
}

a.hsmi3:link {
  	display: inline-block;
  	padding-right: 10px;
  	width: 32px;
  	height: 32px;
 	background-image: url(/smi/orig/32/itorig2.png);
 	background-repeat: no-repeat;
}

a.hsmi4:link {
  	display: inline-block;
  	padding-right: 10px;
  	width: 32px;
  	height: 32px;
 	background-image: url(/smi/orig/32/amorig.png);
 	background-repeat: no-repeat;
}

a.hsmi5:link {
  	display: inline-block;
  	width: 32px;
  	height: 32px;
 	background-image: url(/smi/orig/32/mx3orig.png);
 	background-repeat: no-repeat;
}

/* language selection */

.lang {
	position: relative;
	text-align: right;
	width: 100%;
	padding: 6px 0 6px 0;
	background-color: #484848;
	z-index: 1;
}

a.en:link {
  	display: inline-block;
  	margin-right: 6px;
  	margin-left: 6px;
  	width: 32px;
  	height: 32px;
 	background-image: url(/img/en32mob.png);
 	background-repeat: no-repeat;
}

a.de:link {
  	display: inline-block;
  	margin-right: 16px;
  	margin-left: 6px;
  	width: 32px;
  	height: 32px;
 	background-image: url(/img/de32mob.png);
 	background-repeat: no-repeat;
}

/* main container styles */
.maincont.outer {
	margin-top: -4px;
}

.maincont.inner {
	font-size: 0.8em;
	display: -webkit-flex;
    -webkit-flex-direction: column;
	display: flex;
	flex-direction: column;
	background-color: #333333;
	box-shadow: 0 0 16px #000000;
	border-top: 1px solid #555555;
	overflow: hidden;
}

/* menu styles */
.menu {
	position: absolute;
	text-align: center;
	letter-spacing: 2px;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #222222;
	opacity: 0.95;
}

.menu li a {
	display: block;
	padding: 20px 20px;
	text-decoration: none;
	color: #c1c1c1;
	font-weight: bold;
	border-bottom: 1px solid #444444;
}

.menu li a:hover,
.menu .mnmob-btn:hover {
	background-color: #555555;
}

/* mnmob */
.menu .mnmob {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
}

/* mnmob icon */
.menu .mnmob-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
}

.menu .mnmob-icon .navicon {
	background: #c1c1c1;
	display: block;
	height: 3px;
	position: relative;
	transition: background .2s ease-out;
	width: 24px;
}

.menu .mnmob-icon .navicon:before,
.menu .mnmob-icon .navicon:after {
	background: #c1c1c1;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.menu .mnmob-icon .navicon:before {
	top: 8px;
}

.menu .mnmob-icon .navicon:after {
	top: -8px;
}

/* mnmob btn */
.menu .mnmob-btn {
	display: none;
}

.menu .mnmob-btn:checked ~ .mnmob {
	max-height: 600px;
}

.menu .mnmob-btn:checked ~ .mnmob-icon .navicon {
	background: transparent;
}

.menu .mnmob-btn:checked ~ .mnmob-icon .navicon:before {
	transform: rotate(-45deg);
}

.menu .mnmob-btn:checked ~ .mnmob-icon .navicon:after {
	transform: rotate(45deg);
}

.menu .mnmob-btn:checked ~ .mnmob-icon:not(.steps) .navicon:before,
.menu .mnmob-btn:checked ~ .mnmob-icon:not(.steps) .navicon:after {
	top: 0;
}

/* full-width top image */
#title {
	width: auto;
	margin: 0;
	padding: 0 20px 0 20px;
	min-height: 64px;
}

.gallery {
	width: 764px;
	margin: 20px 20px 200px 20px;
}

/* left column styles */
#lcol {
	order: 7;
	padding: 0 20px 30px 20px;
	min-height: 128px;
	background-color: #555555;
}

/* right column styles */
#rcol {
	order: 1;
	padding: 0 20px 0 20px;	
	min-height: 128px;
}

#rcol2 {
	order: 2;
	padding: 0 20px 0 20px;	
}

#rcol3 {
	order: 3;
	padding: 0 20px 0 20px;	
	min-height: 128px;
}

#rcol4 {
	order: 4;
	padding: 0 20px 0 20px;	
	min-height: 128px;
}

#rcol5 {
	order: 5;
	padding: 0 20px 0 20px;	
	min-height: 128px;
}
#rcolnewsouter {
	order: 6;
	float: right;
	width: auto;
	max-width: 515px;
	margin: 20px;
	border: 1px solid #999999;
	border-radius: 8px;
	box-shadow: 0 8px 16px #000;	
	overflow: hidden;
	margin-bottom: 40px;	
}
#rcolnewsinner  {
	color: #000000;
	background-image: url(/img/newsbg2.jpg);
	height: auto;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}
#rcolnewsinner a:link {
	color: #000000;
}
#rcolnewsinner a:visited {
	color: #000000;
}
#rcolnewsinner a:hover {
	color: #000000;
}
#rcolnewsinner a:active {
	color: #000000;
}
#arcolnewsinner  {
	color: #000000;
	background-image: url(/img/newsbg.jpg);
	height: 480px;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}
#arcolnewsinner a:link {
	color: #000000;
}
#arcolnewsinner a:visited {
	color: #000000;
}
#arcolnewsinner a:hover {
	color: #000000;
}
#arcolnewsinner a:active {
	color: #000000;
}

/* archived guestbook */
.archgbouter {
	width: auto;
	max-width: 195px;
	border: 1px solid #999999;
	border-radius: 8px;
	box-shadow: 0 8px 16px #000;	
	overflow: hidden;
	margin-bottom: 20px;
}

.archgb {
	color: #000000;
	background-image: url(/img/archgbbg.jpg);
	height: 340px;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* Newsletter */
.nlouter {
	width: auto;
	max-width: 195px;
	border: 1px solid #999999;
	border-radius: 8px;
	box-shadow: 0 8px 16px #000;	
	overflow: hidden;
	margin-bottom: 20px;
}
.nl {
	text-align: center;
	color: #000000;
	background-image: url(/img/archgbbg.jpg);
	height: 110px;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}
.nl a:link {
	color: #000000;
}
.nl a:visited {
	color: #000000;
}
.nl a:hover {
	color: #000000;
}
.nl a:active {
	color: #000000;
}

/* back to top */
.btt {
	background-color: #999999;
	font-family: tw;
	font-size: 1.2em;
	text-align: center;
	position: relative;
	width: 100%;
}
 .btt a {
	color: #ccae79;
	text-decoration: none;
	text-shadow: 0 2px 2px #000000;
 }
 .btt a:hover {
	color: #ffffff;
	text-shadow: 0 0 6px #ffffff;
 }

/* button styling */
.button {
 	background-image: url(/img/btnbg.png);
	border-top: 1px solid #777777;
	border-bottom: 1px solid #444444;
	width: 100%;
	color: #e1e1e1;
	padding: 10px 0 10px 0;
	text-align: center;
	# text-decoration: none;
	display: inline-block;
}
.button2 {
 	background-color: #353535;
	border: 1px solid #777777;
	width: 100%;
	color: #e1e1e1;
	padding: 12px 0 10px 0;
	margin: auto;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
.button3 {
 	background-image: url(/img/btnbg.png);
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	border-radius: 8px;
	min-width: 100%;
	color: #e1e1e1;
	padding: 10px 0 10px 0;
	text-align: center;
	# text-decoration: none;
	display: inline-block;
}
.button:hover {	
 	background-image: url(/img/btnbghov.png);
}

/* page footer styles */
.footer {
	color: #ffffff;
	order: 8;
	font-size: 0.7em;
	min-height: 120px;
	width: 100%;
	background-color: #444444;
	background-image: url(/img/ftbg200.jpg);
	padding-bottom: 50px;
}
.footer a:link, 
.footer a:visited { 
	color: #ffffff; 
} 
.footer a:hover { 
	color: #ffffff; 
	font-weight: bold;
	text-shadow: 0 0 6px #ffffff;
} 
#ftl {
	text-align: center;
	position: relative;
}
#ftcl {
	text-align: center;
	position: relative;
}
#ftcr {
	text-align: center;
	position: relative;
}
#ftr {
	text-align: center;
	position: relative;
}
.fb-page {
	margin-bottom: 20px;
}

/* table styles */
table td {
	width: 30%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #333333;
  outline: none;
  background-color: #959595;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
</pre></body></html>