
.information-contact h2{
	text-align:center;
}
.contact-way.yhteystietolaatikot{
	width:30%;
	padding: 2px 20px;
}

.contact-banner{
    background: #212325;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	border-radius: 7px;
	width:100%;
}

.left-logo img {
    max-width: 500px;
    min-width: 300px;
    width: 100%;
}
.left-logo {
    width: 100%;
    text-align: center;
    padding: 15px 30px 0px 30px;
}
.left-teksti h2{
	color: #fff;
    text-align: center;
    margin: 0px;
    padding: 0px;
}	
.left-teksti {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    padding: 0px 15px 15px 15px;
}
.threeboxflex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 20px auto 5px auto;
    max-width: 100%;
    background: #ececec;
    padding: 20px 0px;
}
.invoices p{
	font-size: 13px !important;
	margin-bottom: 10px !important;
}
.threebox {
    text-align: center;
    width: 30%;
    box-shadow: 2px 2px 5px #b1b1b1e3;
    padding: 15px 15px 30px 15px;
    border-radius: 7px;
    min-width: 200px;
    background: #fff;
}

.threebox img{
	font-size: 40px;
	width:1em;
	text-align: center;
	padding: 0px;
	filter:opacity(0.6);
}
.threebox h3{
	font-size: 18px;
	font-weight: 500;
}
.threebox p{
	font-size: 15px;
}

.threebox .clinkki a{
	font-size: 15px;
	color: #000;
	text-decoration: underline;
}

.threebox .clinkki a:hover{
	font-weight: 600;
	color: #2fb44a;
}

.kartta-container{
	width:80%;
	height: auto;
	margin:auto;
	overflow:hidden;
}
.kartta {
    overflow: hidden;
    position: relative;
    padding: 250px 0px;
    height: 0;
    width:100%;
    margin: auto;
}

.kartta  iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.threebox table{
	width: 75%;
	margin: auto;
	table-layout: fixed;
	font-size: 16px;
}
.kartta iframe{
	box-shadow: 2px 2px 15px #2222224d;
    border-radius: 7px;
}
.contact-page .how-to-contact{
	padding-top: 0px;
}

.center-column{
	padding-top:20px;
}

.muuinfo{
	display: flex;
	flex-direction:row; 
	justify-content: space-evenly; 
	width:100%; 
	min-width:300px;
	margin:auto;
	background: #b1b1b13d;
	padding: 15px 0px;
}

.contact-page .how-to-contact .contact-way .inner-contact span {
    font-size: 35px;
    text-align: center;
    color: #999;
    padding: 20px 0px 15px 0px;
    display: block;
}

.contact-page .how-to-contact .contact-way {
    text-align: center;
    margin: 20px 15px;
    box-shadow: 2px 2px 5px #1616168f;
    max-width: 450px;
    border-radius: 15px;
	background: #fff;
	width:48%;
	padding: 20px;
}
.myymala-huomio{
    width: 80%;
	max-width:1000px;
    margin: 30px auto;
    height: auto;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 2px 2px 5px #b1b1b1e3;
	border: 2px #212325 solid;
}
.myymala-huomio p{
	font-size: 20px;
    color: #000;
}
@media (max-width:1300px){
	.threebox table{
		width:100%;
	}
}
@media (max-width:768px){
	.contact-way.yhteystietolaatikot{
		width:100%;
		padding:5px 30px;
	}
	.threeboxflex {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: auto;
		max-width: 100%;
		background: #ececec;
		padding: 10px 0px;
	}
	.threebox {
		text-align: center;
		max-width: 350px;
		width: 100%;
		box-shadow: 2px 2px 5px #b1b1b1e3;
		padding: 15px 0px 25px 0px;
		border-radius: 7px;
		min-width: 250px;
		background: #fff;
		margin: 10px;
	}
	.muuinfo{
		flex-direction: column;
		justify-content: center;
	}
	.contact-page .how-to-contact .contact-way {
		margin: 10px auto;
		max-width: 450px;
		width:100%;
		padding: 20px;
	}
	.left-logo img {
		min-width: auto;
	}
	.myymala-huomio{
		width: 100%;
		margin: 15px auto;
		height: auto;
		padding: 15px;
		border-radius: 15px;
		text-align: center;
		box-shadow: 2px 2px 5px #b1b1b1e3;
		border: 2px #212325 solid;
	}
	.myymala-huomio p{
		font-size: 18px;
		color: #000;
	}
	
}