/*
Theme Name: Kolbe-Invest
Description: Exklusive Template für Kolbe Invest GmbH
Author: Lukasz Zdunek / LKS advertising
Author URI: http://www.lks-webdesign.de
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 100%;
	height: 100%;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #333;
}

header, section, article, footer {
	display: block;
}

img, td {
	border: none;
}

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

.clear {
	clear: both;
}



section {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	line-height: 1.4em;
	clear: both;
	overflow: hidden;
}

article {
	max-width: 1160px;
	padding: 0 2%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

#logo-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	margin: 0 auto;
	height: auto;
	width: 200px;
	padding: 40px;
	margin-bottom: 4em;
	z-index: 2;
}

#hero {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	min-height: 100vh;
	padding: 0 40px;
	position: relative;
	z-index: 1;
}

#hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: url('../hero.jpg') center center no-repeat;
	background-size: cover;
	z-index: -1;
}

.contact {
	margin-top: 100px;
}

a {
	text-decoration: none;
	color: #000;
}

h1 {
	font-size: 60px;
	font-weight: 700;
	color: #000;
	line-height: 1.3em;
	text-transform: uppercase;
	transform: scale(1, 0.85);
}

h1,
.contact a {
	background: #ccc;
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 50%,#000000 50%,#000000 100%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 50%,#000000 50%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 );

	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
	font-size: 1.2em;
	font-weight: 400;
	color: #000;
}


.article-left, .article-right {
	float: left;
	width: 46%;
	padding: 0;
	margin: 0;
}

.article-left {
	margin-right: 4%;
}

.article-right {
	margin-left: 4%;
}


.liste {
	max-width: 750px;
	overflow: hidden;
	margin: 1.8em auto 0 auto;
}

ul {
	margin: 1.2em 0 1.6em 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

ul li {
	margin: 0 0 7px 2em;
}

ul li:before {
  	font-family: FontAwesome;
    content: '\f00c';
  	width: 2em;
	margin-left: -2em;
    display: inline-block;
	color: #00869a;
}


.grid-1, .grid-2, .grid-3, .grid-4, .grid-5 {
	overflow: hidden;
	clear: both;
}

.grid-2 .column:first-child {
  	float: left;
	width: 46%;
	overflow: hidden;
	margin: 0 4% 0 0%;
}

.grid-2 .column {
  	float: left;
	width: 46%;
	overflow: hidden;
	margin: 0 0 0 4%;
}




.grid-3 .column:first-child {
  	float: left;
	width: 30%;
	overflow: hidden;
	margin: 0 3% 0 0;
}

.grid-3 .column {
  	float: left;
	width: 30%;
	overflow: hidden;
	margin: 0 1.5% 0 1.5%;
}

.grid-3 .column:last-child {
  	float: left;
	width: 30%;
	overflow: hidden;
	margin: 0 0 0 3%;
}
