/*
 * Mikh Content Styles: frontend customizations stylesheet.
 * Loads on the public site only, applies site-wide, and does not affect the block editor.
 */

#header {
  font-family: "Newsreader", Georgia, serif;
}

.maskee-nav {
  background-color: transparent !important;
}

.pulse {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  margin: 10px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

h1,
h2,
h3,
h4,
h4,
h5,
h6,
footer,
.page-header-type h1,
.primary-button {
  font-family: "Newsreader", Georgia, serif;
}

.primary-button.white {
  background: #fff;
}

.primary-button.white:hover {
  background: #1d1d1d;
}

.page-header .title,
.post-nav > a .title {
  text-transform: initial;
  font-family: "Newsreader", Georgia, serif;
}
.page-header .title:first-letter,
.post-nav > a .title:first-letter {
  text-transform: capitalize;
}

/* .btn-next[data-style="dark"]:hover,
.btn-prev[data-style="dark"]:hover,
.slide[data-background="dark"] .page-header .title {
  text-shadow:
    -1px -1px 0 #000,
    0 -1px 0 #000,
    1px -1px 0 #000,
    1px 0 0 #000,
    1px 1px 0 #000,
    0 1px 0 #000,
    -1px 1px 0 #000,
    -1px 0 0 #000;
} */

/* .btn-next[data-style="light"]:hover,
.btn-prev[data-style="light"]:hover,
.slide[data-background="light"] .page-header .title {
  text-shadow:
    -1px -1px 0 #fff,
    0 -1px 0 #fff,
    1px -1px 0 #fff,
    1px 0 0 #fff,
    1px 1px 0 #fff,
    0 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px 0 0 #fff;
} */

.page-header .excerpt {
  max-width: 620px;
  font-size: 24px;
  line-height: 36px;
  font-family: "Newsreader", Georgia, serif;
  margin-top: 16px;
  margin-bottom: 0;
}

.maskee-pagination.numeric {
  font-family: "Newsreader", Georgia, serif;
  text-align: left;
  margin-left: 7%;
  pointer-events: none;
}

.slide[data-background="light"] .page-header .excerpt {
  color: #1d1d1d;
  text-shadow: 0 0 1px #fff;
}

[data-background="light"] .nav-menu .top-menu li.selected a {
  border-bottom: 1px solid #1d1d1d;
}

[data-background="dark"] .nav-menu .top-menu li.selected a {
  border-bottom: 1px solid #fff;
}

.post-nav > a .title,
.post-nav > a .subtitle {
  font-family: "Newsreader", Georgia, serif;
}

@media screen and (min-width: 600px) {
  .post-nav > a {
    height: auto;
    margin-top: 120px;
    margin-bottom: 200px;
    width: 40%;
  }
  .post-nav > a span {
    padding: 1px;
  }
  .post-nav:hover a[data-style="light"],
  .post-nav:hover a[data-style="dark"] {
    color: #fff;
  }
  .post-nav a[data-style="light"]:hover {
    color: #1d1d1d;
  }
  .post-nav a[data-style="dark"]:hover {
    color: #fff;
  }
}

.post-nav a:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-top: 170px;
  padding-bottom: 280px;
  pointer-events: none;
}

.post-nav a.btn-prev[data-style="light"]:hover:after {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 30%,
    rgb(255 255 255 / 0%) 100%
  );
}
.post-nav a.btn-next[data-style="light"]:hover:after {
  background: linear-gradient(
    90deg,
    rgba(255 255 255 / 0%) 30%,
    rgba(255, 255, 255, 0.5) 100%
  );
}

.post-nav a.btn-prev[data-style="dark"]:hover:after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 30%,
    rgb(255 255 255 / 0%) 100%
  );
}
.post-nav a.btn-next[data-style="dark"]:hover:after {
  background: linear-gradient(
    90deg,
    rgb(255 255 255 / 0%) 30%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.post-nav {
  border-bottom: 1px solid #ffffff29;
}

.mikh-section,
.mikh-section-content .text-wrapper p,
.mikh-sneakpeek-icon_content {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

.mikh-section-content .text-wrapper.w-full {
  width: 100%;
}

.mikh-section-content {
  display: block;
}
.mikh-section-content h4 {
  width: 100%;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-transform: initial;
  margin-bottom: 25px;
}

.mikh-section-content h4:after {
  display: block;
  content: "";
  width: 40px;
  height: 6px;
  background-color: #000;
  margin-top: 15px;
}

.mikh-section-name {
  color: #ad58da;
  white-space: nowrap;
  font-family: "Raleway", sans-serif;
}

.mikh-section-name:after {
  display: block;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  border-radius: 5px;
  background-color: #ad58da;
  margin-top: 2px;
  margin-left: 10px;
}

.mikh-section-name:before {
  display: none;
}

.mikh-section-content .text-wrapper {
  font-size: 18px;
  line-height: 1.5;
  color: #1d1d1d;
}

.mikh-section-content ul li,
.mikh-section-content ol li {
  margin-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.mikh-section-content ul li {
  list-style: none;
}

.mikh-section-content ul li:before {
  display: inline-block;
  position: absolute;
  top: -16px;
  left: -25px;
  content: "•";
  margin-right: 5px;
  font-size: 40px;
}

.mikh-sneakpeek .mikh-section-content {
  display: flex;
}

.menu-footer-menu-container ul li:not(:last-child):after {
  content: "·";
  margin-left: 20px;
}

li.impressum-link {
  position: absolute;
  right: 30px;
  bottom: 0;
  margin-bottom: 10px;
  opacity: 0.25;
}
