html {
	min-height: 100%;
	min-width: 350px;
	position: relative;
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.27) inset;
}

body {
	min-width: 350px;
	color: #555;
	background: #eee;
	margin-bottom: 60px;
	font-family: "Segoe UI Light", Verdana;
}

a {
	color: #555;
}

a:hover {
	color: #555;
	text-decoration: none;
	font-style: italic;
}

.whiteFont {color: #fff;}
.whiteFont:hover {color: #fff;}
.padding10 {padding: 10px;}
.padding20 {padding: 20px;}
.padding40 {padding: 40px;}

.navbar-default .navbar-toggle {
	border-color: #fff;
	color: #fff;
}

.navbar-toggle {
	margin-top: 15px;
}

.navbar-default .navbar-brand {
	border-color: #fff;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	margin-top: -0.75vh;
}

.navbar-subbrand {
	display: block;
	font-size: 0.5em;
	margin-top: 0.75vh;
	margin-left: 2vw;
	padding-bottom: 0.5vh;
}

.navbar li {
	font-size: 13px;
	text-transform: uppercase;
}

.navbar-header {
	color: #fff;
}

.navbar {
	background-color: rgba(1,1,1,0.9);
	min-height: 64px !important;
}

.navbar, .navbar-collapse {
	border: 0;
	margin-top: 10px;
	height: auto;
}

ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a {
	color: #fff;
	background: none;
	border-bottom: 4px solid #fff;
}

footer {
	bottom: 0;
	width: 100%;
	font-size: 13px;
	position: absolute;
	background-color: rgba(1,1,1,0.9);
	padding-bottom: 1vh;
}

.mainCarousel {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1000;
	object-fit: contain;
}

.carousel-indicators {
	bottom: 8vh;
}

.carousel-caption-head {
	top: 20vh;
	left: 20vw;
	background-color: rgba(1,1,1,0.9);
    position: absolute;
    z-index: 10;
    padding: 10px;
    color: #fff;
    text-align: center;
	font-size: 3vw;
	font-weight: bold;
}

.carousel-inner, .item, .carouselImg {
	margin: 0;
	min-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.loginPortfolio {
	display: block;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	max-width: 100%;
	width: 250px;
}

.loginLabel {
	display: block;
	float: left;
	width: 100px;
	text-align: left;
	margin: 5px;
}

.loginInput {
	display: block;
	float: left;
	max-width: 120px;
	margin: 5px;
}

.loginSubmit {
	margin: 5px;
}

.portfolio {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.portfolioPiece {
	float: left;
	margin: 10px;
	margin-bottom: 40px;
	min-width: 250px;
	min-height: 170px;
	max-width: 300px;
	max-height: 170px;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	box-shadow: 2px 2px 10px black;
}

/*.portfolioPiece:hover {
	cursor: pointer;
	box-shadow: 2px 2px 10px red;
}*/

.portfolioPiece:hover .portfolioPieceName, .portfolioPieceYear {
	cursor: default;
}

.platform {
	display: inline-block;
	min-width: 26px;
	min-height: 26px;
	max-width: 26px;
	max-height: 26px;
}

.platformWindows {
	background-image: url("../../../files/portfolio/platforms/computer_windows.png");
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.platformSwitch {
	background-image: url("../../../files/portfolio/platforms/console_switch.png");
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.platformXbox {
	background-image: url("../../../files/portfolio/platforms/console_xbox.png");
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.platformPS {
	background-image: url("../../../files/portfolio/platforms/console_ps.png");
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.platformAndroid {
	background-image: url("../../../files/portfolio/platforms/phone_android.png");
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.platformWeb {
	background-image: url("../../../files/portfolio/platforms/web.png");
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.platformVR {
	background-image: url("../../../files/portfolio/platforms/vr.png");
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.platformIOS {
	background-image: url("../../../files/portfolio/platforms/phone_iOS.png");
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.platformMac {
	background-image: url("../../../files/portfolio/platforms/computer_macOS.png");
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.platformLinux {
	background-image: url("../../../files/portfolio/platforms/computer_linux.png");
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.portfolioPieceSystem {
	float: left;
	min-width: 50px;
	min-height: 26px;
	max-width: 50px;
	max-height: 160px;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 5px 0px 0px 0px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
}

.portfolioPieceYear {
	float: right;
	min-width: 50px;
	min-height: 30px;
	max-width: 50px;
	max-height: 30px;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 0px 5px 0px 0px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

.portfolioPieceName {
	min-width: 230px;
	min-height: 30px;
	max-width: 230px;
	max-height: 30px;
	margin-top: 170px;
	margin-left: 10px;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 0px 0px 5px 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	box-shadow: 2px 2px 10px black;
}

.portfolioDetail {
	display: none;
	width: auto;
	height: auto;
}

.portfolioDetailImage {
	width: auto;
	height: 30vh;
	opacity: 0.25;
}

.portfolioDetailInfo {
	width: auto;
	height: auto;
	border-top: 5px solid black;
}

.portfolioDetailInfoContent {
	position: relative;
	display: block;
	min-width: 300px;
	max-width: 800px;
	height: auto;
	border-top: 2px solid black;
	padding: 10px;
	padding-bottom: 0px;
	margin: auto;
	margin-top: 10px;
}

.portfolioDetailInfoContentTable {
	table-layout: fixed;
	border-collapse: collapse;
	text-align: left;
	max-width: 600px;
}

.portfolioDetailInfoContentTable tbody {
	display: block;
	width: 100%;
}

.portfolioDetailInfoContentTable tr {
	width: 100%;
	display: flex;
}

.portfolioDetailInfoContentTable td {
	padding: 5px;
	width: 50%;
}

#btnBack {
	display: none;
	margin-bottom: 15px;
}

#isst_cockpit {
	background-image: url("../../../files/portfolio/pieces/img_isst_cockpit.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#isst_catenaX {
	background-image: url("../../../files/portfolio/pieces/img_isst_catenaX.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#isst_blockchain {
	background-image: url("../../../files/portfolio/pieces/img_isst_blockchain.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#o200w {
	background-image: url("../../../files/portfolio/pieces/img_200ways.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#sl_emission {
	background-image: url("../../../files/portfolio/pieces/img_sl_emission.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#gesis_sh {
	background-image: url("../../../files/portfolio/pieces/img_gesis_sh.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_igus {
	background-image: url("../../../files/portfolio/pieces/img_capture_igus.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_swrrug2 {
	background-image: url("../../../files/portfolio/pieces/img_capture_swr2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_tml {
	background-image: url("../../../files/portfolio/pieces/img_capture_tml.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_vwshanghai {
	background-image: url("../../../files/portfolio/pieces/img_capture_vws.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#carbonia {
	background-image: url("../../../files/portfolio/pieces/img_carbonia.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_pbfoto {
	background-image: url("../../../files/portfolio/pieces/img_capture_pbf.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_swrrug1 {
	background-image: url("../../../files/portfolio/pieces/img_capture_swr1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_cdm {
	background-image: url("../../../files/portfolio/pieces/img_capture_dm.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_src {
	background-image: url("../../../files/portfolio/pieces/img_capture_src.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_pbloge {
	background-image: url("../../../files/portfolio/pieces/img_capture_pbl.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_ces {
	background-image: url("../../../files/portfolio/pieces/img_capture_ces.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_tarb {
	background-image: url("../../../files/portfolio/pieces/img_capture_tarb.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_hemove {
	background-image: url("../../../files/portfolio/pieces/img_capture_emove.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_iaa {
	background-image: url("../../../files/portfolio/pieces/img_capture_iaa.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_br {
	background-image: url("../../../files/portfolio/pieces/img_capture_regis.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_es {
	background-image: url("../../../files/portfolio/pieces/img_capture_es.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#capture_ssh {
	background-image: url("../../../files/portfolio/pieces/img_capture_ssh.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#gr2 {
	background-image: url("../../../files/portfolio/pieces/img_goldrush2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#o100w {
	background-image: url("../../../files/portfolio/pieces/img_100ways.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#gt2 {
	background-image: url("../../../files/portfolio/pieces/img_gametycoon2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#wasted {
	background-image: url("../../../files/portfolio/pieces/img_wasted.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#pcbd {
	background-image: url("../../../files/portfolio/pieces/img_planconsult.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#jfbb {
	background-image: url("../../../files/portfolio/pieces/img_jfbuesdorf.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}