* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* @font-face {
  font-family: Lexend;
  src: url(Lexend-VariableFont_wght.ttf);
} */

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(Lexend-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}



@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(Lexend-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --mobile-max-width: 720px;
  --desktop-min-width: 721px;
  --text-dark: #192739;
  --brand-color-900: #243678;
  --brand-color-500: #c0d4f9;
  --brand-color-200: #e6f2fe;
}

html,
body,
input,
textarea {
  margin: 0;
  letter-spacing: -0.2px;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

body {
  margin: 0;
}

body.palvelut {
  zoom: 70%;
}

p {
  margin: 0;
}

h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 40.8px;
  margin: 0;
}

h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  margin: 0;
}

button {
  background: #dae9fc;
  border-radius: 8px;
  padding: 12px 20px 12px 20px;
  border: none;
  margin: 0px;
  height: 48px;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--brand-color-900);
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

button:hover {
  background: #c0d4f9;
}

button:active {
  background: #0036f5;
  color: #ffffff;
}

button.primary {
  background: #046ec8;
  color: #ffffff;
}

ul {
  padding: 0px 20px;
  margin: 0;
}

li {
  list-style-type: disc;
  line-height: 28px;
}

form {
  width: 100%;
}

table {
  border-collapse: collapse;
}

tr:nth-child(odd) {
  background-color: #f7f7f7;
}

th,
td {
  border: 1px solid #dcdcdc;
  white-space: nowrap;
  padding: 10px 24px;
  vertical-align: top;
}

th {
  background-color: #3c528e;
  color: #ffffff;
  text-align: left;
}

td.span-all-rows {
  font-weight: 700;
  background-color: #ffffff !important;
}

td.separator {
  border: 0;
  height: 8px;
  padding: 0;
}

td.kylla {
  background-color: #dcfcd7;
}

td.kylla > img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  bottom: 3px;
  position: relative;
}

td.separator.yhteenveto {
  height: 55px;
  background-color: #ffffff !important;
  padding-top: 28px;
  padding-bottom: 8px;
}

td.separator.yhteenveto > h2 {
  margin: 0;
}

td.kaksi-rivia {
  padding: 0px 24px;
}

.kaksi-rivia > p {
  margin: 0;
}

.kaksi-rivia > p:nth-child(2) {
  font-size: 12px;
  line-height: 21px;
}

.hidden {
  display: none !important;
}

.lihavoitu {
  font-weight: 700;
}

div.kuva-ja-taustakuva {
  background-image: linear-gradient(
      to bottom,
      rgb(172 199 231 / 75%),
      rgb(122 166 213 / 75%)
    ),
    var(--background-image-url);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.kuva-ja-taustakuva > img {
  width: 75%;
}

p.keskitetty {
  text-align: center;
}

div.vaaleansininen {
  background-color: var(--brand-color-200);
}

.sininen {
  color: #046ec8;
}

img.icon24 {
  height: 24px;
  width: 24px;
}

img.icon32 {
  height: 32px;
  width: 32px;
}

img.icon48 {
  height: 48px;
  width: 48px;
}

img.hamburger {
  content: url("/icons/hamburger.png");
}

img.x {
  content: url("/icons/x.png");
  height: 32px;
  width: 32px;
}

div.table-container {
  overflow-x: auto;
  width: 100%;
}

.ikonit-ja-linkit {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ikonit-ja-linkit > div > img {
  vertical-align: middle;
  margin-right: 4px;
}

.navbar {
  overflow: hidden;
  background-color: #f1f8fe;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  padding: 22px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  margin: 0px;
}

.navbar > div.logo {
  height: 45px;
  min-width: 222px;
  margin-right: 4px;
}

.navbar > div.links {
  display: flex;
  gap: 20px;
  margin-left: 20px;
}

.navbar > div.links > a {
  color: var(--text-dark);
  text-decoration: none;
  white-space: nowrap;
}

.navbar > div.links > a:hover,
.navbar.palvelut > div > div.links > div > a:hover {
  color: #0036f5;
  text-decoration: underline;
}

.navbar > div.links > a:active,
.navbar.palvelut > div > div.links > div > a:active {
  color: #0036f5;
}

.navbar-logo-container.palvelut {
  height: 33px;
  min-width: 163px;
}

.navbar-trippi-symbol {
  height: 45px;
  margin-right: 10px;
  content: url("/icons/trippi-symbol.png");
}

.navbar-trippi {
  height: 39px;
  margin-top: 6px;
  content: url("/icons/trippi.png");
}

@media only screen and (max-width: 1150px) {
  .navbar {
    display: none;
  }
}

div.navbar-mobile {
  overflow: hidden;
  background-color: #f1f8fe;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 22px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  margin: 0px;
}

.navbar-trippi-symbol.mobile {
  height: 36px;
}

.navbar-trippi.mobile {
  height: 31px;
}

div.navbar-mobile.menu {
  top: 80px;
  padding: 25px;
  height: fit-content;
  flex-direction: column;
  align-items: flex-start;
}

div.navbar-mobile-option {
  width: 100%;
  height: 52px;
  margin: 0;
}

@media only screen and (min-width: 1151px) {
  div.navbar-mobile {
    display: none !important;
  }
}

.navbar.palvelut {
  flex-direction: column;
  gap: 10px;
  height: 96px;
  padding: 22px 0px;
}

.navbar.palvelut > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: max(20px, min(80px, 100% - 800px));
  padding-right: max(20px, min(80px, 100% - 800px));
  gap: 8px;
}

.navbar.palvelut > div > div.logo {
  height: 33px;
  min-width: 163px;
}

.navbar-trippi-symbol.palvelut {
  height: 33px;
  margin-right: 8px;
}

.navbar-trippi.palvelut {
  height: 29px;
}

.navbar.palvelut > div > div.links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0px;
  margin-left: 0px;
}

.navbar.palvelut > div > div.links > div {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.navbar.palvelut > div > div.links > div > a {
  color: var(--text-dark);
  text-decoration: none;
  white-space: nowrap;
}

.view {
  position: fixed;
  top: 82px;
  bottom: 0px;
  width: 100%;
  overflow-y: scroll;
  min-height: calc(100vm - 82px);
  display: flex;
  flex-direction: column;
}

.view.palvelut {
  top: 88px;
  padding: 0px;
  padding-left: max(20px, min(80px, 100% - 800px));
  padding-right: max(20px, min(80px, 100% - 800px));
}

.content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1150px) {
  .view {
    top: 72px;
  }
}

div.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 40px;
}

div.view.palvelut > div > div.container {
  padding: 40px 0px;
}

div.container.ylareuna {
  padding-top: 80px;
}

div.container.harva {
  gap: 80px;
}

div.container > div {
  width: min(100%, 738px);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

div.container > div.keskitetty {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.container > div.otsikko {
  margin-bottom: 40px;
}

div.palkki {
  background: #046ec8;
  width: 126px;
  height: 8px;
  margin: 0;
}

div.container > div.teksti {
  padding: 0;
}

div.container.footer {
  background-color: #3c528e;
  height: 80px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 0px;
  position: relative;
}

div.container.tarvitsetko-jotain-erityista {
  padding-top: 80px;
  padding-bottom: 80px;
}

.yhteystiedot-otsikko > h1 {
  margin-bottom: 4px;
}

.yhteystiedot-otsikko > h2 {
  color: #046ec8;
  margin: 0;
}

div.informaatio-ilmoitus {
  background-color: #0036f5;
  color: #ffffff;
  padding: 16px;
  gap: 10px;
  border-radius: 8px;
}

div.container.palvelut > div.informaatio-ilmoitus.ajopaivakirja {
  background-color: #f1f8fe;
  color: #000000;
  width: min(100%, 738px);
}

div.container > div.yhteystieto {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

div.yhteystieto > div > p {
  margin: 0;
}

div.container > div.takaisin {
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 8px;
  gap: 8px;
}

div.container > div.vaaleansininen-kortti {
  background-color: #f1f8fe;
  padding: 24px;
  display: flex;
  gap: 24px;
  flex-direction: row;
}

@media only screen and (max-width: 832px) {
  div.container > div.vaaleansininen-kortti {
    flex-direction: column;
  }
}

div.vaaleansininen-kortti > div.kuva-ja-taustakuva {
  width: min(272px, 100%);
  aspect-ratio: 272 / 220;
}

div.vaaleansininen-kortti > div.teksti {
  display: flex;
  align-items: center;
}

div.vaaleansininen-kortti > div.teksti > a {
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
}

div.container > div.lokaali-navigaatio {
  background-color: #f5f8f8;
  display: flex;
  flex-direction: row;
  padding: 40px 19px;
  align-items: stretch;
  gap: 24px;
}

div.lokaali-navigaatio > div.palkki {
  width: 8px;
  background-color: #efdb23;
  margin: 0;
  height: auto;
}

div.container.palvelupiste-banner {
  padding: 0;
  gap: 0;
}

div.container.palvelupiste-banner > div {
  display: flex;
  flex-direction: row;
  padding: 0;
  width: 100%;
  gap: 0;
  align-items: stretch;
}

div.container.palvelupiste-banner > div:nth-child(even) {
  flex-direction: row-reverse;
}

div.palvelupiste-banner > div > div.sisalto {
  background-color: #f4e665;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.palvelupiste-banner > div > div.sisalto > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: min(156px, 20%);
  padding-top: 109px;
  padding-bottom: 117px;
  padding-right: min(72px, 20%);
  width: fit-content;
  gap: 24px;
}

div.palvelupiste-banner > div > div.kuva {
  background-color: #faf4bd;
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.palvelupiste-banner > div > div.kuva > img {
  margin: 33px 0px;
  max-width: 70%;
  max-height: 70%;
}

@media only screen and (max-width: 800px) {
  div.container.palvelupiste-banner > div {
    flex-direction: column-reverse !important;
  }
}

div.container.tarkempaa-mittausta {
  background-color: var(--brand-color-200);
  margin: 0;
}

div.container.tarkempaa-mittausta > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.container.tarkempaa-mittausta > div > p {
  text-align: center;
}

div.container > div.levea {
  width: fit-content;
  max-width: 100%;
}

.container.hero {
  height: 514px;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 66, 139, 0.7),
      rgba(112, 143, 179, 0.7)
    ),
    url("/images/kesatie_hero.png");
  background-size: 100% auto;
  background-position-y: center;
  margin-top: 0px;
  padding-top: 121px;
}

.container.hero > div {
  height: 263px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 1150px) {
  .container.hero {
    height: fit-content;
    background-size: cover;
  }

  .container.hero > div {
    height: fit-content;
  }
}

.container.hero > div > div > p.hero-title-trippi {
  font-size: 26px;
  font-weight: 700;
  margin-top: 0px;
  color: #efdb23;
  text-align: center;
}

.container.hero > div > div > p.hero-title-luotettavaa {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  margin-top: 0px;
  color: #ffffff;
  text-align: center;
}

.container.hero > div > div.hero-buttons {
  display: flex;
  gap: 16px;
}

div.napit {
  display: flex;
  gap: 16px;
}

div.otsikko-ja-ikoni {
  height: 48px;
  display: flex;
  margin-bottom: 6px;
}

div.otsikko-ja-ikoni > div {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.container.arvolupaukset {
  padding: 80px 0px;
  background: #3c528e;
}

.container.arvolupaukset > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: min(792px, calc(100% - 40px));
}

.container.arvolupaukset > div > div {
  height: 48px;
  margin: 0;
  display: flex;
}

.container.arvolupaukset > div > div > p {
  font-size: 26px;
  font-weight: 700;
  margin-top: 8px;
  color: #ffffff;
}

.container.arvolupaukset > div > div > div {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.container.luotettavaa-matkan-mittausta {
  background-color: #f1f8fe;
}

div.palvelu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 260px);
  column-gap: 16px;
  row-gap: 16px;
  width: min(100%, 1200px);
}

div.palvelu-grid-element {
  width: 260px;
  height: 72px;
  border: 1px solid #bfb3b3;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

div.palvelu-grid-element > img {
  height: 24px;
  width: 24px;
}

div.image-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  width: fit-content;
  gap: 40px;
}

@media only screen and (max-width: 1080px) {
  div.image-grid {
    grid-template-columns: auto auto;
  }
}

@media only screen and (max-width: 744px) {
  div.image-grid {
    grid-template-columns: auto;
  }
}

div.image-grid > div {
  width: 320px;
  height: 264px;
}

div.image-grid > div > div.kuva-ja-taustakuva {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

div.image-grid > div > p {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}

img.trippi-symbol-name-and-tagline {
  height: 50px;
  margin-bottom: 24px;
}

div.container > div.kotimaista-laatua {
  display: flex;
  flex-direction: row;
  align-items: center;
}

div.kotimaista-laatua > img {
  height: 20px;
  margin-right: 14px;
}

div.container.product-top {
  padding: 40px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

div.container.product-top > div.kuva-ja-taustakuva {
  aspect-ratio: 700 / 475;
  width: min(700px, 50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

div.container.product-top > div.teksti {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(792px, 50%);
  margin-left: min(80px, max(0px, calc(20% - 300px)));
}

div.container.product-top > div.teksti > p.otsikko {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 16px;
  margin-top: 0px;
}

div.container.product-top > div.teksti > p.alaotsikko {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #046ec8;
  margin-bottom: 40px;
  margin-top: 0px;
}

@media only screen and (max-width: 1100px) {
  div.container.product-top {
    flex-direction: column !important;
    width: min(792px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
  }

  div.container.product-top > div.teksti {
    width: 100%;
  }

  div.container.product-top > div.kuva-ja-taustakuva {
    width: min(600px, 100%);
  }
}

div.container.sisalto-ja-kuva-vaaleansinisella-taustalla {
  background-color: #f1f8fe;
}

div.container.sisalto-ja-kuva-vaaleansinisella-taustalla > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1450px) {
  div.container.sisalto-ja-kuva-vaaleansinisella-taustalla > div {
    flex-direction: column;
    width: min(792px, calc(100% - 40px));
  }
}

div.container.sisalto-ja-kuva-vaaleansinisella-taustalla > div > div.sisalto {
  width: min(792px, calc(100% - 856px));
}

div.container.sisalto-ja-kuva-vaaleansinisella-taustalla > div > div.kuva {
  width: 816px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1450px) {
  div.container.sisalto-ja-kuva-vaaleansinisella-taustalla > div > div.sisalto {
    width: 100%;
  }
  div.container.sisalto-ja-kuva-vaaleansinisella-taustalla > div > div.kuva {
    flex-direction: column;
    width: 100%;
  }
}

div.container.sisalto-ja-kuva-vaaleansinisella-taustalla
  > div
  > div.kuva
  > img {
  width: 100%;
  object-fit: scale-down;
}

div.container.sisalto-vaaleansinisella-taustalla {
  background-color: #f1f8fe;
}

div.container.palvelut {
  align-items: flex-start;
}
div.container.palvelut > div {
  width: 100%;
}

div.takaisin {
  height: 48px;
  width: min(792px, calc(100% - 40px));
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 8px;
  gap: 8px;
  margin-top: 40px;
}

div.container.palvelut > div.ajoneuvot-ohje-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

form > div.rivit {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  width: fit-content;
  align-items: start;
  row-gap: 10px;
}

form > div.rivit > div.label-ja-tooltip {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

form > div.rivit > label,
form > div.rivit > div.label-ja-tooltip > label,
form > div.rivit > div.lisatietoa {
  margin-top: 11px;
}

form > div.rivit > div.label-ja-tooltip > img {
  margin-top: 13px;
}

form > div.rivit > div.kentta {
  margin-right: 20px;
  display: flex;
}

@media only screen and (max-width: 700px) {
  form > div.rivit > div.kentta.select-ja-input {
    flex-direction: column;
    gap: 10px;
  }
}

form > div.rivit > div.kentta > input[type="text"],
form > div.rivit > div.kentta > input[type="date"],
form > div.rivit > div.kentta > input[type="email"],
form > div.rivit > div.rivi > div.kentta > input[type="text"],
textarea {
  width: 100%;
  padding: 10px 14px 10px 14px;
  margin-left: 8px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  opacity: 0px;
}

form > div.rivit > div.select-ja-input > input[type="text"] {
  width: auto;
}

form > div.rivit > div.kentta.ei-muokattavissa {
  margin: 0;
  font-weight: 700;
  width: min(320px, 100%);
  padding: 10px 14px 10px 14px;
  grid-column: span 2;
}

form > div.rivit > div.kentta.rivistatic {
  margin: 0;
  font-weight: 700;
  width: min(320px, 100%);
  padding: 10px 14px 10px 14px;
  display: inline;
  grid-column: span 2;
}

form > div.rivit > div.rivi > div.lisatietoa {
  margin-left: 10px;
}

form > div.rivit > div.valiotsikko {
  margin-top: 40px;
  margin-bottom: 16px;
  grid-column: span 3;
}

form > div.lista {
  margin-top: 8px;
}

div.ohje-toiminnot {
  margin-top: 16px;
}

div.ohje {
  grid-column-start: 1;
  grid-column-end: span 3;
}

form > div.napit {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

form > div.napit > div.vasen {
  margin: 0;
  height: 48px;
  display: flex;
  gap: 16px;
}

form > div.napit > div.vasen > div.kirjaudu-ulos {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 26px;
}

form > div.napit > div.vasen > div.kirjaudu-ulos > img {
  height: 24px;
  width: 24px;
}

form > div.napit > div.oikea {
  height: 24px;
  margin: 0;
}

form > div.napit > div.oikea > img {
  height: 24px;
  width: 24px;
  margin: 0;
}

@media only screen and (max-width: 420px) {
  form > div.napit {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.custom-select {
  position: relative;
  width: min(320px, 100%);
  height: 48px;
  padding: 10px 14px 10px 14px;
  margin-left: 8px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
}

div.select-ja-input > div.custom-select {
  width: auto;
}

.custom-select select {
  display: none;
}

.select-selected:after {
  position: relative;
  content: url("/icons/Nuoli-alas.png");
  float: right;
  top: 2px;
}

.select-selected.select-arrow-active:after {
  content: url("/icons/Nuoli-ylos.png");
}

.select-items div,
.select-selected {
  color: #000000;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 8px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.select-items > div {
  padding: 10px 14px;
}

.select-items > div:nth-child(even) {
  background-color: #f9fafb;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.same-as-selected:after {
  position: relative;
  content: url("/icons/Dropdown-selected.png");
  top: 2px;
  float: right;
}

div.container.tervetuloa {
  align-items: start;
}

div.container.tervetuloa > div {
  gap: 0px;
}

div.oma-profiili-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

div.oma-profiili-links > div {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
}

div.footer > img.trippi-footer {
  margin: 0px 20px;
  content: url("/icons/trippi-footer.png");
  height: 32px;
}

div.footer > p {
  margin: 0px 20px;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
}

@media only screen and (max-width: 1150px) {
  div.container.footer {
    height: fit-content;
    flex-direction: column;
    padding: 51px 0px;
    gap: 40px;
  }
  div.footer > img,
  p {
    margin: 0;
  }
}

div.infomsg {
  display: block !important;
  padding: 4px;
  max-width: 680px;
  background-color: rgb(232, 232, 255);
}

div.infomsg.warnmsg {
  background-color: rgb(255, 231, 231);
}


