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

:root {
  --mobile-nav-item-height: 80px;
}

* {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a {
  color: #000;
  text-decoration: underline;
}

@font-face {
  font-family: 'Inter';
  src: url('/../assets/fonts/Inter/static/Inter-Regular-slnt=0.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-weight: bold;
  src: url('/../assets/fonts/Inter/static/Inter-Bold-slnt=0.ttf') format('truetype');
}

body {
  margin: 0;
  padding: 0;
}

/* sticky footer */

body {
  display: flex;
  flex-direction: column;
}

html, body {
  height: 100%;
}

main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

main {
  padding-top: 70px;
}

@media screen and (max-width: 1024px) {
  main {
    padding-top: var(--mobile-nav-item-height);
  }
}

figure:not('no-background') img,
article.picture {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #00ff00 8%, #FFFFFF 18%, #00ff00 33%);
  background-size: 1000px 104px;
  position: relative;
  overflow: hidden;
}

/* z-index layers */

.layer1 {
  z-index: 999;
}

.layer2 {
  z-index: 888;
}

.layer3 {
  z-index: 777;
}

.layer4 {
  z-index: 666;
}

.layer5 {
  z-index: 555;
}

.layer6 {
  z-index: 444;
}

.layer7 {
  z-index: 333;
}

.layer8 {
  z-index: 222;
}

.layer9 {
  z-index: 111;
}

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

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

html {
  font-size: 17px;
  font-family: 'Inter', Lucida Grande, Arial, sans serif;
}

@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}

/* Modules will scale with document (rem values) */

header {
  font-size: 1rem;
}

footer {
  font-size: 1rem;
}

main {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 40px;
}

h1 {
  margin-top: 0px;
  font-size: 4.5em;
}

@media (max-width: 468px) {
  h1 {
    font-size: 2.5em;
  }
}

main.single_blog_article h1 {
  font-size:2.5em;
  font-weight:normal;
}

h2 {
  font-size: 2.5em;
  margin-bottom: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1em;
}

/*

   ▄██████▄     ▄████████  ▄█  ████████▄
  ███    ███   ███    ███ ███  ███   ▀███
  ███    █▀    ███    ███ ███▌ ███    ███
 ▄███         ▄███▄▄▄▄██▀ ███▌ ███    ███
▀▀███ ████▄  ▀▀███▀▀▀▀▀   ███▌ ███    ███
  ███    ███ ▀███████████ ███  ███    ███
  ███    ███   ███    ███ ███  ███   ▄███
  ████████▀    ███    ███ █▀   ████████▀
               ███    ███

*/

section {
  position: relative;
  padding: 40px 0px 40px 0;
  z-index: 99;
  /* background: white; */
}

@media screen and (max-width: 768px) {
  section {
    padding: 30px 0px 60px 0;
  }
}

/* rows */

.row {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px 20px 40px 20px;
  position: relative;
}

section>.row:last-child {
  padding-bottom: 0px;
}

p {
  margin-top: 0px;
}

h1:only-child, h2:only-child, h3:only-child {
  margin-bottom: 0px;
}

/* the order is important! .row needs to be first to be overwritten properly */

.row {
  max-width: 1020px;
}

.row-extra-small    {
  max-width:640px;
}

.row-small {
  max-width: 780px;
}

.row-large {
  max-width: 1220px;
}

.row-xlarge {
  max-width: 1400px;
}

.row-centered {
  justify-content: space-around;
}

.row-full {
  max-width: 100%;
}

@media screen and (max-width: 1439px) {
  .row-large {
    max-width: 1120px;
  }
  .row-xlarge {
    max-width: 1300px;
  }
}

.row-small .row-large {}

/* nested rows have now outer padding */

.row .row {
  padding-left: 0px;
  padding-right: 0px;
}

/* cols */

.col {
  flex: 1;
}

.col:last-child {
  margin-right: 0px;
}

.col-half {
  flex: 0.5;
}

.col-double,
.col[style="--span:8"] {
  flex: 2;
}

.col-centered {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .col {
    margin-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .col {
    flex-basis: 100%;
  }
}

.row.vertical-center .col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

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

Font Name: Delta Corps Priest 1
*/

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: white;
}

header nav {
  width: 1020px;
  padding: 0px 20px;
  margin: 25px auto;
  display: flex;
  justify-content: space-between;
}

header nav a {
  color: black;
  text-decoration: none;
  font-size: 1rem;
  margin-right: 20px;
}

header nav a.active {
  color: bold;
}

header nav a:not(.active):hover:before {
  content: '↓';
  position: relative;
  float: right;
  width: 0px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #999999;
}

header nav a.active:before {
  content: '↓';
  position: relative;
  float: right;
  width: 0px;
  text-decoration: none;
  font-size: 1.5rem;
}

/* mobile menu */

label[for="toggle"], #toggle {
  display: none
}

@media (max-width: 1020px) {
  header .col {
    flex-basis: inherit;
  }
  header nav {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-top: 1px solid black;
  }
  a.nav-link {
    display: block;
    width: 100%;
    height: var(--mobile-nav-item-height);
    background: white;
    position: absolute;
    top: 0;
    font-size: 2.5rem;
    padding: 20px 0px 0px 20px;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    padding-right: 60px;
  }
  a.nav-link:after {
    content: "";
    display: block;
    height: 70px;
    width: 100%;
    margin: 0px auto 0px auto;
    background: transparent;
    background: -moz-radial-gradient(top, rgba(0, 0, 0, 0.2) -30%, rgba(255, 255, 255, 0) 70%);
    background: -webkit-radial-gradient(top, rgba(0, 0, 0, 0.2) -30%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(to bottom, rgba(0, 0, 0, 0.2) -30%, rgba(255, 255, 255, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    position: absolute;
    top: 0px;
  }
  label[for="toggle"] {
    display: inline-block;
    font-size: 1.5rem;
    padding-top: 15px;
    cursor: pointer;
    margin: 0 auto;
    height: var(--mobile-nav-item-height);
    width: 100%;
    text-align: center;
    line-height: 3.1;
    background: white;
    z-index: 9;
    position: absolute;
  }
  #toggle:checked~nav a:nth-child(1) {
    top: var(--mobile-nav-item-height);
  }
  #toggle:checked~nav a:nth-child(2) {
    top: calc(var(--mobile-nav-item-height) * 2);
  }
  #toggle:checked~nav a:nth-child(3) {
    top: calc(var(--mobile-nav-item-height) * 3);
  }
  #toggle:checked~nav a:nth-child(4) {
    top: calc(var(--mobile-nav-item-height) * 4);
  }
  #toggle:checked~nav a:nth-child(5) {
    top: calc(var(--mobile-nav-item-height) * 5);
  }
  #toggle:checked~nav a:nth-child(6) {
    top: calc(var(--mobile-nav-item-height) * 6);
  }
}

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

*/

#fullscreen-logo {
  font-size: 3.5rem;
  font-weight: 900;
  color: #00ff00;
  font-family: 'Inter', Arial, Lucida Grande, Arial, sans serif;
  line-height: 0.9;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

@media (min-width: 768px) {
  #fullscreen-logo {
    font-size: 124px;
    position: inherit;
  }
}

.logo-R1, .logo-A1, .logo-D1, .logo-A2, .logo-R2 {
  position: fixed;
}

.logo-R1 {
  top: 30px;
  left: 30px;
  text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.logo-A1 {
  right: 30px;
  top: 30px;
  transform: rotate(270deg);
  text-shadow: -10px 0px 15px rgba(0, 0, 0, 0.2);
}

.logo-D1 {
  top: calc(50% - 70px);
  left: 0;
  width: 100%;
  transform: rotate(-90deg);
  text-align: center;
  z-index: 9;
  text-shadow: -10px 0px 15px rgba(0, 0, 0, 0.2);
}

.logo-A2 {
  left: 30px;
  bottom: 30px;
  transform: rotate(90deg);
  text-shadow: 10px 0px 15px rgba(0, 0, 0, 0.2);
}

.logo-R2 {
  right: 30px;
  bottom: 30px;
  transform: rotate(180deg);
  text-shadow: 0px -10px 15px rgba(0, 0, 0, 0.2);
}

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

   ▄████████    ▄█    █▄       ▄████████ ████████▄   ▄██████▄   ▄█     █▄
  ███    ███   ███    ███     ███    ███ ███   ▀███ ███    ███ ███     ███
  ███    █▀    ███    ███     ███    ███ ███    ███ ███    ███ ███     ███
  ███         ▄███▄▄▄▄███▄▄   ███    ███ ███    ███ ███    ███ ███     ███
▀███████████ ▀▀███▀▀▀▀███▀  ▀███████████ ███    ███ ███    ███ ███     ███
         ███   ███    ███     ███    ███ ███    ███ ███    ███ ███     ███
   ▄█    ███   ███    ███     ███    ███ ███   ▄███ ███    ███ ███ ▄█▄ ███
 ▄████████▀    ███    █▀      ███    █▀  ████████▀   ▀██████▀   ▀███▀███▀

*/

header:after, footer:before {
  content: "";
  display: block;
  height: 70px;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  background: -moz-radial-gradient(top, rgba(0, 0, 0, 0.4) -30%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-radial-gradient(top, rgba(0, 0, 0, 0.4) -30%, rgba(0, 0, 0, 0) 60%);
  background: radial-gradient(to bottom, rgba(0, 0, 0, 0.4) -30%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 0px;
  pointer-events: none;
}

header:after {
  margin: 70px auto 0px auto;
}

main>section:not(.big-headline):before {
  content: "";
  display: block;
  height: 70px;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  background: -moz-radial-gradient(top, rgba(0, 0, 0, 0.4) -30%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-radial-gradient(top, rgba(0, 0, 0, 0.4) -30%, rgba(0, 0, 0, 0) 60%);
  background: radial-gradient(to bottom, rgba(0, 0, 0, 0.4) -30%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 0px;
  pointer-events: none;
}

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

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

section.big-headline {
  background: white;
  overflow: hidden;
  padding: 0px;
  z-index: 7;
/*  display: flow-root;
*/}

.intro-headline {
  padding-top: 20px;
}

section.big-headline {
  min-height: 65vh;
}

@media screen and (min-width: 768px) {
  .big-headline h1 {
    font-size: 4.8rem;
  }
}

.big-headline h1 {
  z-index: 777;
  position: relative;
  line-height: 1;
}

.big-headline h1 p {
  margin: 0px;
  padding: 0px;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

section.big-headline::after {
  position: absolute;
  content: "";

  width: 200%;
  height: 500%;
  top: -200%;
  left: -50%; 

/*  width:  4000px;
  height: 4000px;
  top: calc(50vh - 2000px);
  left:  calc(50vw - 2000px);*/

  background: conic-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(0, 255, 0, 1));
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
  transform-origin: center center;
  opacity: 0;
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -ms-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
}

section.big-headline.loaded::after {
  opacity: 1;
}

.pub_cover {
  margin: 80px;
  z-index: 9999;
  position: relative;
  display: block;
  max-width: 300px;
}

.pub_cover_image,
.pub_cover_inside {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  transform: rotate(1deg);
}
.pub_cover_image {
  
    top: 0;
    left: 0;
    transform-style: preserve-3d;
  
    transition: all .3s ease-in-out;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.pub_cover_image {

  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  transition: all 400ms;
}

.pub_cover:hover .pub_cover_image {

/*  transform: rotateY(-28deg) rotateZ(-2deg) scale(1.02);*/
    transform: rotate(4deg) scale(1.2);
    -webkit-backface-visibility: hidden;
/*  box-shadow: 1px 3px 2px #353d85, 20px 8px 0 #FFF;*/
  }

.pub_cover_inside {
  background: white;

  z-index: -1;
}

.pub_cover:hover .pub_cover_inside {
  transform: rotateY(28deg) rotateZ(2deg) scale(1.02);
}

.pub_hover_text {
  position: absolute;
  top:50%;
  left:50%;
  width:20ch;
  background:black;
  color:white;
  font-size:80%;
  padding:5px;
  transform-style: preserve-3d;
  transition: all .3s ease-in-out;
    transform:translateX(-10px);
    opacity: 0;
}

.pub_hover_text:before {
  content: "";
  position:absolute;
  
  /* position tooltip correctly */
  right:100%;
  margin-right:0px;
  
  /* vertically center */
  top:50%;
  transform:translateY(-50%);
  
  /* the arrow */
  border:10px solid #000;
  border-color: transparent black transparent transparent;
}

.pub_cover:hover .pub_hover_text {
  opacity: 1;
  transform:translateX(0px);
}

/*

   ▄█    █▄       ▄████████    ▄████████ ████████▄   ▄█        ▄█  ███▄▄▄▄      ▄████████
  ███    ███     ███    ███   ███    ███ ███   ▀███ ███       ███  ███▀▀▀██▄   ███    ███
  ███    ███     ███    █▀    ███    ███ ███    ███ ███       ███▌ ███   ███   ███    █▀
 ▄███▄▄▄▄███▄▄  ▄███▄▄▄       ███    ███ ███    ███ ███       ███▌ ███   ███  ▄███▄▄▄
▀▀███▀▀▀▀███▀  ▀▀███▀▀▀     ▀███████████ ███    ███ ███       ███▌ ███   ███ ▀▀███▀▀▀
  ███    ███     ███    █▄    ███    ███ ███    ███ ███       ███  ███   ███   ███    █▄
  ███    ███     ███    ███   ███    ███ ███   ▄███ ███▌    ▄ ███  ███   ███   ███    ███
  ███    █▀      ██████████   ███    █▀  ████████▀  █████▄▄██ █▀    ▀█   █▀    ██████████
                                                    ▀

*/

section.headline {
  padding: 0px;
  padding-top: 40px;
}

section.headline .row {
  padding-bottom: 0px;
}

section.headline h1, section.headline h2, section.headline h3 {
  margin-bottom: 40px;
}

section.headline h1 p, section.headline h2 p, section.headline h3 p {
  margin: 0;
  padding: 0;
}

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

a.button {
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
  background-color: white;
  position: relative;
  margin-right: 10px;
}

.button-with-icon {
  min-width: 250px;
  margin-top: 20px;
}

button.button {
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
  color: #000;
  background-color: white;
  border: 0px;
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
  position: relative;
}

input.button {
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
  color: #000;
  background-color: white;
  border: 0px;
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
  position: relative;
  /* For positioning the pseudo-element */
}

a.button:first-child {
  margin-top: 0px;
}

a.button::before {
  /* Position the pseudo-element. */
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  /* Create the box shadow at expanded size. */
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
  /* Hidden by default. */
  opacity: 0;
  transition: opacity 500ms;
}

a.button.disabled {
  background: #eee;
  color: #666;
}

a.button[aria-current="page"] {
  box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

a.button.disabled {
  box-shadow: none;
}

a.button:not(.disabled):hover::before {
  /* Show the pseudo-element on hover. */
  opacity: 1;
}

a.button-with-icon:after {
  content: '↓';
  position: relative;
  padding-left: 40px;
}

a.button-with-icon:hover {
  transition: all 0.5s ease;
}

a.button-with-icon:hover::after {
  content: '→';
}

/*

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


.form-element {
  margin-bottom: 10px;
  display: flex;
}

.form-element label {
  width: 160px;
  padding-top: 7px;
  padding-right: 12px;
  display: block;
  float: left;
}

p.form-note {
  font-size: 90%;
  color: #999;
}


input[type="number"] {
  width: 100%;
  border-radius: 10px;
  box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
  color: #000;
  background-color: white;
  border: 0px;
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
  position: relative;
  /* For positioning the pseudo-element */
}

input[type="file"] {
  width: 100%;
  border-radius: 10px;
  box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
  color: #000;
  background-color: white;
  border: 0px;
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
  position: relative;
  /* For positioning the pseudo-element */
}

input[type="number"]::after {
  content: attr(data-quantity);
  display: block;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  border-radius: 10px;
  box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
  color: #000;
  background-color: white;
  border: 0px;
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
  position: relative;
/*  width: auto;
*/  /* For positioning the pseudo-element */
}


textarea {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
  color: #000;
  background-color: white;
  border: 0px;
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
  position: relative;
  /* For positioning the pseudo-element */
}

.honey {
  position: absolute;
  left: -9999px;
}


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

section.listings {}

.row-filterlist .col input[type="number"] {
  width: 160px;
}

@media screen and (max-width: 768px) {
  .row-filterlist .row .col {
    flex-basis: 45%;
    margin: 0 5px 10px 5px;
  }
  .row-filterlist .row .col input[type="number"], .row-filterlist .row .col input.button, .row-filterlist .row .col a.button {
    width: 100%;
  }
  .row-filterlist .row .col input.button:after {
    content: 'Filter anwenden'
  }
}

.row-filterlist .ms-options-wrap>button {
  font-size: 1rem;
  padding: 5px 10px;
}

@media screen and (min-width: 768px) {
  .row-filterlist .row {
    flex-wrap: inherit;
  }
}

#ms-list-2 .ms-options {
  max-width: 600px;
}

.col.col-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100%);
  grid-gap: 20px 20px;
}

@media screen and (min-width: 559px) {
  .col.col-cards {
    grid-template-columns: repeat(auto-fit, 250px);
    justify-content: center;
    align-content: center;
    justify-items: center;
  }
}

.col-cards>h2 {
  grid-area: 1 / 4 / span 1 / span 4;
  margin-top: 50px;
}

.col-cards .card {
  width: 100%;
  min-width: 250px;
  height: 360px;
}

.card-images {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  width: 230px;
  height: 170px;
}

.card-images img.active {
  z-index: 999;
}

.card img {
  position: absolute;
  min-width: 230px;
  min-height: 170px;
  object-fit: cover;
  width: 230px;
  height: 170px;
}

.card {
  max-width: 250px;
  box-shadow: 5px 5px 15px #999;
  border-radius: 15px;
  padding: 10px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  transition: all .2s ease-in-out;
  color: #000;
  font-size: 0.8rem;
  background: white;
}

.card.draft {
  background: #000;
}

.card.draft * {
  color: #FFF;
  border-color: #FFF;
}

.card.listed.not-available {
  background: #DDD;
  color: #CCC;
}



.card a {
  text-decoration: none;
  color: #000;
}

.card:hover {
  transform: scale(1.02) rotate(-1deg);
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}

.card-list .card {
  margin-right: 20px;
  margin-bottom: 20px;
  direction: ltr;
}

.card .number {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  width: 65px;
  float: left;
  line-height: 1;
}

.card .name {
  font-weight: bold;
  max-width: 100%;
  text-align: right;
  display: block;
  max-height: 34px;
}

.fact {
  border-bottom: 1px solid black;
  padding-top: 5px;
  padding-bottom: 2px;
}

.fact:last-child {
  border-bottom: 0px;
}

.fact-right {
  float: right;
  max-width: 180px;
  overflow: hidden;
  display: block;
  height: 1rem;
  font-weight: bold;
}

.col>.facts .fact-right {
  max-width: 250px;
  height: 1.2rem;
}

@media screen and (max-width: 559px) {
  .col-cards .card {
    justify-self: center;
  }
}

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

section.gallery {
  padding: 0px;
  background-color: #EEE;
}

.carousel-cell {
  display: block;
  min-width: 450px;
  max-width: 100%;
  border-right: 30px solid white;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}

section.gallery.not-available img {
  filter: grayscale(100%)  /* Completely grayscale */
}

/* carousel height */

.main-carousel {
  height: 450px;
}

@media screen and (max-width: 768px) {
  .main-carousel {
    height: 250px;
  }
}

/* cell inherit height from carousel */

.carousel-cell {
  height: 100%;
}

.carousel-cell:only-child {
  border-right: 0px;
}

section.gallery .images-container {
  display: flex;
  align-items: flex-start;
}
/*section.gallery {
  margin-bottom: 10px;
}

*/
section.gallery .images-container.images-1{
max-width: 600px;
margin: 0 auto;
}

section.gallery .images-container a {
  line-height: 1;
}

section.gallery .images-container img {
  width: 100%;
  line-height: 1;
}
section.gallery .images-container.images-2 a + a,
section.gallery .images-container.images-3 a + a{
  margin-left: 10px;
}

section.gallery .caption-container {
  text-align: center;
}

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

section.info h1 {
  font-size: 2rem;
}

.next-pagination .card {
  float: right;
}

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

*/

.col.articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  align-items: stretch;
}

.recent-news .col.articles article {
  margin-bottom: 0;
}

@media screen and (min-width: 719px)and (max-width: 1079px) {
  .recent-news .col.articles article:nth-child(3) {
    display: none !important;
  }
}

@media screen and (max-width: 829px) {
  section.recent-listings .col-cards .card:nth-child(4) {
    display: none !important;
  }
}

@media screen and (max-width: 829px) {
  section.recent-listings .col-cards .card:nth-child(3) {
    display: none !important;
  }
}

.col.articles article.wide {
  max-width: 750px;
  min-width: 320px;
  flex-grow: 1;
}

article {
  padding: 20px 20px;
}

.col.articles article.micro {
  display: flex;
  position: relative;
  flex-direction: column;
  /* justify-content: space-around; */
  padding-bottom: 40px;
  padding: 0 0 0px 0 !important;
}

.col.articles article.micro {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .col.articles article.micro {
    margin-bottom: 40px;
  }
}

article.micro h3, blockquote {
  font-size: 1.5rem;
  color: #666;
  hyphens: auto;
  position: relative;
  background: #eee;
  mix-blend-mode: darken;
  padding: 15px 15px 15px 15px;
}

@media screen and (min-width: 768px) {
  blockquote {
    /* margin-left:calc(100% - 468px); */
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  blockquote {
    /* margin-left:calc(100% - 468px); */
    margin: 0px 0px 80px 0!important;
  }
  blockquote:after {
    /* margin-left:calc(100% - 468px); */
    margin: 0px 0px 0px 0px;
  }
}

article.micro h3:after, blockquote:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 141px solid transparent;
  border-top-color: #EEE;
  border-bottom: 0;
  border-right: 0;
  margin-left: -20.5px;
  margin-bottom: -141px;
}

@media screen and (max-width: 768px) {
  article.micro h3:after, blockquote:after {
    border: 41px solid transparent;
    margin-bottom: -41px;
    border-top-color: #EEE;
    border-bottom: 0;
    border-right: 0;
    margin-right: -20.5px;
    left: 80%;
  }
}

article.reference {
  display: flex;
  position: relative;
  flex-direction: column;
  /* justify-content: space-around; */
  padding: 0;
}

article.reference.preview a {
  text-decoration: none;
  color: white;
}

.random-sponsorships article.reference {
  height: 250px;
}

article.reference .wrapper {
  text-align: left;
  /* justify-content: space-around; */
  min-height: 250px;
  max-height: 250px;
  background-position: center;
  padding: 10px;
  width: 100%;
  background: #EEE;
}

article.reference .wrapper a {
  text-decoration: none;
  color: white;
}

article.reference .wrapper:hover {
  cursor: pointer;
}

article.reference .wrapper:hover * {
  color: #00FF00;
}

article.reference h3 {
  width: 100%;
  margin: 0px;
  color: white;
  filter: unset;
  /* text-shadow: 0px 0px 20px #333; */
}

article .card {
  transform: scale(0.7);
  transform-origin: top left;
}

article .card:hover {
  transform: scale(0.7);
}

.single_blog_article h1 {
  line-height: 1;
  margin-bottom: 0px;
}

main.single_blog_article h1,
main.single_blog_article time,
main.single_blog_article article.blog h1,
main.single_blog_article article.blog h2,
main.single_blog_article article.blog h3,
main.single_blog_article article.blog h4,
main.single_blog_article article.blog p,
main.single_blog_article article.blog ul,
main.single_blog_article article.blog ol,
main.single_blog_article article.blog blockquote,
main.single_blog_article article.blog figure.lazysrcset-ratio,
main.single_blog_article article.blog figure {
  max-width:600px;
  margin-left: auto;
  margin-right: auto;
  display:block;
  margin-top: 0px;
}

main.single_blog_article section.gallery {
  margin-bottom: 10px;
}

main.single_blog_article h1,
main.single_blog_article h2,
main.single_blog_article h3,
main.single_blog_article h4,
main.single_blog_article h5,
main.single_blog_article h6 {
  padding-bottom:10px;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}

main.single_blog_article h1 {
  margin-top: 0px;
  padding-top: 0px;
}

article.blog {
/*  overflow: hidden;
*/  position: relative;
  padding: 0px;
}



article.blog.preview {
  background: #e1e1e1;
  overflow:hidden;
/*  max-height: 350px;
*/
min-height:450px;}


article.blog>section {
  background: transparent;
  padding: 0px;
}

article.blog h1 {
  margin-bottom: 0px;
}

article.blog h3 {
  line-height: 25px;
  margin-bottom: 0px;
}

article time {
  font-size: 80%;
  line-height: 25px;
  display: block;
}

article.blog p {
  line-height: 25px;
  font-size: 0.9rem;
}

blockquote cite {
  text-align: right;
  display: block;
  font-size: 70%;
}
blockquote cite:before {
  content: "—";
}

article.blog blockquote {
  max-width: 400px;
  margin-bottom: 180px;
}

article.blog.preview a:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  padding: 60px 0;
  position: absolute;
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #e1e1e1);
}

article.blog > a {
  text-decoration: none;
  display: block;
  padding: 15px;
}

article.blog.preview:hover {
  background: #00ff00;
}

article.blog:hover a:after {
  background-image: linear-gradient(to bottom, transparent, #00ff00);
}

article.picture.preview {
  height: 350px;
  background-position: center!important;
  display:flex;
  align-items: stretch
}

article.picture a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height:auto;
  width:auto;
  flex:1;
}

article.picture:hover {
  filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(30deg) saturate(2000%) contrast(0.8);
}

article.picture time {
  display: none;
  color: black;
  font-size: 18px;
}

article.picture:hover time {
  display: block;
}

@media screen and (max-width: 768px) {
  .col article {
    flex-basis: 100%!important;
    width: 100%!important;
    height: auto!important;
    margin-right: 0px;
  }
  .col article.picture {
    min-height: 300px!important;
  }
}

.picture.preview:before {
  content: '\2197';
  font-size: 7rem;
  color: white;
  position: absolute;
  right: 20px;
  top: 20px;
  pointer-events: none;
}

/*************************************************************************

   ▄████████  ▄██████▄   ▄██████▄      ███        ▄████████    ▄████████
  ███    ███ ███    ███ ███    ███ ▀█████████▄   ███    ███   ███    ███
  ███    █▀  ███    ███ ███    ███    ▀███▀▀██   ███    █▀    ███    ███
 ▄███▄▄▄     ███    ███ ███    ███     ███   ▀  ▄███▄▄▄      ▄███▄▄▄▄██▀
▀▀███▀▀▀     ███    ███ ███    ███     ███     ▀▀███▀▀▀     ▀▀███▀▀▀▀▀
  ███        ███    ███ ███    ███     ███       ███    █▄  ▀███████████
  ███        ███    ███ ███    ███     ███       ███    ███   ███    ███
  ███         ▀██████▀   ▀██████▀     ▄████▀     ██████████   ███    ███
                                                              ███    ███

*************************************************************************/

footer {
  padding: 40px 0px 40px 0;
  position: relative;
}

footer p {
  font-size: 1.3rem
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li a {
  font-size: 1.3rem;
  text-decoration: none;
  color: black;
}

footer ul li a:after {
  content: '\2192';
  padding-left: 3px;
}

footer ul li a:hover {
  color: white;
  background: #00ff00;
}


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

.section_timeline h2 {
  text-align:center;
  width:100%;
}

.section_timeline h3 {
  margin-bottom: 0.6rem;
}


.timeline {
  margin:0;
  position: relative;
}

.timeline_active {
  position: absolute;
  width: 6px;
  height: 0vh;
  top: 0px;
  left: -6px;
  display:block;
  background:#02ff00;
  background:#000000;
  z-index:80;
}

.timeline_entry {
  display:flex;
  justify-content: center;
  flex-direction: column;
}


.entry_line {
  width:6px;
  height:auto;
  /* background:#ebebeb; */
  display:block;
}

.entry_content {
  width: 100%;
  z-index:99;
  position: relative;
}

.entry_content p {
  margin-bottom:0px;
}

.entry_content_box p + p {
  margin-top: 10px;
}

.entry_content_box {
  margin:0 10px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding:10px;
  text-align:left;
}

.entry_marker {
  width:100%;
  z-index:99;
  position: relative;
  padding:30px 10px;
}



@media screen and (min-width: 470px) {
  .timeline_entry {
    flex-direction: row;
  }

  .timeline_entry:nth-child(even) {
    flex-direction: row-reverse;
  }

  .timeline_entry:nth-child(even) .entry_marker {
   text-align:left;
  }

  .timeline_entry:nth-child(even) .entry_content {
   text-align:right;
  }

  .entry_content {
    width: 50%;
    z-index:99;
    position: relative;
    padding:40px 10px;
  }


  .entry_marker {
    width:50%;
    text-align:right;
    z-index:99;
    position: relative;
    padding:30px 10px;
  }

  .timeline_active {
    position: absolute;
    width: 6px;
    height: 0vh;
    top: 0px;
    left: calc(50% - 3px);
    display:block;
    background:#02ff00;
    background:#000000;
    z-index:80;
  }
}


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

img.lightbox-image {
  width: 100%;
}

.lightbox {
  display: none;
}

.featherlight:last-of-type {
  background: rgba(255, 255, 255, .8)!important;
}

.featherlight-close-icon {
  width:50px!important;
  font-size:36px;
  font-family:Inter;
  height:50px;
}
.featherlight-content {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.featherlight-inner {
  max-width: 100%;
  max-height: 95vh;
}

@media screen and (min-width: 768px) {
  img.lightbox-image {
    width: 50%;
    float: left;
  }
  div.lightbox-text {
    float: right;
    width: 50%;
    padding-left: 40px;
    margin-top: 40px;
    padding-right: 40px;
  }
  .featherlight .featherlight-content {
    padding: 0px !important;
    border-bottom: 0px !important;
  }
}

/* pagination */

.row-pagination {
  justify-content: space-between;
  max-width: 768px;
  margin-top: 40px;
}

.row-pagination .col {
  flex-grow: 0;
}

.row-pagination .col {
  min-width: 200px;
}

.col-current-page {
  text-align: center;
  align-items: center;
  align-content: stretch;
  line-height: 37px
}

.nextPage.button {
  float: right;
}

/* flickity */

/* fade in image when loaded */

.carousel-cell {
  transition: opacity 0.4s;
  opacity: 0;
}

.carousel-cell.flickity-lazyloaded, .carousel-cell.flickity-lazyerror {
  opacity: 1;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 11%;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 0!important;
  height: auto;
  max-width: 100px;
  transform: none;
  font-family: 'Inter', Lucida Grande, Arial, sans serif;
  width: 88px!important;
  height: 88px!important;
  overflow: visible!important;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0)!important;
  border: none;
  color: #333;
}

.flickity-button-icon {
  display: none;
}

.flickity-button:after {
  color: white;
  font-size: 64px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.flickity-button.previous:after {
  content: '\2190';
}

.flickity-button.next:after {
  content: '\2192';
  margin-left: -50px;
}

.notice-box {
  border: 4px solid black;
  padding: 30px;
  display: flex;
  justify-items: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 70px;
  font-weight: bold;
}

figure {
  /* width: 100%; */
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 20px;
}


img[data-sizes="auto"],
.blocks figure img {
  display: block;
  width: 100%;
  line-height: 1;
}



hr {
  margin: 40px auto;
  background: #0f0;
  border: 0px;
  height: 2px;
}

/* class applies to select element itself, not a wrapper element */

.select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
        for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

    */
  /* background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right .7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: .65em auto, 100%;
  */
}

form.type_select::after {
  content: ' ';
  height: 0;
  position: absolute;
  top: 15px;
  right: 35px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  border-top-color: #999;
}

.type_select .select-css {
  font-weight: 400;
}

/* Hide arrow icon in IE browsers */

.select-css::-ms-expand {
  display: none;
}

/* Hover style */

.select-css:hover {
  border-color: #888;
}

/* Focus style */

.select-css:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/* Set options to normal weight */

.select-css option {
  font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */

*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */

.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #aaa;
}

figure.transparent-video video {
  mix-blend-mode: color-dodge;
}

/* responsive video embeds */

figure.transparent-video {
  position: relative;
  overflow: hidden;
  width: 100%;
}

figure.transparent-video::after {
  display: block;
  content: "";
  padding-top: 56.25%; 
}

figure.responsive-video > iframe,
figure.responsive-video > video {
  width: 100%;
  border:0px;
}

  figure.responsive-video {
    position: relative;
    margin:0 auto;
      max-width:600px;
    margin-bottom: 50px;
  }

  figure.responsive-video::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16/9));
  }
  figure.responsive-video > iframe,
  figure.responsive-video > video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

figure.responsive-video figcaption{
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 5px;
}
.map {
  height: 440px;
  width: 100%;
  z-index: 111;
}

.ol-control button {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.ol-control button:hover {
  background-color: rgba(0, 0, 0, 1) !important;
}



/* class name must matches the value of `ratio` setting. */

.lazysrcset-ratio {
  position: relative;
}

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

.lazysrcset-ratio>img:after {
  display: block;
  width: 100%;
  height: 0;
  content: '';
}



.legend-helper {
  width: auto;
display: flex;
position: fixed;
width: 688px;
left: calc(50vw - 344px);
bottom: 0px;

background: white;
margin: 0 auto;
z-index: 999999;
padding: 10px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
box-shadow: 5px 5px 15px #999;
  }

.legend-helper > * {
  box-shadow: 5px 5px 15px #999;
  padding: 5px;
  border-radius: 10px;
  margin-right: 10px;
}

.legend-helper .draft{
  background-color: black;
  color: white;
}

.legend-helper .pinned_to_top {
  color: red;
}

.legend-helper .not-available {
  background-color: #dddddd;
}
