@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(ha/Condensed.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    color: #515151;
    background-color: #fff;
	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

img {
	width: 100%;
}
.bl-img {
	position: relative;
	overflow: hidden;
}
.bl-main {
	position: relative;
	margin: 0px auto;
	max-width: 1200px;
	width: 100%;
	min-height: 400px;
	display: grid;
	grid-template-columns: 80% 20%;
}
.bl-main-item {
	overflow: hidden;
}
.bl-main-item2 {
	display: block;
}
	
.bl-maina img {
	transition-timing-function: linear;
	transition: top 0.3s, left 0.3s;
}
	
.bl-maina {
	position: absolute;
	top: 9%; 
	left: 8%;
	
	margin: 0px auto;
	width: 90%;
	min-height: 400px;
	display: grid;
	grid-template-columns: 66% auto;
}
.bl-row1 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	
}
.bl-row2 {
	display: grid;
	grid-template-columns: 22% auto 24% 21%;
	
}
.bl-row3 {
	display: grid;
	grid-template-columns: 24% 25% 26% auto;
	
}
.bl-row1-col {
	padding: 5px;
}	
.bl-strategie {
	position: relative;
	top: 2px;
	left: 0px;
}
.bl-strategie:hover {
	top: 0px;
	left: 2px;
}
.bl-referenzen {
	position: relative;
	top: 0px;
	left: 0px;
}
.bl-referenzen:hover {
	top: -2px;
	left: 2px;
}
.bl-portfolio {
	position: relative;
	top: 0px;
	left: 0px;
}
.bl-portfolio:hover {
	top: -2px;
	left: 2px;
}
.bl-kontakt {
	position: relative;
	top: 0px;
	left: 0px;
}
.bl-kontakt:hover {
	top: -2px;
	left: 2px;
}
.bl-colonius {
	position: relative;
	top: 20%;
	left: 0px;
	width: 80%;
	height: 80%;
}


.bl-management {
	position: relative;
	top: 0px;
	left: 10px;
}
.bl-management:hover {
	top: -2px;
	left: 12px;
}
.bl-a13 {
	position: relative;
	top: 0px;
	left: 0px;
}
.bl-a13:hover {
	top: -2px;
	left: 2px;
}
.bl-ueberuns {
	position: relative;
	top: -8px;
	left: -7px;
}
.bl-ueberuns:hover {
	top: -10px;
	left: -5px; 
}
.bl-ankauf {
	position: relative;
	top: 5%;
	left: -14%;
}
.bl-ankauf:hover {
	top: 4%;
	left: -13%;
}
.bl-datenschutz {
	position: relative;
	top: 36px;
	left: 17px;
}
.bl-datenschutz:hover {
	top: 34px;
	left: 19px;
}
.bl-impressum {
	position: relative;
	top: 0px;
	left: 0px;
}
.bl-impressum:hover {
	top: -2px;
	left: 2px;
}
.bl-developments {
	position: relative;
	top: 0px;
	left: 0px;
}
.bl-developments:hover {
	top: -2px;
	left: 2px;
}
.bl-galerie {
	position: relative;
	top: 16%;
	left: -11%;
}
.bl-galerie:hover {
	top: 15%;
	left: -10%;
}
	
.main-title {
  font-family: 'Ubuntu Condensed';
	color: #fff;
    font-size: 4.1vi;
    margin-left: 70px;
}
.main-subtitle {
  font-family: 'Ubuntu Condensed';
	color: #fff;
    font-size: 3.0vi;
    margin-left: 70px;
}

@media (min-width: 992px) { 
	.bl-maina {
		display: grid;
		grid-template-columns: 66% auto;
	}
	.bl-main-item2 {
		display: block;
	}
}
	