@charset "utf-8";
/* SITE STYLES - PROPERTY OF METAVISUAL LTD 
	Blue: 598cdd 	Green: 93a744 (145,167,67) */
/* FONTS *//* Open Sans Light 300; Light 300 Italic; Normal 400; Normal 400 Italic; Semi-Bold 600; Semi-Bold 600 Italic; Bold 700; Bold 700 Italic */ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,700italic,400italic);
/* Pacifico */@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500&display=swap');


/* TOP-LEVEL ELEMENTS */ body, input, textarea, select { font-family: 'Open Sans', Arial, Helvetica, sans-serif; box-sizing: border-box; } body { margin: 0px; padding: 0px; background-color: #fff; color: #404040; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } .body-l3 { font-size: 15px; font-weight: 300; } #bcframe { margin: 0px; box-shadow: -20px -20px 20px rgba(220,220,220,0.3), 20px -20px 20px rgba(220,220,220,0.3); }
/* PAGES NAVIGATION MENU *//* language selection */ #lang_selection { } /* subpage menu *//* Note: IE10 has a problem with this: ul.subpagemenu_pages li:hover { font-weight: 700; } */ .subpagemenu_pages { padding: 0; } ul.subpagemenu_pages li { list-style: none; border-left: 0.5em solid #5d4833; padding-left: 1em; } ul.subpagemenu_pages li.menuitemblock_down { font-weight: 700; color: #4d6625; } ul.subpagemenu_pages li:hover { color: #4d6625; } ul.subpagemenu_pages li a { text-decoration: none; }
/* HEADINGS */
h1, h2, h3, h4, h5, h6, h7 { font-family: 'Montserrat Alternates', sans-serif; line-height: 1em; color: #93a744; margin: 0px; font-weight: normal; }
.suppressheadings h1 { margin: 0px; font-size: 120%; line-height: 1em; color: #4d6625; padding-bottom: 5px; background: none; }
h1 { font-size: 200%; font-weight: bold; padding: 0px 0px 15px 0px; }
h2 { font-size: 120%; font-weight: 700; padding: 5px 0px 5px 0px; }
h3 { font-size: 100%; font-style: italic; padding: 5px 0px 5px 0px; }
h4 { font-size: 100%; padding: 5px 0px 5px 0px; }
h1 strong { text-transform: uppercase; font-weight: 600; }

/* POWERED BY */ #poweredby { color: inherit; color: rgba(0,0,0,0.4); font-size: 90%; text-align: center; } #poweredby:hover { color: inherit; } #poweredby-inner > span { display: inline-block; padding: 10px; } #poweredby .divider { border-right: 1px solid rgba(0,0,0,0.25); margin-right: 10px; } #poweredby .title, #poweredby .txt { padding: 12px 5px; }
/* ... site warning for old browsers */ .siteWarning { margin: 1em auto; color: black; font-size: 90%; color: #000; } .siteWarning a { font-weight: bold; color: #000 !important; }
/* ARTICLE */ .paragraph { margin: 0 0 1em 0; } .article .date { font-size: 90%; color: #939598; }
/* Unordered list */ ul li { list-style: disc; } ul, ol { text-align: left; padding-left: 20px; }
/* Read more */ .readmore_prompt { font-weight: normal; font-style: italic; } .before_readmore_prompt { display: none !important; height: 0px; } .warning { font-size: 90%; line-height: 1.2em; background-color: rgba(255,255,255,0.7); margin: 0px; padding: 0.25em; } .warning .aux { font-size: 90%; color: #666; }
/* pageTab */ .pageSelectionTabs { margin: 2em auto 0em auto !important; } .pageTab.previousPage .icon, .pageTab.nextPage .icon { display: none; } .pageTab.previousPage .icon, .pageTab.nextPage .icon { display: none; } .pageSelectionTabs { display: table; border-spacing: 5px; margin: 0px; font-size: 0.9em; } a.pageTab, div.pageTab { background-color: transparent; border-color: #93a744; border-image: none; border-style: solid; border-width: 1px; display: table-cell; padding: 3px 5px; } .pageTab.firstTab, .pageTab.lastTab, .pageTab.previousTab, .pageTab.nextTab { border-color: rgba(0, 0, 0, 0.05); } .pageTab:hover:not(.disabled), .pageTab.currentlyActive { background-color: #93a744; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; color: #fff; font-weight: bold; } .pageTab.disabled { color: #CCC; }
/* FORMS */ form.submitForm table { width: 100%; } form.submitForm td { padding: 0 0.5em; vertical-align: top; } form.submitForm h2 { } form.submitForm h3 { margin-top: 0.5em; } form.submitForm .formButtons.bottom { text-align: right; } /* palautelomake */ form[name='palautelomake'] table td:nth-child(2):not(:first-child) { width: 60%; }
/* */
.pageSelectionTabs .pageTab.firstTab, .pageSelectionTabs .pageTab.lastTab { display: none; }