/*
 ▄█    █▄     ▄████████    ▄████████  ▄█     ▄████████ ▀█████████▄   ▄█          ▄████████    ▄████████
███    ███   ███    ███   ███    ███ ███    ███    ███   ███    ███ ███         ███    ███   ███    ███
███    ███   ███    ███   ███    ███ ███▌   ███    ███   ███    ███ ███         ███    █▀    ███    █▀
███    ███   ███    ███  ▄███▄▄▄▄██▀ ███▌   ███    ███  ▄███▄▄▄██▀  ███        ▄███▄▄▄       ███
███    ███ ▀███████████ ▀▀███▀▀▀▀▀   ███▌ ▀███████████ ▀▀███▀▀▀██▄  ███       ▀▀███▀▀▀     ▀███████████
███    ███   ███    ███ ▀███████████ ███    ███    ███   ███    ██▄ ███         ███    █▄           ███
███    ███   ███    ███   ███    ███ ███    ███    ███   ███    ███ ███▌    ▄   ███    ███    ▄█    ███
 ▀██████▀    ███    █▀    ███    ███ █▀     ███    █▀  ▄█████████▀  █████▄▄██   ██████████  ▄████████▀
                          ███    ███                                ▀
*/









/*
▀█████████▄     ▄████████    ▄████████    ▄████████
  ███    ███   ███    ███   ███    ███   ███    ███
  ███    ███   ███    ███   ███    █▀    ███    █▀
 ▄███▄▄▄██▀    ███    ███   ███         ▄███▄▄▄
▀▀███▀▀▀██▄  ▀███████████ ▀███████████ ▀▀███▀▀▀
  ███    ██▄   ███    ███          ███   ███    █▄
  ███    ███   ███    ███    ▄█    ███   ███    ███
▄█████████▀    ███    █▀   ▄████████▀    ██████████

*/

/* https://piccalil.li/tutorial/fluid-typography-with-css-clamp */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

html {  font-size: calc(1em + 0.2vw); }

body {
  font-family: var(--body-font-family);
  font-weight:var(--body-font-weight);
  color:var(--text-color);
  background: var(--background);
  letter-spacing:1px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:300;
  font-family: var(--headline-font-family);
  font-weight: var(--headline-font-weight);
}


h1,
h2,
h3,
p, li,
blockquote,
cite, address, a{
  font-size: clamp(
    var(--fluid-type-min, 1rem),
    calc(1rem + var(--fluid-type-target, 3vw)),
    var(--fluid-type-max, 1.3rem)
  );
}

h1 {
  --fluid-type-min: 1.8rem;
  --fluid-type-max: 2.5rem;
  --fluid-type-target: 3vw;

  text-align: var(--headline-h1-align);
  max-width: 40ch;
}

h2 {
  --fluid-type-min: 0.8rem;
  --fluid-type-max: 0.8rem;
}

h3 {
  --fluid-type-min: 1.5rem;
  --fluid-type-max: 2.5rem;
}

h2,
h3 {
}

p {
  --fluid-type-min: 0.8rem;
  --fluid-type-max: 1rem;
  --fluid-type-target: 2vw;
  margin-bottom: 1ch;
}

.small p {
  --fluid-type-min: 0.7rem;
  --fluid-type-max: 0.8rem;
  --fluid-type-target: 1vw;
}

.large p {
  --fluid-type-min: 1rem;
  --fluid-type-max: 2rem;
  --fluid-type-target: 1vw;
}


address {
  --fluid-type-min: 0.8rem;
  --fluid-type-max: 1.2rem;
  --fluid-type-target: 2vw;
  font-style:normal;
}

.blocks ul li,
.blocks ul li p {
  --fluid-type-min: 0.7rem;
  --fluid-type-max: 0.8rem;
  --fluid-type-target: 1vw;
}

h2 {
  text-transform:var(--headline-h2-transform);
  border-bottom:1px solid var(--headline-border-color);
  font-weight:bold;
}



.project-overview h2 {
  border-bottom:0px;
  margin-top:var(--block-gap);
}
.project-overview .col  {
  margin-bottom:calc( 3 * var(--block-gap));
}
.project-overview .col > a {
  --fluid-type-min: 0.9rem;
  --fluid-type-max: 1rem;
  --fluid-type-target: 1vw;
}

.blocks div p {
  line-height:1.3;
}

.blocks strong {
  font-weight:500;
}

.blocks ul li p strong {
  margin-top:0.1rem;
  display: block;
  font-size: 0.7rem;
  margin-bottom:0.2rem;
  font-weight: bold;
}

a {
  color:var(--text-color);
}

.project-overview a {
  text-decoration:none;
}

.project-overview figure img {
  object-fit: cover;
  height: 20vw;
  width:100%;
}

a img {
  transition: all 0.4s ease-in-out;
}

a:hover img {
  transform: scale(0.97);
}

/*
    ███        ▄█    █▄       ▄████████   ▄▄▄▄███▄▄▄▄      ▄████████
▀█████████▄   ███    ███     ███    ███ ▄██▀▀▀███▀▀▀██▄   ███    ███
   ▀███▀▀██   ███    ███     ███    █▀  ███   ███   ███   ███    █▀
    ███   ▀  ▄███▄▄▄▄███▄▄  ▄███▄▄▄     ███   ███   ███  ▄███▄▄▄
    ███     ▀▀███▀▀▀▀███▀  ▀▀███▀▀▀     ███   ███   ███ ▀▀███▀▀▀
    ███       ███    ███     ███    █▄  ███   ███   ███   ███    █▄
    ███       ███    ███     ███    ███ ███   ███   ███   ███    ███
   ▄████▀     ███    █▀      ██████████  ▀█   ███   █▀    ██████████

*/

.path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: dash 7s ease-in forwards;
  fill:transparent;
  stroke:var(--logo-line-color);
}

body.loaded .path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  animation: none;
}

.st1{fill:none;stroke:var(--header-text-color);stroke-width:0.25;stroke-miterlimit:10;}
.st2{fill:none;stroke:var(--header-text-color);stroke-width:0.1;stroke-miterlimit:10;}
.st3{fill:var(--header-text-color);}
.st4{fill:var(--header-text-color);}

/*
   ▄█    █▄       ▄████████    ▄████████ ████████▄     ▄████████    ▄████████
  ███    ███     ███    ███   ███    ███ ███   ▀███   ███    ███   ███    ███
  ███    ███     ███    █▀    ███    ███ ███    ███   ███    █▀    ███    ███
 ▄███▄▄▄▄███▄▄  ▄███▄▄▄       ███    ███ ███    ███  ▄███▄▄▄      ▄███▄▄▄▄██▀
▀▀███▀▀▀▀███▀  ▀▀███▀▀▀     ▀███████████ ███    ███ ▀▀███▀▀▀     ▀▀███▀▀▀▀▀
  ███    ███     ███    █▄    ███    ███ ███    ███   ███    █▄  ▀███████████
  ███    ███     ███    ███   ███    ███ ███   ▄███   ███    ███   ███    ███
  ███    █▀      ██████████   ███    █▀  ████████▀    ██████████   ███    ███
                                                                   ███    ███
*/


header {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 130px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width:100%;
  /* max-width: max(768px, var(--site-width)); */
  /* instead of using max-width we are calculating the padding*/
  padding-left: calc((100vw - var(--site-width)) / 2);
  padding-right: calc((100vw - var(--site-width)) / 2);
  z-index:99;
  padding-top: var(--header-top-margin);
  padding-bottom: var(--header-top-margin);
  color: var(--header-text-color);
}

header a {
  color: var(--header-text-color);
}

section.grid.full:after {
  content:'';
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
  height:80vh;
  background: var(--header-background);
  z-index:9
}

.logo {
  margin-left:30px;
  margin-top:30px;
  text-transform:uppercase;
  color:var(--header-text-color);
}

nav a {
  font-family: var(--nav-font-family);
  --fluid-type-min: 0.9rem;
  --fluid-type-max: 1rem;
}

header nav {
  width:100%;
  display:flex;
  justify-content:flex-end;
  height: calc(var(--header-height) / 3);
  margin-top:37px;
  z-index:9;
}

#activate-nav{
	display: none;
}

label#menu-icon {
    cursor: pointer;
    display:none;
}



header nav a{
  display:inline-block;
  color:var(--header-text-color);
  text-decoration:none;
  text-transform:uppercase;
  margin-left:30px;
  border-bottom: 4px solid transparent;
}



header nav a:hover,
header nav a.active {
  /* font-weight:bold; */
  border-bottom: 4px solid var(--header-text-color);
}

.logo-link {
  display:block;
  width:200px;
  height:100%;
}

.header-content {
  grid-area: 1 / 1 / 2 / 2;
  display:flex;
  justify-content:flex-start;
  /* align-items:center; */
  z-index:99;
}

.header-animation {
  grid-area: 1 / 1 / 2 / 2;
  z-index:98;

}

/* mobile menu */
@media screen and (max-width: 945px) {
  header nav {
	  flex-direction: column;
    width:100%;
    height:100%;
    position: absolute;
    background:var(--background);
    top: 0;
    left:0;
    bottom: 0;
    right:0;
    margin:0px;
    justify-content: space-around;
    align-items:center;
    padding:20vh 0;
    display:none;
  }


  header nav a {
    text-align:center;
    margin-left:0px;
  }

  header nav a:hover,
header nav a.active {
  font-weight:bold;

  border-bottom: 4px solid var(--background-color);
}

  header #activate-nav:checked ~ nav {
    display: grid;
  }
  label#menu-icon {
    display:block;
    z-index:999;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    padding-top:37px;
    padding-right: 15px;
  }

  .header-animation {
  }
}

/*
 ▄█          ▄████████ ▄██   ▄    ▄██████▄  ███    █▄      ███
███         ███    ███ ███   ██▄ ███    ███ ███    ███ ▀█████████▄
███         ███    ███ ███▄▄▄███ ███    ███ ███    ███    ▀███▀▀██
███         ███    ███ ▀▀▀▀▀▀███ ███    ███ ███    ███     ███   ▀
███       ▀███████████ ▄██   ███ ███    ███ ███    ███     ███
███         ███    ███ ███   ███ ███    ███ ███    ███     ███
███▌    ▄   ███    ███ ███   ███ ███    ███ ███    ███     ███
█████▄▄██   ███    █▀   ▀█████▀   ▀██████▀  ████████▀     ▄████▀
▀
*/

/* reset margins and paddings everywhere */
* { margin: 0; padding: 0; }

/* wrapping sites since '99 */
.site-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;/*   center sections horizontaly  */
}

main { margin-top:50px; }
img {max-width:100%;height:auto;}
figure { margin:0;}
svg { width:100%; }

/* classic 12 col grid */
section.grid {
  display: grid;
  grid-gap: 0 var(--grid-gap);
  grid-template-columns: repeat(12, 1fr);
  max-width: var(--site-width);
  width:100%;
/*  padding-left: 20px;
  padding-right: 20px;*/
/*  z-index: 99;
*/}

section.grid.full {
    max-width: max(100vw, 1024px);
    padding-left:0px;
    padding-right:0px;
    z-index:9;
}

header + section.grid.full {
  margin-top: calc(-1 * (var(--header-height) + var(--header-top-margin)*2));
  /* max-height: 100vh; */
  overflow: hidden;
}

section.grid.medium {
  max-width: var(--medium-grid-width);
}

section.grid.small {
  max-width: var(--small-grid-width);
}

section.grid.tiny {
  max-width: var(--tiny-grid-width);
}

section.grid + section.grid {
  margin-top: calc(var(--section-gap));
}

section.grid.full + section.grid {
  margin-top: calc(var(--section-gap) / 1.5);
}

/* how wide is the col (from kirby) */
.col {
  grid-column: span var(--span);
}

@media screen and (max-width: 768px) {
	.col {
      grid-column: span 12;
  }
}

@media screen and (max-width: 1024px) {
 .col {
    padding-left:10px;
    padding-right:10px;
 }
section.full .col {
    padding-left:0px;
    padding-right:0px;
 }
}

.col[style="--span:12"] {
  margin-bottom:0px;
}

.col[style="--span:12"]:only-child() {
  margin-bottom:0px;
}

/* margins between block (the owl) */
.blocks > * + * { margin-top: var(--block-gap); }


.blocks {
  margin-bottom: var(--block-gap);
}

.blocks:empty {
  margin-bottom: 0;
}



/*
   ▄████████  ▄██████▄   ▄██████▄      ███        ▄████████    ▄████████
  ███    ███ ███    ███ ███    ███ ▀█████████▄   ███    ███   ███    ███
  ███    █▀  ███    ███ ███    ███    ▀███▀▀██   ███    █▀    ███    ███
 ▄███▄▄▄     ███    ███ ███    ███     ███   ▀  ▄███▄▄▄      ▄███▄▄▄▄██▀
▀▀███▀▀▀     ███    ███ ███    ███     ███     ▀▀███▀▀▀     ▀▀███▀▀▀▀▀
  ███        ███    ███ ███    ███     ███       ███    █▄  ▀███████████
  ███        ███    ███ ███    ███     ███       ███    ███   ███    ███
  ███         ▀██████▀   ▀██████▀     ▄████▀     ██████████   ███    ███
                                                              ███    ███

*/

footer {
  display: grid;
  justify-items: center; /* center sections horizontaly */
  width:100%;
  border-top: 1px solid var(--footer-border-color);
  margin-top: 10vw;
  padding:8vw 0 4vw 0;
  background:var(--footer-background-color);
  color:var(--footer-color);
}

footer a{
  color: var(--footer-color);
}

footer nav a {
  display:block;
}

footer p,
footer address,
footer nav a {
  --fluid-type-min: 0.7rem;
  --fluid-type-max: 0.9rem;
}


footer .col {
  margin-bottom:var(--grid-gap);
}

nav.languages ul {
  list-style:none;
  display:flex;
  justify-content: space-evenly;
  width:100%;
}
nav.languages ul li {
  --fluid-type-min: 0.7rem;
  --fluid-type-max: 0.8rem;
  --fluid-type-target: 2vw;
  margin-right:10px;
  border:1px solid var(--footer-color);
}
nav.languages ul li a{
  padding: 8px 5px 7px 5px;
  text-decoration:none;
}
nav.languages ul li.active a{
  background:var(--footer-color);
  color:var(--footer-background-color);
 }

section.grid + section.grid.project-overview {
  margin-top: calc(0.2 * var(--section-gap));
}
/*
 ▄█        ▄█     ▄████████     ███
███       ███    ███    ███ ▀█████████▄
███       ███▌   ███    █▀     ▀███▀▀██
███       ███▌   ███            ███   ▀
███       ███▌ ▀███████████     ███
███       ███           ███     ███
███▌    ▄ ███     ▄█    ███     ███
█████▄▄██ █▀    ▄████████▀     ▄████▀
▀
*/

.blocks ul {
  list-style:none;
}

.blocks ul li {

  border-top:1px solid var(--contrast-color);
  padding-top: calc(var(--block-gap) / 2 );
  padding-bottom: calc(var(--block-gap) / 2 );
}

/*
    ███        ▄████████    ▄██████▄     ▄████████
▀█████████▄   ███    ███   ███    ███   ███    ███
   ▀███▀▀██   ███    ███   ███    █▀    ███    █▀
    ███   ▀   ███    ███  ▄███          ███
    ███     ▀███████████ ▀▀███ ████▄  ▀███████████
    ███       ███    ███   ███    ███          ███
    ███       ███    ███   ███    ███    ▄█    ███
   ▄████▀     ███    █▀    ████████▀   ▄████████▀

*/

ul.tags {
  list-style:none;
  padding-bottom:40px;
  display: flex;
}

@media screen and (max-width: 768px) {
  ul.tags {
    flex-direction: column
  }
}

ul.tags li {
  line-height:40px;
  --fluid-type-min: 0.7rem;
  --fluid-type-max: 0.9rem;
  --fluid-type-target: 2vw;
}

ul.tags li a{
  border:1px solid var(--text-color);
  margin-right: 7px;
  line-height:1;
  padding:8px 12px;
  text-decoration:none;

}
ul.tags li a.active,
ul.tags li a:hover {
  background:var(--text-color);
  color:var(--background-color);

}

/*
▀█████████▄   ▄█        ▄██████▄   ▄████████    ▄█   ▄█▄ ████████▄   ███    █▄   ▄██████▄      ███        ▄████████
  ███    ███ ███       ███    ███ ███    ███   ███ ▄███▀ ███    ███  ███    ███ ███    ███ ▀█████████▄   ███    ███
  ███    ███ ███       ███    ███ ███    █▀    ███▐██▀   ███    ███  ███    ███ ███    ███    ▀███▀▀██   ███    █▀
 ▄███▄▄▄██▀  ███       ███    ███ ███         ▄█████▀    ███    ███  ███    ███ ███    ███     ███   ▀  ▄███▄▄▄
▀▀███▀▀▀██▄  ███       ███    ███ ███        ▀▀█████▄    ███    ███  ███    ███ ███    ███     ███     ▀▀███▀▀▀
  ███    ██▄ ███       ███    ███ ███    █▄    ███▐██▄   ███    ███  ███    ███ ███    ███     ███       ███    █▄
  ███    ███ ███▌    ▄ ███    ███ ███    ███   ███ ▀███▄ ███  ▀ ███  ███    ███ ███    ███     ███       ███    ███
▄█████████▀  █████▄▄██  ▀██████▀  ████████▀    ███   ▀█▀  ▀██████▀▄█ ████████▀   ▀██████▀     ▄████▀     ██████████
             ▀                                 ▀
*/

blockquote {
    quotes: "\201C""\201D""\2018""\2019";
    font-family: var(--headline-font-family);
}

.col[style="--span:12"] blockquote {
  text-align: center;
  --fluid-type-min: 1rem;
  --fluid-type-max: 3.5rem;
  --fluid-type-target: 3vw;

  margin: 8vw 20%;
}

.col[style="--span:12"] blockquote cite {
  --fluid-type-min: 0.6rem;
  --fluid-type-max: 1rem;
  --fluid-type-target: 0.3vw;
  margin-top:1em;
  display: block;
}
blockquote cite:before {
  content:"—";
}

blockquote:before {
  color: var(--blockquote-contrast-color);  /* TODO: no magic numbers */
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
  margin-right:-0.5ch;
}



section.full .col[style="--span:12"] figure > img {
  object-fit: cover;
  width: 100%;
  height:80vh;
  max-height:1240px;
  top: 0;
  left: 0;
  max-height:80vh;
}


/*
 ▄█    █▄   ▄█  ████████▄     ▄████████  ▄██████▄
███    ███ ███  ███   ▀███   ███    ███ ███    ███
███    ███ ███▌ ███    ███   ███    █▀  ███    ███
███    ███ ███▌ ███    ███  ▄███▄▄▄     ███    ███
███    ███ ███▌ ███    ███ ▀▀███▀▀▀     ███    ███
███    ███ ███  ███    ███   ███    █▄  ███    ███
███    ███ ███  ███   ▄███   ███    ███ ███    ███
 ▀██████▀  █▀   ████████▀    ██████████  ▀██████▀

*/

figure > video {
  object-fit: cover;
  width: 100%;
  height:80vh;
  max-height:1240px;
  top: 0;
  left: 0;
  max-height:80vh;
}

/*
figure.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width:100%;
  overflow:hidden;
  min-height:100%;
}

figure.video object,
figure.video embed,
figure.video iframe,
figure.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: auto;
  /* min-height:60vh;

}
section.grid.full .col[style="--span:12"] figure.video {

}
section.grid.full .col[style="--span:12"] figure.video video {
   height:auto;
  height:100%;
  min-height:60vh;
} */

/*
   ▄██████▄     ▄████████  ▄█        ▄█          ▄████████    ▄████████ ▄██   ▄
  ███    ███   ███    ███ ███       ███         ███    ███   ███    ███ ███   ██▄
  ███    █▀    ███    ███ ███       ███         ███    █▀    ███    ███ ███▄▄▄███
 ▄███          ███    ███ ███       ███        ▄███▄▄▄      ▄███▄▄▄▄██▀ ▀▀▀▀▀▀███
▀▀███ ████▄  ▀███████████ ███       ███       ▀▀███▀▀▀     ▀▀███▀▀▀▀▀   ▄██   ███
  ███    ███   ███    ███ ███       ███         ███    █▄  ▀███████████ ███   ███
  ███    ███   ███    ███ ███▌    ▄ ███▌    ▄   ███    ███   ███    ███ ███   ███
  ████████▀    ███    █▀  █████▄▄██ █████▄▄██   ██████████   ███    ███  ▀█████▀
                          ▀         ▀                        ███    ███
*/

figure ul {
  display:grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
    grid-template-rows: masonry;
}
@media screen and (max-width: 1140px) {
figure ul {
  grid-template-columns: repeat(4, 1fr);
}
}
@media screen and (max-width: 1024px) {
figure ul {
  grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 768px) {
figure ul {
  grid-template-columns: repeat(2, 1fr);
}
}

.blocks figure ul li {
  border-top:0px solid transparent;
/*  min-width:200px;
*/  padding:0px;
}


/*
   ▄████████  ▄█        ▄█  ████████▄     ▄████████    ▄████████    ▄█    █▄     ▄██████▄   ▄█     █▄
  ███    ███ ███       ███  ███   ▀███   ███    ███   ███    ███   ███    ███   ███    ███ ███     ███
  ███    █▀  ███       ███▌ ███    ███   ███    █▀    ███    █▀    ███    ███   ███    ███ ███     ███
  ███        ███       ███▌ ███    ███  ▄███▄▄▄       ███         ▄███▄▄▄▄███▄▄ ███    ███ ███     ███
▀███████████ ███       ███▌ ███    ███ ▀▀███▀▀▀     ▀███████████ ▀▀███▀▀▀▀███▀  ███    ███ ███     ███
         ███ ███       ███  ███    ███   ███    █▄           ███   ███    ███   ███    ███ ███     ███
   ▄█    ███ ███▌    ▄ ███  ███   ▄███   ███    ███    ▄█    ███   ███    ███   ███    ███ ███ ▄█▄ ███
 ▄████████▀  █████▄▄██ █▀   ████████▀    ██████████  ▄████████▀    ███    █▀     ▀██████▀   ▀███▀███▀
             ▀
*/



/*
 ▄█          ▄████████ ███▄▄▄▄      ▄██████▄  ███    █▄     ▄████████    ▄██████▄     ▄████████    ▄████████
███         ███    ███ ███▀▀▀██▄   ███    ███ ███    ███   ███    ███   ███    ███   ███    ███   ███    ███
███         ███    ███ ███   ███   ███    █▀  ███    ███   ███    ███   ███    █▀    ███    █▀    ███    █▀
███         ███    ███ ███   ███  ▄███        ███    ███   ███    ███  ▄███         ▄███▄▄▄       ███
███       ▀███████████ ███   ███ ▀▀███ ████▄  ███    ███ ▀███████████ ▀▀███ ████▄  ▀▀███▀▀▀     ▀███████████
███         ███    ███ ███   ███   ███    ███ ███    ███   ███    ███   ███    ███   ███    █▄           ███
███▌    ▄   ███    ███ ███   ███   ███    ███ ███    ███   ███    ███   ███    ███   ███    ███    ▄█    ███
█████▄▄██   ███    █▀   ▀█   █▀    ████████▀  ████████▀    ███    █▀    ████████▀    ██████████  ▄████████▀
▀
*/

.language-switch {
  position: absolute;
  top:15px;
  right: calc((100vw - var(--site-width)) / 2);
  z-index: 9999;
}

@media screen and (max-width: 1040px) {
  .language-switch {
    position: absolute;
    top:15px;
    right:15px;
    z-index: 9999;
  }
}


.language-switch a{
  --fluid-type-min: 0.8rem;
  --fluid-type-max: 0.8rem;
  --fluid-type-target: 1vw;
    padding:10px;
    text-decoration:none;
}

.current_lang_toggle {
  padding-bottom:20px;
  display: block;
  text-align:right;
}

.other_langs {
  display: none;
  background: var(--background);
  box-shadow: 0px 0px 5px #CCC;
  border-radius:3px;
}

.other_langs a {
  display: block;
  padding-bottom:5px;
}

.other_langs a.active {
  display:none;
}

.language-switch:hover > .other_langs {
  display:block;
}

.lang_flag {
  height:12px;
  width:16px;
  margin-right:5px;
}

/*
   ▄████████    ▄████████    ▄████████  ▄██████▄   ▄█     █▄
  ███    ███   ███    ███   ███    ███ ███    ███ ███     ███
  ███    ███   ███    ███   ███    ███ ███    ███ ███     ███
  ███    ███  ▄███▄▄▄▄██▀  ▄███▄▄▄▄██▀ ███    ███ ███     ███
▀███████████ ▀▀███▀▀▀▀▀   ▀▀███▀▀▀▀▀   ███    ███ ███     ███
  ███    ███ ▀███████████ ▀███████████ ███    ███ ███     ███
  ███    ███   ███    ███   ███    ███ ███    ███ ███ ▄█▄ ███
  ███    █▀    ███    ███   ███    ███  ▀██████▀   ▀███▀███▀
               ███    ███   ███    ███
*/

 .arrow {
  border: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  position: absolute;
  margin: 6px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/*
   ▄████████ ███▄▄▄▄    ▄█    ▄▄▄▄███▄▄▄▄      ▄████████     ███      ▄█   ▄██████▄  ███▄▄▄▄      ▄████████
  ███    ███ ███▀▀▀██▄ ███  ▄██▀▀▀███▀▀▀██▄   ███    ███ ▀█████████▄ ███  ███    ███ ███▀▀▀██▄   ███    ███
  ███    ███ ███   ███ ███▌ ███   ███   ███   ███    ███    ▀███▀▀██ ███▌ ███    ███ ███   ███   ███    █▀
  ███    ███ ███   ███ ███▌ ███   ███   ███   ███    ███     ███   ▀ ███▌ ███    ███ ███   ███   ███
▀███████████ ███   ███ ███▌ ███   ███   ███ ▀███████████     ███     ███▌ ███    ███ ███   ███ ▀███████████
  ███    ███ ███   ███ ███  ███   ███   ███   ███    ███     ███     ███  ███    ███ ███   ███          ███
  ███    ███ ███   ███ ███  ███   ███   ███   ███    ███     ███     ███  ███    ███ ███   ███    ▄█    ███
  ███    █▀   ▀█   █▀  █▀    ▀█   ███   █▀    ███    █▀     ▄████▀   █▀    ▀██████▀   ▀█   █▀   ▄████████▀
*/

@keyframes          dash { from { stroke-dashoffset: 2000; } to { stroke-dashoffset: 0; } }

/* fade in */
.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

@keyframes          fadeIn { 0% { opacity:0; } 100% { opacity:1; } }
@-moz-keyframes     fadeIn { 0% { opacity:0; } 100% { opacity:1; } }
@-webkit-keyframes  fadeIn { 0% { opacity:0; } 100% { opacity:1; } }
@-o-keyframes       fadeIn { 0% { opacity:0; } 100% { opacity:1; } }
@-ms-keyframes      fadeIn { 0% { opacity:0; } 100% { opacity:1; } }
