:root {
  --column-gap: 30px;
}
@font-face {
    font-family: 'diatype_semi_mono';
    font-display: swap;
    src: url('/wp-content/themes/Sloan Theme/fonts/diatype/edudiatypesemi-mono-regular-webfont.woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'diatype_semi_mono';
    font-display: swap;
    src: url('/wp-content/themes/Sloan Theme/fonts/diatype/edudiatypesemi-mono-medium-webfont.woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'diatype_semi_mono';
    font-display: swap;
    src: url('/wp-content/themes/Sloan Theme/fonts/diatype/edudiatypesemi-mono-bold-webfont.woff2');
    font-weight: 700;
}
body header .site-title a,
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
#page-wrapper a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input {
    font-family:'diatype_semi_mono'!important;
}
.post-grid-layout {
  display: flex;
  gap: var(--column-gap);
  margin-bottom: 40px;
  align-items: stretch;
  flex-wrap: wrap;
}

.post-item {
  width: calc((100% - (3 * var(--column-gap))) / 4);
  position: relative;
  display: flex;
  gap: 10px;
  flex-flow: column;
}

.overlay-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* .post-item {
--gap:60px;
  display: grid;
  grid-template-columns: calc(35% - var(--gap) / 2) calc(65% - var(--gap) / 2);
  gap: var(--gap);
  align-items: start;
} */
.post-item h2,
.post-item h3 {
  font-size: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom:0px;
}

.post-item .post-title span {
  font-size: 16px;
  color: #757575;
  font-weight:400;
}

.post-image {
  width: 100%;
  display: flex;
  transition: transform .25s ease, box-shadow .4s ease, background-color .25s ease;
  aspect-ratio: 724/1024;
  overflow:hidden;
  position:relative;
  background-color:#efefef;
}

.post-item:hover .post-image{
  transform: translateY(-4px);
  box-shadow: 0 12px 15px rgba(0, 0, 0, .12);
}

.post-cover {
  height: 100%;
  width:100%;
  top:0px;
  left:0px;
  display: block;
  object-fit: cover;
  position:absolute;
}

.project .post-image,
.post .post-image {
  aspect-ratio: 4/3;
}
.post-carousel-section{
  margin-bottom:60px;
}
.post-carousel .post-item {
    width:100%;
}

body.home .entry-header{
  visibility:hidden;
}
.post-carousel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.post-carousel-header h2 {
    margin: 0;
}

.post-carousel-nav .owl-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-carousel-nav button.owl-prev,
.post-carousel-nav button.owl-next {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.post-carousel-nav button.owl-prev:hover,
.post-carousel-nav button.owl-next:hover {
    background-color: rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
    color:#272526!important;
}
.post-carousel-nav .owl-nav.disabled{
  display:none;
}
.post-carousel-nav button.disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.post-carousel-nav .dashicons {
    width: auto;
    height: auto;
    font-size: 22px;
    line-height: 1;
}
.archive-content h1{
  text-align:center;
  margin-bottom:50px;
}
.show-more{
  text-align:right;
}
.show-more a{
  display:inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap:5px;
  font-size:15px;
  margin-top:30px;
}
.show-more span{
  font-size:16px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.post-excerpt{
  text-align:center;
  font-size:15px;
  
}
.post-excerpt p{
  margin-bottom:0px;
}

.flex-content .featured-image-wrap{
  width:450px;
  max-width:100%;
}
.flex-content{
  display:flex;
  gap:40px;
}
@media (max-width: 1024px) {
  .post-grid-layout .post-item {
    width: calc((100% - (2 * var(--column-gap))) / 3);
  }
}

@media (max-width: 768px) {
  .post-grid-layout .post-item {
    width: calc((100% - var(--column-gap)) / 2);
  }
  .genesis-nav-menu .sub-menu a{
    color:#272526;
  }
}

@media (max-width: 450px) {
  .post-grid-layout .post-item {
    width: 100%;
  }
}
@media (min-width: 769px) {  
  /**
  * Fügt bei Menüeinträgen mit Untermenü rechts ein Dashicon hinzu.
  */
  .menu-item-has-children > a::after {
      content: "\f347";
      font-family: "dashicons";
      display: inline-block;
      margin-left: 8px;
      font-size: 10px;
      line-height: 1;
      vertical-align: middle;
  }
}