@charset "UTF-8";
@media only screen and (max-width: 625px) {

.page {
	padding-bottom: 0px; 
	padding-top: 20px;
}	
	
.projects_wrap {
	flex-wrap: wrap;
	width: 315px;
}

.col2 {
	border:0;
	padding-left:0px;
	padding-bottom: 60px;
}

.col1 {
	text-align: center;
	padding: 0;
	margin: 0;
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid #000;
	width: 200px;
}

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

.kontakt {
	padding-top: 30px;
}

.col2 {
	padding-bottom: 0px;
}

.col1 .kontakt {
	display: none;
}

.projects {
	justify-content: center;
}

.kontakt_m {
	border-top: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	width: 315px;	
	padding-top: 35px;
	padding-bottom: 30px;
}

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


}