<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Generated: Friday, 30th of May 2025, 04:07:13 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/*@font-face { font-family: 'Open Sans'; src:  url('/files/fonts/OpenSans-Regular.woff2') format('woff2'), url('/files/fonts/OpenSans-Regular.woff') format('woff'); }*/

@font-face {
	font-family: 'Montserrat';
	src:  url('/files/fonts/Montserrat-Regular.woff2') format('woff2'), url('/files/fonts/Montserrat-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}


@font-face {
	font-family: 'Montserrat';
	src:  url('/files/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('/files/fonts/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src:  url('/files/fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('/files/fonts/Montserrat-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap
}
* {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

*,
:after,
:before { box-sizing: border-box }

textarea,
select,
input:not([type=checkbox]):not([type=radio]),
button {
	-webkit-appearance: none;
	outline: none;
}

a:hover { transition: all .3s ease }

body {
	width: 100vw;
	overflow-x: hidden;
}

.up { text-transform: uppercase }

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

html,
body,
.h-100 { height: 100% }

#wrap {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100vw;
}

header,
main,
footer { flex-shrink: 0 }

main { flex-grow: 1 }

#hero,
.rel,
.video { position: relative }

.abs,
.video iframe,
.video video { position: absolute }

.btn,
.tc { text-align: center }

.tr { text-align: right }

.tl { text-align: left }

.text-white { color: #fff }

html { -ms-overflow-style: scrollbar }

#menu-toggler,
.hidden,
.tab-content,
[hidden],
input.hidden:not([type=checkbox]):not([type=radio]){ display: none }

#logo,
.block,
.nav-item a,
input:not([type=checkbox]):not([type=radio]),
label,
select,
textarea,
.panel.show { display: block }

.inl,
.btn,
.nav-item {
	display: inline-block;
	position: relative
}

.mid { vertical-align: middle }

strong { font-weight: bolder }
.vh-100 { min-height: 100vh }
.vw-100 { width: 100vw }

h1,
h2 { line-height: 1.15em }

#details .item,
h1,
h2,
h3,
main ul,
ol,
p,
table { margin-bottom: 15px }

header .ui-title,
header ul,
main ul:last-child,
ol:last-child,
p:last-child,
.mb-0 { margin-bottom: 0 }

main ul,
ol { margin-left: 18px }

.clear { clear: both }

.w-100,
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block { width: 100% }

.w-50 { width: 50% }

#menu-toggler {
	border: none;
	z-index: 1500
}
a,
#menu-toggler,
.point,
button { cursor: pointer }

select.custom {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E);
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
	width: 100%;
	font-size: 1rem;
	padding: .375rem .75rem;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 5px;
	line-height: 1.4rem
}

label { margin-bottom: 4px }

.container {
	width: 95%;
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

.flex,
.cell,
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cell {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.jr {
	justify-content: flex-end;
	flex-grow: 1
}

.row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.rr { flex-direction: row-reverse }

.col,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-8 {
	-ms-flex: 0 0 66.6666%;
	flex: 0 0 66.6666%;
	max-width: 66.6666%
}

.col-7 {
	flex: 0 0 58,333333%;
	max-width: 58.333333%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-5 {
	-ms-flex: 0 0 41.666666%;
	flex: 0 0 41.666666%;
	max-width: 41.666666%
}

.col-4 {
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-2 {
	-ms-flex: 0 0 16.666666%;
	flex: 0 0 16.666666%;
	max-width: 16.666666%
}

.p-2 { padding: .6rem }

.pt-2,
.py-2 { padding-top: .6rem }

.pr-2,
.px-2 { padding-right: .6rem }

.pb-2,
.py-2 { padding-bottom: .6rem }

.pl-2,
.px-2 { padding-left: .6rem }

.p-3 { padding: 1rem }

.pt-3,
.py-3 { padding-top: 1rem }

.pr-3,
.px-3 { padding-right: 1rem }

.pb-3,
.py-3 { padding-bottom: 1rem }

.pl-3,
.px-3 { padding-left: 1rem }

.p-4 { padding: 1.5rem }

.pt-4,
.py-4 { padding-top: 1.5rem }

.pr-4,
.px-4 { padding-right: 1.5rem }

.pb-4,
.py-4,
.py-54 { padding-bottom: 1.5rem }

.pl-4,
.px-4 { padding-left: 1.5rem }

.p-5 {
	padding: 3rem
}

.pt-5,
.py-5,
.py-54 {
	padding-top: 3rem
}

.pr-5,
.px-5 {
	padding-right: 3rem
}

.pb-5,
.py-5 {
	padding-bottom: 3rem
}

.pl-5,
.px-5 {
	padding-left: 3rem
}

.p-0,
.px-0,
.pl-0 {
	padding-left: 0;
}

.p-0,
.px-0,
.pr-0 {
	padding-right: 0;
}

.p-0,
.py-0,
.pt-0 {
	padding-top: 0;
}

.p-0,
.py-0,
.pb-0 {
	padding-bottom: 0;
}

.m-2,
.my-2,
.mt-2 { margin-top: .6rem }

.m-2,
.my-2,
.mb-2 { margin-bottom: .6rem }

.m-2,
.mx-2,
.ml-2 { margin-left: .6rem }

.m-2,
.mx-2,
.mr-2 { margin-right: .6rem }

.m-3,
.mt-3,
.my-3 {
	margin-top: 1rem
}

.m-3,
.mr-3,
.mx-3 {
	margin-right: 1rem
}

.m-3,
.mb-3,
.my-3 {
	margin-bottom: 1rem
}

.m-3,
.ml-3,
.mx-3 {
	margin-left: 1rem
}

.m-4,
.mt-4,
.my-4 {
	margin-top: 1.5rem
}

.m-4,
.mr-4,
.mx-4 {
	margin-right: 1.5rem
}

.m-4,
.mb-4,
.my-4 {
	margin-bottom: 1.5rem
}

.m-4,
.ml-4,
.mx-4 {
	margin-left: 1.5rem
}

.m-5,
.mt-5,
.my-5 {
	margin-top: 3rem
}

.m-5,
.mr-5,
.mx-5 {
	margin-right: 3rem
}

.m-5,
.mb-5,
.my-5 {
	margin-bottom: 3rem
}

.m-5,
.ml-5,
.mx-5 {
	margin-left: 3rem
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.m-0,
.my-0,
.mt-0 {
	margin-top: 0;
}

.m-0,
.my-0,
.mb-0 {
	margin-bottom: 0;
}

.m-0,
.mx-0,
.ml-0 {
	margin-left: 0;
}

.m-0,
.mx-0,
.mr-0 {
	margin-right: 0;
}

.video {
	padding-bottom: 56.25%;
	max-width: 100%;
}

.video iframe,
.video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

@media screen and (max-width:1200px) {
	.r2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.r22 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.r23 {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%
	}
	.rh2 { display: none }
}

@media screen and (max-width:1000px) {
	.r1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.r12 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.r13 {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%
	}
	.rh1 { display: none }
}

@media screen and (max-width:750px) {
	.r7 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.r72 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.rh7 {
		display: none
	}
}

@media screen and (max-width:550px) {
	.r5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.r52 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.rh5 {
		display: none
	}
}

@media screen and (max-width:400px) {
	.r4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width:360px) {
	.r3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

table { border-collapse: collapse }

td { padding: 8px 10px }
th { padding: 5px 10px }

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	list-style: none
}

.breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/"
}

#menu .open_menu {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.4rem;
	height: 42px;
	width: 42px;
	z-index: 60;
	border: 0;
	background: transparent
}

body {
	font: 400 16px Montserrat;
}

body,
#liitto .feedTitle {
	color: #3c3c3c
}

#liitto small {
	color: #666
}

html,body {
	height: 100%
}


h1,h2,.strong {
	font-weight: 700;
}

.container{
	max-width:1050px;
	width:100%;
}

#logo{
	display:inline-block;

}

header{
	position: absolute;
	width: 100%;
	z-index: 100;
	top:10px;

}

#logo{
	width: 170px;
}

.adminbar-loaded header{
	top:50px;
}

#main{
	padding-top:220px;
}

#main.empty{
	padding-top: 140px;
}

.hero_text{
	position: absolute;
	bottom:15%;
	text-align: center;
	left: 0;
	right: 0;
	font-weight: 700;
	font-size: 30px;
}

#menu{
	display:inline-block;
	float:right;
}

.nav-link, span{
	color:black;
	font-size: 1.2rem;
	display:block;
	font-weight: 600;
}

.nav-link:hover, main a, #menu a.active, .submenu a:hover,#liitto a:hover .feedTitle,#lang a{
	color: #12bdd3;

}

#info, #content{
	border-bottom: 1px solid #3c3c3b;
	padding: 10px 0;
}

#map{
	height:250px;
	border:0;
}

footer{
	background:#404041;
	color: #fff;
}

footer a,footer h2{
	color: #00bdd5;
}

/*Dropdown testailut*/

.open_menu{
	display:none;
}

#dropdown .dropdown {
	display: none;
}


#dropdown:hover .dropdown {
	display: block
}

.submenu {
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 1000;
	background: #fff;
	padding:0.8rem;
}

.submenu a {
	font-size:1.0rem;
	color:black;
	padding-bottom:10px;
	padding-left:10px;
}

#liitto li + li {
	margin-top: 15px
}


/*Formia*/

#form{
	max-width:620px;
	width: 100%;
}

#form label{
	margin-bottom: 10px;
	margin-top:10px;
}

.InputfieldStateRequired &gt; .InputfieldHeader:first-child::after {
	content: "*";
	margin-left: 0.25em;
	color: red;
}

.InputfieldMaxWidth{
	padding: 10px 10px !important;
	margin-top:15px;
	margin-bottom:15px;
	border-radius: 30px !important;
}

#Inputfield_valitse_toimitustapa,#Inputfield_valitse_laskutustapa,#Inputfield_valitse_asiakirjat{
	padding: 10px 10px !important;
	margin-top:15px;
	margin-bottom:15px;
}

.uk-button{
	font-size: 1rem;
	padding: 1rem 3rem;
	display: inline-block;
	margin-top:30px;
	border-radius:26px;
	background: #00bdd5;
	color: #fff;
	border:none;
	font-weight: 800;
}

.uk-button:hover{
	text-decoration: underline;
}


.repairs .InputfieldFieldset{
	margin-top:30px;
	margin-bottom: 30px;
	border: none !important;
}

.repairs legend{
	font-size: 25px;
}

.repairs ul,.order_documents ul{
	list-style-type: none;
	margin:0;
	padding: 0;
}

.repairs li span,.order_documents li span,.pw-no-select{
	font-size: 13px;
	display: inline-block;
	margin-left: 10px;
}

#wrap_Inputfield_huoneistoon_suunniteltu_toimenpide_kunnossapito_ja_tai_muutostyo .uk-form-label,#wrap_Inputfield_asbestikartoitus_jos_rakenteita_rikotaan .uk-form-label,#wrap_Inputfield_selvitys_tarvittavien_viranomaislupien_hakemisesta_ja_loppuunsaattamisesta .uk-form-label,
#wrap_Inputfield_lampo_vesi_viemari_ja_ilmanvaihtotyot .uk-form-label,#wrap_Inputfield_tehdaanko_huoneiston_muutostyon_yhteydessa_vesieristetoita .uk-form-label,#wrap_Inputfield_taloyhtio_edellyttaa_etta_uudet_vesihanat_on_tyyppihyvaksytty_kaytettavaksi_kerrostaloissa_ja_etta_ne_kuuluvat_aaniluokkaan_1 .uk-form-label,
#wrap_Inputfield_sahkotyot_ilmoitetaan_tyot_joilla_voi_olla_vaikutusta_tai_jotka_kohdistetaan_yhtion_rakennuksen_sahkojarjestelmiin_esim_huon .uk-form-label,#wrap_Inputfield_selvitys_siivoustoista .uk-form-label,
#wrap_Inputfield_selvitys_remonttijatteista  .uk-form-label
{
	font-weight: 600;
}

.uk-form-help-block{
	font-size: 14px;
}

.repais li input,.order_documents li input,#Inputfield_asbestikartoitus_jos_rakenteita_rikotaan{
	display: inline-block;
}


#wrap_Inputfield_tunnistaudu span{
	color:#fff !important;
}


/*Formia*/

.privacywire{
	font-size: 12px;
	background: #000000 !important;
	color:#fff !important;
}

.privacywire-buttons button{
	font-size: 12px;
	padding: 0.5rem 0.5rem;
	border:none;
	margin-top:5px;
	border-radius: 3px;
	margin-right: 5px;
	background: #fff;
}

.privacywire{
	padding: 0.5rem 1.0rem;
}

.logos.grid{
	grid-template-columns: repeat( auto-fill, minmax(300px, 1fr));
	display: grid;
	grid-gap:1rem;
	justify-items:center;
	align-items: center;
}

.logos img{
	max-width: 200px;
	max-height: 75px;

}

#wrap_Inputfield_olen_lukenut_ohjeistuksen_osakkaan_ilmoitusvelvollisuudesta_ja_vakuutan_antamani_tiedot_oikeiksi {
	font-weight: 700
}

#lang {
	position: absolute;
	top: 0;
	right: 15px;
	font-weight: 700;
}

#lang li{
	border-right: 2px solid #000;
}

#lang li:last-child{
	border-right: unset;
}

#lang a{
	margin-right: 5px;
	margin-left: 5px;
}


@media screen and (min-width:650px){
	.order_documents #wrap_Inputfield_tilaajan_nimi,.order_documents #wrap_Inputfield_sahkoposti,.repairs #wrap_Inputfield_tilaajan_nimi,.repairs #wrap_Inputfield_sahkoposti,.repairs #wrap_Inputfield_puhelin_2,
	.repairs #wrap_Inputfield_sahkoposti_2,.repairs #wrap_Inputfield_puhelin_3,.repairs #wrap_Inputfield_sahkoposti_3,.repairs #wrap_Inputfield_puhelin_4,.repairs #wrap_Inputfield_sahkoposti_4,.repairs #wrap_Inputfield_puhelin_5,.repairs #wrap_Inputfield_sahkoposti_5,
	.repairs #wrap_Inputfield_nimi_ja_y_tunnus,.repairs #wrap_Inputfield_yhteyshenkilo,.repairs #wrap_Inputfield_puhelin_1,.repairs #wrap_Inputfield_sahkoposti_1,
	#wrap_Inputfield_puhelin, #wrap_Inputfield_nimi {
		display: inline-block;
		margin-right: 10px;
		width: 300px;
	}

}


@media screen and (max-width: 1070px){

	#lang {
		position: absolute;
		top: 25px;
		right: 70px;
	}
	
	#lang a{
		color:#000;
	}

	#dropdown .dropdown{
		padding:0rem;
		position:relative;
	}

	#menu li li ul {
		display: none;
	}

	#dropdown:hover .dropdown {
		display: none
	}

	.submenu a{
		border-top: 1px solid rgba(255,255,255,.5);
		color:#fff;
		padding: 10px 35px;
		text-transform: uppercase;
		font-size:1.0rem;
	}

	a.block{
		opacity: .75;
	}

	.nav-link:hover, .submenu a:hover{
		color: #fff;
	}

	.open_menu {
		display:block;
		color: #fff;
	}

	#menu.show, #menu li, #menu .submenu.show{
		display: block
	}

	#menu-toggler{
		background: #12bdd3 url(/files/images/menu.png) no-repeat 90% center;
		display: block;
		width: 40px;
		height: 40px;
		position:absolute;
		right:5px;
		top:6px;
	}

	#menu{
		display:none;
		position:absolute;
		z-index: 3000;
		width:100%;
		top:19px;
	}

	header{
		background-color:#12bdd3;
		top:0px;
	}

	#logo{
		width:75px;
		padding-bottom:10px;
		margin-left:10px;
	}

	#main{
		padding-top:120px;
	}

	#hero{
		top:50px;
	}

	#menu ul li{
		background: #12bdd3
	}
	.nav-link{
		border-top: 1px solid rgba(255,255,255,.5);
		color:#fff;
		padding: 10px 15px;
		text-transform: uppercase;
		font-size:1.0rem;
	}

	header .container{
		padding-left:0px;
	}

	#menu a.active{
		color:#fff;
	}

	#menu a:hover{
		background: #252525;
	}

	#main.empty{
		padding-top: 0px;
	}

	.hero_text{
		bottom:15%;
		font-size: 22px;
	}
}

@media screen and (max-width: 530px){

	#info{
		text-align: center;
	}


}

.FormBuilder-remontti-ilmoitus .InputfieldCheckboxesStacked li,
.FormBuilder-remontti-ilmoitus .InputfieldRadiosStacked li {
	display: inline-block;
	vertical-align: middle
}
.FormBuilder-remontti-ilmoitus .InputfieldCheckboxesStacked li + li,
.FormBuilder-remontti-ilmoitus .InputfieldRadiosStacked li + li {
	margin-left: 2rem
}

</pre></body></html>