@charset "UTF-8";

/*********** Overpass ***********/ 

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


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

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

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


* {
	padding: 0;
	margin: 0;
}

html {
	height: 101%
	}
	
img {
	border: none;
	}

body {
	border-top: 4px solid #0078c9;
	font-family: 'Overpass', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	background: #f5f5f5;
}

h1 {
	font-size: 24px;
	font-weight: 300;
	color: #FFF;
	margin-bottom: 30px;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
}

h3 {
	font-size: 17px;
	font-weight: normal;
	color: #666;
	margin-bottom: 15px;
}

p {
	margin-bottom: 10px;
	margin-top: 0px;
	}
	
a:link, 
a:visited {
	text-decoration: none;
	color: #666;
	}
	
a:hover,
a:active {
	text-decoration: none;
	color: #0078c9;
	}

a:focus {
	outline:none;
}

li {
	list-style-type: none;
}

/* =====================================
   Formatierung Container
   ===================================== */

#wrapper_over_all {
	background: #FFF;
}

#wrapper {
	display: block;
	width: 990px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 35px;
}

#header {
	position: relative;
	display: block;
	width: 960px;
	height: 95px;
	border-bottom: 1px dotted #afafaf;
	margin-bottom: 30px;
}

#topnavi {
	position: absolute;
	top: 10px;
	right: 0;
}

#logo {
	position: absolute;
	top: 40px;
	left: 0;
}

#text_bilddatenbank {
    color: #0078c9;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 51px;
}

#navi {
	display: block;
	float: left;
	width: 195px;
	margin-right: 30px;
}

#content {
	width: 765px;
	margin-left: 225px;
}

#footer {
}


/* =====================================
   Formatierung Login-Seite
   ===================================== */
   
.spalte1,
.spalte2,
.spalte3 {
	display: block;
	width: 278px;
	height: 245px;
	padding: 0 20px;
	border-right: 1px dotted #afafaf;
	float: left;
}

.spalte1 {
	padding: 0 20px 0 0;
	width: 300px;
}

.spalte3 {
	border-right: none;
}

.spalte1 a,
.spalte2 a,
.spalte3 a {
	color: #0078c9;
	text-decoration: underline;
}

input {
	display: block;
	width: 265px;
	height: 25px;
	padding: 0 5px;
	border: 1px solid #b8d4e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#btn_login {
	display: block;
	width: 100%;
	height: 40px;
	color: #FFF;
	font-size: 17px;
	border: none;
	background-color: #0078c9;
	border-radius: 0;
	font-family: 'Overpass';
	font-weight: 300;
	margin-top: 26px;
	padding-top: 4px;
	transition: background-color 0.3s ease;
}

#btn_login:hover,
#btn_login:focus,
#btn_login:active {
	/*color: #afcdf1;*/
	background: #1c4875;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.hinweis_nutzungsrechte {
    clear: both;
    color: #0078c9;
    font-style: italic;
    padding-top: 15px;
    text-align: center;
}

/* =====================================
   Formatierung Navigation
   ===================================== */
   
#navi ul li a {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	padding: 5px 3px;
}

#navi ul li a:hover,
#navi ul li a:active,
#navi ul li a:focus {
	background: #f5f5f5;
}

a.current {
	font-weight: bold;
}

#navi ul li ul {
	background: #f5f5f5;
	padding: 10px 15px 6px 15px;
	margin-bottom: 5px;
}

#navi ul li ul li a {
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
}

#navi ul li ul li a:hover,
#navi ul li ul li a:active,
#navi ul li ul li a:focus {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#navi ul li ul li a.current {
	color: #0078c9 !important;
}

/* =====================================
   Formatierung Startseite
   ===================================== */
   
ul.startbuttons li a {
	transition: all 0.3s ease;
}
   
ul.startbuttons li a:hover {
	opacity: 0.6;
	transition: all 0.3s ease;
	}



/* =====================================
   Formatierung Bildseiten
   ===================================== */

.bereichsbalken {
	position: relative;
	display: block;
	width: 735px;
	height: 50px; 
	margin-bottom: 30px;
	/* padding: 28px 0 0 30px; */
}

.hc_allgemein {
	background-color: #0078c9;
}

.haut_haende {
	background-color: #EEAF00;
}

.flaeche {
	background-color: #71af28;
}

.instrumente {
	background-color: #005172;
}

.solidsafe {
	background-color: #005172;
}

.dosiergeraete {
	background-color: #999;
}

.waschmittel {
	background-color: #5cb4e5;
}

.bereichsbalken h1 {
    	padding-top: 17px;
    	padding-left: 15px;
}

.bereichsbalken h2 {
	position: absolute;
	top: 17px;
	right: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.bildeintrag {
	display: block;
	float: left;
	width: 160px;
	height: 275px;
	border: 1px solid #f5f5f5;
	text-align: center;
	padding-top: 10px;
	margin: 0 29px 29px 0;
	position: relative;
}

.textbereich {
	padding: 5px;
	background-color: #f5f5f5;
	margin-top: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 90px;
}

.produktname {
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
	height: 56px;
	line-height: 17px;
}

.download_link a {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 6px;
	position: relative;
	text-align: center;
	background-color: #0078c9;
	transition: background-color 0.3s ease;
}

.download_link a:hover,
.download_link a:focus,
.download_link a:active {
	/*color: #afcdf1;*/
	background: #1c4875;
	transition: background-color 0.3s ease;
}

/* =====================================
   Allg. Klassen
   ===================================== */
   
.blau {
	color: #0078c9;
}

ul.inline li {
	margin: 0 30px 30px 0;
	display: block;
	float: left;
}
