@charset "utf-8";

/*---------------*/
/*---  Fonts  ---*/
/*---------------*/


@font-face {
	font-family: 'NeuzeitGrotesk';
	font-weight: 400;
	src: url("fonts/NeuzeitGro-Reg.eot");
	src: url("fonts/NeuzeitGro-Reg.eot?#iefix") format('embedded-opentype'), url("fonts/NeuzeitGro-Reg.woff") format('woff');
}

@font-face {
	font-family: 'NeuzeitGrotesk';
	font-weight: 700;
	src: url("fonts/NeuzeitGro-Bol.eot");
	src: url("fonts/NeuzeitGro-Bol.eot?#iefix") format('embedded-opentype'), url("fonts/NeuzeitGro-Bol.woff") format('woff');
}

@font-face {
	font-family: 'NeuzeitGrotesk';
	font-weight: 300;
	src: url("fonts/NeuzeitGro-Lig.eot");
	src: url("fonts/NeuzeitGro-Lig.eot?#iefix") format('embedded-opentype'), url("fonts/NeuzeitGro-Lig.woff") format('woff');
}

@font-face {
	font-family: 'NeuzeitGrotesk';
	font-weight: 800;
	src: url("fonts/NeuzeitGro-Bla.eot");
	src: url("fonts/NeuzeitGro-Bla.eot?#iefix") format('embedded-opentype'), url("fonts/NeuzeitGro-Bla.woff") format('woff');
}


/*---------------*/
/*---  Reset  ---*/
/*---------------*/


html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
fieldset,img{
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}
caption,th{
	text-align: left;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;

}
ul {
	list-style: none;
}
q:before,q:after{
	content: '';
}
abbr,acronym{
	border: 0;
}
a{
	text-decoration: none;
	color: rgb(50,50,50);
}
a:active, a:focus{
	outline: none;
}
header,footer,aside,nav,article{
	display: block;
}

.center {

}

.invisible {
	display: none;
}
/*--------------*/
/*---  Main  ---*/
/*--------------*/

html {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-width: 660px;
	height: 100%;
	margin: 0 auto;
	padding: 0 60px 60px 60px;
	font-family: NeuzeitGrotesk, serif;
}

main {
	width: 100%;
	height: auto;
}

::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
	width: 8px;
}

::-webkit-scrollbar-track {
	display: none;
	background-color: rgba(57,57,57, .6);
	border-radius: 8px;
}
::-webkit-scrollbar-thumb {
	display: none;
	border-radius: 8px;
	background-color: rgba(156, 156, 156, .6);
}



header {
	height: 60px;
	width: 100%;
}

.logo {
	float: left;
	height: 30px;
	margin: 5px 0;
}

nav {
	width: auto;
	height: 60px;
	float: right;
	font-size: 16px;
}

nav ul {
	float: left;
}

nav ul li {
	float: left;
}

nav ul li a {
	float: left;
	box-sizing: border-box;
	height: 34px;
	padding: 5px 10px;
	margin: 13px 15px;

	line-height: 20px;
	border: 2px solid transparent;
	font-weight: 700;
}

nav ul li a:hover,
nav ul li a.active {
	color: rgb(53, 115, 180);
	border: 2px solid rgb(53, 115, 180);
}

.slider {
	overflow: auto;
	float: left;
	position: relative;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	width: 100%;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0;
}

.slider div {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
}

.slider div .sliderContentOverImage {
	position: absolute;
	width: 80%;
	height: auto;
	top: 50%;
	left: 50%;
}

.slider div img.sliderBackground {
	float: left;
	width: 100%;
	height: auto;
}

.slider div h1 {
	width: 100%;
	text-align: center;

	font-size: 68px;
	font-weight: 600;
}

.slider div h2 {
	width: 100%;
	text-align: center;

	font-size: 28px;
	font-weight: 300;
}

.slider div p {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 14px;
	font-weight: 300;
}

.slider div .icons {
	width: auto;
	margin: 0 auto;
}

.slider div ul.iconsList {
	float: left;
	height: 100px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}

.slider div ul.iconsList li {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px;
}

.slider div ul.iconsList img {
	float: left;
	width: 100px;
	height: 100px;
}

.as-next-arrow {
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	background: rgb(53, 115, 180) url("img/next.svg") no-repeat center;
	background-size: 50px;
}

.as-prev-arrow {
	left: auto;
	top: auto;
	right: 60px;
	bottom: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	background: rgb(53, 115, 180) url("img/prev.svg") no-repeat center;
	background-size: 50px;
}

a.button {
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	height: 38px;
	padding: 5px 15px;
	margin-top: 50px;
	line-height: 24px;
	background: rgb(255,255,255);
	color: rgb(53, 115, 180);
	border: 2px solid rgb(53, 115, 180);
	font-size: 16px;
	font-weight: 700;
}

a.button:hover {
	background: rgb(53, 115, 180);
	color: rgb(255,255,255);
}

.tiles {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}

.tiles .tile {
	float: left;
	box-sizing: border-box;
	position: relative;
}

.tiles .bigTile {
	float: left;
	width: 40%;
	height: auto;
	margin-right: 15px;
	margin-bottom: 15px;
}

.tiles .smallTilesContainer {
	overflow: hidden;
	float: left;
	width: 20%;
	height: auto;
	margin-right: 15px;
	margin-bottom: 15px;
}

.tiles :nth-child(3n) {
	margin-right: 0;
	margin-bottom: 15px;
}

.tiles .smallTile {
	width: 100%;
	height: auto;
}

.tiles .smallTile:first-child {
	margin-bottom: 15px;
}

.tiles .tile img.tileBackground {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.tiles .tile .contentOverImage img {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.tiles .tile .contentOverImage {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	height: auto;
	text-align: center;
}

.tiles .tile .contentOverImage h2 {
	height: auto;
	font-size: 24px;
	font-weight: 700;
}

.tiles .tile .contentOverImage {
	height: auto;
	font-size: 16px;
	font-weight: 300;
}

.fullSizeImg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(255,255,255,0.9);
}

.fullSizeImg img {
	position: absolute;
	/*left: 50%;*/
	/*top: 50%;*/
	width: 100%;
	height: auto;
}

.fullSizeImg .close {
	position: absolute;
	right: 60px;
	top: 60px;
	width: 60px;
	height: 60px;
	background: transparent url(img/close.svg) no-repeat center;
	background-size: 60px;
	z-index: 1010;
}

.oneFifth {
	float: left;
	box-sizing: border-box;
	width: 20%;
	padding-right: 30px;
}

.twoFifth {
	float: left;
	box-sizing: border-box;
	width: 40%;
	padding-right: 30px;
}

.threeFifth {
	float: left;
	box-sizing: border-box;
	width: 60%;
	padding-right: 30px;
}

.text h1 {
	margin-bottom: 30px;
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.text h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
}

.text p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
}

.text a {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	text-decoration: underline;
}

#map-canvas {
	float: left;
	width: 100%;
	height: 400px;
}

.kontaktLogo {
	width: 100%;
	margin-top: 80px;
}

footer {
	box-sizing: border-box;
	float: left;
	width: 100%;
	height: auto;
	padding: 50px;
	margin-top: 25px;
	background: rgb(130,130,130);
	color: rgb(255,255,255);
	font-size: 14px;
}

footer .logoWrapper {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

footer .logoFooter {
	width: 60px;
	height: auto;
}

footer .leftCollumn {
	box-sizing: border-box;
	float: left;
	width: 40%;
	padding-right: 25px;
}

footer .rightCollumn {
	box-sizing: border-box;
	float: left;
	width: 60%;
	padding-left: 25px;
}
footer address {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

footer address h2 {
	font-weight: 700;
	font-size: 16px;
}

footer p {
	font-weight: 300;
}

footer address a {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 300;
	color: rgb(255,255,255);
	text-decoration: underline;
}


@media only all and (max-width: 1024px) {

	.slider div h1 {
		font-size: 28px;
	}

	.slider div h2 {
		font-size: 18px;
	}

	.slider div p {
		width: 60%;
		margin-top: 20px;
		font-size: 14px;
		font-weight: 300;
		line-height: 1;
	}

	.slider div ul.iconsList {
		height: 50px;
		margin-top: 15px;
	}

	.slider div ul.iconsList li {
		width: 50px;
		height: 50px;
		margin: 0 5px;
	}

	.slider div ul.iconsList img {
		width: 50px;
		height: 50px;
	}


	.oneFifth {
		width: 50%;
	}

	.tiles .smallTile:first-child {
		margin-right: 15px;
	}

	.twoFifth {
		width: 100%;
		padding: 0;
	}

	.threeFifth {
		width: 100%;
		padding-right: 30px;
	}

}