a {
  text-decoration: none;
}
a a:hover {
  text-decoration: underline;
}

* {
  padding: 0px;
  margin: 0px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.background-image {
  background-size: cover;
  background-position: center center;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

* {
  box-sizing: border-box;
}

#mfPreviewBar {
  display: none;
}

*:focus {
  outline: 0;
}

html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#hide-menu {
  display: none;
}

#mobile-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 0px;
  display: none;
  overflow-y: scroll;
  background: #fff;
  text-align: center;
}
#mobile-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  margin-top: 1em;
}
#mobile-menu ul li {
  position: relative;
  padding: 0px;
  margin: 0.25em 0px;
  display: block;
}
#mobile-menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
}
#mobile-menu ul li ul {
  display: block;
}
#mobile-menu ul li ul li {
  padding: 0px;
  margin: 0px;
}

body.show-menu {
  overflow: hidden;
}
body.show-menu #mobile-menu {
  display: block;
}
body.show-menu #hide-menu {
  display: block;
}
body.show-menu #show-menu {
  display: none;
}

html {
  background: #fff;
  font-family: "Roboto", sans-serif;
}

body {
  font-size: 19.8pt;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
  width: 100%;
  margin: 0px auto;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 17.82pt;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 15.84pt;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 15.84pt;
  }
}
@media screen and (max-width: 400px) {
  body {
    font-size: 13.86pt;
  }
}

p {
  margin: 1em 0px;
}

.left {
  float: left;
  width: 50%;
}

.right {
  float: right;
  width: 50%;
}

.background-image {
  background-size: cover;
  background-position: center center;
}

a,
a[href^=tel] {
  color: #808080;
}
a:hover,
a[href^=tel]:hover {
  color: #808080;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto Mono", monospace;
}

h1 {
  font-size: 43.2pt;
  line-height: 1.1;
  font-weight: 300;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 38.88pt;
  }
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 30pt;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 25pt;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 20pt;
  }
}

h2,
h3,
h4 {
  font-size: 19.8pt;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  h2,
  h3,
  h4 {
    font-size: 17.82pt;
  }
}
@media screen and (max-width: 900px) {
  h2,
  h3,
  h4 {
    font-size: 15.84pt;
  }
}
@media screen and (max-width: 600px) {
  h2,
  h3,
  h4 {
    font-size: 15.84pt;
  }
}
@media screen and (max-width: 400px) {
  h2,
  h3,
  h4 {
    font-size: 13.86pt;
  }
}

h4 {
  font-size: 18pt;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 16.2pt;
  }
}
@media screen and (max-width: 900px) {
  h4 {
    font-size: 14.4pt;
  }
}
@media screen and (max-width: 600px) {
  h4 {
    font-size: 14.4pt;
  }
}
@media screen and (max-width: 400px) {
  h4 {
    font-size: 12.6pt;
  }
}

.button-content a,
a.button {
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  margin-top: 0.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.5em 2em !important;
  font-size: 15pt;
  color: #000;
  background: #fff;
  text-decoration: none !important;
  font-style: normal;
  border: 2px solid #000;
}
@media screen and (max-width: 1100px) {
  .button-content a,
  a.button {
    font-size: 12.15pt;
  }
}
@media screen and (max-width: 900px) {
  .button-content a,
  a.button {
    font-size: 12pt;
  }
}
@media screen and (max-width: 600px) {
  .button-content a,
  a.button {
    font-size: 12pt;
  }
}
@media screen and (max-width: 400px) {
  .button-content a,
  a.button {
    font-size: 12pt;
  }
}
.button-content a:hover,
a.button:hover {
  color: #fff;
  background: #000;
}

.site-logo {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  z-index: 100;
  display: inline-block;
}
.site-logo img {
  height: 1.5em;
  width: auto;
  /*
  &.icon {
  	height: 2.5em;
  	display: none;
  }
  */
}
.site-logo img.logo {
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .site-logo img {
    /*
    &.icon {
    	display: inline-block;
    }

    &.logo {
    	display: none;
    }
    */
  }
}

#hide-menu,
#show-menu {
  position: absolute;
  right: 0em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 1em;
  z-index: 100;
}
#hide-menu img,
#show-menu img {
  height: 1.25em;
  width: auto;
}
@media screen and (max-width: 900px) {
  #hide-menu img,
  #show-menu img {
    height: 1.35em;
  }
}
@media screen and (max-width: 600px) {
  #hide-menu img,
  #show-menu img {
    height: 1.5em;
  }
}
/*
#hide-menu,
#show-menu {
	top: 2.1em;	
	transform: translateY(-50%);
}
*/
#mobile-menu {
  z-index: 90;
  background: #e8c199;
  font-size: 36pt;
  padding-top: 2em;
}
@media screen and (max-width: 1100px) {
  #mobile-menu {
    font-size: 32.4pt;
  }
}
@media screen and (max-width: 900px) {
  #mobile-menu {
    font-size: 28.8pt;
  }
}
@media screen and (max-width: 600px) {
  #mobile-menu {
    font-size: 25pt;
  }
}
@media screen and (max-width: 400px) {
  #mobile-menu {
    font-size: 20pt;
  }
}
#mobile-menu ul li {
  margin: 0px;
  padding: 0.25em 0px;
}
#mobile-menu ul li a {
  color: #000;
}
#mobile-menu a:hover {
  border-bottom: 2px solid #000;
}
#mobile-menu .lang-select {
  padding-top: 1em;
  font-size: 18pt;
}
@media screen and (max-width: 1100px) {
  #mobile-menu .lang-select {
    font-size: 16.2pt;
  }
}
@media screen and (max-width: 900px) {
  #mobile-menu .lang-select {
    font-size: 14.4pt;
  }
}
@media screen and (max-width: 600px) {
  #mobile-menu .lang-select {
    font-size: 14.4pt;
  }
}
@media screen and (max-width: 400px) {
  #mobile-menu .lang-select {
    font-size: 12.6pt;
  }
}
#mobile-menu .lang-select a {
  text-decoration: none;
  border: 0px;
  color: #000;
}
#mobile-menu .lang-select a:hover {
  border-bottom: 1px solid #000;
}
#mobile-menu .some-links {
  padding: 1em 0px;
}
#mobile-menu .some-links a {
  margin: 0px 0.25em;
}
#mobile-menu .some-links a img {
  height: 1em;
  width: auto;
}

#varaa-linkki {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translateX(-50%) translateY(-51%);
  z-index: 99;
}
#varaa-linkki a.button {
  padding: 0.25em 2em !important;
  background: transparent;
}
#varaa-linkki a.button:hover {
  background: #000;
}
@media screen and (max-width: 900px) {
  #varaa-linkki a.button {
    padding: 0.15em 2em !important;
  }
}
@media screen and (max-width: 600px) {
  #varaa-linkki {
    display: none;
  }
  #varaa-linkki a.button {
    padding: 0.2em 2em !important;
  }
}
@media screen and (max-width: 400px) {
  #varaa-linkki {
    display: none;
  }
}

#welcome-screen {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 10001;
  background: linear-gradient(110deg, #808080, #e3e3e3, #808080, #e3e3e3);
  background-size: 400% 400%;
  animation: Gradient 10s ease infinite;
}
#welcome-screen img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1001;
  width: 100%;
  height: auto;
  max-width: 30em;
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
footer.site {
  padding: 4em;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  footer.site {
    padding: 3em;
  }
}
@media screen and (max-width: 1000px) {
  footer.site {
    padding: 2em;
  }
}
@media screen and (max-width: 900px) {
  footer.site {
    padding: 1em;
  }
}
footer.site a {
  color: #000;
}

.page-header {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.custom-container.columns-2 .ccm-layout-column:nth-child(1) {
  padding-right: 2em;
}
@media screen and (max-width: 1200px) {
  .custom-container.columns-2 .ccm-layout-column:nth-child(1) {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .custom-container.columns-2 .ccm-layout-column:nth-child(1) {
    padding-right: 1em;
  }
}
@media screen and (max-width: 900px) {
  .custom-container.columns-2 .ccm-layout-column:nth-child(1) {
    padding-right: 0.5em;
  }
}
.custom-container.columns-2 .ccm-layout-column:nth-child(2) {
  padding-left: 2em;
}
@media screen and (max-width: 1200px) {
  .custom-container.columns-2 .ccm-layout-column:nth-child(2) {
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .custom-container.columns-2 .ccm-layout-column:nth-child(2) {
    padding-left: 1em;
  }
}
@media screen and (max-width: 900px) {
  .custom-container.columns-2 .ccm-layout-column:nth-child(2) {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 700px) {
  .custom-container.columns-2 .ccm-layout-column:nth-child(1),
  .custom-container.columns-2 .ccm-layout-column:nth-child(2) {
    padding: 0px !important;
    float: none !important;
    width: 100% !important;
    clear: both !important;
  }
}
.custom-container.columns-3 .ccm-layout-column:nth-child(1) {
  padding-right: 2em;
}
@media screen and (max-width: 1200px) {
  .custom-container.columns-3 .ccm-layout-column:nth-child(1) {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .custom-container.columns-3 .ccm-layout-column:nth-child(1) {
    padding-right: 1em;
  }
}
@media screen and (max-width: 900px) {
  .custom-container.columns-3 .ccm-layout-column:nth-child(1) {
    padding-right: 0.5em;
  }
}
.custom-container.columns-3 .ccm-layout-column:nth-child(2) {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 1200px) {
  .custom-container.columns-3 .ccm-layout-column:nth-child(2) {
    padding-left: 0.75em;
  }
}
@media screen and (max-width: 1000px) {
  .custom-container.columns-3 .ccm-layout-column:nth-child(2) {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 900px) {
  .custom-container.columns-3 .ccm-layout-column:nth-child(2) {
    padding-left: 0.25em;
  }
}
@media screen and (max-width: 1200px) {
  .custom-container.columns-3 .ccm-layout-column:nth-child(2) {
    padding-right: 0.75em;
  }
}
@media screen and (max-width: 1000px) {
  .custom-container.columns-3 .ccm-layout-column:nth-child(2) {
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 900px) {
  .custom-container.columns-3 .ccm-layout-column:nth-child(2) {
    padding-right: 0.25em;
  }
}
.custom-container.columns-3 .ccm-layout-column:nth-child(3) {
  padding-left: 2em;
}
@media screen and (max-width: 1200px) {
  .custom-container.columns-3 .ccm-layout-column:nth-child(3) {
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .custom-container.columns-3 .ccm-layout-column:nth-child(3) {
    padding-left: 1em;
  }
}
@media screen and (max-width: 900px) {
  .custom-container.columns-3 .ccm-layout-column:nth-child(3) {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 700px) {
  .custom-container.columns-3 .ccm-layout-column {
    padding: 0px !important;
    float: none !important;
    width: 100% !important;
    clear: both !important;
  }
}

.ccm-layout-column-inner :first-child {
  margin-top: 0px;
  padding-top: 0px;
}

@media screen and (max-width: 700px) {
  .ccm-layout-column-inner :first-child {
    margin-top: 1em;
    padding-top: 0em;
  }
}
body {
  padding-top: 2.5em;
}

header.site {
  position: absolute;
  background: #fff;
  height: 2.5em;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
}

body.fixed-menu {
  z-index: 100;
}
body.fixed-menu header.site {
  position: fixed;
}

body.show-menu {
  overflow: hidden;
}
body.show-menu header.site {
  background: transparent !important;
}
body.show-menu #varaa-linkki {
  display: none;
}

.defaut-container {
  position: relative;
  padding: 4em;
  overflow: hidden;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .defaut-container {
    padding: 3em;
  }
}
@media screen and (max-width: 1000px) {
  .defaut-container {
    padding: 2em;
  }
}
@media screen and (max-width: 900px) {
  .defaut-container {
    padding: 1em;
  }
}

.main-container ul {
  margin-left: 1em;
}

.slideshow .slick-prev,
.slideshow .slick-next {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  border: 1px solid #f0f;
  width: 2em;
  height: 3em;
  border: 0px;
  color: rgba(0, 0, 0, 0);
  overflow: hidden;
  background-size: auto 100%;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.slideshow .slick-next {
  right: 1em;
  background-image: url(../images/right-white.svg);
}
.slideshow .slick-prev {
  left: 1em;
  background-image: url(../images/left-white.svg);
}

.ccm-form {
  margin: 0px auto;
  max-width: 25em;
}
.ccm-form .text-muted.small {
  display: none;
}
.ccm-form .form-group {
  padding-bottom: 1em;
}
.ccm-form .form-group label {
  display: block;
}
.ccm-form .form-group textarea,
.ccm-form .form-group input {
  background: #fff;
  width: 100%;
  border: 1px solid #000;
  padding: 0.1em 0.5em;
}
.ccm-form .form-actions {
  text-align: center;
}
.ccm-form .form-actions button {
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  margin-top: 0.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.5em 2em !important;
  font-size: 15pt;
  color: #000;
  background: #fff;
  text-decoration: none !important;
  font-style: normal;
  border: 2px solid #000;
}
@media screen and (max-width: 1100px) {
  .ccm-form .form-actions button {
    font-size: 12.15pt;
  }
}
@media screen and (max-width: 900px) {
  .ccm-form .form-actions button {
    font-size: 12pt;
  }
}
@media screen and (max-width: 600px) {
  .ccm-form .form-actions button {
    font-size: 12pt;
  }
}
@media screen and (max-width: 400px) {
  .ccm-form .form-actions button {
    font-size: 12pt;
  }
}
.ccm-form .form-actions button:hover {
  color: #fff;
  background: #000;
}
.ccm-form .ccm-input-checkbox {
  width: auto !important;
  margin-right: 0.5rem;
}

.cookies-popup {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
  background: #e8c199;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
}
.cookies-popup a {
  color: #000;
}
.cookies-popup .actions {
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}
.cookies-popup .actions a {
  margin: 0rem 2rem;
}
@media screen and (min-width: 1200px) {
  .cookies-popup {
    flex-direction: row;
  }
  .cookies-popup .actions {
    padding-top: 0em;
  }
  .cookies-popup .actions a {
    margin: 0rem;
    margin-left: 3rem;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */