<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 100% */
#header,
.content,
#footer
	{ width: 100%; }

/* header */
#header #logo
	{ }

.logo_smaller { width: 110px!important; }

.headerborder { height: 70px; }
.headerborder { margin-top: -10px; }

/* nav */
#nav
	{ }

.header_logo_inner { height: 6em; display: table; }

#logo 
	{ display: table-cell; vertical-align: middle; position: relative; }

.parallaxeffect, .parallaxeffectmetall, .parallaxeffectlight, .parallaxeffectlightgreen, .parallaxeffectlightgreen_home
	{ background-attachment: scroll!important; transform: translate3d(0, 0, 0) !important; -webkit-transform: translate3d(0,0,0) !important; -ms-transform: translate3d(0,0,0) !important; -moz-transform: translate3d(0,0,0) !important; background-size: cover; background-position: center center; }


/* content */
.content img
	{ height: auto; max-width: 100%; }
.content .box14
	{ width: 25%; }
.content .box12
	{ width: 50%; }

.content input[type="text"],
.content input[type="email"],
.content input[type="password"],
.content textarea
	{ width: 50%; max-width: 548px; }

.content table
	{ max-width: auto; margin: 1em 0; width: 100%; }

.content #map
	{ height: 620px; margin: 1em 0; width: 100%; }

.angebote .iteminfo 
	{ height: 700px; }


/* content gallery */
.content div.gallery
	{ margin-left: auto; margin-right: auto; width: 600px; }

/* footer */
#footer .widget,
#footer .footer-nav
	{ float: left; width: 100%; }
#footer .footer-nav
	{ float: right; }</pre></body></html>