@charset "UTF-8";
@import "fonts/technika/Technika-Regular.css";
@import "fonts/technika/Technika-Bold.css";
@import "fonts/technika/Technika-BoldItalic.css";
@import "fonts/technika/Technika-Italic.css";
@import "fonts/technika/Technika-Light.css";
@import "fonts/technika/Technika-LightItalic.css";
@import "fonts/technika/Technika-Book.css";
@import "fonts/technika/Technika-BookItalic.css";

body, html {
  height: 100%;
	margin:0;
	padding:0;
}

body {
	background-color: #BCBCBC;
}

#page_wrap {
	min-height: 100%;
	position:relative;
}

.page {
	padding-bottom: 130px; 
	padding-top: 60px;
}

.logo_ctu {
	text-align: right;
	padding-right: 20px;
}

.logo_ctu img {
	width: 320px;
}

.content {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

#footer {
	position:absolute;
  bottom:0;
  width:100%;
  height:90px;
}

.projects_wrap {
	display: flex;
	flex-wrap: nowrap;
	min-height: 200px;
	justify-content: center;
	align-items: stretch;
}

.projects {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.col1 {
	display: grid;
	align-content: space-between;
	text-align: right;
	padding-right: 30px;
	margin-top: -10px;
}

.col2 {
	border-left: 1px solid #000;
	padding-left: 30px;
}

.title {
	font-family: 'TechnikaLight';
	font-size: 32px;
}

.subtitle {
	font-family: 'TechnikaLight';
	font-size: 28px;
	color: #fff;
}

.project_wrap {
	background-color: #8A8C8E;
	min-width: 310px;
	font-family: 'TechnikaBook';
	font-size: 24px;
	margin-bottom: 20px;
}

.project_wrap:last-child {
	margin-bottom: 80px;
}

.project {
	background-color: #A7A9AC;
	margin: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:7px;
	padding-bottom:10px;
}

.project_wrap:last-child .project {
}

.project:hover,
.project_wrap.test .project:hover {
	background-color: #fff;
}

.project_wrap:hover {
	box-shadow: 0px 0px 10px #888;
	cursor: pointer;
}

.project_wrap a:link, .project_wrap a:hover, .project_wrap a:visited {
	text-decoration: none;
	color: #000;
}

.project_wrap.test .project {
	background-color: #B9BABD;
}

.kontakt, .kontakt_m {
	font-family: 'TechnikaLight';
	font-size: 18px;
	color: #666;
	max-width: 250px;
	padding-bottom: 6px;
}

.kontakt .highlight,
.kontakt_m .highlight {
	color: #000;
}

.kontakt_m {
	display: none;
}
