








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */




/* 1h. Site footer */




form .hs-form-booleancheckbox-display {
  padding-left: 2rem;
  display: block;
}





.content-wrapper {
  /*max-width: 2032px;*/
}

/*.dnd-section,
.content-wrapper--vertical-spacing {
padding: 83px 20px;
}
*/

.dnd-section,
.content-wrapper--vertical-spacing {
  margin: 30px;
}

div.social-sharing-emetro{
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.dnd-section > .row-fluid {
  max-width: 2032px;
}

.before-footer-dnd-area .dnd-section {
  padding: 0;
  margin: 0;
}

.before-footer-dnd-area .dnd-section > .row-fluid {
  max-width: 100%;
}





html {
  font-size: 20px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  background: #FAF9F6;
}

.hs-error-msg {
  color:#d00000;
}

.error-page .body-container-wrapper a {
  color: #005EB8;
  text-decoration:none;
  font-weight:400;
}


.basic-link {
  text-decoration: none;
  font-size: 0.8rem;
  padding: 0.6rem;
  text-transform:uppercase;
  font-weight:400;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.basic-link--blue {
  background: #005EB8;
  color: #FFF;
}

.basic-link--blue:hover {
  background:#0071dd;
}


/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  margin-bottom: 0.6rem;
}

/* Anchors */

a {
  color: #29694D;
}

a:hover,
a:focus {
  color: #014125;
}

a:active {
  color: #519175;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Recoleta-Regular, serif; font-style: normal;
  color: #000000;
  font-family: 'Recoleta-Medium';
  font-size: 45px;
  font-weight: 500;
}

h2 {
  font-weight: 400; text-decoration: none; font-family: Recoleta-Regular, serif; font-style: normal;
  color: #000000;
  font-size: 36px;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Recoleta-Regular, serif; font-style: normal;
  color: #000000;
  font-size: 30px;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: Recoleta-Regular, serif; font-style: normal;
  color: #000000;
  font-size: 24px;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: Recoleta-Regular, serif; font-style: normal;
  color: #000000;
  font-size: 16px;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Recoleta-Regular, serif; font-style: normal;
  color: #000000;
  font-size: 14px;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}





button,
.button {
  border: 1px solid #000000;
  color: #000000;
  padding: 15px 20px;
}
.hs-button {
  color: #000000;
  padding: 15px 20px;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus  {
  background-color: rgba(0, 0, 0, 1.0);
  border-color: #000000;
  color: #FFF;
}

button:active,
.button:active,
.hs-button:active{
  background-color: rgba(40, 40, 40, 1.0);
  border-color: #282828;
  color: #000000;
}





form,
.submitted-message {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  color: #F8FAFC;
}

/* Form label */

form label {
  color: #000000;
}

/* Form help text */

form legend {
  color: #000000;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #D1D6DC;
  color: #000000;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #000000;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000000;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #000000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #000000 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}

/* Submit button */
/*
form input[type=submit],
form .hs-button {
background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
border: 1px solid #000000;
border-radius: 6px;
color: #000000;
padding: 15px 20px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
background-color: rgba(0, 0, 0, 1.0);
border-color: #000000;
color: #000000;
}

form input[type=submit]:active,
form .hs-button:active {
background-color: rgba(40, 40, 40, 1.0);
border-color: #282828;
color: #000000;
} */

/*captcha - trendiraportti*/
.hs-form-2f9fad9c-078e-4f1d-a616-a0ffad91daf1 #hsRecaptchaTarget {
  display: none;
}







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000000;
}

th,
td {
  border-color: #000000;
  color: #000000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  border-bottom-color: #000000;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(230, 225, 209, 1.0)

;
  color: #000000;
}





.header {
  background-color: ;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #000000;
  font-family: Roboto, sans-serif;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #282828;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #000000;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: ;
  border-color: #494A52;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #494A52;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #494A52;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #000000;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: ;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #000000;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(230, 225, 209, 1.0)

;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #000000;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  /*padding: 83px 0;*/
}

/* Blog listing */

.blog-index__post-title-link {
  color: #000000;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #000000;
}

/* Blog pagination */

.blog-pagination__link {
  color: #000000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #000000;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #000000;
}

/* Blog post */

.blog-post__meta a {
  color: #000000;
}

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #282828;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #000000;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 83px;
}

#comments-listing .comment-reply-to {
  color: #29694D;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #014125;
}

#comments-listing .comment-reply-to:active {
  color: #519175;
}











.card__price {
  font-weight: 700; text-decoration: none; font-family: Recoleta-Regular, serif; font-style: normal;
  color: #000000;
  font-size: 30px;
}





/* ####   PASI PIIRTÄNYT ÄÄRIVIIVAT JOTTA DIVIEN REUNAT EROTTUVAT   ##### */

.blog_template_wrap > * {
  border: 1px dotted grey;
  margin: 3px;
}

.blog_template_block > * {
  border: 1px dotted grey;
  margin: 3px;
}

.blog_template_wrap {
  margin-top: 200px;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.blog_template_block {
  max-width: 900px;
  display: flex;
  flex-direction: row;
}

.blog_template_sidebar {
  display: flex;
  flex-direction: column;
  width: 150px;
  padding-right: 0.7em;

}

.blog_template_content {
  max-width: 745px;
}
.share {
  display: flex;
  flex-direction: column;
  width: 170px;
  padding-right: 30px;
}







.header-top__nav a {
  font-size: 0.8rem;
}

.