body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:150%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayOpaque{background:url(../../assets/mediabox/images/80.png)}#mbOverlay.mbOverlayAbsolute{position:absolute}#mbOverlay.mbMobile{position:absolute;background-color:transparent}#mbBottom.mbMobile{line-height:24px;font-size:16px}#mbCenter{position:absolute;z-index:9999;left:50%;padding:10px;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";-webkit-box-shadow:0 5px 20px rgba(0,0,0,.5);-khtml-box-shadow:0 5px 20px rgba(0,0,0,.5);-moz-box-shadow:0 5px 20px rgba(0,0,0,.5);box-shadow:0 5px 20px rgba(0,0,0,.5)}#mbCenter.mbLoading{background:#000 url(../../assets/mediabox/images/loading-dark.gif) no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbMedia{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat}#mbBottom{line-height:20px;font-size:12px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;text-align:left;color:#999;min-height:20px;padding:10px 0 0}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:700}#mbNumber{display:inline;color:#999;font-size:.8em;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:1.6em;font-size:.8em}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:400}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:700;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:1.4em;font-weight:700}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:700;text-decoration:underline}
/* CSS_Remusquelle_screen.css */

/* ALLGEMEIN */
body {
    background-color: #fcfcfc;
	font: 14px Arial,Helvetica,sans-serif;
    color: #026979;
}

/* Hintergrund für Header und linken Frame */
#wrapper {
    background-color: #ffffff;
}



/* KOPFZEILE */
/* Bild über der Navigation */
#header img {
	vertical-align: bottom;
	border: none;
}

/* Logo-Bild für breiten Header*/
#header #logo-breit {
	top:0;
	left:0;
	position:absolute;
}

/* LINKER FRAME */
#left .mod_navigation {
	width: 274px;
	/*position: absolute;*/
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#left .mod_navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left .mod_navigation li {
	float: left;
	margin: 0 5px 5px 0;
	background-color: 00ff00;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}


#left .mod_navigation a,
#left .mod_navigation strong.active {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	display: block;
	width: 131px;
	height: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 100px 0 10px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#left .mod_navigation a:hover,
#left .mod_navigation .active {
	background-color: rgb(232, 95, 15);
	/*background-color: #e85f0f;*/
	font-weight: normal;
}

/* individuelle Bilder für Buttons, dafür eigenes Template, Vorlage nav_default mit id */
#left .mod_navigation .mineralwasser {
	background-color: rgb(116, 177, 208);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url("/files/layout/buttons/mineralwasser.png");
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
}

#left .mod_navigation .mineralwasser a:hover,
#left .mod_navigation .mineralwasser .active {
	background-image: url("/files/layout/buttons/mineralwasser.png");
}

#left .mod_navigation .softdrinks {
	background-color: rgb(2, 105, 121);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url("/files/layout/buttons/softdrinks.png");
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
}

#left .mod_navigation .softdrinks a:hover,
#left .mod_navigation .softdrinks .active {
	background-image: url("/files/layout/buttons/softdrinks.png");
}

#left .mod_navigation .qualitaet {
	background-color: rgb(2, 105, 121);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url("/files/layout/buttons/qualitat.png");
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
}

#left .mod_navigation .qualitaet a:hover,
#left .mod_navigation .qualitaet .active {
	background-image: url("/files/layout/buttons/qualitat.png");
}

#left .mod_navigation .wissenswertes {
	background-color: rgb(116, 177, 208);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url("/files/layout/buttons/wissenswertes.png");
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box
}

#left .mod_navigation .wissenswertes a:hover,
#left .mod_navigation .wissenswertes .active {
	background-image: url("/files/layout/buttons/wissenswertes.png");
}

#left .mod_navigation .impressum {
	background-color: rgb(2, 105, 121);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url("/files/layout/buttons/impressum.png");
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
}

#left .mod_navigation .impressum a:hover,
#left .mod_navigation .impressum .active {
	background-image: url("/files/layout/buttons/impressum.png");
}

#left .mod_navigation .kontakt {
	background-color: rgb(116, 177, 208);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url("/files/layout/buttons/kontakt.png");
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
}

#left .mod_navigation .kontakt a:hover,
#left .mod_navigation .kontakt .active {
	background-image: url("/files/layout/buttons/kontakt.png");
}



/* HAUPTFRAME */
/* Allgemein */
#main .inside {
    min-height: 545px;
    margin-top: 30px;
	margin-left: 35px;
	margin-bottom: 20px;
    padding: 0;
    background-color:#fff;
}

/* Elemente im Hauptfenster, Abstand zum Rand */
#main .inside {
    padding-left: 35px;
	padding-right: 35px;
}

#main h1 {
	font-size: 20px;
	font-weight: 100;
    color:#9bca7c;
}

#main h2 {
	font-size: 18px;
	font-weight: 100;
    color:#9bca7c;
}

#main h3 {
    font-size: 16px;
	font-weight: 100;
	color:#9bca7c;
}

#main a {
    text-decoration:none;
    color:#9bca7c;
}

#main a:hover {
    text-decoration:underline;
}

/* größerer Zeilenabstand List Items*/
#main li {
	margin-bottom: 15px;
}

/* Produkte*/
#main .products {
	height: 250px;
	width: 70%;
	border: 2px solid #dce9ef;
	margin-left: 50px;
	/*margin-top: 35px;*/
	margin-bottom: 35px;
	padding: 5px;
	/*background-color: #000000;*/
}

#main .productdescriptions {
	float: left;
}

#main .productpictures {
	/*clear: left;*/
	float: right;
	/*padding-left: 250px;*/
}

#main .products table {
	margin-left: 80px;
	padding: 0;
	width: 260px;
	border: 0;
}

#main .products tr.odd {
	background-color: #f6f6f6;
}

#main .products tr.even {
	background-color: #fafafa;
}

#main .products td.col_0 {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#main .products td.col_1 {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Seite Qualität */
#main #praemierungbox {
	margin-top: 30px;
	height: 220px;
}

#main .praemierung {
	width: 45%;
	height: 200px;
	background-color: #dce9ef;
	padding: 5px;
	text-align: center;
}

#main .praemierung_links {
	position: absolute;
	left: 0;
}

#main .praemierung_rechts {
	position: absolute;
	right: 35px;
}



/* FUSSZEILE */
#footer {
    margin:0;
    padding-top:48px;
    padding-left:36px;
    background-color:#026979;
    font-size:12px;
    color:#ffffff;
}

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

#footer a:hover {
    text-decoration:underline;
    color:#ffffff;
}

#footer .mod_customnav {
	right:0;
    position:absolute;
	padding-right:36px;
}

#footer .mod_customnav ul {
    list-style-type:none;
}

#footer .mod_customnav li {
    padding-bottom:5px;
}
