/* ==================================== */
/* Pre-reset */
/* ==================================== */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ==================================== */
/* Normalize.css 8.0.0 */
/* ==================================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  /* font-size: 2em; */
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ==================================== */
/* Lobelia reset */
/* ==================================== */
img,
textarea,
svg,
main,
section {
  display: block;
}

/* ==================================== */
/* Layout */
/* ==================================== */
body {
  font-family: Futura, Helvetica, sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
}

.lob-hidden {
  display: none;
}

.lob-block-inner {
  margin: 0 auto;
  padding: 2em 0;
  max-width: 900px;
}

.lob-block-dark {
  background-color: #363535;
  color: #fdfdfd;
}

@media screen and (max-width: 900px) {
  .lob-block-inner {
    padding: 2em 1em;
  }
}

/* ==================================== */
/* Small, basic elements */
/* ==================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Adelle, Georgia, serif;
  font-weight: normal;
}

h1 {
  font-size: 2.7rem;
  margin-top: 0;
}

h2 {
  font-size: 2.3rem;
}

h3 {
  font-size: 1.8rem;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

.lob-dot-separator {
  margin: 0 1.5em;
}

.lob-button {
  display: inline-block;
  padding: 0.7em 3.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  background-color: rgb(255, 204, 0);
  color: white !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .lob-button {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2.1rem;
  }
}

/* ==================================== */
/* Header */
/* ==================================== */
.lob-header-outer {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  transition: top 0.3s ease-in-out;
}

.lob-header-hidden {
  top: -100px; /* >= lob-header-placeholder height */
}

@media screen and (max-width: 900px) {
  .lob-header-outer {
    position: static;
  }
}

.lob-header-placeholder {
  height: 75px;
  background-color: #363535;
}
.lob-header-inner {
  padding: 15px 0;
  margin: 0 auto;
  max-width: 900px;
  min-height: 75px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #363535;
  transition: background-color 0.3s ease-in-out;
}

.lob-header-logo {
  cursor: pointer;
  height: 45px;
  transition: all 0.3s ease-in-out;
}

.lob-mobile-menu-title {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
}

.lob-home .lob-header-placeholder {
  height: 140px;
}
.lob-header-ultra-large .lob-header-logo {
  height: 80px;
}
.lob-header-ultra-large .lob-header-inner {
  padding: 30px 0;
}
.lob-header-ultra-large .lob-mobile-menu-title {
  top: 50px;
}
@media screen and (max-width: 900px) {
  .lob-header-placeholder {
    display: none;
  }
  .lob-header-inner {
    padding: 15px 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .lob-header-ultra-large .lob-header-logo {
    height: 60px;
  }
  .lob-header-ultra-large .lob-header-inner {
    padding: 30px 20px;
  }
  .lob-header-ultra-large .lob-mobile-menu-title {
    top: 40px;
  }
}

.lob-header-inner.lob-mobile-menu-shown {
  background-color: #464545;
}

.lob-header-links {
  position: relative;
  /* top: 10px; */
  margin-left: 1em;
  text-align: right;
  line-height: 1.4;
}

.lob-header-langs {
  color: #999;
}

.lob-full-lang {
  display: none;
}

.lob-link-title {
  color: #e0c548;
}

@media screen and (max-width: 900px) {
  .lob-header-inner,
  .lob-home .lob-header-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .lob-header-links {
    display: none;
    margin-top: 3em;
    text-align: center;
  }
  .lob-header-links.lob-mobile-menu-shown {
    display: block;
  }
  .lob-mobile-menu-title {
    display: block;
  }
  .lob-mobile-menu-title.lob-mobile-menu-shown {
    color: rgb(255, 204, 0);
  }
  .lob-short-lang {
    display: none;
  }
  .lob-full-lang {
    display: block;
  }
  .lob-header-footer-link.lob-lang-active {
    display: none;
  }
  .lob-link-title {
    display: none;
  }
}

/* ==================================== */
/* Footer */
/* ==================================== */
.lob-footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.lob-footer-logo {
  cursor: pointer;
  height: 45px;
}

.lob-footer-logo .lob-logo-motto {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .lob-footer-inner {
    flex-direction: column;
    text-align: center;
  }
  .lob-footer-logo {
    margin-bottom: 20px;
  }
  .lob-dot-separator {
    display: none;
  }
}

/* ==================================== */
/* Header & Footer common */
/* ==================================== */
.lob-header-footer-link {
  cursor: pointer;
  color: inherit;
}

.lob-header-footer-link.lob-link-active {
  color: #e0c548;
}

.lob-logo-outer {
  position: relative;
}
.lob-logo-motto {
  position: absolute;
  margin-top: 0px;
  white-space: nowrap;
  color: #ffea99;
  transition: all 0.3s ease-in-out;
  font-size: 15.5px;
}

@media screen and (max-width: 900px) {
  .lob-header-footer-link {
    display: block;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
  .lob-logo-motto {
    font-size: 11.7px;
  }
}

/* ==================================== */
/* Fonts */
/* ==================================== */
@font-face {
  font-family: 'Adelle';
  font-style: normal;
  font-weight: 200;
  src: local('Adelle Light'), url(fonts/adelle-light.woff) format('woff');
}
@font-face {
  font-family: 'Adelle';
  font-style: normal;
  font-weight: 400;
  src: local('Adelle'), url(fonts/adelle-regular.woff) format('woff');
}
@font-face {
  font-family: 'Adelle';
  font-style: normal;
  font-weight: 700;
  src: local('Adelle Bold'), url(fonts/adelle-bold.woff) format('woff');
}

@font-face {
  font-family: 'Adelle';
  font-style: italic;
  font-weight: 200;
  src: local('Adelle Light Italic'),
    url(fonts/adelle-lightitalic.woff) format('woff');
}
@font-face {
  font-family: 'Adelle';
  font-style: italic;
  font-weight: 400;
  src: local('Adelle Italic'), url(fonts/adelle-italic.woff) format('woff');
}
@font-face {
  font-family: 'Adelle';
  font-style: italic;
  font-weight: 700;
  src: local('Adelle Bold Italic'),
    url(fonts/adelle-bolditalic.woff) format('woff');
}

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/futura-light.woff) format('woff');
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/futura-book.woff) format('woff');
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/futura-medium.woff) format('woff');
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 900;
  src: url(fonts/futura-bold.woff) format('woff');
}

@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 200;
  src: url(fonts/futura-lightitalic.woff) format('woff');
}
@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 400;
  src: url(fonts/futura-bookitalic.woff) format('woff');
}
@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 700;
  src: url(fonts/futura-mediumitalic.woff) format('woff');
}
@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 900;
  src: url(fonts/futura-bolditalic.woff) format('woff');
}
