﻿/*   
/*   
Theme Name: klein2020
Theme URI: http://kleintobias.com
Description: N/A
Author: Tobias Klein
Author URI: http://kleintobias.com
Version: 2020
*/

@font-face {
font-family: 'DINPro';
font-style: normal;
font-weight: normal;
src:  url('res/DINPro-Regular.woff') format('woff');
}
@font-face {
font-family: 'DINPro';
font-style: normal;
font-weight: bold;
src: url('res/DINPro-Bold.woff') format('woff');
}
html{
  scrollbar-width: thin;
  scrollbar-color: #757575 rgba(30,30,30,0.95);
}
/* scrollbar fix for safari/edge/chrome */
/* ==================================== */
html::-webkit-scrollbar {
  width: 6px;
}
html::-webkit-scrollbar-track {
  background: rgba(30,30,30,0.95);
}
html::-webkit-scrollbar-thumb {
  background-color: #757575;
}
body{
  margin: 0px;
  padding: 0px;
	color: #fff;
	background-color: #333333;
	font-family: 'DINPro', sans-serif;
	font-weight: normal;
	font-size: 14px;
	border: none;
}
/* ==================================== */
img{
  border: none;
  padding: none;
  margin: none;
}
a{
	text-decoration: none;
	font-weight: normal;
	color: inherit;
	margin: 0;
	padding: 0;
	border: none;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
li{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
p{
	margin: 0px 0px 15px 0px;
	padding: 0;
}
iframe{
	border: none;
}
h1,h2,h3{
font-size: 1.5em;
font-weight: normal;
margin: 0;
}
h4,h5,h6{
font-size: 1.0em;
font-weight: normal;
margin: 0;
}
.stop-scrolling { 
  height: 100%; 
  overflow: hidden; 
}
.proportionalouter{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 100%;
  margin: 0 auto;
}
.proportionalinner{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.splashbutton{
	position: absolute;
	bottom: 15px;
	left: 49%;
	left: calc(50% - 60px);
	display: block;
	height: 40px;
	width: 110px;
  background-color: rgba(30,30,30,0.95);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box; 
  -moz-background-clip: padding; 
  background-clip: padding-box;
	box-sizing: border-box;
  overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #444;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	z-index: 10;
}
.desktop{
  width: 100%;
  height: 100vh;
	height: calc(var(--vh));
  display: block;
	overflow: hidden;
  position: relative;
	z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.desktopbg1{
  display: block;
	overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.desktopbg2{
  display: block;
	overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.icon{
  position: absolute;
  display: block;
	overflow: hidden;
	z-index: 10;
}
.iconmin{
  width: 95px;
  height: 95px;
  cursor: move;
  overflow: hidden;
}
.iconmax{
	top: 15px;
	left: calc((var(--vw) - (var(--vwlimit) - 30px)) * 0.5);
  height: auto;
  width: 90vw;
  width: calc(var(--vwlimit) - 30px);
  max-width: 750px;
  background-color: rgba(30,30,30,0.95);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box; 
  -moz-background-clip: padding; 
  background-clip: padding-box;
  box-sizing: border-box;
  overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #444;
}
.iconbox{
	display: block;
	width: 80px;
	width: calc(100% - 25px);
	height: 80px;
	height: calc(100% - 25px); 
  margin: 0 auto;
  background-color: rgba(30,30,30,0.95);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box; 
  -moz-background-clip: padding; 
  background-clip: padding-box;
  box-sizing: border-box;
  overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #444;
}
.iconboxlogo{
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
  margin: 0 auto;
  background-image: url(res/logoimages/LogoCX15.png);
	background-repeat: no-repeat;
  background-position: center;
	-webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.25));
  filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.25));
}
.iconlabel{
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	overflow: hidden;
	text-shadow: 1px 1px 5px #000000;
}
.iconlabelcloseicon{
	height: 25px;
	width: 25px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-image: url(res/closeicon.svg);
	background-size: 50% 50%;
	background-repeat: no-repeat;
  background-position: center; 
}
.iconmain{
	padding: 0;
  overflow: auto;
  max-height: calc(var(--vh) - 55px);
  scrollbar-width: thin;
  scrollbar-color: #757575 rgba(30,30,30,0.95);
}
/* scrollbar fix for safari/edge/chrome */
/* ==================================== */
.iconmain::-webkit-scrollbar {
  width: 6px;
}
.iconmain::-webkit-scrollbar-track {
  background: rgba(30,30,30,0.95);
}
.iconmain::-webkit-scrollbar-thumb {
  background-color: #757575;
}
/* ==================================== */
 
.iconmaininner{
	overflow: hidden;
	margin: 15px 15px 0px 15px;
}

.iconmaininner img{
  max-width: 100%;
  height: auto;
}

.iconmaininner video{
  max-width: 100%;
  height: auto;
}

.iconmaininner iframe{
  height: calc(var(--vwlimit) * 0.5625);
  width: 100%;
}

.iconmaininner p a{
	font-weight: bold;
}

.projectfloat{
	width: 33%;
	float: left;
	overflow: hidden;
	margin-top: 15px;
}
.project{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.projectbox{
	display: block;
	width: 160px;
	width: calc(100% - 30px);
	height: 160px;
	height: calc(100% - 50px);
	overflow: hidden;
  margin: 0 auto;
  background-color: rgba(30,30,30,0.95);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box; 
  -moz-background-clip: padding; 
  background-clip: padding-box;
  box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: #444;
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.projectlabel{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 25px;
	text-align: center;
	overflow: hidden;
	text-shadow: 1px 1px 5px #000000;
}
.projectinner{
	overflow: hidden;
	margin: 15px 15px 15px 15px;
}

@media screen and (max-width: 750px) {


}