/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #EFEFEF/* orig #222*/ ; background: #0f0f1b; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #8080e0; /*orig #00e*/}
a:visited { color: #858a8b; /*orig #551a8b*/}
a:hover { color: #06e; /*orig #06e*/}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Matthis Weichhart
   ========================================================================== */

acronym {
	text-decoration: underline;
}

#main {
	margin-top: 20px;
	/* max-width: 960px; 4x */
	margin-left:auto; 
	margin-right: auto;
	max-width: 720px; /* 3 box */ 
	min-width: 240px; /* 1 box */
	font-family: Verdana, Tahoma, Arial, "MS Trebuchet", sans-serif;
	font-size: 10pt;
}

.closeDetails {
	float: right;
	background-image: url("../img/close.png");
	position: relative;
	width:20px;
	height:20px;
	cursor: pointer;
}

.closeDetails:hover {
	-moz-box-shadow: 0px 0px 10px #9C9C9C; 
	-webkit-box-shadow: 0px 0px 10px #9C9C9C; 
	box-shadow: 0px 0px 10px #9C9C9C;
}

.border {
	float:left;
	margin:5px;
	padding: 0px;
	border: solid #CCCCCC 1px; /* #mw small border *//
	border-radius: 3px; 
	-moz-box-shadow: 0px 0px 8px #9C9C9C; 
	-webkit-box-shadow: 0px 0px 8px #9C9C9C; 
	box-shadow: 0px 0px 8px #9C9C9C;
}

.box,
.box_nodetails {
	border: solid #FFFFFF 1px;
	width: 200px;
	height: 200px;
	margin:0px;
	padding:10px;
	/* background: #D2E0E6; */
	/* #mw default: dark */
	background: #18093A;
	float: left;
}

.box:hover,
.selectedBox {
	/* background: #EFEFEF; */
	/* #mw default: dark */
	background: #28195A;
	cursor: pointer;
}


.boxdetails h1,
.box h1,
.box_nodetails h1 {
	font-size: 12pt;
	font-weight:bold;
	font-variant: small-caps;
}

.boxdetails h2,
.box h2,
.box_nodetails h2 {
	font-size: 10pt;
	font-weight:bold;
	font-variant: small-caps;
	padding-bottom:0px;
	margin-bottom:0px;
}

.boxdetails p,
.box p,
.box_nodetails p {
	margin-top:2px;
}

.boxtext {
	background-color:transparent;
}

.preview {
	float: left;
	height: 64px;
	width: 64px;
	border: white solid 1px;
}

.boxdetails span,
.box span,
.box_nodetails span {
	font-style: italic;
	font-weight:bolder;
}

.boxdetails {
	display: none;
	position: absolute;
	padding: 10px;
	/* background: #EFEFEF; */
	/* #mw default: dark */ 
	background: #18093A;
	border: solid #9C9C9C 1px; /* #mw small border */
	border-radius: 3px; 
	-moz-box-shadow: 0px 0px 6px #9C9C9C; 
	-webkit-box-shadow: 0px 0px 6px #9C9C9C; 
	box-shadow: 0px 0px 6px #9C9C9C;
	overflow: hidden;
}

.boxdetails img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#WebProjectImgList {
	margin: 0px;
	padding:0px;
	display:table;
	height: 150px;
}

#boxmatthias_weichhartDetails          { z-index: 9; }
#boxwebDetails                         { z-index: 6; }
#boxwebprojectsDetails                 { z-index: 8; }
#boxsoftwareprojects_consultingDetails { z-index: 7; }
#boxworkDetails                        { z-index: 2; }
#boxibctestDetails                     { z-index: 4; }
#boximpressumDetails                   { z-index: 3; }
#boxlinksDetails                       { z-index: 5; }

#triangle {
	position: relative;
	left:-10px;
	width:220px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

.webProjectDetail {
	display: none;
}

.CVTableL {
	width:90px;
}

.imgWebProjectsDetails {
	height:100px;
	width:100px;
	vertical-align:bottom;
	position: relative;
	margin: 0px;
	border: 2px transparent solid;
	padding:10px;
}

#boxwebprojectsDetails .selected,
.imgWebProjectsDetails:hover {
	cursor:pointer;
	border: 2px #9C9C9C solid;
	padding:10px;
	background-color: #ACACAC;
/*	opacity: 0.6; 
 *	filter: alpha(odpacity=60);
 */
	-moz-box-shadow: 0px 0px 10px #9C9C9C; 
	-webkit-box-shadow: 0px 0px 10px #9C9C9C; 
	box-shadow: 0px 0px 10px #9C9C9C;
	margin:0px;
}

.showDetails {
	background-image:url('../img/plusminus.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 26px;
	height: 22px;
}

#SoftPrjTable .selected:hover,
.showDetails:hover {
	background-position: 0px -44px;
	cursor: pointer;
}

#SoftPrjTable .selected {
	background-position: 0px -22px;
	cursor: pointer;
}

.TableLeft {
	width: 106px;
}

.TableLeft img {
	width: 16px;
	height: 16px;
	cursor:pointer;
}

.WorkDetails,
.TableDetails {
	padding-bottom: 20px;
	font-size: 9pt;
	padding-left: 30px;
	display:none; 
}

.colorBox {
	border: 1px white solid;
	margin: 0px 3px 0px 3px;
	padding:0px 5px 0px 5px;
	display:inline;
	position: relative;
	cursor: pointer;
	line-height: 170%;
}

#colorBoxBlue   { background-color: #D2E0E6;}
#colorBoxRed    { background-color: #6E0000;}
#colorBoxGreen  { background-color: #D2F0D2;}
#colorBoxYellow { background-color: #FFFFA0;}
#colorBoxBlack  { background-color: #020202;}
#colorBoxDark   { background-color: #28195A;}

#boxcontrol a { 
	min-width: 60px; 
	display:inline-block; 
	text-decoration:none;
}

#xingimg {
	height: 32px;
	width: 40px;
	background-image:url('https://www.xing.com/img/s/sprite_zero_r6.png');
	float:left;
}

#googleplus {
	height: 32px;
	width: 32px;
	background-image:url('../img/googleplus32.png');
	float:left;
	margin:0;
	padding:0;
	border:none;
	background-repeat:no-repeat;
}

span.noscript {
	font-size:smaller;
	font-style: italic;
	font-weight:normal;
}

span.noscript:first-letter {
	text-decoration: blink;
	font-weight: bold;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
