hr, header, aside, footer,
.breadcrumb,
.nav-primary, .nav-secondary,
.text-sizing {
	display: none;
}


/* Komponentti-editori */
/*
#components {
	height: auto !important;
}


#components .component {
	clear: both;
    position: initial !important;
    top: initial !important;
    right: initial !important;
    bottom: initial !important;
    left: initial !important;
}
*/
/* /Komponentti-editori */


/* Fonttikokoja */
.list-ingress,
.list.list--small h1,
.list--light-style-2 h1 {
	font-size: 1em;
}
/* /Fonttikokoja */

/* kuuntelunappi */
.rsbtn {
	display: none;
}

/* komponenttifiksit*/
html,body,#wrapper{
    width:100%;
}

#components {
    height: auto !important;
	max-width: 670px !important;
}

.grid-item-inner {
	padding-left: 0 !important;
	padding-right:  0 !important;
}

.bp-med-w-50-33 {
	width: 33%;
}

.bp-med-w-50-66 {
	width: 66%;
}

.bp-med-w-100-50 {
	width: 50%;
}

.bp-med-w-100 {
	width: 100;
}
/* /komponenttifiksit*/

/* scriptikuvat ei saa venyy, printattaessa ei skriptit skulaa */
img {
	max-width: 100% !important;
	max-height: 100% !important;
}

.elementti-kuva img {
	width: auto !important;
	height: auto !important;
}

/* neta piiloon */
[src*="neta.html.stx"] {
    display: none;
}

/* otsikoiden koot */
h1 {
	font-size: 28px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}
