@charset "UTF-8";

.floatL {
	display:block;
	float:left !important;
	clear:none !important;
}
.floatR {
	display:block;
	float:right !important;
	clear:none !important;
}
.noFloat {
	float:none !important;
}
.clearL {
	clear:left !important;
}
.clearR {
	clear:right !important;
}

div.half {
	width:49%;
}
.cleaner {
	clear:both !important;
	float:none !important;
}

div.filetree {
	font-size:10px;
}

.H { display:none !important; }
.H2 { visibility:hidden !important; width:0px; height:0px; }
.H3 { display:none; }
.H4 { visibility:hidden; }
.V { display:block !important; }
.V2 { visibility:visible !important; width:auto; height:auto; }
.V3 { display:block; }
.V4 { visibility:visible; }

.nolist {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.nowidth {
	width:auto !important;
}
.noMargin, .nomargin {
	margin:0px !important;
}
.noborder {
	border:none !important;
}
.block {
	display:block !important;
}

.smaller {
	font-size:80%;
}

hr {
	width:80%;
	margin:auto;
	display:block;
	float:none;
	clear:both;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

hr.style1 {
	height:1px;
	width:75%;
	border-color:#999;
	background-color:#999;
	margin-bottom:0.3em;
	margin-top:0.3em;
}

.click {
	cursor:pointer;
}

.move {
	cursor:move;
}

.numeric {
	text-align:right;
}
input.numeric {
	width:5em;
}

.indent {
	margin-left:210px !important;
}
.noindent {
	margin-left:0px !important;
}
.maxwidth {
	max-width:50em !important;
}
.descr {
	float:left;
	margin-left:0.5em;
	margin-right:0.5em;
	font-size:90%;
	padding-top:0.5em;
	font-style:italic;
	width:auto;
	max-width:30em;
}

.info {
	font-size:90%;
	margin:0px;
	margin-bottom:0.7em;
	color:#666;
	font-style:italic;
}

.spacer {
	clear:both;
	float:none;
	width:80%;
	margin:auto;
	height:2px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background-image:url(../backoffice/images_standard/spacer.png);
	background-position:left 0.5em;
	background-repeat:repeat-x;
}
.spacer.dark {
	background-image:url(../backoffice/images_standard/spacer_dark.png);
}

.missing {
	background-color:#900;
	color:#fff;
	font-weight:bold;
}

.btn {
	cursor:pointer;
}

.uppercase {
	text-transform:uppercase;
}

.lh1 {
	line-height:1.0em !important;
}

img.glass {
	height:0px;
	display:block;
	width:100%;
}

.twocols {
	-moz-column-count:2;
	-moz-column-gap:2em;
	-webkit-column-count:2;
	-webkit-column-gap:2em;
	column-count:2;
	column-gap:2em;
}
body {
	background-color:#fff;
}

a.icon_SocialMedia {
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:32px;
	padding-top:8px;
	margin-bottom:0.5em;
	padding-left:42px;
	background-repeat:no-repeat;
	background-position:left center;
	
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
a.icon_SocialMedia:hover {
	color:#ccc;
}

	a#icon_Facebook.icon_SocialMedia {
		background-image:url(../svg/icons/icon_facebook.svg);
	}
	a#icon_Twitter.icon_SocialMedia {
		background-image:url(../svg/icons/icon_twitter.svg);
	}
	a#icon_Googleplus.icon_SocialMedia {
		background-image:url(../svg/icons/icon_googleplus.svg);
	}
	a#icon_Xing.icon_SocialMedia {
		background-image:url(../svg/icons/icon_xing.svg);
	}

