/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/raleway-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Raleway Medium'), local('Raleway-Medium'),
       url('../fonts/raleway-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('../fonts/raleway-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body, html {
	height: 100%;
}

body {
	font-size: 14px;
	line-height: 22px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	background: url('images/body-pattern.png') repeat 0 0;
	min-width: 100%;
}

a {
	color: #f18618;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

nav, section {
	display: block;
}
input, textarea, select {
	font-size: 12px;
	font-family: arial, sans-serif;
}
textarea {
	overflow: auto;
}

.fett {
	font-weight: bold;
}

.cl {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}

.shell {
	width: 981px;
	margin: 0 auto 30px auto;
	background: url(images/container.png) repeat-y center 0;
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05);
	-o-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05);
}

#logo {
	float: left;
	margin-top: 20px;
	margin-left: 60px;
}

#navigation {
	padding: 42px 0 0 340px;
	margin-bottom: 5px;
	height: 50px;
}
#navigation ul {
	list-style: none;
	list-style-position: outside;
	float: right;
	margin-right: 60px;
}
#navigation ul li {
	padding: 0 5px;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
}
#navigation ul li:first-child {
	padding-left: 0;
}
#navigation ul li a {
	color: #4a4a4a;
	padding: 0 7px;
	display: block;
	height: 21px;
	line-height: 21px;
	border: 2px solid transparent;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.slider {
	background: url(images/slider-bg.png) no-repeat 0 0;
	width: 938px;
	height: 370px;
	position: relative;
	overflow: hidden;
	padding: 0 21px;
}

.slider2 {
	background: url(images/header_product.png) no-repeat 0 0;
	width: 938px;
	height: 320px;
	position: relative;
	overflow: hidden;
	padding: 0 21px;
}

.slider .slide-cnt {
	width: 450px;
	height: 320px;
	float: right;
	padding-top: 42px;
	margin-right: 15px;
}

.slider h2 {
	color: #f8f8f8;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	line-height: 56px;
	padding-bottom: 12px;
	font-weight: 700;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
}
.slider p {
	color: #fff;
}

.slider img {
	float: left;
	margin-right: 50px;
	margin-left: 24px;
}

#textintro h3 {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #4a4a4a;
	font-weight: 500;
	padding-bottom: 12px;
	margin-bottom: 8px;
	background: url(images/border-title.png) repeat-x 0 bottom;
}

#footer {
	padding: 8px 20px 8px 10px;
}
.footer-nav {
	float: left;
	margin-left: 40px;
}
.footer-nav ul {
	list-style: none;
	list-style-position: outside;
}
.footer-nav ul li {
	float: left;
	border-right: 1px solid #afaca9;
	padding: 0 10px;
	font-size: 10px;
	line-height: 10px;
}
.footer-nav ul li a {
	color: #afaca9;
}
.footer-nav ul li a:hover {
	color: #878684;
	text-decoration: none;
}

#footer p.copy {
	font-size: 10px;
	color: #afaca9;
	line-height: 10px;
	float: right;
	margin-right: 38px;
}

#footer p.copy span {
	padding: 0 7px;
}

#abbinder {
	float: left;
	background-image: url(images/footer.png);
	width: 981px;
	height: 154px;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 10px;
}

.abbinder1 {
	float: left;
	margin-left: 60px;
	margin-top: 32px;
	width: 340px;
}

.abbinder2 {
	float: left;
	margin-left: 25px;
	margin-top: 32px;
	width: 347px;
}

.abbinder3 {
	float: left;
	margin-left: 25px;
	margin-top: 32px;
}

#textintro {
	margin-left: 60px;
	margin-bottom: 40px;
	width: 860px;
}

#textintro h1 {
	font-size: 20px;
	color: #f5981b;
	margin-bottom: 4px;
}
#textintro h2 {
	font-size: 20px;
	color: #273248;
	margin-bottom: 30px;
}

#textintro .cols {
	padding-bottom: 40px;
	width: 915px;
}

#textintro .cols .col2 {
	background-color: #eee;
	float: left;
	height: 100%;
	margin-right: 20px;
	width: 420px;
}

#textintro .cols .col3 {
	background-color: #eee;
	float: left;
	height: 100%;
	margin-right: 20px;
	width: 273px;
}

#textintro .cols h4 {
	background-color: #273248;
	color: #eee;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 0 4px 10px;
}
.textintrocontent {
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	margin-bottom: 30px;
}

.textintrocontent2 {
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	margin-bottom: 30px;
	margin-top: -20px;
}

#container2 {
	width: 397px;
	height: 312px;
	background-image: url(images/ipad_header.png);
	overflow: hidden;
	margin: 24px 0 0 40px;
}

#faderimg {
	position: relative;
	top: 37px;
	left: 16px;
}
#faderimg div {
	position: absolute;
	top: 0px;
	left: 0px
}

#nutzerhinweis {
	margin-top: 40px;
	margin-left: 60px;
}
#nutzerhinweis h1 {
	font-size: 9px;
	color: #727272;
}

/* ----------------------------- */

#Infografik {
	color: #eeeeee;
	background: #273248;
	width: 860px;
	height: 3300px;
	position: relative;
	padding: 30px 61px 20px 60px;
	margin-bottom: 10px;
}

#Infografik ul {
	list-style-type: square;
	padding-left: 1em;
	margin-left: 1em
}

#IG-Title {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 20px;
}

.SubHeadline {
	font-size: 14px;
	color: #DDD;
	padding-top: 30px;
	margin-bottom: 10px;
	height: 22px;
	border-bottom-style: dashed;
	border-width: 1px;
	border-color: #aa6b14;
}

.Datumsanzeige {
	height: 20px;
}

.HC_Grafik300 {
	height: 300px;
}

.HC_Grafik280 {
	height: 280px;
}

.Breite860 {
	width: 860px;
}
.Breite580 {
	width: 580px;
}
.Breite260 {
	width: 260px;
}
.Breite20 {
	width: 20px;
}

.entries {
	margin-bottom: 20px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	height: 50px;
}

/* MARIO CONTENT ---------------------------- */
.links {
	float: left;
}
.rechts {
	float: right;
}
.rot {
	color: red;
}


.HL_DB_860 {
	width: 860px;
	height: 25px;
	color: #fff;
	background-color: #7d899d;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
}

#cols-energie {
	height: 260px;
}
#cols-makro {
	height: 150px;
}
#cols-produkte {
	height: 150px;
}

.text_liste {
	padding: 10px 0px 0px 10px;
}


#Link_Beschaffung {
	width: 294px;
	height: 630px;
	background-color: #5791FC;
	position: relative;
}

#Main_Left, #Main_Right {
	border: 0px;
	float: left;
}

#textintro ul {
	list-style-type: none;
	list-style-image: url(images/Icon_DF_Logo_16px.svg);
}

#textintro ul li {
	margin-left: 22px;
	padding-bottom: 12px;
}



.neuer_absatz {
	margin-top: 30px;
}

/* Seite Infobereitstellung */
.cols_DB {
	height: 585px;
}
.div_5pxh {
	height: 5px;
}
.DB_inhalt {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 17px 9px 9px 9px;
	border: 2px solid #9d9d9d;
	width: 398px;
	height: 140px;
	line-height: 22px;
}
.IB_pic {
	margin: 10px 0px 15px 0px;
	height: 166px;
	border: 2px solid #9C9C9C;
}
.IB_pic:hover {
	border-color: #f5981b;
}


/* Seite Grafik-Snippets */
.snippet_grafiken {
	clear: both;
	height: 300px;
}

.snippet_grafik {
	width: 410px;
	height: 300px;
	background-color: #eee;
}

.snippet_grafik_links {
	float: left;
}
.snippet_grafik_rechts {
	float: right;
}

.snippet_abstand {
	height: 40px;
}

/* Infografiken */
.cols_IG {
	height: 300px;
}
.IG_pic {
	height: 296px;
	margin-top: 10px;
	border: 2px solid #9C9C9C;
}
.IG_pic:hover {
	border-color: #f5981b;
}

.col2_IG {
	float: left;
	height: 100%;
	margin-right: 20px;
	width: 420px;
}

/* Datenbereitstellung */
#cols-db {
	height: 200px;
}

#dsgvo_ul1 ul, #dsgvo_ul2 ul {
	padding-bottom: 2px;
	list-style-image: none;
	list-style-type: disc;
}

#dsgvo_ul1 ul li, #dsgvo_ul2 ul li {
	padding-bottom: 2px;
}
