body {
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
}


/*fontit*/
h1 {
	font-size:3.75rem;
	line-height:1.1;
	font-weight:900;
	color: var(--color5);
}
h2 {
	font-size:3.75rem;
	line-height:1.1;
	font-weight:900;
	color: var(--color5);
}
.sivu1 #showcase h2 {
	font-size:4.5rem;
}
h3 {
}
h4 {
	font-size:1.5rem;
	line-height:1.25;
	font-weight:900;
	color: var(--color5);
}
h5 {	
	font-size:1.125rem;
	text-transform:uppercase;
	color: var(--color1) !important;
}
h6 {
    font-size: 1.125rem;
    font-weight: 900;
    margin: 2rem 0 0.5rem;
    color: var(--color1) !important;
}






/*napit*/
a.btn {
	border-radius:0 !important;
	padding: 0.75rem 1.75rem;
	font-weight:700;
}
a.btn.btn-switcher-primary {	
	color: var(--color4);
    border-color: var(--color1);
    background-color: var(--color1);
}
a.btn.btn-switcher-primary.btn-switcher-secondary {
	color: var(--color1);
    border-color: var(--color4);
    background-color: var(--color4);
}
#section-primary a.btn {
	background-color:var(--color4) !important;
	border-color:var(--color4) !important;
	color:#000 !important;
}
	a.btn.btn-switcher-primary:hover,
	a.btn.btn-switcher-primary.btn-switcher-secondary:hover,
	#section-primary a.btn:hover,
	.formWrapper .btn:hover {
		color: var(--color4) !important;
		border-color: #000 !important;
		background-color: #000 !important;
	}




/*yleistä*/
.bigBtn .container,
.logot .container,
.formWrapper .container,
.botti .container,
.arvot .container,
.santan .container {
	max-width:1400px;
}
.heading {
	padding:5rem 2rem 0;
}
	.heading .container {
		max-width:1200px;
		text-align:center;
	}
#section-back .content-slider__overlay,
#main-after .content-slider__overlay {
	background-color: rgba(0, 0, 0, 0.4);
}





/*top+navi*/
.mr-1.site-header__logo {
	display:none;
}
.site-header__top .container {
	max-width:1400px;
}
.site-header__top {
	padding-top:1rem;
	padding-bottom:1rem;
	background:#000;
}
.mr-1 img {
	max-height:90px;
	width:auto;
}
.site-header__bottom {
	padding-top:0.75rem;
	padding-bottom:0.75rem;
}
.desktop-main-menu li.level1 > a {
	color:#000;
	font-size:1.125rem;
}
.container.site-header__bottom .d-flex.justify-content-between.align-items-center {
	max-width: 1400px;
    margin: 0 auto;
}
#header.sticky {
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.site-header__bottom svg {
	color:var(--color1) !important;
}
ul.desktop-main-menu li.level1.nav29.hasSubItems > a {
	pointer-events: none;
  	cursor: default;
 	text-decoration: none;
}
.desktop-main-menu .sub-menu {
	border-radius:0;
}
.desktop-main-menu .sub-menu a:hover {
	color:#000;	
}
/*custom mobile buttons*/
.butWrap {
	overflow:auto;
	float:left;
	margin-right:3rem;
}
.butIcon {	
	float:left;
	color:var(--color1);
	padding:7px 15px 0 0;
}
	.butIcon svg {
		height: 2.5rem;
    	width: auto !important;
	}
.butCont {
	float:right;
}
	.butCont p {
		margin:0;
	}
	.butCont h4 {
		margin:0;
	}
	





/*showcase*/
body:not(.sivu1) #showcase .hero-slider__item .hero-slider__text-content {
    padding: 13rem 2rem 11rem 2rem;
	max-width:1200px;
	font-size:1.25rem;
}
body:not(.sivu1) #showcase .hero-slider__overlay {
	background-color: rgba(0, 0, 0, 0.4);
}
	#showcase h3 {
		color:#fff;
	}


/*main-content*/
body:not(.sivu1) #main-content .contentlist__item-col.contentlist__item-col_content {
	flex: 0 0 66%;
    max-width: 66%;	
}
	body:not(.sivu1) #main-content .contentlist .contentlist__item-content {
		padding:2rem 5rem;
	}
body:not(.sivu1) #main-content .contentlist__item-col.contentlist__item-col_img {
	flex: 0 0 33%;
    max-width: 33%;
}


/*main-after*/
#main-after {
	background: var(--color2);
}
body:not(.sivu1) #main-after .content-slider__text-content {
    max-width: 66%;
}
body:not(.sivu1) #main-after .content-slider__item .content-slider__text-content {
    padding: 7rem 2rem 7rem 2rem;
}


/*content-bottom*/
#content-bottom {
	position:relative;
}


/*bottom (LOMAKE) */
#bottom {
	background:var(--color1);
	color:#fff;
}
body:not(.sivu1) #bottom h5 {
	color:#000 !important;
}
.formWrapper {
	padding:7rem 2rem;
	overflow:auto;
}
.basic-form .p1 {
	width:50%;
	float:left;
	padding-right:1rem;
}
.basic-form .p2 {
	width:50%;
	float:right;
	padding-left:1rem;
}
.form-group.formField-textfield .d-block,
.form-group.formField-phone .d-block,
.form-group.formField-email .d-block {
	display:none !important;
}
.formWrapper .form-control {
	border-radius: 0;
    padding: 1rem 1rem;
    height: auto !important;
}
.formWrapper .btn {
	padding:0.75rem 1.75rem;
	font-weight:700;
	border-radius:0;
}
	body:not(.sivu1) #bottom h2 {
		color:#fff;
	}
	body:not(.sivu1) #bottom .btn {
		background:#000;
		color:fff;
	}
	body:not(.sivu1) #bottom .btn:hover {
		background:#fff;
		color:var(--color1);
	}



/*footer*/
.site-footer:before {
	content:'';
	position:absolute;
	height:58px;
	top:-56px;
	left:0;
	right:0;
	background-image:url(../media/tiedostot/bottom-hero-2.png);
	background-size:auto 100%;
	background-position:top center;
}
.site-footer {
	position:relative;
	background:#000;
}
.site-footer h4 {
	color:var(--color1);
}
.site-footer__some-links a {
    font-size: 1.75rem;
    line-height: 1.75;
    height: 3.5rem;
    width: 3.5rem;
    border-radius:0;
    color: var(--color4);
    background-color: var(--color1);
}





/*----ETU*/
.sivu1 #showcase {
	position:relative;
}
body.sivu1 #showcase .hero-slider__item .hero-slider__text-content {
    padding: 17rem 2rem 18rem 2rem;
	max-width:1200px;
}
.sivu1 #showcase:after {
	content:'';
	position:absolute;
	height:63px;
	bottom:-2px;
	left:0;
	right:0;
	z-index:1001;
	background-image:url(../media/tiedostot/hero-mask-blue2.png);
	background-size:auto 100%;
	background-position:top center;
}
/*ikonilaatikot*/
.editor-content__col.infoBox {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}
.infoBox .editor-content__item {
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
	padding:2rem 2rem;
	height:100%;
}
.infoBox .editor-content__item-img-holder {
	padding:0 !important;
	margin-bottom:4rem !important;
}
.infoBox .editor-content__item-img-holder img {
    position: relative;
    object-fit: unset;
    font-family: "object-fit: unset";
    width: auto;
    max-height: 80px;
    height: auto;
}
.infoBox h4 strong {
	color:var(--color1);
}
/*iso nappi*/
.bigBtn {
    padding: 0 2rem;
    position: relative;
    margin-bottom: -52px;
}
.bigBtn h4 {
	margin:0;
	text-align:center;
}
.bigBtn h4 a {
	color:#fff;
	padding:2rem 1rem;
	background: var(--color1);
	color:#fff;
	display:block;
	transition:all 500ms;
}
.bigBtn h4 a:hover {
	background:#000;
}
/*main-after*/
.sivu1 #main-after .content-section:first-child {
	padding-top:10rem;
	padding-bottom:0;
}
/*kategorialaatikot*/
.boxlist__col.katBox {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
.image-box .boxlist-item p,
.round-box .boxlist-item p {
	display:block !important;
}
.katBox .boxlist-item {
	border-bottom:10px solid var(--color1);
    padding-bottom: 60%; /*jos halutaan laatikko neliöksi, poista tämä*/
}
.katBox .boxlist-item__text-holder {
	text-align:left;
	transform:none;
	top:auto;
	bottom:0;
	padding:0 3rem 3rem;
}
.boxlist-item__text-holder h4 {
	color:#fff;
}
.katBox .boxlist-item__img-holder:before {
	background: rgba(0,0,0,0.6);
}
/*logot*/
.logot {
	padding:0 2rem 10rem;
}
.logot ul {
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
}
.logot ul li {
	display:inline-block;
	width:19.5%;
	padding:1rem 0;
}
.logot ul li img {
	width:auto;
	height:auto;
	max-width:180px;
	max-height:100px;	
}
/*botti*/
.botti {
	padding:0 2rem 10rem;
	text-align:center;
}
/*testimonials +kuva*/
.sivu1 #content-bottom .hero-slider {
	height:80vh;
}
#content-bottom .hero-slider__overlay {
	display:none;
}
.sivu1 #content-bottom .hero-slider__item {
    height: 100%;
}
.testimonials {
	padding:10rem 2rem 2rem;
	position: absolute;
	z-index: 10;
	background: #fff;
	border-radius:0;
	bottom:-175px;
	left: 50%;
	transform: translateX(-50%);
	max-width:1000px;
}
.testimonials:after {
	content:'';
	position:absolute;
	top:2rem;
	left:50%;
	margin-left:-35px;
	z-index:11;
   	height: 56px;
   	width: 70px;
	background-image:url(../media/tiedostot/quote.png);
	background-position:center center;
	background-repeat:no-repeat;

}
	.testimonials .tm-elem {
		padding-bottom:2rem;
	}
	.testimonials .slick-dots li {
		background:#000;
		width:16px;
		height:16px;
	}
	.testimonials .slick-dots li.slick-active {
    	background: var(--color1);
	}
.sivu1 #section-primary .content-section {
	padding:20rem 0 0 0;
}
#section-primary h5 {
	color:#000 !important;
}
.sivu1 #bottom {
	background:#fff;
	color:#000;
}



/*----ILMALÄMPÖPUMPPU*/
.sivu40 #section-primary {
    background: var(--color2);
}
.redHead {
	padding:7rem 2rem 0;	
}
.redHead .container {
	max-width:1400px;
}
.redHead h2 {
	color:#000 !important;
}
.redHead+.content-section {
	padding-top:2rem;
}
.nostoBox .editor-content__item {
	background:#fff;
	color:#000;
	height:100%;
	padding:3rem 2rem 2rem;
}
.nostoBox img {
	max-height: 80px;
    height: auto;
	width:auto;
	padding-bottom:1rem;
}
.nostoBox h2 {
	font-size:1.5rem;
	color:#000 !important;
}
.nostoBox h2 strong {
	color:var(--color1);
}


/*vl - logonostot*/
ul.logonostot {
	text-align:left;
	margin:0;
	padding:0;
	list-style:none;
}
ul.logonostot li {
	display:inline-block;
	width:24%;
	padding:1rem 0;
}
ul.logonostot li img {
	width:auto;
	height:auto;
	max-width:150px;
	max-height:75px;	
}

/*----RAHOITUS*/
.rahoitus .contentlist__item-editor.editor img {
	max-height:50px;
	width:auto;
	margin-top:2rem;
}


/*----MEISTÄ / ARVOT */
.arvot ul {
	margin:2rem 0 5rem;
	padding:0;
	list-style:none;
}
.arvot ul li {
	display:inline-block;
	width:22.5%;
	margin:0 1%;
	padding:0;
	background:var(--color1);
	position:relative;
}
.arvot ul li:before {
	content: '';
    padding-top: 100%;
    display: block;
}
.arvot ul li h4 {
	color:#fff;
	position:absolute;
	left:1rem;
	right:1rem;
	top:50%;
	transform: translateY(-50%);
	text-align:center;
	margin:0;
}



/*----SANTANDER*/
.upotus {
	padding:3rem 2rem 7rem;
	text-align:center;
}
.upotus .container > div > div {
	 margin:0 auto !important;
}
.upotus.op-up iframe {
	width:100%;
	min-height:860px;
}

/* Väliaikaiset yhteystiedot, mailit */
.tavu {
  overflow-wrap: break-word;
  word-wrap: break-word;
}


/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--- RESPO ----------------------------------------------*/



.sivu47 #bottom.clearfix {
display: none;
}

@media (max-width: 1199.98px){
	/*----ETU*/
	body.sivu1 #showcase .hero-slider__item .hero-slider__text-content {
    	padding: 15rem 2rem 18rem 2rem;
	}	
	.editor-content__col.infoBox {
    	flex: 0 0 50% !important;
    	max-width: 50% !important;
	}
	.infoBox .editor-content__item {
		padding:2rem;
	}
	.katBox .boxlist-item {
		padding-bottom:100%;
	}
	.katBox .boxlist-item__text-holder {
		padding:0 2rem 2rem;
	}
	.logot ul li img {
    	max-width: 150px;
    	max-height: 50px;
	}
	.testimonials {
		left: 2rem;
    	right: 2rem;
    	transform: none;
	}
	.content-slider__item .content-slider__text-content {
    	padding: 10rem 1.5rem 9rem;
	}
}

.sivu54 .basic-form {
    width: 85%;
    margin: 0 auto 100px auto;
}


@media (max-width: 992px){
	.mob-blur #topbar #header:before {
		display:none;
	}
	.mob-blur #topbar .site-header__bottom {
		background:#fff !important;
	    position: unset;
	}
	.mob-blur #topbar .site-header__bottom.sticky {
		position:fixed;
	}
}




@media (max-width: 991.8px){
	h1 {font-size:3rem;}
	h2 {font-size:3rem;}
	h3 {font-size:1.5rem;}
	h4 {font-size:1.35rem;}
	h5 {font-size:1rem;}
	
	.sivu1 #showcase h2 {font-size: 3.5rem;}


	/*top+navi*/
	.mr-1.site-header__logo {
		display:block;
		width: 30% !important;
	}
	.mob-blur #topbar .site-header__bottom {
		background:#000 !important;
	}
	.site-header__bottom svg {
    	color: #fff !important;
	}
	#mobile-buttons {
		color:#fff;
		left:auto;
	}
	.butWrap {
		padding-top:25px;
		margin-right:2rem;
	}
	.butCont p {
		text-align:left;
	}
	#mobile-buttons a {
		margin:0;
		color:#fff;
	}
	
	/*yleinen*/
	body:not(.sivu1) #main-content .contentlist__item-col.contentlist__item-col_img,
	body:not(.sivu1) #main-content .contentlist__item-col.contentlist__item-col_content {
    	flex: 0 0 100%;
    	max-width: 100%;
	}

	
	/*----ETU*/
	body.sivu1 #showcase .hero-slider__item .hero-slider__text-content {
    	padding: 11rem 2rem 13rem 2rem;
	}
	.infoBox .editor-content__item {
    	padding: 2rem 1.5rem;
	}
	.infoBox .editor-content__item-img-holder {
    	margin-bottom: 2rem !important;
	}
	.infoBox .editor-content__item-img-holder img {
    	max-height: 60px;
	}
	.logot ul li {
    	width: 24%;
	}
	.logot ul li img {
    	max-width: 130px;
	}
	.sivu1 #section-primary .content-section {
	    padding: 17rem 2rem 0;
	}
	.sivu1 #section-primary .contentlist__item-col.contentlist__item-col_content .contentlist__item-content {
		padding:3rem 0 5rem !important;
	}



}




@media (max-width: 767.98px){
	h1 {font-size:2.5rem;}
	h2 {font-size:2.5rem;}
	h3 {font-size:1.35rem;}
	h4 {}
	h5 {}
	
	.sivu1 #showcase h2 {font-size: 3rem;}
	
	/*top+navi*/
	#mobile-buttons {
		right:85px;
		bottom:20px;
	}
	#mobile-buttons a {
		margin: 0 ;
    	padding:0;
    	line-height:inherit;
	}
	#mobile-buttons a span {
    	font-size: inherit;
    	display: block;
	}	
	.butWrap {
		overflow:unset;
		padding:0;
	}
	.butIcon {
		float:none;
		padding:0 0 5px;
		text-align:center;
	}
	.butIcon svg {
    	height: 2.15rem;
	}
	.butCont {
		float:none;
	}
	.butCont h4 {
		font-size:1rem;
		line-height:1;
	}
	.butCont p {
		display:none;
	}	

	
	/*yleinen*/
	.formWrapper {
    	padding: 5rem 1rem 7rem;
	}
	
	
	/*vl*/
	body:not(.sivu1) #showcase .hero-slider__item .hero-slider__text-content {
    	padding: 8rem 1rem 6rem 1rem;
	}
	.heading {
    	padding: 5rem 1rem 0;
	}
	body:not(.sivu1) #main-after .content-slider__text-content {
		max-width:100%;
	}

	
	
	/*-----ETU*/
	body.sivu1 #showcase .hero-slider__item .hero-slider__text-content {
    	padding: 11rem 0.5rem 13rem 0.5rem;
	}
	.bigBtn {
    	padding: 0 1rem;
	}
	.sivu1 #main-after .content-section:first-child {
    	padding-top: 7rem;
	}
	.boxlist__col.katBox {
    	flex: 0 0 100% !important;
    	max-width: 100% !important;
	}
	.katBox .boxlist-item {
    	padding-bottom: 60%;
	}
	.logot ul li {
    	width: 32%;
	}
	.logot ul li img {
		max-width: 110px;
		max-height: 40px;
	}
	.testimonials {
    	padding: 8rem 2rem 2rem;
	}
	.testimonials:after {
		height: 45px;
    	background-size: auto 100%;
	}
	.content-slider__item .content-slider__text-content {
    	padding: 8rem 1.5rem 7rem;
	}
	.sivu1 #section-primary .content-section {
    	padding: 15rem 1.5rem 0;
	}
	
	
	/*----ARVOT*/
	.arvot ul li {
    	width: 47%;
		margin:1% 1%;
	}
	
	/*---BOTTI*/
	.editor.botti {
		display:none;
	}
	.gw-ifstyle-632c06a78cf5d53f0df4b0a5.closed {
            bottom: 80px !important;
    }
}




@media (max-width: 575.98px){
	h1 {font-size:2.25rem;}
	h2 {font-size:2.25rem;}
	h3 {font-size:1.25rem;}
	h4 {font-size:1.25rem;}
	h5 {}
	
	.sivu1 #showcase h2 {font-size: 2.5rem;}


	/*top+navi*/
	.site-header__bottom {
		padding-top:0.75rem !important;
		padding-bottom:0.75rem !important;
	}
	.mr-1.site-header__logo img {
		max-height:75px;
	}
	#mobile-buttons {
		bottom:25px;
    	left: auto;
    	right: 95px;		
	}
	#mobile-buttons {
		bottom:20px;
		right:75px;
	}
	.butIcon svg {
    	height: 1.25rem;
	}
	.butCont h4 {
		font-size:0.875rem;
	}
		

	/*yleinen*/
	.basic-form .p1,
	.basic-form .p2 {
		width:100%;
		float:none;
		padding:0;
	}


	/*vl*/
	body:not(.sivu1) #showcase .hero-slider__item .hero-slider__text-content {
    	padding: 5rem 1rem 3rem 1rem;
	}

	/*----ETU*/
	.editor-content__col.infoBox {
    	flex: 0 0 100% !important;
    	max-width: 100% !important;
	}
	.katBox .boxlist-item {
    	padding-bottom: 0;
	}
	.katBox .boxlist-item__text-holder {
    	position: relative;
    	padding: 2rem 1.5rem;
	}
	.testimonials {
    	padding: 6rem 1.5rem 2rem;
	}
	.testimonials:after {
    	height: 30px;
	}
	
	/*----ARVOT*/
	.arvot ul li:before {
		display:none;
	}
	.arvot ul li {
    	width: 100%;
		margin:0 0 1%;
	}
	.arvot ul li h4 {
		position:relative;
		left:auto;
		right:auto;
		top:auto;
		transform:none;
		text-align:left;
		padding:1rem;
	}
}




@media (max-width: 460px){
	h1 {font-size:1.75rem;}
	h2 {font-size:1.75rem;}
	h3 {font-size:1.15rem;}
	h4 {}
	h5 {}
	
	.sivu1 #showcase h2 {font-size: 2.0rem;}


	/*top+navi*/
	#mobile-buttons .butWrap:last-child {
		display:none;
	}
	.butWrap {
		margin-right:0;
	}


	/*----ETU*/
	body.sivu1 #showcase .hero-slider__item .hero-slider__text-content {
    	padding:8rem 0 9rem 0;
	}
	.infoBox .editor-content__item-img-holder {
    	margin-bottom: 1.5rem !important;
	}
	.infoBox .editor-content__item-img-holder img {
    	max-height: 50px;
	}
	.logot ul li {
    	width: 48%;
	}
	.logot ul li img {
		max-width: 100px;
		max-height: 30px;
	}
	.content-slider__item .content-slider__text-content {
    	padding: 5rem 1rem 4rem;
	}

}






/* HLÖSTÖKUVAT */
.sivu31 #main-after > .content-section {
	padding-top:8rem;
}
.container .col-lg-8 .content-section {
	padding-top:0;
}

.hlot .editor-content__item-img-holder {
    padding-bottom: 100%;
}

.hlot .editor-content__item-editor.editor p img {
	height: 16px;
    width: auto;
    margin-left: 5px;
    vertical-align: text-top;
}
@media(max-width:1100px) {
	.container .col-lg-8 .content-section {
		padding-left:0;
		padding-right:0;
	}
}
@media(max-width:991.8px) {
	.sivu31 #main-after > .content-section {
		padding-top: 3rem;
	    padding-bottom: 0.5rem;
	}
	.sivu31 #main-after h2 {
		margin:0 0 2rem;
	}
	.sivu31 #main-after .col-12.col-lg-8 {
		padding-left:0;
		padding-right:0;
	}

}

