@charset "utf-8";
/*--------------------------------------------------------------------------------------------------*/
/* =CSS Reset
-------------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*--------------------------------------------------------------------------------------------------*/
/* =HTML5 display-role reset for older browsers
-------------------------------------------------------------------------------------------------*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------------------------------------------------*/
/* =Toolkit
--------------------------------------------------------------------------------------------------*/
/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }
/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
/*--------------------------------------------------------------------------------------------------*/
/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/
hr { display:block; height:1px; border:0; margin:1em 0; padding:0;
	border-top:1px solid #cccccc; /* change border colour to suit your needs */
}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { overflow-y: scroll; overflow-x: hidden; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: sans-serif; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
h1 { font-size: 2em; font-weight: 100; line-height: 26px}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 1em 0; }
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; *margin-left: -7px; }


button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input, select { vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
i{font-style: italic;}
/*--------------------------------------------------------------------------------------------------*/
/* =Typography
--------------------------------------------------------------------------------------------------*/
/* Setting up the fonts */
body{
	font: 17px/24px  Arial,Helvetica, Verdana, sans-serif;
	color:#333333;
	position:relative;
	background: #f6f6f6;
	
}
body,html{
	height: 100%;
	width: 100%;	
}

@font-face {
    font-family: 'dinpro';
    src: url('/demandit/files/M_6869BCD3E34D170B6C0/dms/File/dinlight.eot');
    src: url('/demandit/files/M_6869BCD3E34D170B6C0/dms/File/dinlight.eot') format('embedded-opentype'),
         url('/demandit/files/M_6869BCD3E34D170B6C0/dms/File/dinlight.woff') format('woff'),
         url('/demandit/files/M_6869BCD3E34D170B6C0/dms/File/dinlight.ttf') format('truetype'),
         url('/demandit/files/M_6869BCD3E34D170B6C0/dms/File/dinlight.svg#DINLight') format('svg');
}


a {color: #93835b;}
/*--------------------------------------------------------------------------------------------------*/
/* =Wrapper
--------------------------------------------------------------------------------------------------*/
.wrapper{
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
}
.wrapper-login{
	width: 445px;
	position: absolute;
	left: 50%;
	top: 45%;
	height: 420px;
	margin: -210px 0 0 -222px;
}
/*--------------------------------------------------------------------------------------------------*/
/* =Header
--------------------------------------------------------------------------------------------------*/
.header{
	height: 100px;
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #777777;
	padding: 0 5%;
	width: 90%;
	overflow: hidden;
	position: relative;
}
.header-login{
	overflow: hidden;
}
.logo{
	float: left;
	display: inline;
	text-indent: -9999px;
}
.logo.goldener{
	width: 289px;
	height: 45px;
	background: url(/demandit/files/M_6869BCD3E34D170B6C0/dms/Image/logo-goldener.png) no-repeat;
	margin: 25px 0 0 0;
}
.logo.ziel{
	width: 289px;
	height: 75px;
	background: url(/demandit/files/M_6869BCD3E34D170B6C0/dms/Image/logo-ziel.png) no-repeat;
	margin: 15px 0 0 0;
}
.logo.scopus{
	width: 154px;
	height: 75px;
	background: url(/demandit/files/M_6869BCD3E34D170B6C0/dms/Image/logo-scopus.png) no-repeat;
	margin: 10px 0 0 0;
}
.logo.danieli{
	width: 290px;
	height: 75px;
	background: url(/demandit/files/M_6869BCD3E34D170B6C0/dms/Image/danieli-logo.png) no-repeat;
	margin: 10px 0 0 0;	
}
.header-login .logo{
	margin: 0 0 40px 0;
}
.logo a{
	display: block;
	height: 100%;
}
.search-field-wrapper{
	float: right;
	width: 300px;
}
.search-field{
	height: 38px;
	width: 250px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.20);
	border-radius: 1em;
	margin-top: 7px;
}
.search-field.name{
	
}
.search-field input{
	margin: 5px 0 0 15px;
	border: 0;
	background: none;
	color: #c7c7c7;
}
.navigation-opener{
	float: left;
	margin: 22px 30px 0 0;
	display: block;
	width: 31px;
	height: 30px;
	background: url(/demandit/files/M_6869BCD3E34D170B6C0/dms/Image/menu-icon.png) no-repeat;
}
.navigation{
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 300px;
	background: #fff;
	min-height: 100%;
	display: none;
	z-index: 2;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.20);
}
.main-nav ul{
	margin: 0;
}
.main-nav ul li{
	height: 57px;
	border-bottom: 1px solid #eeeeee;
	line-height: 57px;	
}
.main-nav ul li a{
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 0 20px;
	font-size: 20px;
}
.main-nav ul li a.fw-nav-selected{
	text-decoration: none;
	color: #93835b;
}
#navbutt_39327_95189{
	background: url("/demandit/files/M_6869BCD3E34D170B6C0/dms/Image/logout-icon.png") no-repeat 20px center;
}
#navbutt_39327_95189 a{
	padding-left: 40px;
}
.steps{
	overflow: hidden;
}
.steps li{
	float: left;
	padding: 0 10px 0 0;
}
/*--------------------------------------------------------------------------------------------------*/
/* =Content
--------------------------------------------------------------------------------------------------*/
.content{
	margin: 20px 5%;
	overflow: hidden;
}
.section{
	padding: 0 0 20px 0;
	 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	 overflow: hidden;
}
.section h2{
	font-family: Arial;
	font-size: 30px;
}
.section .button, .button{
	color: #93835B;
	border-radius: 1em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: inline-block;
    font-size: 16px;
    min-width: 0.75em;
    overflow: hidden;
    padding: 0.6em 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
	background: linear-gradient(#FFFFFF, #F1F1F1) repeat scroll 0 0 #EEEEEE;
	background: -webkit-linear-gradient(top, #FFFFFF, #F1F1F1);
	text-align: center;
	margin: 0 2px 20px 2px;
	text-decoration: none;
	font-weight: bold;	
	border: 0;
}
.header .button{
	margin: 25px 0 0 10px;	
	float: left;
}
.section .button.delete{
	background: url("/demandit/files/M_6869BCD3E34D170B6C0/dms/Image/menu-icon.png") no-repeat -46px 5px;
	height: 31px;
	padding: 5px;
	width: 31px;
	margin-bottom: 0;
	margin-top: 10px;
	float: right;
}
.section .button.delete.absolute{
	position: absolute;
	right: 20px;
	top: 70px;
}
.section .button.detail{
	background: url("/demandit/files/M_6869BCD3E34D170B6C0/dms/Image/menu-icon.png") no-repeat -94px 5px;
	height: 31px;
	padding: 5px;
	width: 31px;
	margin-top: 10px;
	margin-bottom: 0;
}
.section .button.detail.absolute{
	position: absolute;
	right: 20px;
	top: 0;	
}
.section .button.artikelbeschreibung{
	margin: 10px 0 0;
    width: 165px;
	background: none;
}
.modeteam{
	margin: 0 0 0 5px;	
}
.modeteam.artikelbeschreibung{
	margin: 0;
}
.modeteam-box{
	border-radius: 1em;
	background: linear-gradient(#FFFFFF, #F1F1F1) repeat scroll 0 0 #EEEEEE;
	background: -webkit-linear-gradient(top, #FFFFFF, #F1F1F1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	padding: 20px;
	width: 42%;
	float: left;
	margin: 0 2% 2% 2px;
	min-width: 300px;
	/*overflow: hidden;*/
	position: relative;
}
.artikelbeschreibung .modeteam-box{
	float: none;
}
.modeteam-box.pins{
	width: 210px;
	min-width: 0;
}
.modeteam-box.overview{
	width: 90px;
}
.modeteam-box img{
	float: left;
	margin-right: 10px;
}
.modeteam-box span{
	font-size: 18px;
}
.modeteam-box .date{
	display: block;	
}
.state{
	position: absolute;
	width: 89px;
	height: 89px;
	top: -5px;
	left: -5px;
}
.state.on{
	background: url("/demandit/files/M_6869BCD3E34D170B6C0/dms/Image/state-online.png");
}
.state.off{
	background: url("/demandit/files/M_6869BCD3E34D170B6C0/dms/Image/state-offline.png");
}
.state.contest{
	background: url("/demandit/files/M_6869BCD3E34D170B6C0/dms/Image/state-contest.png");
}
.slide-overview td{
		padding: 0 20px 0 0;
}
.slide-overview td img{
		width: 90px;
}
/*--------------------------------------------------------------------------------------------------*/
/* =Formulare
--------------------------------------------------------------------------------------------------*/
.login{
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-moz-border-radius-topleft: 0;
	 box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	border-radius: 1em;
	padding: 1em;
	background: linear-gradient(#FFFFFF, #F1F1F1) repeat scroll 0 0 #EEEEEE;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F), to(#EEEEEE));
	background: -webkit-linear-gradient(top, #FFFFFF, #F1F1F1);

}
.form_hintergrund table .form_bezeichner{
	font-weight: normal;	
	text-align: left;
}
.dem_meldung{
	color: red;
	padding-bottom: 10px;
	font-style: italic;
}
.form_bezeichner{
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding: 5px 15px 0 0;
}
.login .form_bezeichner{
	text-align: left;
}
.form_bezeichner.input{
		padding: 0;
		text-align: left;
}
form table table{
	margin: 0;
	padding: 0;
}

form table table .form_bezeichner.input{
	font-weight: normal;
	padding-right: 10px;
    padding-top: 4px;
}
*+html .form_bezeichner.input{
	padding-top: 8px;
}
.form_element{
	height: 36px;
	line-height: 36px;
	border: 1px solid #b4b4b4;
	margin-bottom: 10px;
	float: left;
	-webkit-border-radius: 04px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 04px;
	-moz-border-radius-topleft: 0;
	-webkit-box-shadow: inset 0px 1px 2px 0px #dcdcdc;
	box-shadow: inset 0px 1px 2px 0px #dcdcdc;
	border-radius: 4px;
	width: 400px;
	padding: 0 5px;
}
.form_element.dateiupload{
	width: 20px;
	margin: 0 10px;
}
.spacer td{
	height: 20px;
}
.spacer.second td{
	border-top: 1px solid #B4B4B4;
}
.form_bg_color_false{
	border: 1px solid red;	
}
select.form_element{
	width: 412px;	
	padding: 4px;
	height: 40px;
}
textarea.form_element{
	height: 120px;
	padding-top: 5px;
	resize:none;
}
.form_bezeichner.file{
	background: none;
	paddint-top: 10px;
}
.form_bezeichner table td{
	padding: 0 10px 12px 0;
	vertical-align: middle;
}
input[type=checkbox],
input[type=radio]
{
	-webkit-transform: scale(0.9);   
  padding: 10px;
}
.dateiedit{
	float: left;
	margin-left: 320px;
}


.adress_tabelle{
	width: 100%;
}
.adress_tabelle td{
	padding: 10px 15px;
	vertical-align: top;
}
.adress_tabelle .bericht_eintrag_leiste{
	background: #fff;
	border-bottom: 1px solid #b4b4b4;
}
.adress_tabelle .bericht_eintrag_leiste_2{
	border-bottom: 1px solid #b4b4b4;
}

.bericht_zaehler a{
	padding: 0 15px;
}












































































