/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b {
	font-weight: bold;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

footer {
	margin-top: 2em; /* ui grid margin: -1em;*/
}
#content {
	color: #444;
}
.moduuli {
	padding: 10px;
}
.module_content ul {
    list-style-type: circle;
    padding-left: 10px;
    margin-left: 10px;
}

table {
	border-collapse: separate;
}
.slide_trigger {
	cursor: pointer;
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
div.nomargin {
	margin: 0 !important;
	padding: 0 !important;
}
/******* PALSTAT ************/
.palsta {
	display: inline-block;
	min-height: 20px;
	vertical-align: top;
}
.palsta2 {
	width: 50%;
}
div.row .row {
	margin: 0;
}

.ease {
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
 	        transition: all .2s ease;
}


.small {
	font-size: .8rem;
}
/********** ANKKURIT **********/
.anchor:before {
  display: block;
  content: " ";
  margin-top: -85px;
  height: 75px;
  visibility: hidden;
}

/************************ YLÄPALKKI DROPDOWN-VALIKKO ******************/
nav.dropdownvalikko .ui.secondary.menu > .item {
	display: inline-block;
}
nav.dropdownvalikko > .ui.menu {
	display: block;
	line-height: 65px;
}
nav.dropdownvalikko .ui.secondary.menu .ui.dropdown .item {
	display: flex !important;
}
nav.dropdownvalikko .ui.secondary.menu .ui.dropdown .item a {
	flex-grow: 1;
}
nav.dropdownvalikko .ui.secondary.menu .ui.dropdown .dropdown.icon {
	float: none !important;
}

/***************** YLÄPALKKI - VALIKKO ************/

	nav.oletusvalikko ul {
		-webkit-font-smoothing:antialiased;
		/*text-shadow:0 1px 0 #333;*/
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav.oletusvalikko li {
		/*float: left;*/
		margin: 0;
		margin-left: 1px;
		padding: 0;
		position: relative;
		width: 100%;
		/*background: #bde;*/
		display: inline-block;
	}
	nav.oletusvalikko > ul > li {
		display: inline-block;
		width: auto;
		padding: 0 20px;
	}
	nav.oletusvalikko > ul > li:last-child.dropdown {
		padding-right: 100px;
	}
	nav.oletusvalikko > ul > li:nth-last-child(-n+3) > ul > li > ul {
		left: -190px;
	}
	nav.oletusvalikko > ul > li > a {
		color: #333;
	}
	nav.oletusvalikko a {
		/*background: #ddd;*/
		color: #eee;
		display: block;
		font: bold 14px/37px sans-serif;
		/*padding: 0 25px;*/
		height: 38px;
		text-align: center;
		text-decoration: none;

	}
nav.oletusvalikko li ul {
	float: left;
	text-align: left;
	left: -2px;
	opacity: 0;
	margin: 0;
	padding:0;
	position: absolute;
	top: 37px;
	visibility: hidden;
	display: none;
	/*overflow: hidden;*/
	width: 191px;
	background: #252829;
	border: 0px solid #fad;
	border-top: 0px;
	z-index: 100;
}
nav.oletusvalikko > ul > li > ul {
	top: 65px;
}
nav.oletusvalikko li ul li {
    float: none;
    width: 99%;
    height: 10px;
	z-index: 100;
}
nav.oletusvalikko li ul a {
	text-align: left;
	opacity: 1;
	font: 12px/20px sans-serif;
	padding: 5px 15px;
	height: auto;
}
nav.oletusvalikko li ul li ul {
	/*overflow: hidden;*/
	left: 100%;
	top:0;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
 	        transition: all .2s ease;
}
nav.oletusvalikko li ul li:hover ul {
	visibility: visible;
}

nav.oletusvalikko li ul li:hover {
	background-color: rgba(80,83,123,0.5);
}

.valikko-ikoni {
	max-height: 40px;
	max-width: 40px;
}
.valikko-ikoni:hover {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}
@media (min-width: 993px) {
	nav.oletusvalikko > ul > li > a {
		height: 65px;
		line-height: 65px;
	}
	nav.oletusvalikko li:hover > ul {
		opacity: 1;
		visibility: visible;
		z-index: 100;
		display: block;
	}
	nav.oletusvalikko li:hover > ul > li {
		height: auto;
	}
	nav.oletusvalikko .avaa_valikkokohta {
		display: none;
	}
	nav.oletusvalikko li ul a {
		padding: 15px 15px;
	}
	nav.oletusvalikko > ul > li:hover > a {
		color: #666;
	}
	nav.oletusvalikko li ul li:hover > a {
	   	color: #fff;
		text-decoration: none;
	}
}

@media (max-width: 992px) {
	nav.oletusvalikko > ul > li {
		display: block;
	}
	nav.oletusvalikko ul li {
		height: auto !important;
	}
	nav.oletusvalikko li a {
		text-align: left;
		color: #333;
		padding-right: 0 !important;
	}
	nav.oletusvalikko li ul {
		float: none;
		text-align: left;
		opacity: 1;
		position: static;
		visibility: visible;
		display: none;
		width: 100%;
		background: none;
		border: 0px solid #fad;
		border-top: 0px;
		z-index: 100;
	}
	nav.oletusvalikko li ul.dropdown.dropdown_avoinna {
		display: block;
		padding-bottom: 10px;
	}
	nav.oletusvalikko li ul ul {
		padding-left: 20px;
	}
	nav.oletusvalikko li ul li {
		width: 100%;
	}
	nav.oletusvalikko li ul li:hover {
		background: none;
	}
	nav.oletusvalikko li span {
		float:right;
	}
	nav.oletusvalikko li:hover > a {
		color: #666;
	}
	nav.oletusvalikko {
		display: none;
	}
	#menupalkki .ylapalkkimenu[ylavalikkonakyvissa="1"] {
		display: block;
	}
}

/************************* MOBIILIVALIKKO ***********************/
.mobile_nav {
	list-style-type: none;
	background: rgba(91, 181, 203, 0.7);
	box-shadow: 0 0 18px rgba(0, 0, 0, .4);
	width: auto;
	display: none;
	border-color: #444;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	padding-left: 10px;
	margin: 0;
}
.mobile_nav li a {
	font-size: 20px;
	text-decoration: none;
	line-height: 30px;
	display: block;
	color: #333;
}
.mobile_nav li a:hover {
	color: #666;
}
.mobile_nav li ul {
	padding-left: 10px;
}
.mobile_menu_trigger {
	display: none;
	cursor: pointer;
}


/****************** Linkki **********************/
/*.module_content a:after {
	content: " (" attr(href) ")";
}*/

/************************************************************/
/************************ SKAALAUS **************************/
/************************************************************/





/************************* SEMANTIC UI *********************/
.ui.megamenucontainer.container {
  display: none;
}
.ui.nobackground.button {
    box-shadow: none !important;
    background: none !important;
}
.ui.nobackground.white.button {
	color: white !important;
    background: none !important;
}
.ui.nobackground.white.button:hover {
	color: gray !important;
    background: none !important;
}

.ui.form .transparent.inverted input:focus {
	color: white;
}
.ui.pagination.menu span:hover {
    cursor: pointer;
}
.right_aligned {
	text-align: right !important;
}

div.swiper-container {
	z-index: 0;
}

@media (max-width: 765px) {
	.mobile_right_aligned {
		text-align: right !important;
	}
}

/**************** KIELIVALINTA **********************/
.popupwidget img, .popupwidget_text img {
	max-height: 15px;
	vertical-align: middle;
}

/******************** SIVUPRINTTAUS *********************/
@media screen and (min-width: 920px) {
	page[size="A4"] {
	  background: white;
	  width: 21cm;
	  height: 29.7cm;
	  display: block;
	  margin: 0 auto;
	  padding: 30px;
	  margin-bottom: 1.5cm;
	  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
	}
	page[size="A4"] body {
		padding: 15mm;
	}
}
#printdiv {
	display: none !important;
}
@media print {
	body {
		overflow: visible !important;
		height: auto !important;
		padding: 0px !important;
		margin: 0px !important;
	}
	page[size="A4"] {
		padding: 0;
		margin: 0;
		box-shadow: 0;
		break-after: always;
	}
	@page {
		margin: 10mm !important;
		size: auto;
	}
	#printdiv {
		height: 100%;
		display: block !important;
		width: auto;
		height: auto;
		overflow: visible; 
	}
	/* #printdiv * {
		position: relative !important;
	} */
	#printdiv section {
		break-after: always;
	}
	#printdiv td, #printdiv tr {
		break-inside: avoid !important;
	}
	.page-break-after {
		page-break-after: left;
	}
	.noprint {
		display: none !important;
	}
}
html {
	font-size: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.5rem;
	line-height: 4rem;
	font-weight: 400;
}
 
h2 {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 400;
}
 
h3 {
	font-size: 1.7rem;
	line-height: 2.5rem;
	font-weight: 400;
}
 
h4 {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 400;
}
 
h5 {
	font-size: 1.2rem;
	line-height: 1.7rem;
	font-weight: 400;
}
 
h6 {
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	/*word-wrap: break-word;*/
}
p {
	margin: 1em 0;
	color: #222;
	font-size: 1rem;
}

b {
	font-weight: bold;
}
a, a:active {
	text-decoration: none;
	color: inherit;
	outline: 0;
}
a:active { outline: none; }  
a:focus{ -moz-outline-style: none; }
/*.pagecontent a {
	text-decoration: underline;
	color: #3333aa;
}
.pagecontent a:hover {
	text-decoration: underline;
}*/
small {
	font-size: 0.7rem;
}
i:not(.icon), em {
	font-style: italic;
}

/*blockquote {
	display: block;
	margin-left: 20px;
	padding: 10px 0px 10px 60px;
	color: #444;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-size: 60px;
	font-weight: bold;
	color: #999;

	position: absolute;
	left: 10px;
	top:0px;
}
blockquote cite {
	display: block;
	margin: 10px 0px;
}
blockquote cite:before {
	content: "\2014 \0020";
}*/

.pagecontent ul {
	list-style-type: circle;
	padding-left: 10px;
	margin-left: 10px;
}
.module_content {
	font-size: 1rem;
	color: #222;
}
.moduuli {
	color: #222;
}


/************************************************************/
/************************ SKAALAUS **************************/
/************************************************************/

@media (max-width: 750px) {
	
}

/********************** FORM ********************************/
/*input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #444444;
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}
*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
}
legend {
    border: 0;
    padding: 0;
}


/************************* SEMANTIC UI ****************************/
.text.white {
  color: #FFFFFF;
}
.text.grey {
  color: #CCCCCC;
}
.text.black {
  color: #1B1C1D;
}
.text.yellow {
  color: #F2C61F;
}
.text.teal {
  color: #00B5AD;
}
.text.red {
  color: #D95C5C;
}
.text.purple {
  color: #564F8A;
}
.text.pink {
  color: #D9499A;
}
.text.orange {
  color: #E07B53;
}
.text.green {
  color: #5BBD72;
}
.text.blue {
  color: #3B83C0;
}
.textcontent table {
	width: 100%;
}
.textcontent a[tyyppi='kaava'] {
	color: inherit;
}

.textcontent table {
	width: 100%;
}

.textcontent ul {
	list-style-type: disc;
	padding-left: 30px;
}
.textcontent ul ul {
	list-style-type: circle;
}
.ui.grid.positiveverticalmargin {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.ui.grid.noverticalmargin {
	margin-top: 0rem;
	margin-bottom: 0rem;
}
.disable-last-child-margin-bottom .ui.segment:last-child {
	margin-bottom: 1rem;
}
.left.aligned {
  float: left !important; }

.right.aligned {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  
/* Accordionin sisällä saa sieltä tyylejä */
.ui.search>.results .result .title {
	padding: 0;
	border: 0;
}
.ui.search>.results .result .content {
	padding: 0;
}

/* mobile displays */
@media only screen {
  .show-for-mobile-only, .show-for-mobile-up, .show-for-mobile, .show-for-mobile-down, .hide-for-tablet-only, .hide-for-tablet-up, .hide-for-tablet, .show-for-tablet-down, .hide-for-computer-only, .hide-for-computer-up, .hide-for-computer, .show-for-computer-down {
    display: inherit !important; }

  .hide-for-mobile-only, .hide-for-mobile-up, .hide-for-mobile, .hide-for-mobile-down, .show-for-tablet-only, .show-for-tablet-up, .show-for-tablet, .hide-for-tablet-down, .show-for-computer-only, .show-for-computer-up, .show-for-computer, .hide-for-computer-down {
    display: none !important; }

  .visible-for-mobile-only, .visible-for-mobile-up, .visible-for-mobile, .visible-for-mobile-down, .hidden-for-tablet-only, .hidden-for-tablet-up, .hidden-for-tablet, .visible-for-tablet-down, .hidden-for-computer-only, .hidden-for-computer-up, .hidden-for-computer, .visible-for-computer-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-mobile-only, .hidden-for-mobile-up, .hidden-for-mobile, .hidden-for-mobile-down, .visible-for-tablet-only, .visible-for-tablet-up, .visible-for-tablet, .hidden-for-tablet-down, .visible-for-computer-only, .visible-for-computer-up, .visible-for-computer, .hidden-for-computer-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.show-for-mobile-only, table.show-for-mobile-up, table.show-for-mobile, table.show-for-mobile-down, table.hide-for-tablet-only, table.hide-for-tablet-up, table.hide-for-tablet, table.show-for-tablet-down, table.hide-for-computer-only, table.hide-for-computer-up, table.hide-for-computer, table.show-for-computer-down {
    display: table !important; }

  thead.show-for-mobile-only, thead.show-for-mobile-up, thead.show-for-mobile, thead.show-for-mobile-down, thead.hide-for-tablet-only, thead.hide-for-tablet-up, thead.hide-for-tablet, thead.show-for-tablet-down, thead.hide-for-computer-only, thead.hide-for-computer-up, thead.hide-for-computer, thead.show-for-computer-down {
    display: table-header-group !important; }

  tbody.show-for-mobile-only, tbody.show-for-mobile-up, tbody.show-for-mobile, tbody.show-for-mobile-down, tbody.hide-for-tablet-only, tbody.hide-for-tablet-up, tbody.hide-for-tablet, tbody.show-for-tablet-down, tbody.hide-for-computer-only, tbody.hide-for-computer-up, tbody.hide-for-computer, tbody.show-for-computer-down {
    display: table-row-group !important; }

  tr.show-for-mobile-only, tr.show-for-mobile-up, tr.show-for-mobile, tr.show-for-mobile-down, tr.hide-for-tablet-only, tr.hide-for-tablet-up, tr.hide-for-tablet, tr.show-for-tablet-down, tr.hide-for-computer-only, tr.hide-for-computer-up, tr.hide-for-computer, tr.show-for-computer-down {
    display: table-row; }

  th.show-for-mobile-only, td.show-for-mobile-only, th.show-for-mobile-up, td.show-for-mobile-up, th.show-for-mobile, td.show-for-mobile, th.show-for-mobile-down, td.show-for-mobile-down, th.hide-for-tablet-only, td.hide-for-tablet-only, th.hide-for-tablet-up, td.hide-for-tablet-up, th.hide-for-tablet, td.hide-for-tablet, th.show-for-tablet-down, td.show-for-tablet-down, th.hide-for-computer-only, td.hide-for-computer-only, th.hide-for-computer-up, td.hide-for-computer-up, th.hide-for-computer, td.hide-for-computer, th.show-for-computer-down, td.show-for-computer-down {
    display: table-cell !important; } }
/* tablet displays */
@media only screen and (min-width: 768px) {
  .hide-for-mobile-only, .show-for-mobile-up, .hide-for-mobile, .hide-for-mobile-down, .show-for-tablet-only, .show-for-tablet-up, .show-for-tablet, .show-for-tablet-down, .hide-for-computer-only, .hide-for-computer-up, .hide-for-computer, .show-for-computer-down {
    display: inherit !important; }

  .show-for-mobile-only, .hide-for-mobile-up, .show-for-mobile, .show-for-mobile-down, .hide-for-tablet-only, .hide-for-tablet-up, .hide-for-tablet, .hide-for-tablet-down, .show-for-computer-only, .show-for-computer-up, .show-for-computer, .hide-for-computer-down {
    display: none !important; }

  .hidden-for-mobile-only, .visible-for-mobile-up, .hidden-for-mobile, .hidden-for-mobile-down, .visible-for-tablet-only, .visible-for-tablet-up, .visible-for-tablet, .visible-for-tablet-down, .hidden-for-computer-only, .hidden-for-computer-up, .hidden-for-computer, .visible-for-computer-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-mobile-only, .hidden-for-mobile-up, .visible-for-mobile, .visible-for-mobile-down, .hidden-for-tablet-only, .hidden-for-tablet-up, .hidden-for-tablet, .hidden-for-tablet-down, .visible-for-computer-only, .visible-for-computer-up, .visible-for-computer, .hidden-for-computer-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-mobile-only, table.show-for-mobile-up, table.hide-for-mobile, table.hide-for-mobile-down, table.show-for-tablet-only, table.show-for-tablet-up, table.show-for-tablet, table.show-for-tablet-down, table.hide-for-computer-only, table.hide-for-computer-up, table.hide-for-computer, table.show-for-computer-down {
    display: table !important; }

  thead.hide-for-mobile-only, thead.show-for-mobile-up, thead.hide-for-mobile, thead.hide-for-mobile-down, thead.show-for-tablet-only, thead.show-for-tablet-up, thead.show-for-tablet, thead.show-for-tablet-down, thead.hide-for-computer-only, thead.hide-for-computer-up, thead.hide-for-computer, thead.show-for-computer-down {
    display: table-header-group !important; }

  tbody.hide-for-mobile-only, tbody.show-for-mobile-up, tbody.hide-for-mobile, tbody.hide-for-mobile-down, tbody.show-for-tablet-only, tbody.show-for-tablet-up, tbody.show-for-tablet, tbody.show-for-tablet-down, tbody.hide-for-computer-only, tbody.hide-for-computer-up, tbody.hide-for-computer, tbody.show-for-computer-down {
    display: table-row-group !important; }

  tr.hide-for-mobile-only, tr.show-for-mobile-up, tr.hide-for-mobile, tr.hide-for-mobile-down, tr.show-for-tablet-only, tr.show-for-tablet-up, tr.show-for-tablet, tr.show-for-tablet-down, tr.hide-for-computer-only, tr.hide-for-computer-up, tr.hide-for-computer, tr.show-for-computer-down {
    display: table-row; }

  th.hide-for-mobile-only, td.hide-for-mobile-only, th.show-for-mobile-up, td.show-for-mobile-up, th.hide-for-mobile, td.hide-for-mobile, th.hide-for-mobile-down, td.hide-for-mobile-down, th.show-for-tablet-only, td.show-for-tablet-only, th.show-for-tablet-up, td.show-for-tablet-up, th.show-for-tablet, td.show-for-tablet, th.show-for-tablet-down, td.show-for-tablet-down, th.hide-for-computer-only, td.hide-for-computer-only, th.hide-for-computer-up, td.hide-for-computer-up, th.hide-for-computer, td.hide-for-computer, th.show-for-computer-down, td.show-for-computer-down {
    display: table-cell !important; } }
/* computer displays */
@media only screen and (min-width: 992px) {
  .hide-for-mobile-only, .show-for-mobile-up, .hide-for-mobile, .hide-for-mobile-down, .hide-for-tablet-only, .show-for-tablet-up, .hide-for-tablet, .hide-for-tablet-down, .show-for-computer-only, .show-for-computer-up, .show-for-computer, .show-for-computer-down {
    display: inherit !important; }

  .show-for-mobile-only, .hide-for-mobile-up, .show-for-mobile, .show-for-mobile-down, .show-for-tablet-only, .hide-for-tablet-up, .show-for-tablet, .show-for-tablet-down, .hide-for-computer-only, .hide-for-computer-up, .hide-for-computer, .hide-for-computer-down {
    display: none !important; }

  .hidden-for-mobile-only, .visible-for-mobile-up, .hidden-for-mobile, .hidden-for-mobile-down, .hidden-for-tablet-only, .visible-for-tablet-up, .hidden-for-tablet, .hidden-for-tablet-down, .visible-for-computer-only, .visible-for-computer-up, .visible-for-computer, .visible-for-computer-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-mobile-only, .hidden-for-mobile-up, .visible-for-mobile, .visible-for-mobile-down, .visible-for-tablet-only, .hidden-for-tablet-up, .visible-for-tablet, .visible-for-tablet-down, .hidden-for-computer-only, .hidden-for-computer-up, .hidden-for-computer, .hidden-for-computer-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-mobile-only, table.show-for-mobile-up, table.hide-for-mobile, table.hide-for-mobile-down, table.hide-for-tablet-only, table.show-for-tablet-up, table.hide-for-tablet, table.hide-for-tablet-down, table.show-for-computer-only, table.show-for-computer-up, table.show-for-computer, table.show-for-computer-down {
    display: table !important; }

  thead.hide-for-mobile-only, thead.show-for-mobile-up, thead.hide-for-mobile, thead.hide-for-mobile-down, thead.hide-for-tablet-only, thead.show-for-tablet-up, thead.hide-for-tablet, thead.hide-for-tablet-down, thead.show-for-computer-only, thead.show-for-computer-up, thead.show-for-computer, thead.show-for-computer-down {
    display: table-header-group !important; }

  tbody.hide-for-mobile-only, tbody.show-for-mobile-up, tbody.hide-for-mobile, tbody.hide-for-mobile-down, tbody.hide-for-tablet-only, tbody.show-for-tablet-up, tbody.hide-for-tablet, tbody.hide-for-tablet-down, tbody.show-for-computer-only, tbody.show-for-computer-up, tbody.show-for-computer, tbody.show-for-computer-down {
    display: table-row-group !important; }

  tr.hide-for-mobile-only, tr.show-for-mobile-up, tr.hide-for-mobile, tr.hide-for-mobile-down, tr.hide-for-tablet-only, tr.show-for-tablet-up, tr.hide-for-tablet, tr.hide-for-tablet-down, tr.show-for-computer-only, tr.show-for-computer-up, tr.show-for-computer, tr.show-for-computer-down {
    display: table-row; }

  th.hide-for-mobile-only, td.hide-for-mobile-only, th.show-for-mobile-up, td.show-for-mobile-up, th.hide-for-mobile, td.hide-for-mobile, th.hide-for-mobile-down, td.hide-for-mobile-down, th.hide-for-tablet-only, td.hide-for-tablet-only, th.show-for-tablet-up, td.show-for-tablet-up, th.hide-for-tablet, td.hide-for-tablet, th.hide-for-tablet-down, td.hide-for-tablet-down, th.show-for-computer-only, td.show-for-computer-only, th.show-for-computer-up, td.show-for-computer-up, th.show-for-computer, td.show-for-computer, th.show-for-computer-down, td.show-for-computer-down {
    display: table-cell !important; } }


/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }

  .hide-on-print,
  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; } }

/*# sourceMappingURL=visibility.css.map */

.full-screen-modal-modal {
	margin: auto;
	position: fixed;
	top: 10px;
	left: 0;
	right: 0;
	width: 80%;
	/*max-width: 630px;
	min-width: 320px;*/
	height: auto;
	z-index: 1000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.full-screen-modal-show {
	visibility: visible;
}

.full-screen-modal-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	background: rgba(#e4f0e3, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.full-screen-modal-show ~ .full-screen-modal-overlay {
	opacity: 1;
	visibility: visible;
}

.full-screen-modal-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.full-screen-modal-show ~ .full-screen-modal-overlay {
	background-color: rgba(255,255,255,1);
} 

.full-screen-modal-content h3,
.full-screen-modal-content {
	background: transparent;
}

.full-screen-modal-show .full-screen-modal-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.htmlmuokkain, .htmlmuokkain_content {
	display: flex;
	flex-direction: column;
}
.htmlmuokkain_content {
	flex-grow:1;
}

.htmlmuokkain_valikko .ui.buttons {
	margin-right: 10px;
}

.htmlmuokkain_valikko .ui.buttons, .htmlmuokkain_valikko .ui.button {
	vertical-align: top;
}

.ui.button.taustavari_button, .ui.button.tekstivari_button {
	vertical-align: top;
}

.muokkain_vaributton {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-width: 3px;
	border-style: solid;
}
.muokkain_vaributton:hover {
	cursor: pointer;
	border-color: #fafafa !important;
	transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
.entitymerkki {
	height: 25px;
	width: 25px;
	display: inline-block;
	font-size: 1.5rem;
	padding: 4px;
}
.entitymerkki:hover {
	cursor: pointer;
	background-color: #ccc;
	transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.lisaataulukko_popup_solu {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 1px;
	border: 1px #666 solid;
	background: #ddd;
}
.lisaataulukko_popup_solu.active {
	background: #acf;
}
.lisaataulukko_popup_solu:hover {
	opacity: 0.7;
}
.htmlmuokkain iframe {
	width: 100%;
	display: block;
	min-height:400px;
	border: 1px #cbcbcb solid;
	border-radius: 3px;
}


/*****************************************************************************/
#devmuokkaus_content *, #devmuokkaus_content *:before, #devmuokkaus_content *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}

img {
	border: 0;
}
table {
	border-collapse: collapse;
}

.kokoruutu {
	position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
}
.kokoruutu iframe {
	height: 100%;
}

#muokkausvalikko li ul li a pre,
#muokkausvalikko li ul li a address,
#muokkausvalikko li ul li a p,
#muokkausvalikko li ul li a h1,
#muokkausvalikko li ul li a h2,
#muokkausvalikko li ul li a h3,
#muokkausvalikko li ul li a h4,
#muokkausvalikko li ul li a h5,
#muokkausvalikko li ul li a h6 {
	margin: 0;
	color: inherit;
}


.button_images, .button_links, .button_taulukko_muok, .poista_rivi, .poista_sarake, .lisaa_rivi, .lisaa_sarake, .ui.button.button_anchor {
	display: none;
}
#menupalkki {
	display: flex;
	flex-direction: row;
}
.fui_megamenu {
	display: block;
	clear: none;
	background: white;
	vertical-align: top;
    line-height: 67px;
	flex-grow: 1;
}
.logokuva_hide_mobile {
	display: inline-block;
}
.fui_megamenu > ul {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.fui_megamenu .mega-menu {
    background-color: #eee;
    border-bottom: 2px #eee solid;
    border-left: 2px #eee solid;
    border-right: 2px #eee solid;
    position: absolute;      
    left: 0;
    right: 0;
 	padding: 0 20px;
 
    margin: 0;
    margin-top: 20px;
   -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    opacity: 0;
    display: block;
    visibility:hidden;
	max-width: 90%;
	
	margin-left: 10% !important;
	right: 10% !important;
	width: 80% !important;
	color: #353451;
	max-width: 100% !important;
}
.fui_megamenu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fui_megamenu .has-mega-menu:hover > .mega-menu {
	opacity: 1;
	visibility:visible;
}
.fui_megamenu > ul > li {
	padding: 20px 10px;
	flex-grow: 1;
	line-height: 20px;
	text-align: center;
}
.fui_megamenu ul ul li {
	padding: 0;
	margin: 0;
	line-height: 25px;
	text-align: left;
}
.fui_megamenu .ui.grid {
	margin: 0;
}
.fui_megamenu > ul > li > a {
	color: #333;
	vertical-align: middle;
	height: 100%;
    display: block;
    position: relative;
}

.fui_megamenu .mega-menu ul li {
  display: list-item;
  list-style-type: none;
  border: 0;
}

.fui_megamenu .mega-menu a {
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  font-weight: normal;
}


.fui_megamenu > ul > li:hover > a {
	color: #111;
}
.fui_megamenu .ui.button.megamenu_avaa_block {
	display: none;
}

.fui_megamenu .mega-menu > li {
  overflow: auto;
}

/****************** ALAVIIVA ********************/
.fui_megamenu > ul > li > a:after {
	content: '';
	display: block;
	margin: 0 auto;
	background-color: #fff;
   -webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.fui_megamenu > ul > li:hover > a:after {
	background-color: grey;
}
@media (min-width: 992px) {
	.fui_megamenu > ul > li > a:after {
		width: 1px;
		height: 2px;
		margin-top: 10px;
	}
	.fui_megamenu > ul > li:hover > a:after {
		width: 100%;
	}
}


/**************** MOBIILI ****************/
#main-menu-icon {
	cursor: pointer;
	transition: 0.4s;
}

@media (max-width: 991px) {
	#menupalkki, .fui_megamenu {
		flex-direction: column;
	}
	.fui_megamenu > ul {
		display: block;
		padding-left: 15px;
	}
	#menupalkki .ylavalikko {
		display: none;
	}
	#menupalkki .ylavalikko[ylavalikkonakyvissa="1"] {
		display: block;
	}
	.fui_megamenu .row .column {
		width: 50% !important;
	}
	.fui_megamenu .mega-menu {
		position: static;
		display: block;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		padding: 0;
		border: 0;
		margin: 0;
		opacity: 1;
		visibility: visible;
		background: none;
		max-height: 0;
		overflow: hidden;
	}
	.fui_megamenu > ul > li {
		text-align: left;
		padding: 10px 5px;
	}
	.fui_megamenu > ul > li > a {
		padding-left: 0;
	}
	.fui_megamenu .ui.button.megamenu_avaa_block {
		display: inline-block;
	}
	.fui_megamenu li.has-mega-menu.avattu .mega-menu {
		display: block;
	}
	li.has-mega-menu .mega-menu {
		line-height: 0px !important;
	}
	li.has-mega-menu.avattu .mega-menu {
		line-height: 30px !important;
	}
}

/*******************************************************/

.fui_megamenu .mega-menu .column {
	padding-top: 0.7em !important;
	padding-bottom: 0.7em !important;
}


.fui_megamenu .mega-menu h2, .fui_megamenu .mega-menu h2 a {
    margin: 0;
    padding: 0;
    line-height: 15px;
}
.fui_megamenu .mega-menu h2 a {
	font-size: 1.3rem;
	font-variant: small-caps;
	font-weight: normal;
	white-space: normal;
}
.fui_megamenu .mega-menu h2 a:hover, .fui_megamenu .mega-menu a:hover {
	color: #999;
}

/* Mega menus */


/* make mega menus take the full width of .main-nav */

#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}


.fui_megamenu > .has-mega-menu .scroll-up,
.fui_megamenu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}




/* Mobile menu toggle button */

.main-menu-btn {
  float: left;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

/*#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}*/

@media (min-width: 1000px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}



/* Mobile */
@media only screen and (max-width: 767px) {
  .fui_megamenu .mega-menu {
    width: auto !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fui_megamenu .mega-menu {
    width: 723px !important;
    margin-left: calc((100% - 723px)/2) !important;
    margin-right: calc((100% - 723px)/2) !important;
  }
}

/* Small Monitor */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fui_megamenu .mega-menu {
    width: 933px !important;
    margin-left: calc((100% - 933px)/2) !important;
    margin-right: calc((100% - 933px)/2) !important;
  }
}

/* Large Monitor */
@media only screen and (min-width: 1200px) {
  .fui_megamenu .mega-menu {
    width: 1127px !important;
    margin-left: calc((100% - 1127px)/2) !important;
    margin-right: calc((100% - 1127px)/2) !important;
  }
}
/** Trumbowyg v2.14.0 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
#trumbowyg-icons,#trumbowyg-icons svg{height:0;width:0}#trumbowyg-icons{overflow:hidden;visibility:hidden}.trumbowyg-box *,.trumbowyg-box ::after,.trumbowyg-box ::before,.trumbowyg-modal *,.trumbowyg-modal ::after,.trumbowyg-modal ::before{box-sizing:border-box}.trumbowyg-box svg,.trumbowyg-modal svg{width:17px;height:100%;fill:#222}.trumbowyg-box,.trumbowyg-editor{display:block;position:relative;border:1px solid #DDD;width:100%;min-height:300px;margin:17px auto}.trumbowyg-box .trumbowyg-editor{margin:0 auto}.trumbowyg-box.trumbowyg-fullscreen{background:#FEFEFE;border:none!important}.trumbowyg-editor,.trumbowyg-textarea{position:relative;box-sizing:border-box;padding:20px;min-height:300px;width:100%;border-style:none;resize:none;outline:0;overflow:auto}.trumbowyg-editor.trumbowyg-autogrow-on-enter,.trumbowyg-textarea.trumbowyg-autogrow-on-enter{transition:height .3s ease-out}.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:transparent!important;text-shadow:0 0 7px #333}@media screen and (min-width:0 \0){.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(200,200,200,.6)!important}}@supports (-ms-accelerator:true){.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(200,200,200,.6)!important}}.trumbowyg-box-blur .trumbowyg-editor hr,.trumbowyg-box-blur .trumbowyg-editor img{opacity:.2}.trumbowyg-textarea{position:relative;display:block;overflow:auto;border:none;font-size:14px;font-family:Inconsolata,Consolas,Courier,"Courier New",sans-serif;line-height:18px}.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea{height:1px!important;width:25%;min-height:0!important;padding:0!important;background:0 0;opacity:0!important}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea{display:block}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor{display:none}.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea{opacity:.8;background:0 0}.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before{content:attr(placeholder);color:#999;pointer-events:none}.trumbowyg-button-pane{width:100%;min-height:36px;background:#ecf0f1;border-bottom:1px solid #d7e0e2;margin:0;padding:0 5px;position:relative;list-style-type:none;line-height:10px;backface-visibility:hidden;z-index:11}.trumbowyg-button-pane::after{content:" ";display:block;position:absolute;top:36px;left:0;right:0;width:100%;height:1px;background:#d7e0e2}.trumbowyg-button-pane .trumbowyg-button-group{display:inline-block}.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-button-pane .trumbowyg-button-group::after{content:" ";display:inline-block;width:1px;background:#d7e0e2;margin:0 5px;height:35px;vertical-align:top}.trumbowyg-button-pane .trumbowyg-button-group:last-child::after{content:none}.trumbowyg-button-pane button{display:inline-block;position:relative;width:35px;height:35px;padding:1px 6px!important;margin-bottom:1px;overflow:hidden;border:none;cursor:pointer;background:0 0;vertical-align:middle;transition:background-color 150ms,opacity 150ms}.trumbowyg-button-pane button.trumbowyg-textual-button{width:auto;line-height:35px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.trumbowyg-button-pane button.trumbowyg-disable,.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button){opacity:.2;cursor:default}.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before{background:#e3e9eb}.trumbowyg-button-pane button.trumbowyg-active,.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-button-pane button:not(.trumbowyg-disable):hover{background-color:#FFF;outline:0}.trumbowyg-button-pane .trumbowyg-open-dropdown::after{display:block;content:" ";position:absolute;top:25px;right:3px;height:0;width:0;border:3px solid transparent;border-top-color:#555}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button{padding-left:10px!important;padding-right:18px!important}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after{top:17px;right:7px}.trumbowyg-modal,.trumbowyg-modal-box{top:0;left:50%;transform:translateX(-50%);backface-visibility:hidden;position:absolute}.trumbowyg-button-pane .trumbowyg-right{float:right}.trumbowyg-dropdown{width:200px;border:1px solid #ecf0f1;padding:5px 0;border-top:none;background:#FFF;margin-left:-1px;box-shadow:rgba(0,0,0,.1) 0 2px 3px;z-index:12}.trumbowyg-dropdown button{display:block;width:100%;height:35px;line-height:35px;text-decoration:none;background:#FFF;padding:0 10px;color:#333!important;border:none;cursor:pointer;text-align:left;font-size:15px;transition:all 150ms}.trumbowyg-dropdown button:focus,.trumbowyg-dropdown button:hover{background:#ecf0f1}.trumbowyg-dropdown button svg{float:left;margin-right:14px}.trumbowyg-modal{max-width:520px;width:100%;height:350px;z-index:12;overflow:hidden}.trumbowyg-modal-box{max-width:500px;width:calc(100% - 20px);padding-bottom:45px;z-index:1;background-color:#FFF;text-align:center;font-size:14px;box-shadow:rgba(0,0,0,.2) 0 2px 3px}.trumbowyg-modal-box .trumbowyg-modal-title{font-size:24px;font-weight:700;margin:0 0 20px;padding:15px 0 13px;display:block;border-bottom:1px solid #EEE;color:#333;background:#fbfcfc}.trumbowyg-modal-box .trumbowyg-progress{width:100%;height:3px;position:absolute;top:58px}.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar{background:#2BC06A;width:0;height:100%;transition:width 150ms linear}.trumbowyg-modal-box label{display:block;position:relative;margin:15px 12px;height:29px;line-height:29px;overflow:hidden}.trumbowyg-modal-box label .trumbowyg-input-infos{display:block;text-align:left;height:25px;line-height:25px;transition:all 150ms}.trumbowyg-modal-box label .trumbowyg-input-infos span{display:block;color:#69878f;background-color:#fbfcfc;border:1px solid #DEDEDE;padding:0 7px;width:150px}.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error{color:#e74c3c}.trumbowyg-modal-box label.trumbowyg-input-error input,.trumbowyg-modal-box label.trumbowyg-input-error textarea{border:1px solid #e74c3c}.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos{margin-top:-27px}.trumbowyg-modal-box label input{position:absolute;top:0;right:0;height:27px;line-height:27px;border:1px solid #DEDEDE;background:#fff;font-size:14px;max-width:330px;width:70%;padding:0 7px;transition:all 150ms}.trumbowyg-modal-box label input:focus,.trumbowyg-modal-box label input:hover{outline:0;border:1px solid #95a5a6}.trumbowyg-modal-box label input:focus{background:#fbfcfc}.trumbowyg-modal-box label input[type=checkbox]{left:5px;top:5px;right:auto}.trumbowyg-modal-box label input[type=checkbox]+.trumbowyg-input-infos span{width:auto;padding-left:25px}.trumbowyg-modal-box .error{margin-top:25px;display:block;color:red}.trumbowyg-modal-box .trumbowyg-modal-button{position:absolute;bottom:10px;right:0;text-decoration:none;color:#FFF;display:block;width:100px;height:35px;line-height:33px;margin:0 10px;background-color:#333;border:none;cursor:pointer;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;font-size:16px;transition:all 150ms}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{right:110px;background:#2bc06a}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover{background:#40d47e;outline:0}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:#25a25a}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{color:#555;background:#e6e6e6}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover{background:#fbfbfb;outline:0}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#d5d5d5}.trumbowyg-overlay{position:absolute;background-color:rgba(255,255,255,.5);height:100%;width:100%;left:0;display:none;top:0;z-index:10}body.trumbowyg-body-fullscreen{overflow:hidden}.trumbowyg-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding:0;z-index:99999}.trumbowyg-fullscreen .trumbowyg-editor,.trumbowyg-fullscreen.trumbowyg-box{border:none}.trumbowyg-fullscreen .trumbowyg-editor,.trumbowyg-fullscreen .trumbowyg-textarea{height:calc(100% - 37px)!important;overflow:auto}.trumbowyg-fullscreen .trumbowyg-overlay{height:100%!important}.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:#222;fill:transparent}.trumbowyg-editor embed,.trumbowyg-editor img,.trumbowyg-editor object,.trumbowyg-editor video{max-width:100%}.trumbowyg-editor img,.trumbowyg-editor video{height:auto}.trumbowyg-editor img{cursor:move}.trumbowyg-editor.trumbowyg-reset-css{background:#FEFEFE!important;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif!important;font-size:14px!important;line-height:1.45em!important;color:#333}.trumbowyg-editor.trumbowyg-reset-css a{color:#15c!important;text-decoration:underline!important}.trumbowyg-editor.trumbowyg-reset-css blockquote,.trumbowyg-editor.trumbowyg-reset-css div,.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css p,.trumbowyg-editor.trumbowyg-reset-css ul{box-shadow:none!important;background:0 0!important;margin:0 0 15px!important;line-height:1.4em!important;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif!important;font-size:14px!important;border:none}.trumbowyg-editor.trumbowyg-reset-css hr,.trumbowyg-editor.trumbowyg-reset-css iframe,.trumbowyg-editor.trumbowyg-reset-css object{margin-bottom:15px!important}.trumbowyg-editor.trumbowyg-reset-css blockquote{margin-left:32px!important;font-style:italic!important;color:#555}.trumbowyg-editor.trumbowyg-reset-css ul{list-style:disc}.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css ul{padding-left:20px!important}.trumbowyg-editor.trumbowyg-reset-css ol ol,.trumbowyg-editor.trumbowyg-reset-css ol ul,.trumbowyg-editor.trumbowyg-reset-css ul ol,.trumbowyg-editor.trumbowyg-reset-css ul ul{border:none;margin:2px!important;padding:0 0 0 24px!important}.trumbowyg-editor.trumbowyg-reset-css hr{display:block;height:1px;border:none;border-top:1px solid #CCC}.trumbowyg-editor.trumbowyg-reset-css h1,.trumbowyg-editor.trumbowyg-reset-css h2,.trumbowyg-editor.trumbowyg-reset-css h3,.trumbowyg-editor.trumbowyg-reset-css h4{color:#111;background:0 0;margin:0!important;padding:0!important;font-weight:700}.trumbowyg-editor.trumbowyg-reset-css h1{font-size:32px!important;line-height:38px!important;margin-bottom:20px!important}.trumbowyg-editor.trumbowyg-reset-css h2{font-size:26px!important;line-height:34px!important;margin-bottom:15px!important}.trumbowyg-editor.trumbowyg-reset-css h3{font-size:22px!important;line-height:28px!important;margin-bottom:7px!important}.trumbowyg-editor.trumbowyg-reset-css h4{font-size:16px!important;line-height:22px!important;margin-bottom:7px!important}.trumbowyg-dark .trumbowyg-textarea{background:#111;color:#ddd}.trumbowyg-dark .trumbowyg-box{border:1px solid #343434}.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen{background:#111}.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{text-shadow:0 0 7px #ccc}@media screen and (min-width:0 \0){.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(20,20,20,.6)!important}}@supports (-ms-accelerator:true){.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(20,20,20,.6)!important}}.trumbowyg-dark .trumbowyg-box svg{fill:#ecf0f1;color:#ecf0f1}.trumbowyg-dark .trumbowyg-button-pane{background-color:#222;border-bottom-color:#343434}.trumbowyg-dark .trumbowyg-button-pane::after{background:#343434}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after{background-color:#343434}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after{background-color:#2a2a2a}.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover{background-color:#333}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after{border-top-color:#fff}.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:#ecf0f1;fill:transparent}.trumbowyg-dark .trumbowyg-dropdown{border-color:#222;background:#333;box-shadow:rgba(0,0,0,.3) 0 2px 3px}.trumbowyg-dark .trumbowyg-dropdown button{background:#333;color:#fff!important}.trumbowyg-dark .trumbowyg-dropdown button:focus,.trumbowyg-dark .trumbowyg-dropdown button:hover{background:#222}.trumbowyg-dark .trumbowyg-modal-box{background-color:#222}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title{border-bottom:1px solid #555;color:#fff;background:#3c3c3c}.trumbowyg-dark .trumbowyg-modal-box label{display:block;position:relative;margin:15px 12px;height:27px;line-height:27px;overflow:hidden}.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span{color:#eee;background-color:#2f2f2f;border-color:#222}.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error{color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea{border-color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box label input{border-color:#222;color:#eee;background:#333}.trumbowyg-dark .trumbowyg-modal-box label input:focus,.trumbowyg-dark .trumbowyg-modal-box label input:hover{border-color:#626262}.trumbowyg-dark .trumbowyg-modal-box label input:focus{background-color:#2f2f2f}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{background:#1b7943}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover{background:#25a25a}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:#176437}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{background:#333;color:#ccc}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover{background:#444}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#111}.trumbowyg-dark .trumbowyg-overlay{background-color:rgba(15,15,15,.6)}.glide > .glidetrack, .glide > div > ul {
	height: 100%;
}
.swiper-pagination-bullet-active {
	background: #acacac;
}
.banneriswiper .swiper-slide {
	background-size: cover;
}

.header-text-div {
	margin-top: 50px;
	display: inline-block;
	padding: 20px;
	background: rgba(0,0,0,0.6);
}
.module_content img {
	max-width: 100%;
}
div.module_content {
	display:block;
	word-wrap: break-word;	
	padding: 0;
}
.module_content > div {
	padding: 10px;
}
.module_content_inner {
	max-width: 62.5rem;
	margin: 0 auto;
}
.module_content p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.module_content:after { /* FLOAT-KUVIEN KORJAUS */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.muokkaus_nappi {
	cursor: pointer;
	display: inline-block;
}
.muokkaus_nappi span {
	line-height: 20px;
	vertical-align: top;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.2em 1em;
}

.captiondiv {
	border: 1px #ddd solid;
	margin: 3px;
	display: inline-block;
	background: #eee;
	vertical-align: top;
}
.captiondiv div {
	padding: 3px;
}


/******* TEKSTI CLASS **********/
.module_content .valkoinen, .module_content .valkoinen p {
    color: white;
    text-shadow: 0px 0px 2px black;
}
.module_contentpicture_wrapper {
	display: flex;
}
.module_contentpicture_sivukuva {
	width: 50%;
	background-size: cover;
}

.module_contentpicture img {
	max-width: 100%;
}
div.module_contentpicture {
	display:block;
	word-wrap: break-word;	
	padding: 0;
}
.module_contentpicture > div {
	/*padding: 10px;*/
}
.module_contentpicture_inner {
	max-width: 62.5rem;
	margin: 0 auto;
	width: 50%;
	padding: 0 30px;
}
.module_contentpicture p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.module_contentpicture:after { /* FLOAT-KUVIEN KORJAUS */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.muokkaus_nappi {
	cursor: pointer;
	display: inline-block;
}
.muokkaus_nappi span {
	line-height: 20px;
	vertical-align: top;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.2em 1em;
}

.captiondiv {
	border: 1px #ddd solid;
	margin: 3px;
	display: inline-block;
	background: #eee;
	vertical-align: top;
}
.captiondiv div {
	padding: 3px;
}


/******* TEKSTI CLASS **********/
.module_contentpicture .valkoinen, .module_contentpicture .valkoinen p {
    color: white;
    text-shadow: 0px 0px 2px black;
}
.module_otayhteytta {

}
.module_otayhteytta input, .module_otayhteytta select, .module_otayhteytta textarea {
	display:block;
	width: 80%;
	max-width: 500px;
}
.module_otayhteytta > div {
	padding: 20px 0;
	max-width: 500px;
	margin: 0 auto;
}

.module_kuva {
	padding: 5px 2px;
}
.module_kuva figure {
	position: relative; 
	overflow: hidden;
	display: inline-block;
}
.module_kuva figcaption {
	position: absolute;
	bottom: -100px;
	background: rgba(0,0,0,0.4);
	padding: 10px;
	color: #eee;
	opacity: 0;
	bottom: 0; 
	left: -30%;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.module_kuva figure:hover figcaption {
	opacity: 1;
	left: 0;
}
/*.module_loginform input[type=text], .module_loginform input[type=password] {
	border-radius: 5px;
	margin: 3px;
	width: 90%;
	padding: 3px;
	display: inline-block;
}
.module_loginform input[type=submit],.module_loginform input[type=button] {
	border:1px solid #59b4d4;
	background:#0078a3;
	color:#eee;
	padding:5px 20px;
	border-radius:5px;
	cursor:pointer;
	text-decoration: none;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 15px;
}
.module_loginform input[type=submit]:hover, .module_loginform input[type=button]:hover {
	border:1px solid #666;
	background:#555;
	color:#fff;
}*/

.loginwidget_text {
	text-align: left;
}
@media only screen and (max-width: 450px) {
	.ui.button.mobile_login_button {
		padding: .78571429em .78571429em .78571429em; /* .ui.icon.button */
	}
	.mobile_login_button_text {
		display: none;
	}
}
.module_otayhteytta {

}
.module_otayhteytta input, .module_otayhteytta select, .module_otayhteytta textarea {
	display:block;
	width: 80%;
	max-width: 500px;
}
.module_otayhteytta > div {
	padding: 20px 0;
	max-width: 500px;
	margin: 0 auto;
}

.features {
  text-align: center; }
  .features hr {
    width: 25%;
    margin: 1rem auto; }
  .features .round-icon {
    background-color: #E87E04;
    border-radius: 50%;
    display: table;
    height: 120px;
/*    margin: -61px auto 1rem;*/
    margin: 10px auto 1rem;
    width: 120px;
    font-size: 4rem; }
    .features .round-icon span {
      color: #fff;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
  @media only screen and (max-width: 40em) {
    .features .columns {
      margin-bottom: 5rem; } }

.module_three_content a {
	text-decoration: none;
}
.module_three_content a:hover {
	text-decoration: none;
	color: gray;
}
.module_three_content a:hover .round-icon {
	background-color: rgba(77,148,255,0.45);
}
.module_three_content .round-icon {
	padding: 3px;
}

.module_three_content .margintop .round-icon {
	margin-top: -70px;
}

@media only screen and (max-width: 640px) {
	.module_three_content .margintop .round-icon {
		margin-top: 0px;
	}
	
}
.features {
  text-align: center; }
  .features hr {
    width: 25%;
    margin: 1rem auto; }
  .features .image-block {
    background-size: auto 170px;
    background-position: center center;
    border: 8px rgba(255,255,255,0.2) solid;
    display: table;
/*    margin: -61px auto 1rem;*/
    margin: 10px auto 1rem;
    width: 170px;
    height: 140px;
    font-size: 4rem; }
    .features .image-block span {
      color: #fff;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
  @media only screen and (max-width: 40em) {
    .features .columns {
      margin-bottom: 5rem; } }

.module_three_content_pictures .round {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 50%; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 50%; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 50%;
  
    height: 170px;
    border: 1px solid #fff;
}
.module_three_content_pictures a {
	text-decoration: none;
}
.module_three_content_pictures a:hover {
	text-decoration: none;
	color: gray;
}
.module_three_content_pictures a:hover .round {
    border: 1px solid #fff;

}
.module_three_content_pictures a:hover .image-block {
	background-color: rgba(77,148,255,0.45);
	opacity:0.9;
    border: 1px solid #fff;
}
.module_three_content_pictures .image-block {
	padding: 3px;
}

.module_three_content_pictures .margintop .image-block {
	margin-top: -70px;
}

@media only screen and (max-width: 640px) {
	.module_three_content_pictures .margintop .image-block {
		margin-top: 0px;
	}
	
}
.module_content img {
	max-width: 100%;
}
div.module_content {
	display:block;
	word-wrap: break-word;	
	padding: 0;
}
.module_content > div {
	padding: 10px;
}
.module_content_inner {
	max-width: 62.5rem;
	margin: 0 auto;
}
.module_content p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.module_content:after { /* FLOAT-KUVIEN KORJAUS */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.muokkaus_nappi {
	cursor: pointer;
	display: inline-block;
}
.muokkaus_nappi span {
	line-height: 20px;
	vertical-align: top;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.2em 1em;
}

.captiondiv {
	border: 1px #ddd solid;
	margin: 3px;
	display: inline-block;
	background: #eee;
	vertical-align: top;
}
.captiondiv div {
	padding: 3px;
}


/******* TEKSTI CLASS **********/
.module_content .valkoinen, .module_content .valkoinen p {
    color: white;
    text-shadow: 0px 0px 2px black;
}
