/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@font-face {
  font-family: 'utopia';
  src: url("../fonts/utopia-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  font-smoothing: antialiased; }

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  background: white;
  font-size: 1.5vw;
  line-height: 1.28; }
  @media (max-width: 700px) {
    html, body {
      font-size: 2.5vw; } }

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

footer {
  display: table;
  clear: both;
  width: calc(100% - 2 * 5.06em);
  margin: 0 5.06em 0 5.06em;
  padding: 0 0 0 0;
  max-width: 2000px;
  margin: auto; }
  footer section {
    position: relative;
    box-sizing: border-box;
    margin: 2em 1em 2em 1em;
    overflow: auto;
    font-size: 0.9em;
    top: -1em; }
  footer a {
    color: inherit;
    text-decoration: none; }
  footer a:hover {
    border-bottom: 1px black solid; }

.footer-backtotop {
  float: left; }

.footer-credits {
  float: right;
  font-size: 0.8em; }

.menu {
  font-size: 1em;
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  top: 0;
  left: 0;
  position: fixed;
  width: 4.6em;
  height: 100vh;
  z-index: 100;
  border-right: 2px black solid; }

.js-menu-hidden {
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.menu-btn-open {
  font-size: 2.2em;
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  color: black; }

.menu-btn-caption {
  color: black;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0em;
  top: 50%;
  float: left;
  color: inherit;
  text-decoration: none;
  -ms-transform: rotate(-90deg) translate(-50%, 100%);
  transform: rotate(-90deg) translate(-50%, 100%);
  -ms-transform-origin: left top 0;
  transform-origin: left top 0; }

.menu-content {
  font-size: 2.2em;
  color: black !important;
  box-sizing: border-box;
  padding: 0.3em 0.3em 1.2em 0.3em;
  position: fixed;
  height: 100vh;
  background: white;
  border-right: black solid 2px;
  transition: transform 0.4s;
  overflow: auto; }
  .menu-content ul {
    list-style-type: none;
    margin: 0;
    padding: 1em 0 0 0; }

.menu-content-item {
  overflow: hidden;
  padding: 0.6em 0.2em 0.35em 0.2em;
  border-bottom: 2px black solid;
  color: inherit;
  transition: max-height 2s; }
  .menu-content-item a {
    color: inherit;
    text-decoration: none; }
  .menu-content-item ul {
    padding: 00 0 0 0; }

.menu-content-item > a {
  text-transform: uppercase; }

.menu-content-item-sec {
  font-size: 0.7em;
  padding: 0.4em 0 0 0;
  text-transform: capitalize;
  color: black; }

.menu-lang {
  display: none;
  font-size: 0.35em; }
  .menu-lang ul {
    padding: 0.5em 0 0 0; }
  .menu-lang li {
    display: inline-block;
    border: 0; }
  .menu-lang a {
    text-decoration: none;
    color: inherit; }
  .menu-lang .active {
    border-bottom: 1px solid black; }

.menu-btn-close {
  position: absolute;
  right: 0.3em;
  top: 0.3em;
  width: 1em;
  height: 1em;
  opacity: 1; }

.menu-btn-close:before, .menu-btn-close:after {
  position: absolute;
  left: 0.5em;
  content: ' ';
  height: 1em;
  width: 2px;
  background-color: #333; }

.menu-btn-close:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-btn-close:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.tags {
  background: white;
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  top: 0;
  right: 0;
  position: fixed;
  width: 4.6em;
  height: 100vh;
  border-left: 2px black solid;
  z-index: 100; }

.tags-content {
  font-size: 1em;
  color: black !important;
  box-sizing: border-box;
  padding: 0.66em 0.66em 0 0.66em;
  position: fixed;
  top: 0;
  right: 0;
  width: 19.2em;
  height: 100vh;
  background: white;
  border-left: black solid 2px;
  transition: transform 0.4s;
  overflow: auto; }
  .tags-content ul {
    list-style-type: none;
    margin: 0;
    padding: 1.5em 0 0 0; }
  .tags-content li {
    font-size: 0.8em;
    margin: 0 0 0.3em 0; }
  .tags-content a {
    text-transform: capitalize;
    color: inherit;
    text-decoration: none; }

.js-tags-hidden {
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0); }

.tags-open {
  font-size: 2.2em;
  position: absolute;
  color: black;
  width: 100%;
  height: 100vh; }

.tags-btn-caption {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: -85%;
  top: 50%;
  float: left;
  color: inherit;
  text-decoration: none;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  text-align: center;
  white-space: nowrap; }

.home-section {
  position: relative;
  box-sizing: border-box;
  border-bottom: 2px black solid;
  margin: 1em;
  overflow: hidden; }

.home-animation {
  border-bottom: none;
  margin-top: 0; }

.line {
  box-sizing: border-box;
  width: calc(100% - 2em);
  border-top: 2px black solid;
  margin: 0 1em 0 1em; }

.home-section-excerpt {
  font-family: utopia;
  font-size: 2.6em;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 0 0; }

.home-section-gallery {
  padding: 2.4em 0 0 0;
  width: 80%;
  margin: auto; }

.home-gallery {
  width: 100%;
  overflow: auto; }

.gallery-cell {
  width: 100%;
  height: auto;
  overflow: auto; }

.home-section.service-section a {
  display: block;
  width: 100%;
  float: left;
  background: #000;
  color: white;
  box-sizing: border-box;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 1.6em;
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  @media screen and (min-width: 768px) {
    .home-section.service-section a {
      width: calc(50% - .5em); } }
  @media screen and (min-width: 768px) {
    .home-section.service-section a:nth-child(odd) {
      margin-right: .5em; }
    .home-section.service-section a:nth-child(even) {
      margin-left: .5em; } }
  .home-section.service-section a p {
    margin: 0 0 2em; }

.gallery-ratio-container {
  position: relative;
  overflow: hidden; }

.gallery-ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 60.00%; }

.gallery-ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.home-gallery-caption {
  padding: 0.5em 0 0 0; }

.billboard-gallery-caption {
  display: none; }

.home-gallery-status {
  box-sizing: border-box;
  margin: auto;
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  font-size: 1.76em; }
  .home-gallery-status .gallery-status-number {
    padding: 1em 0 0.5em 0;
    display: block;
    float: right; }
  .home-gallery-status .gallery-status-caption {
    padding: 1em 0 0 0;
    display: block;
    float: left; }

.home-section-readmore {
  border-top: 1px black solid;
  padding: 0.5em 3em 0 3em;
  margin-bottom: 0.1em;
  font-size: 0.9em;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.home-section-readmore-fix {
  width: 100%;
  height: 2.5em; }

.home-section-readmore:hover {
  border-bottom: none !important; }

.section-game-title {
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.2em;
  padding: 0 0 1em 0;
  overflow: auto; }
  .section-game-title h2 {
    font-size: 1em;
    font-weight: normal; }

.section-game-title-left {
  float: left; }

.section-game-title-right {
  text-align: center; }

.games img {
  width: 99%; }

.section-game-excerpt {
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  font-size: 1.76em;
  padding: 1em 0 0.8em 0; }

.home-section-contact {
  padding: 0 0 2em 0;
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  font-size: 1.76em;
  text-align: center; }
  .home-section-contact h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 1em; }
  .home-section-contact a {
    display: inline-block;
    font-size: 0.7em;
    line-height: 1.4em; }

.home-animation-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .home-animation-container iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.blog-title {
  position: relative;
  box-sizing: border-box;
  overflow: auto;
  margin: 0 1em 0 1em; }

.blog-title h1 {
  display: block; }

.blog-title h2 {
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: auto;
  display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  font-size: 2.2em;
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: capitalize; }

.close-tag-wrap {
  margin-right: 0.5em; }

.close-tag {
  display: inline-block;
  position: relative;
  top: 0.15em;
  width: 1em;
  height: 1em;
  opacity: 1; }

.close-tag:before, .close-tag:after {
  position: absolute;
  left: 0.5em;
  content: ' ';
  height: 1em;
  width: 2px;
  background-color: #333; }

.close-tag:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.close-tag:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.blog-section {
  position: relative;
  box-sizing: border-box;
  border-bottom: 2px black solid;
  margin: 1em;
  overflow: auto; }

.blog-section-introduction {
  font-family: utopia;
  font-size: 2.2em;
  text-align: center;
  padding: 0 0 0.8em 0; }

.blog-article-title {
  font-family: utopia;
  font-size: 3em;
  text-align: center;
  line-height: 1; }

.blog-article-title p {
  margin: 0;
  padding: 0; }

.blog-article {
  position: relative;
  box-sizing: border-box;
  border-bottom: 2px black solid;
  margin: 1.5em 1em 1em 1em; }

.blog-article-author {
  font-size: 0.8em;
  text-align: center;
  padding: 0.2em 0 0 0; }

.blog-article-date {
  font-size: 0.8em;
  text-align: center;
  padding: 0 0 0 0; }

.blog-article-excerpt {
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  font-size: 1.76em; }

.blog-article-excerpt figure {
  width: 80%;
  padding: 0;
  margin: auto; }

.blog-article-excerpt img {
  width: 100%; }

.blog-article-excerpt a {
  text-decoration: underline; }

.blog-article-readmore {
  width: 100%;
  height: 50%;
  text-align: center;
  padding: 0 0 1.8em 0; }

.blog-article-readmore-caption {
  display: inline-block;
  border-top: 1px black solid;
  padding: 0.5em 3em 0 3em;
  margin-bottom: 0.1em;
  font-size: 0.9em; }

.blog-section-footer {
  padding: 1em 0 2em 0;
  overflow: hidden; }

.blog-section-share {
  font-size: 0.9em;
  float: left; }

.blog-section-backtotop {
  position: absolute;
  right: 0;
  bottom: 1.4em;
  height: 1.5em;
  font-size: 0.9em; }

.blog-article-excerptmedia figure {
  padding: 0 0 3em 0;
  margin: auto;
  width: 80%; }

.blog-article-excerptmedia img {
  width: 100%; }

.blog-article-excerptmedia iframe {
  width: 100%;
  height: 27em; }

.blog-article-content {
  clear: both;
  font-size: 1.3em;
  line-height: 1.25em;
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1px; }

.blog-article-content figure {
  width: 100%;
  margin: auto; }

.blog-article-content img {
  width: 100%; }

.blog-section-tags {
  position: absolute;
  right: 0;
  bottom: 1.6em;
  font-size: 0.9em;
  line-height: 1.4em; }

.blog-section-tags ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0; }

.blog-section-tags li {
  display: inline-block;
  text-transform: capitalize;
  margin-left: 0.5em; }

.blog-section-tags a:hover {
  border-bottom: 1px black solid; }

.blog-article-content {
  line-height: 1.6;
  /* unknown ration variation */ }

.blog-article-content a {
  text-decoration: underline; }

.blog-article-content strong {
  font-size: 1.3em;
  line-height: 1.3;
  font-weight: normal; }

.blog-article-content ol {
  list-style-position: inside;
  padding-left: 0; }

.blog-article-content figure {
  position: relative; }

.blog-article-content figure iframe {
  width: 100%;
  height: 100%; }

.blog-article-content figure {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 56.25%;
  content: ""; }

.blog-article-content figure > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.blog-article-content figure > * {
  max-width: 100%;
  max-height: 100%;
  width: auto; }

.share {
  position: absolute;
  display: inline-block;
  width: 8em;
  height: 1.5em;
  overflow: hidden;
  font-size: 0.9em;
  left: 0;
  bottom: 1.4em; }

.share span {
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif; }

.share a {
  margin-left: 0.8em; }

.share a:hover {
  border-bottom: solid 1px black; }

@media (max-width: 700px) {
  .share {
    display: none; } }

.share:hover {
  width: 30em;
  transition: width 1s; }

.home-section-share {
  border-bottom: 1px solid white; }

.main-header {
  border-bottom: 2px black solid;
  margin: 0 1em 0 1em; }

.main-header {
  border-bottom: 2px black solid;
  margin: 0 1em 0 1em; }

.main-home > .main-header {
  border-bottom: none; }

#map {
  background: lightgrey;
  height: 70vh;
  padding: 2.4em 0 0 0;
  margin: auto;
  margin-bottom: 2em;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #map {
      width: 70%; } }

.contact-links {
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  font-size: 1.76em;
  font-weight: normal;
  text-align: left; }

.contact-adress {
  font-size: 1.3em;
  line-height: 1.25em;
  font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1px;
  padding: 0 0 2em 0;
  text-align: center; }

.contact-note {
  font-size: 1em;
  text-align: center; }

.main {
  width: calc(100% - 2 * 5.06em);
  margin: 0 5.06em 0 5.06em;
  max-width: 2000px; }
  .main h1 {
    display: inline-block;
    position: relative;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 2.2em;
    font-family: "Fugue Regular", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .main a {
    color: inherit; }

@media (min-width: 1200px) {
  .main {
    margin: auto; } }

blockquote {
  margin-left: 4em; }

ol {
  margin-left: 0; }

.cards {
  position: relative; }
  .cards img.show {
    display: block; }
  .cards img.hide {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
