@charset "UTF-8";
/*************************************
/*
/*     Header
/*
*************************************/
.header-logo-image {
  width: 10rem;
  height: auto;
  margin-left: 4rem;
  margin-top: 1rem;
  margin-bottom: -5rem;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.header-logo {
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 2.9rem;
  text-transform: uppercase;
  padding-left: 4rem;
}

.header-logo a:link,
.header-logo a:visited {
  text-decoration: none;
  color: #000;
}

/*************************************
/*
/*     Lang bar
/*
*************************************/
.lang-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 2rem;
  padding: 0.25rem 4rem;
}

.lang-link a:link,
.lang-link a:visited {
  color: #2f3b3f;
  font-weight: bold;
  text-decoration: none;
}

/*************************************
/*
/*     Menu
/*
*************************************/
#main_menu {
  margin-right: 4rem;
}

.hamburger-menu {
  display: none;
}

ul.menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 0.5rem;
}

ul.menu > li {
  list-style: none;
  border-bottom: 3px solid transparent;
}

ul.menu > li > a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #2f3b3f;
}

ul.menu > li > ul.menu {
  display: none;
  position: absolute;
  background-color: #fff;
  background: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem, #fff 100%);
  padding: 0.5rem 2rem;
  margin-left: -2rem;
  z-index: 1;
}

ul.menu > li:hover,
a.is-active,
li.menu-item--active-trail > a {
  border-bottom: 3px solid #2f3b3f;
}

ul.menu > li:hover > ul.menu {
  display: block;
}

.menu-level-1 {
  padding-left: 2rem;
}

.menu-level-2 {
  padding-left: 4rem;
}

.menu-level-3 {
  padding-left: 6rem;
}

.menu-level-4 {
  padding-left: 8rem;
}

.menu-level-5 {
  padding-left: 10rem;
}

.left-menu {
  padding: 0 0.5rem;
}

.left-menu a:link, .left-menu a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

.left-menu-current, .crumb-end {
  color: #6a96a4;
  font-weight: 600;
}

/*************************************
/*
/*     Breadcrumb
/*
*************************************/
.crumb-link a:link, .crumb-link a:visited {
  text-decoration: none;
  color: #2f3b3f;
  font-weight: bold;
}

.crumb li::before {
  content: " > ";
}

/*************************************
/*
/*     Hero
/*
*************************************/
.hero {
  position: relative;
  display: flex;
  align-items: stretch;
  align-content: flex-end;
  height: 49.4rem;
  background-size: cover;
  background-position: center;
}

.front-hero {
  height: 60rem;
}

.hero-stamp {
  display: none;
  position: absolute;
  left: 20%;
  top: 30%;
}

.front-hero .hero-stamp {
  display: block;
}

.hero-text {
  position: absolute;
  display: flex;
  align-self: flex-end;
  justify-content: space-around;
  text-align: center;
  padding-bottom: 4rem;
  color: #fff;
  margin: 0 auto;
  bottom: 2rem;
  width: 100%;
  font-family: "Volkhov", sans-serif;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.2;
}

/*************************************
/*
/*     Newst actual & devact
/*
*************************************/
.top-lifts {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.top-lifts a:link,
.top-lifts a:visited {
  text-decoration: none;
}
.top-lifts .nx-item-main h5 {
  font-size: 2.5rem;
}
.top-lifts .nx-title, .top-lifts .devact-title-row {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.667);
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  color: #000;
  margin-bottom: 0;
}
.top-lifts .devact-title-row {
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
}
.top-lifts .newest-lift {
  background-size: cover;
  width: 66.666667%;
  height: 410px;
  position: relative;
}
.top-lifts .newest-devact {
  position: relative;
  width: 33.333333%;
  height: 410px;
  background-color: #fef0ca;
}
.top-lifts .newest-devact .nx-item-main {
  height: unset;
}

.logo-text {
  margin-top: 2rem;
  padding-left: 3rem;
}
.logo-text img {
  max-width: 90%;
  align-self: center;
}

/*************************************
/*
/*     Actuals
/*
*************************************/
.nx-container {
  display: grid;
  grid-gap: 6rem 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto 2rem auto;
  max-width: 150rem;
}

.nx-container a:link,
.nx-container a:visited {
  text-decoration: none !important;
}

.nx-title {
  display: block;
  padding: 2rem 2rem;
  margin: 0 auto 3rem auto;
  text-decoration: none;
}

.nx-title h3 {
  font-family: "Volkhov", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 5rem;
  color: #000;
}

.nx-title h5 {
  font-family: "Volkhov", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.02rem;
  color: #000;
}

.nx-item {
  display: flex;
  flex-direction: column;
  background-color: #e6edf3;
  position: relative;
}
.nx-item a:link,
.nx-item a:visited,
.nx-item a:hover {
  text-decoration: none;
}

.box-link a:link,
.box-link a:visited,
.box-link a:hover {
  text-decoration: none;
}

.nx-photo img {
  width: 100%;
  height: auto;
}

.nx-type {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #2f3b3f;
  color: #fef0ca;
  padding: 5px 6px;
  width: 12rem;
  font-size: 1.8rem;
  text-transform: lowercase;
  letter-spacing: 0.05rem;
}

.nx-item-top {
  position: relative;
}

.nx-item-main {
  position: relative;
  padding: 0;
  height: 12rem;
}

.nx-item-main h5 {
  font-size: 2rem;
  line-height: 1.2;
}

.nx-title {
  font-family: "Volkhov", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}

.nx-text {
  padding: 0 1.5rem;
}

.nx-link {
  position: absolute;
  left: 2rem;
  bottom: 1rem;
}

.nx-link-button {
  margin-top: 0.75rem;
}

.nx-link a:link,
.nx-link a:visited {
  border: 1px solid #2f3b3f;
  padding: 7px 15px;
  font-size: 1.8rem;
  text-transform: lowercase;
  color: #2f3b3f;
  text-decoration: none;
}

/*************************************
/*
/*     Button row
/*
*************************************/
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 6rem;
}

.button-row a {
  display: inline-block;
  padding: 1rem 2rem;
  border: 1px solid #2f3b3f;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2f3b3f;
}

/*************************************
/*
/*     News archive
/*
*************************************/
.news-items-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 155.6rem;
  margin: 0 auto;
}

.news-archive-item {
  position: relative;
  flex-grow: 1;
}

.news-archive-item > .nx-title h5 {
  line-height: 1.2;
  padding: 0 1.5rem;
  text-align: left;
}

.news-archive-item > .nx-text {
  line-height: 1.5;
}

.get-back {
  cursor: pointer;
  font-weight: 600;
  padding: 1rem 3rem;
  background-color: #fef0ca;
}

.pager {
  margin-top: 2rem;
  margin-bottom: 2rem;
  min-height: 4rem;
  background-color: #fff;
}

/*************************************
/*
/*     Narrow banner paragraph
/*
*************************************/
.narrow-banner {
  width: 100%;
  background-color: #e6c9ea;
  color: #000;
  display: grid;
  grid-template-columns: 2fr 7fr 3fr;
  gap: 1rem;
  justify-items: center;
  align-items: center;
  text-decoration: none;
  margin: 2rem 0;
}
.narrow-banner .banner-image {
  height: 100%;
}
.narrow-banner .banner-image img {
  height: 100%;
  width: auto;
  margin: 0;
  margin-bottom: -10px;
}
.narrow-banner .banner-link {
  background-color: #fff;
  color: #2f3b3f;
  border-radius: 2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: bold;
}

.banner-title h3,
.banner-title p {
  margin-bottom: 0;
}

/*************************************
/*
/*     Narrow text paragraph
/*
*************************************/
.narrow-text {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}

.text-column img {
  height: auto;
}

/*************************************
/*
/*     Advanced search
/*
*************************************/
.advanced-search-button {
  background-color: transparent;
  font-weight: 600;
  padding: 1rem 4rem;
  border: 1px solid #000;
  cursor: pointer;
}

.close-button {
  padding: 0.5rem 1rem;
}

.modal {
  z-index: 1000;
  display: none;
  position: fixed;
  left: 2rem;
  top: 2rem;
  width: 80rem;
  padding: 2rem 1rem;
  max-width: 100vw;
  background-color: #e6c9ea;
  border: 1px solid #2f3b3f;
  overflow-y: auto;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title {
  font-size: 2.8rem;
  font-style: italic;
}

.modal-body p {
  margin-bottom: 0.75rem;
}

.big-input {
  padding: 1rem 2rem;
  width: 100%;
}

.list-item-indented {
  margin-left: 4rem;
}

.is-indented {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4rem;
}

.image-list-label {
  margin-top: 1rem;
}

.search-image-list-image {
  display: grid;
  justify-content: space-around;
  align-items: center;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  height: 6rem;
}

.themes-gridded {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 3rem 1rem;
}

.branch-element {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.2rem;
}

/*************************************
/*
/*     Banner paragraph (only image)
/*
*************************************/
.banner-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding: 0 0;
  background: linear-gradient(to bottom, #e6edf3 0%, #e6edf3 50%, transparent 50%, transparent 100%);
}

.banner-screen {
  max-width: 80%;
  text-align: center;
}

.banner-container img {
  height: auto;
}

/*************************************
/*
/*     Carousel paragraph
/*
*************************************/
.carousel-container {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  background: linear-gradient(to bottom, #e6edf3 0%, #e6edf3 50%, transparent 50%, transparent 100%);
}

.sinivalkoinen {
  background: linear-gradient(to bottom, #e6edf3 0%, #e6edf3 50%, transparent 50%, transparent 100%);
}

.carousel-element {
  display: none;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}

.carousel-element img {
  max-height: 35rem;
  width: auto;
}

.carousel-element:first-of-type {
  display: flex;
}

.carousel-left,
.carousel-right {
  background-color: #fff;
  border: 1px solid #000;
  padding: 0.25rem 1rem;
}

.carousel-right {
  background-color: #e6edf3;
  border: 1px solid #fff;
}

.element-contents {
  background-color: #fef0ca;
}

.element-contents .side-by-side {
  padding: 0 0;
}

.element-contents .side-by-side {
  align-items: center;
}

.get-out-to-right,
.get-out-to-left,
.get-in-from-left,
.get-in-from-right {
  opacity: 0;
  transition-duration: 4s;
  transition-delay: 2s;
}

.get-in-from-left,
.get-in-from-right {
  opacity: 1;
}

/*************************************
/*
/*     Front-top (image + text)
/*
*************************************/
.front-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #e6edf3;
  min-height: 60rem;
  margin-bottom: 3.7rem;
}

.front-top-image img {
  width: 100%;
  height: auto;
}

.front-top-image {
  display: flex;
  height: 100%;
  background-color: transparent;
  align-items: center;
}

.front-top-item {
  flex: 1 0 50%;
}

.front-top-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  padding: 2rem 4rem 2rem 8rem;
  max-height: 100%;
  text-align: left;
}

.front-top-text h2,
.front-top-text h3 {
  font-family: "Volkhov", sans-serif;
  font-size: 4rem;
}

.front-image-left {
  flex-direction: row-reverse;
}

/*************************************
/*
/*     Front-top (image + text)
/*
*************************************/
.paragraph-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: start;
  margin: 0 auto;
  padding: 6rem 1.5rem;
  height: 60rem;
}

.paragraph-row img {
  max-height: 60rem;
}

/*************************************
/*
/*     Enveloped
/*
*************************************/
.enveloped {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding: 0 1.5rem;
  max-width: 155.6rem;
  margin: 0 auto;
}

.is-flattened {
  grid-template-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 115rem;
}

.is-flattened .enveloped-inside {
  padding: 0 2rem;
}

/*************************************
/*
/*     Boxes (under enveloped)
/*     May be flattened or boxed
/*
*************************************/
.is-flattened .item:first-of-type {
  padding-top: 2rem;
  border-top: 1px solid #2f3b3f;
}

.is-flattened .item {
  border-bottom: 1px solid #2f3b3f;
  padding-bottom: 2rem;
}

.is-flattened .card-image {
  display: none;
}

.is-flattened .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.is-flattened a.card-link:link,
.is-flattened a.card-link:visited {
  text-decoration: none;
  color: #000;
}

.card-image {
  text-align: center;
}

.card-text {
  font-weight: normal;
  line-height: 1.5;
}

.is-flattened .card-text {
  font-weight: bold;
  line-height: 1.5;
}

.is-flattened .card-title {
  font-family: "Volkhov", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.is-flattened .card-caret {
  width: 2rem;
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
}

.is-flattened .card-caret img {
  width: 1.2rem;
  height: auto;
}

.is-boxed .item {
  border: 1px solid #2f3b3f;
  margin-bottom: 2rem;
}

.is-boxed .item a:link,
.is-boxed .item a:visited {
  text-decoration: none;
  color: #000 !important;
}

.is-boxed .card-body {
  padding: 2rem 2rem;
}

.is-boxed .card-title {
  font-family: "Volkhov", sans-serif;
  font-size: 1.8rem;
  padding-bottom: 2rem;
}

.is-boxed .card-caret {
  display: none;
}

/*************************************
/*
/*     Image list (for selecting branches)
/*
*************************************/
.image-list-paragraph {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.icons-list {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  gap: 1rem;
}

.image-list-item {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.image-list-label a:link,
.image-list-label a:visited {
  font-weight: 600;
  color: #2f3b3f;
  text-decoration: none;
}

.image-list-image {
  display: grid;
  grid-template-columns: 7rem 1fr;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}

/*************************************
/*
/*     Two cards side-by-side
/*
*************************************/
.card-2-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 0;
  margin: 2rem auto;
  max-width: 155.6rem;
}

/*************************************
/*
/*     Column-text
/*
*************************************/
.not-too-wide {
  max-width: 80rem;
}

/*************************************
/*
/*     Popup
/*
*************************************/
.pop-up {
  position: fixed;
  display: none;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
}

.close-popup {
  height: 1.5rem;
  text-align: right;
}

.close-icon {
  height: 30px;
  width: auto;
  cursor: pointer;
}

.popup-contents {
  position: absolute;
  top: 200px;
  left: 200px;
  border: 1px solid #444;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 20px;
}

.popup-contents .kunteko-paragraph-link-button {
  margin: 15px auto;
}

.popup-contents .kunteko-paragraph-link-button a:link,
.popup-contents .kunteko-paragraph-link-button a:visited {
  text-decoration: none;
}

.invisible {
  display: none;
}

.button-area {
  text-align: right;
  padding: 5px 15px;
  width: 100%;
}

/*************************************
/*
/*     Models
/*
*************************************/
.model-container {
  max-width: 80rem;
  margin: 2rem auto;
}

.model {
  border-bottom: 2px solid #e6edf3;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.model-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.model-data {
  display: none;
}

.model-class-name {
  font-weight: bold;
}

.model-opener {
  font-size: 4rem;
  cursor: pointer;
}

.model-additionals a:link,
.model-additionals a:visited {
  color: #2f3b3f;
  font-weight: bold;
}

/*************************************
/*
/*     Newest devacts paragraph
/*
*************************************/
.newest-devacts-row {
  display: grid;
  grid-template-columns: 1fr 2rem;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  border-top: 1px solid #2f3b3f;
  padding: 2rem 4rem 0;
}

.tekojentori-logo {
  width: 9rem;
}

.newest-devacts-row:last-child {
  border-bottom: 1px solid #2f3b3f;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.newest-devacts-title {
  display: flex;
  width: 100%;
  justify-content: center;
  font-style: italic;
}

.newest-devacts-title h2 {
  font-size: 3rem;
}

.devact-name h3 {
  font-size: 2.8rem;
}

.devact-name h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

.devact-link a:link,
.devact-link a:visited {
  text-decoration: none;
  color: #000;
}

.devact-link img {
  width: 1.2rem;
  height: auto;
}

.devacts-left-part {
  display: grid;
  grid-template-columns: 9rem 1fr;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
}

/*************************************
/*
/*     Search by text
/*
*************************************/
.text-search-label {
  font-weight: 600;
  padding-bottom: 0.5rem;
}

.keyword-area {
  display: flex;
  gap: 1rem;
  width: 90%;
  margin-bottom: 2rem;
}

.keyword-input {
  padding: 1rem 2rem;
  width: 100%;
}

.keyword-button {
  background-color: transparent;
  font-weight: 600;
  padding: 1rem 4rem;
  border: 1px solid #000;
  cursor: pointer;
}

/*************************************
/*
/*     Search list-paragraph
/*
*************************************/
.bigger-checkbox {
  display: inline-flex;
  height: 25px;
  width: 25px;
  aspect-ratio: 1;
  margin-right: 10px;
  border: 1px solid transparent;
  background-color: #fff;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}

.bigger-checkbox:checked {
  border: 1px solid #2f3b3f;
  background-color: #2f3b3f;
}

.bigger-checkbox:checked + span::before {
  content: "✓";
  display: block;
  text-align: center;
  color: #41b883;
  position: absolute;
  left: 0.7rem;
  top: 0.2rem;
}

.bigger-checkbox:active,
.bigger-checkbox:hover {
  border: 2px solid #2f3b3f;
}

.is-foldable {
  display: none;
}

.sub-list-item {
  display: flex;
  gap: 1rem;
  margin-left: 2rem;
  margin-bottom: 0.75rem;
}

.btn-toggler {
  font-weight: 600;
  color: #2f3b3f;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.8rem;
  font-weight: 600;
  border: 0px solid transparent;
}

.checkbox-array {
  margin-bottom: 2rem;
}

/*************************************
/*
/*     Devacts count-paragraph
/*
*************************************/
.devact-count {
  font-family: "Volkhov", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto;
}

/*************************************
/*
/*     Side-by-side
/*
*************************************/
.side-by-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 0rem;
  justify-content: space-between;
  align-items: start;
}
.side-by-side .side-by-side-column {
  height: 100%;
}
.side-by-side .side-by-side-column .text-column {
  max-width: 100% !important;
  margin: 0;
}

.side-by-side-column div:only-child {
  height: 100% !important;
}

.left-1-columns {
  grid-template-columns: 1fr 11fr;
}

.left-2-columns {
  grid-template-columns: 2fr 10fr;
}

.left-3-columns {
  grid-template-columns: 3fr 9fr;
}

.left-4-columns {
  grid-template-columns: 4fr 8fr;
}

.left-5-columns {
  grid-template-columns: 5fr 7fr;
}

.left-6-columns {
  grid-template-columns: 6fr 6fr;
}

.left-7-columns {
  grid-template-columns: 7fr 5fr;
}

.left-8-columns {
  grid-template-columns: 8fr 4fr;
}

.left-9-columns {
  grid-template-columns: 9fr 3fr;
}

.left-10-columns {
  grid-template-columns: 10fr 2fr;
}

.left-11-columns {
  grid-template-columns: 11fr 1fr;
}

/*************************************
/*
/*     Footer
/*
*************************************/
.footer {
  background-color: #2f3b3f;
  color: #fff;
  padding: 2rem 2.5rem;
  margin-top: -2rem;
  width: 100vw;
  position: absolute;
  left: 0;
}
.footer a:link,
.footer a:visited {
  color: #fff !important;
  text-decoration: none !important;
}

.footer-columns {
  padding: 0 0 2rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
}

.footer-left-column,
.footer-right-column {
  display: flex;
  flex-direction: column;
  justify-items: flex-end;
}

.footer-left-column {
  padding-left: 4rem;
  padding-top: 7.5rem;
}

.footer-left-text {
  max-width: 50rem;
}

.footer-logo {
  margin-bottom: 3rem;
}

.footer-logo img {
  width: 20%;
  height: auto;
}

.footer-right-column {
  padding-top: 7.5rem;
}

.footer-some {
  margin-bottom: 5rem;
}

.footer-some a {
  margin-right: 3rem;
}

.footer-contact-info {
  line-height: 1.8;
  color: #fff !important;
}
.footer-contact-info a:link,
.footer-contact-info a:visited {
  color: #fff !important;
  text-decoration: none;
}

.footer-strong {
  font-weight: bold;
}

.footer-links {
  padding-top: 1rem;
  padding-bottom: 4rem;
  border-top: 1px solid #fff;
}

.footer-links a:link,
.footer-links a:visited {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  margin-left: 4rem;
  text-decoration: none;
}

.footer-contact-info h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.right-aligned {
  display: flex;
  justify-content: flex-end;
}

/*************************************
/*
/*     Article page layout
/*
*************************************/
.news-top-image img {
  width: 100%;
  overflow-y: hidden;
  height: auto;
}

.news-container {
  max-width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.news-container img {
  height: auto;
}

.news-container .dater {
  display: inline-block;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 0.25rem 1rem;
  background-color: #2f3b3f;
  color: #fef0ca;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  width: auto;
}

.news-container .title {
  font-family: "Volkhov", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.news-operations {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 4rem 2rem 4rem;
  border-top: 1px solid #000;
  padding: 1rem 1.5rem;
}

.share-news {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
}

.share-text {
  display: inline-block;
}

/*************************************
/*
/*     Paragraph page layout
/*
*************************************/
.paragraph-page-columns, .actuals-page-columns {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 2rem;
}

.no-left-menu .paragraph-page-columns, .no-left-menu .actuals-page-columns {
  display: grid;
  grid-template-columns: 0 1fr;
  gap: 0;
}
.no-left-menu .paragraph-page-columns .left-menu, .no-left-menu .actuals-page-columns .left-menu {
  visibility: hidden;
}

.actuals-page-columns .left-menu {
  padding-top: 4rem;
}

.paragraph-page {
  padding-bottom: 2rem;
  width: 100%;
  max-width: 1480px;
}

.paragraph-page .left-menu {
  padding-top: 4rem;
}

/*************************************
/*
/*     Basic page layout
/*
*************************************/
.basic-page {
  padding-bottom: 2rem;
  margin: 0 auto;
}

.body-column {
  margin: 0 auto;
  max-width: 80rem;
}

/*************************************
/*
/*     Blog page layout
/*
*************************************/
.blog-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.blog-content a:link,
.blog-content a:visited {
  color: #2f3b3f;
  font-weight: bold;
}

.blog-top-image {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  margin: 0 auto;
}

.blog-top-image img {
  width: 100%;
  height: auto;
}

.blog-little-image {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

/*************************************
/*
/*     Blog archive layout
/*
*************************************/
.blog-photo {
  padding-right: 1.5rem;
  text-align: right;
}

.blog-photo img {
  outline: 4px solid #2f3b3f;
  outline-offset: -7px;
  border-radius: 50% 50%;
  border: 3px solid transparent;
}

.blog-item {
  height: 65rem;
}

/*************************************
/*
/*     Tekojen tori-specific css
/*
*************************************/
.tt-stamp {
  display: none;
}

.devact-market .hero-text {
  text-align: left;
}
.devact-market .hero {
  position: relative;
}
.devact-market .tt-stamp {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90%;
  display: block;
}
.devact-market .magenta-background .text-column {
  text-align: center;
}

/*************************************
/*
/*     Top 10
/*
*************************************/
.top10-paragraph {
  margin: 0 auto;
  max-width: 80rem;
}

.top10-row {
  margin: 0 auto 0 2rem;
  cursor: pointer;
}

.top10-title {
  font-family: "Volkhov", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.top10-row h2 {
  font-size: 1.8rem;
  cursor: pointer;
}

.top10-description {
  display: none;
}

.top10-likes {
  display: flex;
  gap: 4rem;
  justify-content: flex-end;
}

/*************************************
/*
/*     Toolpart (a.k.a. accordion)
/*
*************************************/
.toolpart {
  max-width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

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

.toolpart ol li {
  list-style-position: outside;
  padding-left: 1em;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Volkhov", sans-serif;
}

.tool-text {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  max-width: 1920px;
  font-weight: normal;
  margin: 0 auto;
}

.auto-opened-0 .tool-text {
  display: none;
}

.auto-opened-1 .model-opener {
  display: none;
}

/*************************************
/*
/*     Some feed
/*
*************************************/
.some-area {
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  height: 30rem;
}

.some-carousel {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-flow: wrap;
}

.some-card {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 2rem;
  height: 30rem;
  max-height: 100%;
}

.some-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.some-image {
  height: 30rem;
  aspect-ratio: 1;
  border: 1px solid #fff;
}

.some-image img {
  height: 100%;
  width: auto;
}

.some-text {
  width: 30rem;
  height: 30rem;
  padding: 2rem;
  background-color: #fff;
  border: 1px solid #fff;
  overflow: hidden;
}

.some-main-text {
  overflow: hidden;
}

.some-text a:link,
.some-text a:visited {
  text-decoration: none;
}

.some-account {
  font-weight: bold;
  text-decoration: none;
}

.some-feed-button {
  display: flex;
  gap: 3rem;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 5rem 0 2.5rem;
}

#start-some {
  display: none;
}

/*************************************
/*
/*     User styles
/*
*************************************/
.muted-blue {
  background-color: #e6edf3;
}

.yellow-bg {
  background-color: #fef0ca;
}

.space-around {
  padding: 5rem 0;
}

.blue-background {
  padding: 2.5rem;
  background: url("/themes/custom/kunteko/images/background-blur.jpg");
  background-size: cover;
  margin-bottom: 2rem;
}

.magenta-background {
  padding: 2.5rem;
  background-color: #e6c9ea;
  margin-top: 4rem;
  margin-bottom: 0;
}

#tutustu-tekoihin {
  font-style: italic;
}

@media only screen and (max-width: 480px) {
  * {
    font-size: 100%;
  }
  h1, h2, h3, h4 {
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .container {
    margin: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  /******************
  /* Hero
  /*****************/
  .front-hero .hero-stamp {
    display: none;
  }
  .hero-text {
    font-size: 2.8rem;
  }
  /******************
  /* Menu
  /*****************/
  .hamburger-menu {
    display: inline-block;
    margin-right: 1rem;
  }
  ul.menu {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: none;
    flex-direction: column;
    background-color: #2f3b3f;
    z-index: 20;
    padding: 2rem 1rem;
  }
  ul.menu a:link,
  ul.menu a:visited {
    color: #fff;
  }
  ul.menu > li {
    position: relative;
  }
  ul.menu > li > ul.menu {
    position: absolute;
    top: 0;
    left: 20rem;
    background-color: green !important;
    background: linear-gradient(to bottom, transparent 0.25rem, #2f3b3f 0.25rem, #2f3b3f 100%);
  }
  /******************
  /* Footer
  /*****************/
  .force-white {
    color: #fff !important;
  }
  .footer-columns {
    grid-template-columns: 1fr;
  }
  .footer-some {
    margin: 0 auto 3rem;
  }
  .footer-logo {
    margin: 0 auto 3rem;
    text-align: center;
  }
  .footer-logo img {
    width: 90%;
    height: auto;
  }
  /*************************************
  /*
  /*     Actuals
  /*
  *************************************/
  .nx-container {
    grid-template-columns: 1fr;
  }
  .actuals-read-more-button {
    margin: auto;
  }
  /*************************************
  /*
  /*     Enveloped
  /*
  *************************************/
  .enveloped {
    grid-template-columns: 1fr;
  }
  /*************************************
  /*
  /*     Front-top
  /*
  *************************************/
  .front-top {
    flex-wrap: wrap;
  }
  .front-top-text {
    max-width: 100%;
  }
  /*************************************
  /*
  /*     Side-by-side
  /*
  *************************************/
  .lang-bar {
    padding-right: 1rem;
  }
  .card-2-container {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .card-2 {
    width: 100%;
  }
  .is-flattened .card-caret {
    margin-left: 4rem;
  }
  .front-top {
    grid-template-columns: 1fr;
    height: auto;
  }
  .front-top-text {
    padding: 1rem 1rem;
  }
  .front-top-image img {
    width: 100%;
  }
  .hero-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .news-items-list {
    grid-template-columns: 1fr;
  }
  .side-by-side {
    grid-template-columns: 1fr;
  }
  .side-by-side-column {
    max-width: 100%;
  }
  .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .button-row a:link,
  .button-row a:visited {
    text-align: center;
  }
  .tekojentori-logo {
    display: none;
  }
  .newest-devacts-row {
    display: grid;
    grid-template-columns: 3fr 3rem;
    gap: 1rem;
    padding: 2rem 1rem 0;
  }
  .devact-name h3 {
    font-size: 2.2rem;
    padding-bottom: 0.75rem;
  }
  .container .side-by-side {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .side-by-side-column {
    width: 100vw;
    padding: 0;
  }
  .side-by-side-column img {
    max-width: 100vw;
  }
  .icons-list {
    grid-template-rows: 1fr;
    grid-auto-flow: row;
  }
  .devact-view {
    margin-bottom: 4rem !important;
    margin-right: 1.5rem !important;
  }
  .co-cities {
    margin-bottom: 2rem;
  }
  .row {
    max-width: 100vw;
  }
  .top-row {
    max-width: 100vw;
  }
  .pop-up {
    max-width: 90vw;
    max-height: 90vh;
  }
  .popup-contents {
    top: 0.5rem;
    left: 0.5rem;
  }
  .devact-market .tt-stamp {
    display: none !important;
  }
  .left-1-columns,
  .left-2-columns,
  .left-3-columns,
  .left-4-columns,
  .left-5-columns,
  .left-6-columns,
  .left-7-columns,
  .left-8-columns,
  .left-9-columns,
  .left-10-columns,
  .left-11-columns {
    grid-template-columns: 1fr;
  }
  .some-card {
    height: 100%;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .some-feed-button {
    gap: 1rem;
  }
  .top-lifts {
    flex: 0 0 100%;
    flex-direction: column;
  }
  .top-lifts .newest-lift {
    width: 100%;
  }
  .top-lifts .newest-devact {
    width: 100%;
  }
  .paragraph-page-columns, .actuals-page-columns {
    display: grid;
    grid-template-columns: 0 1fr;
    gap: 0;
  }
  .paragraph-page-columns .left-menu, .actuals-page-columns .left-menu {
    visibility: hidden;
  }
  .footer-right-column {
    padding-left: 4rem;
  }
  .footer-links .right-aligned {
    display: flex;
    flex-direction: column;
  }
  .side-by-side-column div:only-child {
    height: auto;
  }
  .magenta-background {
    padding: 0rem;
  }
  .devact-market .text-column {
    width: 100%;
    height: unset;
  }
  .devact-market .text-column img {
    width: 100%;
    height: auto;
  }
  .devact-market .front-top {
    max-width: 100vw;
    display: flex;
    flex-direction: column;
  }
}