@charset "UTF-8";
/*
Theme Name: fw child
Theme URI: 
Author: frankfurtwest
Author URI: www.frankfurtwest.com
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: frankfurtwest
Text Domain: fw-child
Tags: 
*/
@font-face {
  font-family: "iconfont";
  src: url("fonts/iconfont.eot");
  src: url("fonts/iconfont.eot#iefix") format("embedded-opentype"), url("fonts/iconfont.woff2") format("woff2"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype"), url("fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed";
  font-display: block;
}
.slideleft {
  left: -100px;
}

.slideright {
  left: 100px;
}

.slide {
  opacity: 0;
  animation: slidefade 0.2s linear;
}

/**/
.del0 {
  animation: slidefade 0.39s linear;
}

.del1 {
  animation: slidefade 0.58s linear;
}

.del2 {
  animation: slidefade 0.72s linear;
}

.del3 {
  animation: slidefade 0.8s linear;
}

/**/
/** /
body.home {
    .del0 {
        animation: slidefade .36s linear;
    }
    .del1 {
        animation: slidefade .58s linear;
    }
    .del2 {
        animation: slidefade .70s linear;
    }
    .del3 {
        animation: slidefade .75s linear;
    }
}
/**/
.projekte-del1 {
  animation: slidefade 0.15s linear;
}

.projekte-del2 {
  animation: slidefade 0.24s linear;
}

.projekte-del3 {
  animation: slidefade 0.36s linear;
}

/**/
@keyframes fadein {
  to {
    opacity: 1;
  }
}
@keyframes slidefade {
  to {
    left: 0px;
    opacity: 1;
  }
}
/**/
.fadein {
  animation: fadein 0.2s linear;
  opacity: 0;
}

@keyframes slideright {
  to {
    left: 0px;
  }
}
/**/
:root *, .row * {
  /* Pause the animation */
  animation-play-state: paused;
  /* Bind the animation to scroll */
  animation-delay: calc(var(--scroll) * -1s);
  /* These last 2 properites clean up overshoot weirdness */
  animation-iteration-count: 1;
  animation-fill-mode: both;
  /* scroll d a */
  animation-timeline: scroll(nearest block);
}

.slidefade-static {
  animation: slidein 1s ease-out running;
  animation-play-state: running !important;
  animation-iteration-count: 1;
}

.slidein {
  animation: slidein 0.8s ease-in-out running;
  animation-play-state: running !important;
  animation-iteration-count: 1;
}
.slidein::before {
  animation: roll 2.8s;
  animation-iteration-count: 1;
  /** /
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-duration: 1.4s;
  animation-play-state: running;
  animation-timing-function: linear;

  animation-name: roll;
  /**/
}

.slidein:nth-child(2) {
  animation-duration: 1.2s;
}

.slidein:nth-child(3) {
  animation-duration: 1.6s;
}

.slidein:nth-child(4) {
  animation-duration: 2.4s;
}

.slidein:nth-child(5) {
  animation-duration: 2.8s;
}

@keyframes slidein {
  from {
    left: 100px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
.box-shadow {
  display: inline !important;
  width: auto !important;
  box-shadow: inset 0 -1em 0 -0.2em rgba(235, 106, 58, 0.4);
}

.taxonomy-post_tag a {
  background: var(--wp--preset--color--custom-primary);
  color: var(--wp--preset--color--custom-base);
  font-weight: 500;
  text-decoration: none;
  padding: 0.1rem 0.5rem;
}

.stretched-link:hover + .taxonomy-post_tag a {
  background-color: var(--wp--preset--color--vivid-red);
}

html, body {
  overscroll-behavior: none !important;
  overflow-x: hidden !important;
}

.wp-site-blocks {
  padding-top: clamp(60px, 14vw, 140px);
}

.wp-block-site-logo {
  max-width: 85%;
}

header.wp-block-template-part, .main-nav {
  transition: all 0.4s ease-in-out;
}

/*marker reset */
:where(.wp-block-list) ::marker,
:where(.wp-block-list) ::-webkit-marker,
:where(.wp-block-list) ::-webkit-details-marker {
  content: "— " !important;
}

/**/
:active,
:focus {
  outline: none !important;
}

::-moz-selection {
  background: var(--wp--preset--color--custom-primary);
  color: white;
}

::selection {
  background: var(--wp--preset--color--custom-primary);
  color: white;
}

/**/
/* Silbentrennung */
p, li {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.word-break-keep,
.word-break-keep p {
  -ms-word-break: keep-all;
  word-break: keep-all;
  -webkit-hyphens: none;
  hyphens: none;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 30px;
  z-index: 111;
}

/*custom classes*/
/**/
.list-style-none,
.list-style-none li {
  list-style: none !important;
}
.list-style-none::marker,
.list-style-none li::marker {
  content: "" !important;
}

/**/
.ml-neg-1 li {
  position: relative;
}
.ml-neg-1 strong:first-of-type, .ml-neg-1 ::before {
  margin-left: -2.4rem;
}
.ml-neg-1 strong:first-of-type {
  display: inline-block;
}

/**/
strong {
  font-weight: 500;
}

.fw-breadcrumb a {
  font-weight: 500;
  font-size: 2.4rem !important;
  text-decoration: none;
}
.fw-breadcrumb a::before {
  content: "\e820  ";
  display: inline-block;
  position: relative;
  top: -0.15em;
  margin-left: 0.15rem;
  margin-right: 0.3rem;
  font-family: iconfont;
  font-size: 0.65em !important;
}
.fw-breadcrumb a::after {
  content: ": ";
}
.fw-breadcrumb + .wp-block-post-title {
  margin-top: 0;
}

.wp-block-navigation__responsive-container-open svg,
.wp-block-navigation__responsive-container-close svg {
  width: clamp(32px, 6vw, 48px);
  height: clamp(32px, 6vw, 48px);
}

/** /
:not(.has-custom-secondary-background-color) + 
/**/
.wp-block-button__link:hover {
  background: var(--wp--preset--color--custom-primary);
  border-color: var(--wp--preset--color--custom-primary);
  color: var(--wp--preset--color--custom-base) !important;
}

.wp-block-cover .wp-block-cover__background + div .wp-block-button__link:hover,
.x + div .wp-block-button__link:hover {
  background: var(--wp--preset--color--custom-base) !important;
  border-color: var(--wp--preset--color--custom-base) !important;
  color: var(--wp--preset--color--custom-contrast) !important;
}

.has-custom-afcc-5-e-background-color + div .wp-block-button__link:hover {
  color: #f0f !important;
}

.has-custom-afcc-5-e-background-color + div .wp-block-button__link:hover {
  color: var(--wp--preset--color--custom-afcc-5-e-background-color) !important;
}

/* double */
.double1,
.double1.align-items-center,
.double1.align-items-start,
.double1.align-items-end,
.x {
  align-items: stretch !important;
}

.double1 > div[class^=col-] {
  display: flex !important;
}

.double1 > div[class^=col-] > div {
  display: flex !important;
  /* flex-wrap: nowrap; */
  flex-direction: row !important;
  min-width: 100% !important;
}

.double1 > div[class^=col-] > div > .wp-block-cover {
  display: flex !important;
  min-width: 100% !important;
}

.keywords strong {
  font-weight: inherit;
  display: inline-block;
}
.keywords strong::before {
  content: "/// ";
}

.blt-list li {
  position: relative;
  list-style: none;
  padding-left: 1.2rem;
}
.blt-list li::before {
  content: url("data:image/svg+xml,<svg width='100%' height='100%' viewBox='0 0 64 63' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'><g transform='matrix(1,0,0,1,-190.55,-2249.96)'><g transform='matrix(1.6595,0,0,1.6595,-707.167,2336.45)'><path d='M579.382,-31.957L567.225,-29.627L573.128,-18.777L565.674,-14.296L559.543,-25.647L550.469,-16.118L543.917,-22.094L552.395,-31.406L540.957,-37.081L544.902,-45.005L556.256,-39.435L557.696,-52.115L566.431,-51.123L564.991,-38.443L577.682,-41.283L579.382,-31.957Z' style='fill:rgba(235,106,58,1);'/></g></g></svg>");
  position: absolute;
  left: -2rem;
  width: 24px;
  height: 53px;
  color: var(--wp--preset--color--custom-primary);
}
.blt-list li::before g {
  fill: var(--wp--preset--color--custom-primary) !important;
}
.blt-list li:hover::before {
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-duration: 2.8s;
  animation-play-state: running;
  animation-timing-function: linear;
  animation-name: roll;
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(720deg);
  }
}

.cover-xl {
  max-width: 1440px !important;
  margin: auto;
  justify-content: center;
  align-self: center;
}

.fw-banner {
  width: clamp(360px, 64vw, 920px);
}
.fw-banner h1 {
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 300 !important;
  letter-spacing: 0, 4em !important;
  line-height: 0.8 !important;
}

figcaption, .figcaption {
  text-align: end;
  font-size: 0.8em;
  margin-top: 0 !important;
}

.figcaption-center figcaption {
  text-align: center !important;
}

.position-relative {
  position: relative;
}

/* posts-navigation */
.posts-navigation {
  position: fixed;
  top: 66%;
  left: 1%;
  height: 0.1px;
  width: 98%;
  margin-top: 0 !important;
  z-index: 2222;
}
.posts-navigation > div {
  height: 0.1px;
}
.posts-navigation .wp-block-post-navigation-link {
  position: relative;
  color: var(--wp--preset--color--base) !important;
}
.posts-navigation .wp-block-post-navigation-link a {
  display: flex;
  --mywh: calc(2vw + 2rem);
  border-radius: 1111px;
  width: var(--mywh);
  height: var(--mywh);
  background: rgb(235, 106, 58);
  transition: background 0.2s;
  /**/
  /**/
  /**/
}
.posts-navigation .wp-block-post-navigation-link a::before {
  width: var(--mywh);
  height: var(--mywh);
  content: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2086%2086%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-1493.07%2C-103.244%29%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22matrix%281%2C0%2C0%2C1%2C0%2C-101.796%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%221535.97%22%20cy%3D%22247.94%22%20r%3D%2242.9%22%20style%3D%22fill%3Anone%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22matrix%280.677661%2C0%2C0%2C0.677661%2C581.545%2C62.4504%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1389.41%2C160.604L1425.21%2C123.604L1389.41%2C86.404C1387.68%2C84.67%201387.68%2C83.07%201389.41%2C81.604C1391.14%2C79.87%201392.74%2C79.87%201394.21%2C81.604L1433.41%2C121.004C1435.01%2C122.737%201435.01%2C124.404%201433.41%2C126.004L1394.21%2C165.404C1392.74%2C167.137%201391.14%2C167.137%201389.41%2C165.404C1387.68%2C163.937%201387.68%2C162.337%201389.41%2C160.604Z%22%20style%3D%22fill%3Awhite%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.posts-navigation .wp-block-post-navigation-link a[rel=next] {
  transform: scaleX(-1);
}
.posts-navigation .wp-block-post-navigation-link a:hover, .posts-navigation .wp-block-post-navigation-link a:focus, .posts-navigation .wp-block-post-navigation-link a:active {
  background: rgb(207, 46, 46);
}

@media (min-width: 768px) {
  .fw-alternate li:nth-child(2n) div:first-child {
    order: 2 !important;
  }
  .fw-alternate li:nth-child(2n) div:hover::after {
    left: 0;
  }
}

.fw-max-width-xl {
  max-width: 1600px;
}

a.stretched-link::after,
.stretched-link a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.fw-hover-bg a {
  transition: all 0.4s ease-in-out !important;
}
.fw-hover-bg a:hover {
  transition: all 0.4s ease-in-out !important;
}
.fw-hover-bg a:hover::after {
  transition: all 0.4s ease-in-out !important;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(235, 106, 58, 0.2);
}

/* z-index */
.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .z-sm-n1 {
    z-index: -1 !important;
  }
  .z-sm-0 {
    z-index: 0 !important;
  }
  .z-sm-1 {
    z-index: 1 !important;
  }
  .z-sm-2 {
    z-index: 2 !important;
  }
  .z-sm-3 {
    z-index: 3 !important;
  }
}
@media (min-width: 768px) {
  .z-md-n1 {
    z-index: -1 !important;
  }
  .z-md-0 {
    z-index: 0 !important;
  }
  .z-md-1 {
    z-index: 1 !important;
  }
  .z-md-2 {
    z-index: 2 !important;
  }
  .z-md-3 {
    z-index: 3 !important;
  }
}
@media (min-width: 992px) {
  .z-lg-n1 {
    z-index: -1 !important;
  }
  .z-lg-0 {
    z-index: 0 !important;
  }
  .z-lg-1 {
    z-index: 1 !important;
  }
  .z-lg-2 {
    z-index: 2 !important;
  }
  .z-lg-3 {
    z-index: 3 !important;
  }
}
