/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face {
	font-family: "Mazius";
	src: url("fonts/MAZIUSREVIEW20.09-Extraitalic.woff2") format("woff2"),
	url("fonts/MAZIUSREVIEW20.09-Extraitalic.woff") format("woff");
}
body {
	background: #F2F2F2;
	color: #415538;
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 1.4;
}
h1,h2,h3 {
	font-family: "Mazius";
	line-height: 1;
	margin: 20px 0;
	-webkit-font-smoothing: antialiased;
}
h1, h2 {
	font-size: 55px;
}
div + h2 {
	margin-top: 45px;
}
a {
	color: currentColor;
}
a.btn {
	font-family: "Mazius";
	font-size: 26px;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}
.container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 50px 100px 0;
}
header {
	background: url(img/avarrus-kuvat-duotone-04.jpg) no-repeat;
	background-position: center right;
	background-position: 65%;
	background-size: contain;
	height: 433px;
	padding-top: 65px;
	margin-bottom: 50px;
}
header .logo {
	display: block;
    max-width: 605px;
}
.row {
	display: flex;
	justify-content: space-between;
}
.col {
	width: 43%;
}
.col.right {
	float: right;
}
.col .inner {
	padding-left: 80px;
}
.kohteeemme {
	padding-top: 90px;
}
.keita {
	margin-top: -280px;
}
.otayhteytta {
	color: #fff;
	margin-top: 130px;
	font-size: 14px;
	line-height: 1.3;
}
.otayhteytta h2 {
	margin-bottom: 35px;
}
.otayhteytta .inner {
	padding-left: 40px;
}
.otayhteytta .wrapper {
	padding: 50px;
	background: #425638;
}
.leftoffset {
	margin-left: -100px;
}
.rightoffset {
	margin-right: -100px;
}

@media screen and (max-width: 1250px) {
	.keita {margin-top: -200px;}
	header {
		background-position: top right;
	}
}
@media screen and (max-width: 1060px) {
	.keita {margin-top: -150px;}
	.col .inner {
		padding-left: 50px;
	}
}
@media screen and (max-width: 960px) {
	.container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.leftoffset {
		margin-left: -50px;
	}
	.rightoffset {
		margin-right: -50px;
	}
	.keita {margin-top: -50px;}
	header {
		margin-bottom: 50px;
	}
	.col .inner {
		padding-left: 0;
	}
}
@media screen and (max-width: 800px) {
	header .logo {
	    max-width: 72vw;
	}
	header {
		background-size: cover;
	}
	.row {
	    display: block;
	}
	.col {
		width: 100%;
	}
	.keita {
		margin-top: 100px;
	}
}





