/*  master.css fuer wissner-elektrotechnik.de [2022] */

/*  blau  =  rgb(0, 44, 115)  */


/* begin Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code, em, img, q,
small, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-style: normal;
	vertical-align: top;
	text-decoration: none;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #444444;
	font-family: 'Noto Sans', 'Lucida Grande', Lucida, sans-serif;
	font-size: 100%;
/*	background-color: rgba(242, 242, 242, 1.0); */
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p, address, th, td, ul, ol, li, dt, dd, form, input, textarea, a {
	font-family: 'Noto Sans', 'Lucida Grande', Lucida, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
/* end Reset */


/* begin Headlines */
h1 { color: #444444; font-size: 36px; font-weight: 600; }
h2 { color: #444444; font-size: 24px; font-weight: 400; margin: 0 0 20px 0; line-height: 32px; }
h3 { color: #444444; font-size: 18px; font-weight: 600; margin: 30px 0 12px 0; line-height: 24px; }
h4 { color: #444444; font-size: 16px; font-weight: 400; margin: 24px 0 0 0; }
h5 { color: #444444; font-size: 16px; font-weight: 400; }
h6 { color: #444444; font-size: 16px; font-weight: 400; font-style: italic; }
/* end Headlines */


/* begin Paragraphs */
p {
	margin: 0 0 24px 0;
	padding: 0;
}
/* end Paragraphs */

p.small-text {
	margin: 0 0 18px 0;
	font-size: 13px;
	line-height: 16px;
}

p.small-text a,
a.small-text {
	font-size: 13px;
	line-height: 16px;
}

blockquote p {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

/* begin Lists */
ul, ol {
	margin: 0 0 1.0em 0.5em;
	padding: 0 0 0 1.25em;
}

ul li {}
/* end Lists */


/* begin Links */
a                 { color: rgba(0, 44, 115, 1.0); text-decoration: none; outline: none; }
a:link, a:visited { color: rgba(0, 44, 115, 1.0); text-decoration: none; }
a:hover, a:active { color: rgba(0, 44, 115, 0.6); text-decoration: none; outline: none; }
/* end Links */

sub {
	font-size: 13px;
	vertical-align: sub;
}

sup {
	font-size: 13px;
	vertical-align: super;
}

/* begin Inline */
strong, b  { font-weight: 600; }
em, i,
em span.caps, i span.caps {
	font-style: italic;
	font-weight: 400;
}
img, a img { border: 0 none; }
/* end Inline */

/* begin Lines */
hr {
	margin: 12px 0 18px 0;
	height: 1px;
	color: rgb(0,44,115);
	background-color: rgb(0,44,115);
	border: 0;
}
/* end Lines */


/* begin Special Classes */
.clear { clear: both !important; }
.hide { display: none !important; }
.bold { font-weight: bold !important; }
.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.red { color: #c00; }
/* end Special Classes */


/* begin Layout */
#bar-top {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(0, 44, 115, 1.0);
}

/* begin Header */
header {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 115px 0 0 0;
	width: 940px;
	height: 545px;
}

#logo {
	display: none;
	position: absolute;
/*	display: block; */
	top: 40px;
	left: 620px;
	width: 300px;
	height: 46px;
	text-indent: -9999px;
	background: transparent url(we-logo.png) no-repeat 0 0;
	background-size: 300px 46px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#headline {
	position: absolute;
	top: 40px; /* 50 */
	right: 0;
	width: 940px; /* 600 */
	height: 48px; /* 30 */
	text-align: right;
}

#headline h1 {
	margin: 0 0 4px 0;
	font-size: 42px; /* 24 */
	line-height: 42px; /* 28 */
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(56, 62, 66, 0.8);
}

#headline h1 strong {
	color: rgba(0, 44, 115, 1.0);
}

#headline h2 {
	display: none;
	margin: 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	font-style: italic;
	color: #000;
}


/* begin Switch */
#switch-nav {
	display: none;
}
/* end Switch */






















#imagebar {
	margin: 0 auto 0 auto;
	width: 940px;
	height: 480px;
/*	background: transparent url(header-giema-gebaeude-muellheim.jpg) no-repeat 0 0; */
}
/* end Header */


/* begin Main Navigation */
nav {
	margin: 0 auto auto 0px;
	padding: 0;
	width: 940px;
	height: 65px;
}



nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	position: relative;
	float: left;
	margin: 0 5px 0 0;
	padding: 15px 20px 15px 20px;
	width: auto;
	height: 20px;
	list-style: none;
	text-align: left;
	border-right: 1px solid #fff;
	outline: 0px solid #c00;
}

nav li a {
	display: inline-block;
	margin: 0;
	font-size: 30px;
	font-weight: 300;
	color: #ffffff !important;
}

nav li:hover a,
nav li:active a {
	color: #ffffff !important;
}

nav li a:hover,
nav li a:focus,
nav li a:active,
nav li a.rex-active,
nav li a.rex-current {
	color: #bbb !important;
}

nav ul ul {
	position: absolute;
	visibility: hidden;
	z-index: 99999;
	top: 50px;
	left: 10px;
	padding: 0;
	width: 220px;
	height: auto;
	opacity: 0;
}

nav li li {
	width: 200px;
	border: 0 none;
}

nav ul ul li {
	position: relative;
}






nav ul ul ul {
	position: absolute;
	visibility: hidden;
	z-index: 99999;
	top: 0px;
	left: 220px;
}

nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	height: auto;
}

nav ul ul li {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: left;
}

nav ul ul li:last-child {
	border-bottom: none;
}

nav ul ul li a {
	display: inline-block;
	padding: 6px 10px 6px 10px;
	width: 200px;
	height: auto;
	font-size: 17px;
	font-size: 300;
	color: #fff !important;
	text-transform: none;
	background-color: rgba(0,44,115, 1);
	border: none;
}

nav ul ul ul li a {
	width: 250px;
	background-color: rgba(0,44,115, 1);
}
/* end Main Navigation */


/* begin Main Content */
main {
	margin: 30px auto 30px auto;
	padding: 0 18px 0 18px;
	width: 904px;
	min-height: 300px;
}

article {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	width: 522px;
/*	border-left: 2px solid rgba(155, 155, 155, 0.9); */
	border-left: 2px solid rgba(0, 44, 115, 0.4);
}

article.bottom,
body.no-sidebar article {
	width: 880px;
}

aside {
	float: right;
	margin: 0 0 0 40px;
	padding: 10px 10px 0px 10px;
	width: 278px;
	border: 1px solid rgba(155, 155, 155, 0.9);
	background-color: #fff;
}

aside h3 {
	margin-top: 0;
	font-size: 16px;
}

aside table td,
aside p,
aside ul,
aside li,
aside a {
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
}

aside strong {
	font-weight: 400;
}
/* end Main Content*/


/* begin Footer */
#bar-bottom {
	clear: both;
	margin: 0;
	padding: 0px 0 0 0;
	width: 100%;
	height: auto;
	text-align: center;
/*	background-color: rgba(216, 216, 216, 1.0); */
	border-top: 4px solid rgb(0, 44, 115);
}

footer {
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	width: 940px;
	height: auto;
}

#nav-footer {
	float: left;
	margin: 0;
	width: 670px;
	height: auto;
	color: #000;
	text-align: left;
}

#nav-footer ul {
	margin: 0;
	padding: 0;
}

#nav-footer ul.rex-navi1 {
	margin: 0;
	width: 670px;
}

#nav-footer li {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	list-style: none;
	overflow-x: hidden;
}

#nav-footer ul.rex-navi2 li {
	margin: 0;
}

#nav-footer li a {
	font-size: 15px;
	line-height: 22px;
}

#nav-footer ul.rex-navi1 li a { font-weight: 600; }
#nav-footer ul.rex-navi2 li a { font-weight: 300; }

#nav-footer li a.rex-current {
	color: #555;
}

#nav-footer li.rex-article-1 { width: 150px; outline: 0px solid #c00;} /* Willkommen */
#nav-footer li.rex-article-2 { width: 150px; outline: 0px solid #c00;} /* Leistungen */
#nav-footer li.rex-article-3 { width: 150px; outline: 0px solid #c00;} /* Wir über uns */
/* #nav-footer li.rex-article-4 { width: 150px; outline: 1px solid #c00;} */
#nav-footer li.rex-article-5 { width: 120px; margin: 0; outline: 0px solid #c00;} /* Kontakt */


address {
	float: right;
	margin: 0 0 0 auto;
	padding: 0;
	width: 250px;
	text-align: left;
}

address p {
	margin: 0 0 18px 0;
}

address p,
address a {
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
}

/* address a:hover,
address a:active {
	color: #d6122d !important;
} */

#back-to-top {
	display: none;
	margin: 36px 0 0 0;
	height: 24px;
}

#back-to-top a {
	font-size: 16px;
	color: #000;
}

span.nobr {
	white-space: nowrap;
}
/* end Footer */

/* end Layout */


/* begin Module */

/* .desktop { display: none; } */
.mobile { display: none; }


/* begin DL */
dl {
	width: 520px;
}
dt {
	float: left;
	margin: 0 20px 20px 0;
	width: 250px;
}

dd {
	float: left;
	margin: 0 0 20px 0;
	width: 250px;
}

dl + dl,
dl + div,
dl + h3,
dl + h4,
dl + p {
	clear: both;
}
/* end DL */


/* begin 01 1 . Accordion Kopf */
div.accordion-content {
	display: none;
	margin-bottom: 20px;
}

hr.accordion {
	margin: 0 0 20px 0;
}

div.accordion-title h3 {
	clear: both;
	margin-top: 0;
	padding: 0 0 0 30px;
	background: url(icon-accordion-1.gif) no-repeat 0 0;
	cursor: pointer;
}

div.accordion-title p {
	padding: 0 0 0 30px;
}

div.accordion-title h3:hover,
div.accordion-title h3:active {
	color: #9b2423;
	background: url(icon-accordion-1-over.gif) no-repeat 0 0;
}

div.open h3 {
	background: url(icon-accordion-0.gif) no-repeat 0 0;
}

div.open h3:hover,
div.open h3:active {
	background: url(icon-accordion-0-over.gif) no-repeat 0 0;
}

div.accordion-content h4 {
	margin-bottom: 4px;
}
/* end 01 1 . Accordion Kopf */


/* begin 05 1 . Text mit Bild (ohne Fancybox) */
div.text-with-image {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}

div.text-with-image div.image {
	float: left;
	margin: 0 25px 10px 0;
	width: 200px;
	height: 200px;
}

div.text-with-image div.image img {
	width: 200px;
	height: 200px;
}

div.text-with-image div.text {
}
/* end 05 1 . Text mit Bild (ohne Fancybox) */


/* begin 05 2 . Bild (ohne Fancybox) mit Bildunterschrift */
div.image-with-caption {
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: left;
	}

div.image-with-caption div.caption {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 300;
}

picture {
	height: auto;
}
/* end 05 2 . Bild (ohne Fancybox) mit Bildunterschrift */


/* begin 06 . Galerie (Fancybox) */
/* div.image-gallery {
	margin: 0 0 10px 0;
	padding: 0;
	width: 880px;
	}

div.image-gallery div.gallery-item {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 280px;
	height: 210px;
	text-align: center;
	background-color: #fff;
	}

div.image-gallery div.gallery-item-image {
	margin: 0 auto 0 auto;
	width: 280px;
	height: 210px;
	}

div.image-gallery div.gallery-item-image a {
	display: block;
	margin: 0;
	padding: 0;
	width: 280px;
	height: 210px;
	background: transparent url(icon-lv-zoom.png) no-repeat 0 -1000px;
	}

div.image-gallery div.gallery-item-image a:hover,
div.image-gallery div.gallery-item-image a:active {
	background-position: center;
	} */
/* end 06 . Galerie (Fancybox) */


/* begin 09 . Downloads */
p.download a {
	display: inline-block;
	padding-left: 30px;
	min-height: 24px;
	background: transparent url(icon-document.png) no-repeat 0 0;
}
/* end 09 . Downloads */


/* begin 72 1 . Unterkategorien auflisten (Name und Bild) */
article div.image-list {
	margin: 0 auto 10px 0;
	padding: 0;
	width: 880px;
	}

article div.image-list div.list-item {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 280px;
	height: 310px;
	text-align: center;
}

article div.image-list div.item-960 { margin-right: 20px; }
article div.image-list div.end-960 { margin-right: 0; }

article div.image-list div.list-item a {
	width: 280px;
	height: 280px;
}

article div.image-list div.list-item-image {
	margin: 0 auto 0 auto;
	width: 280px;
	height: 280px;
	background-color: #fff;
	background-size: 280px 280px !important;
	}

article div.image-list div.list-item-image a {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	}

article div.image-list div.list-item-text {
	margin: 5px 0 5px 0;
	width: 280px;
	height: 30px;
	text-align: center;
	overflow: hidden;
	}

article div.image-list div.list-item-text a {
	display: block;
	padding: 0;
	background: none;
	border: none;
	}
/* end 72 1 . Unterkategorien auflisten (Name und Bild) */


/* begin Tabelle Artikel */
table.artikel {
	margin: 0 0 20px 0;
	width: 500px;
}

table.artikel td.td-left { width: 35%; }
table.artikel td.td-right { width: 65%; }
/* end Tabelle Artikel */


/* begin Tabelle Technische Daten */
table.technische-daten {
	margin: 0 0 20px 0;
	width: 270px;
}

table.technische-daten td.td-left { width: 55%; }
table.technische-daten td.td-right { width: 45%; }
/* end Tabelle Technische Daten */

/* end Module */
