@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; -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: 14px/16px  Arial,Helvetica, Verdana, sans-serif;
	color:#666666;
	position:relative;
	background: url(/demandit/files/M_863C1CC4DCE669151F8/dms/Image/bg.jpg) no-repeat center center fixed;;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@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: #B7A572;}
p {	font: 14px/1.6 Helvetica, Arial, Verdana, sans-serif;}
/*--------------------------------------------------------------------------------------------------*/
/* =Wrapper
--------------------------------------------------------------------------------------------------*/
.www{
	max-width: 	942px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
}
/*--------------------------------------------------------------------------------------------------*/
/* =Header
--------------------------------------------------------------------------------------------------*/
#header{
	margin-bottom: 30px;	
	overflow: hidden;
}
#header span{
	display: block;	
	color: #B7A371;
	font-size: 30px;
	line-height: 30px;
	float: left;
}
.logo{
   background: url("/demandit/files/M_863C1CC4DCE669151F8/dms/Image/logo-corporate-fashion.png") no-repeat ;
    display: block;
    height: 90px;
    margin: 0 0 0 -27px;
    text-indent: -9999px;
    max-width: 308px;
}
.logo a {
    display: block;
    height: 100%;
}
.content h2{
	color: #666666;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.content h3{
	color: #666666;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 18px;
    text-transform: uppercase;	
}
.col-r ul{
	line-height: 1.6;	
	margin-left: 30px;
	list-style: disc;
}
.content .btn-beratung{
	background: #B7A371	;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 16px;
}
.col-wrapper{
	margin: 0 0 50px 0;
}
.col-wrapper:after{
	clear: both;
	content: "";
	display: block;
}
.col-c{
	overflow: hidden;	
	margin: 0 0 30px 0;
}
.col-c .col-r{
	text-align: right;	
}
.col-c span, .col-c strong{
	line-height: 1.6;	
}
.col-l{
	width: 50%;
	float: left; 
	padding: 0 10px 0 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.col-l img{
	max-width: 100%;
}
.col-r{
	width: 50%;
	float: left; 	
	padding: 0 0 0 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.col-r.text{
	text-align: left;
}	
.col-r .lead{
	margin-top: 0;	
}
.short-news{
	overflow: hidden;
	margin: 0 0 50px 0;
}
.short-news{
	overflow: hidden;
}
ul.short-news-boxes{
	margin-left: -20px;
	list-style: none;
}
.short-news-boxes > li{
	float: left;
	width: 33%;	
	margin: 0 0 25px;
	padding-left: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.short-news-boxes ul{
	margin: 0 0 0 13px;	
	list-style: disc;
	line-height: 1.6;
}
.short-news-boxes strong{
	display: block;		
	margin: 0 0 5px 0;
}
.short-news-boxes span{
	margin: 1em 0;
	line-height: 1.6;
}
@media screen and (max-width: 900px){
	.short-news-boxes li{
		width: 100%;
	}
}
@media screen and (max-width: 650px){
	.col-l, .col-r{
		float: none;
		width: 100%;	
		padding: 0;
	}
	.col-l{
		margin: 0 0 30px 0;
	}
	.col-c .col-r{
		text-align: left;	
	}
}
@media screen and (max-width: 600px){
	.short-news-boxes li{
		width: 100%;
	}	
}























