body {
  font-family: Arial, sans-serif;
  font-size: 100%;
  line-height: 1.2em;
  background: #d1d1d1;
}
.clear-all {
  height: 1px;
  overflow: hidden;
  clear: both;
}
i, em {
  font-style: italic;
}
b, strong {
  font-weight: bold;
}
.layout {
  font-size: 0.75rem;
  width: 64rem;
  margin: 0 auto;
  background-color: #FFF;
  background-image: url(../Img/header-unternehmen.jpg);
  background-repeat: no-repeat;
  background-position: center 75px;
}
.middle {
  padding-bottom: 60px;
  min-height: 420px;
}

/* ---------------------------------------- */
/* HEADER
/* ---------------------------------------- */
.top {
  height: 170px;
  position: relative;
}
.top h1 {
  position: absolute;
  left: -2500px;
}
.logo {
  position: absolute;
  width: 210px;
  top: 20px;
  right: 7px;
}
/* ---------------------------------------- */
/* NAVIGATION OBEN
/* ---------------------------------------- */
.top-nav {
  position: absolute;
  left: 40px;
  top: 41px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
}
.top-nav a {
  text-decoration: none;
  color: #000;
}
.top-nav a.active,
.top-nav a.active:hover,
.top-nav a.active:active {
  color: #999;
}
.top-nav a:active,
.top-nav a:hover {
  color: #CCC;
}
.top-nav li {
  display: inline;
  margin-right: 20px;
}
.top-nav li.lang {
  margin-left: 15px;
}
.top-nav li.lang a {
  color: #555;
}
.top-nav li.lang a:hover,
.top-nav li.lang a:focus {
  color: #999;
}
.top-nav li.hide {
  display: none;
}
/* ---------------------------------------- */
/* NAVIGATION LINKS
/* ---------------------------------------- */
.left-nav {
  margin-top: 50px;
  margin-left: 40px;
  width: 160px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
}
.left-nav a {
  text-decoration: none;
  color: #333;
}

.left-nav a.active,
.left-nav a.active:active,
.left-nav a.active:hover {
  color: #999;
}

.left-nav a:active,
.left-nav a:hover {
  color: #CCC;
}
.left-nav li {
  margin-bottom: 7px;
}

/* ---------------------------------------- */
/* SONDERFALL - GLOSSAR
/* ---------------------------------------- */
.left-content {
  margin-top: 90px;
  margin-left: 40px;
  width: 160px;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-transform: none;
}
.left-content .csc-firstHeader {
  margin-bottom: 28px !important;
}
.left-content a {
  text-decoration: none;
  color: #333;
}

.left-content a.active,
.left-content a.active:active,
.left-content a.active:hover {
  color: #999;
}

.left-content a:active,
.left-content a:hover {
  color: #CCC;
}
.left-content p {
  margin-bottom: 7px;
}

/* ---------------------------------------- */
/* CONTENT
/* ---------------------------------------- */
.left, .center, .right {
  float: left;
}
.left {
  /*width: 421px;*/
  width: 341px;
}
.center {
  margin-top: 90px;
  width: 500px;
  padding-right: 76px;
  padding-bottom: 50px;
  background-image: url(../Img/footer-welle.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;

}
.center h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.center h2,
.center a {
  color: #8A621C;
}
.center a:active,
.center a:hover {
  color: #4D4D4D;
}
.center h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  color: #4D4D4D;
}
.center p {
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  color: #333;
  margin-bottom: 1em;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.center p.caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
}
.center b,
.center strong,
.center p.caption {
  color: #4D4D4D;
}
.csc-firstHeader {
  text-transform: uppercase;
  /*margin-left: -80px;*/
  font-size: 20px !important;
  line-height: 24px !important;
  margin-bottom: 25px !important;
  margin-top: 0 !important;
}
.csc-textpic-caption {
  padding: 5px;
  font-size: 10px;
  line-height: 12px;
  color: #4D4D4D;
}

.center ol {
  list-style-type: decimal;
  margin-left: 2em;
}
.center ol li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: justify !important;
}
.center ul {
  list-style-type: disc;
  margin-left: 2em;
}
.center ul li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: justify !important;
}
.center ul ul {
  list-style-type: circle;
}
.center ul ul ul {
  list-style-type: square;
}
.center li {
  color: #333;
}
.center .indent {
  margin-left: 1em;
}

/* ------------------------------------------------------------ */
/* tabellen styles
/* ------------------------------------------------------------ */
table caption {
  font-weight: bold;
  margin-bottom: 0.5em;
}

/* ---------------------------------------- */
/* layout standard
/* alternierender hintergrund
/* ---------------------------------------- */
.contenttable {
  margin: 0; padding: 0;
  border-collapse: collapse;
  border-color: #CCC;
  border: 1px solid #CCC;
  width: auto;

}
.contenttable td,
.contenttable th {
  margin: 0; padding: 0.1em 0.2em;
}
.contenttable tr.tr-even {
  background: #EEE;
}
.contenttable th {
  background: #CCC;
  color: #FFF;
  font-weight: bold;
}
/* custom class 100% breite */
.w-100,
.w-100-50,
.w-100-33,
.w-100-25,
.w-100-20 {
  width: 100%;
}
.w-100-50 td,
.w-100-50 th {
  width: 50%;
}
.w-100-33 td,
.w-100-33 th {
  width: 33.3%;
}
.w-100-25 td,
.w-100-25 th {
  width: 25%;
}
.w-100-20 td,
.w-100-20 th {
  width: 20%;
}



/* custom class keine raender */
.no-border {
  border: none;
}

/* ---------------------------------------- */
/* layout 1
/* keine hintergruende
/* ---------------------------------------- */
.contenttable-1 {
  border: none;
}
.contenttable-1 th {
  background: transparent;
  color: #666;
  font-weight: bold;
}
.contenttable-1 tr.tr-even {
  background: transparent;
}

/* ---------------------------------------- */
/* layout 2
/* kein alternierender hintergrund
/* ---------------------------------------- */
.contenttable-2 tr.tr-even {
  background: transparent;
}
/* ---------------------------------------- */
/* layout 3
/* keine raender
/* ---------------------------------------- */
.contenttable-3 {
  border: none;
}


/* ---------------------------------------- */
/* FOOTER
/* ---------------------------------------- */
.bottom {
  clear: both;
  position: relative;
  min-height: 40px;
  background: #FFF url(../Img/footer.jpg) center top no-repeat;
}
.meta-nav {
  position: absolute;
  left: 103px;
  font-size: 11px;
  line-height: 30px;
}
.meta-nav a {
  text-decoration: none;
  color: #999;
}
.meta-nav a:active,
.meta-nav a:hover,
.meta-nav a.active {
  color: #666;
}
.meta-nav a.inactive {
  color: #FFF;
}
.meta-nav li {
  display: inline;
  margin-right: 15px;
}
.meta-nav li.hide {
  display: none;
}

/* -------------------------------------------------- */
/* update TYPO3 v8 fixes csc-style -> fsc-style  */

/* headings */
header h2 {
	text-transform: uppercase;
	/*margin-left: -80px;*/
	font-size: 20px !important;
	line-height: 24px !important;
	margin-bottom: 25px !important;
	margin-top: 0 !important;
}
#left-content header h2 {
  margin-bottom: 28px !important;
}

.image img {
	max-width: 100%;
	height: auto;
}
figure.image { /* figure defaults raus */
	margin: 0; padding: 0;
	display: table; /* wg caption */
}
figure.image figcaption {
	padding: 5px;
	font-size: 10px;
	line-height: 12px;
	display: table-caption;
	caption-side: bottom;
	color: #4D4D4D;
}
.ce-right .ce-gallery {
	float:right;
}
.ce-right.ce-intext .ce-gallery {
	margin-left: 10px;
}
.ce-row {
	overflow: hidden;
	margin-bottom: 10px;
}
.ce-column {
	float: left;
}

/* energy logo */
.center {
	position: relative;
}
.energy-logo {
	position: absolute;
  right: -83px;
  bottom: -10px;
}
