/*
Theme Name: Die Korrespondetnen (2025 Child)
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.3.1763023166
Updated: 2025-11-13 09:39:26

*/
header.wp-block-template-part {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    margin-bottom: 6rem;
    z-index: 99999;
}
header.korr-header .logo-block {
    display: block;
    width: 0;
    height: 26px;
    background-image: url(assets/images/logo.svg);
    transition: all 1s;
    border: 0px solid blue;
    background-size: 400px 26px;
    background-repeat: no-repeat;
    background-position: -25px 0;
    min-width: 0px;
    flex-grow: 0;
    max-width: 670px;
}
.home header.korr-header .logo-block {
    min-width: 0px;
}
header.korr-header .logo-block,
.home header.korr-header.scrolled .logo-block {
    min-width: 670px;
    width: auto;
}
.wp-site-blocks > .wp-block-columns {
    padding-top: 6rem;
}
header nav {
    width: 100%;
}
header nav ul.wp-block-navigation__container {
    justify-content: space-between !important;
    width: 100%;
}
.home header nav ul {
    justify-content: space-between;
}
.header-menu {
    width: 100%;
    background-color: #fff;
    justify-content: space-between;
}
.header-menu nav {
    margin: 0 0 0 auto;
}
#modal-1-content {
    text-align: right;
}
.header-normal {
    max-width: 1340px;
    margin: auto;
    justify-content: space-between;
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
  min-width:300px;
}

.header-menu ul.wp-block-navigation__container {
    justify-content: space-between;
    max-width: 600px;
    text-align: right;
    margin: 0 0 0 auto;
}
.header-menu-home {
    width: 100%;
}
.header-menu-home ul.wp-block-navigation__container {
    justify-content: space-between;
    max-width: 1340px;
    text-align: center;
    margin: auto;
    justify-content: space-between;
}
.alignwide {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}
.startblock {
    height: calc(100vh - 150px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.startblock > * {
    flex-basis: 100%;
    flex-shrink: 0;
}
.startblock figure.aligncenter {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.lcp_catlist .post {
    margin: 1rem 0 2rem 0;
}

.lcp_catlist .info,
.wp-block-column .info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    color: #777;
    gap: 0;
}
.lcp_catlist .info .author,
.lcp_catlist .info .date,
.lcp_catlist .info .cat,
.wp-block-column .info > div {
    color: #777;
    padding-right: 1rem;
}
.wp-block-column .info > div {
    flex-grow: 0 !important;
    flex-basis: auto !important;   
}
.lcp_catlist .info .author:after,
.lcp_catlist .info .date:after {
    content: "|";
    padding-left: 1rem;
}
.wp-block-column .info .cats {
    border-left: 1px solid #777;
    padding-left: 1rem;
} 
.home .wp-block-column .info .cats {
    border-left: 0;
    padding-left: 0;
} 
.wp-block-column .info a {
    font-weight: normal;
    text-decoration: none;
}
.lcp_catlist h2.post-title,
.archive ul.wp-block-post-template h2 {
    margin: 0.5rem 0 1.5rem 0 !important;
    font-size: 1.25rem !important;
    font-weight: 700;
}
.lcp_catlist h2.post-title a {
    text-decoration: none;
}
.lcp_catlist h2.post-title a:hover {
    color: #e48800;
}
.lcp_catlist .post a.read-more {
    color: #000;
    padding-left: 1rem;
    display: inline-block;
    opacity: 0.5;
    text-decoration: none;
    transition: all 0.3s;
}
.lcp_catlist .post a.read-more:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    background-image: url(assets/images/read-more.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: .5rem;
    margin-bottom: -6px;
}
.lcp_catlist .post a.read-more:hover {
    opacity: 1;
}
.lcp_catlist .post a.read-more:hover:after {
    width: 40px;
    height: 20px;
}


.wp-singular h1.wp-block-post-title {
    max-width: 1340px;
    text-align: left;
}
.wp-singular h2 {
    font-size: 1.5rem;
}

.archive.author h1.wp-block-query-title {
    font-size: 0;
    display: block;
    max-width: inherit;
    margin: auto;
    text-align: center;
}
h1 span {
    display: inline-block;
    font-family: "Permanent Marker";
    font-size: 4rem;
    transform: rotate(-2deg);
    position: relative;
    padding-bottom: 5rem;
}
h1 span:after {
    content: "";
    width: 100%;
    height: 2rem;
    position: absolute;
    top: 4.5rem;
    right: 0rem;
    background-image: url(assets/images/strich.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
h2.korr {
    display: block;
    font-size: 5rem;
    font-weight: 900;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}
h2.korr span {
    display: inline-block;
    font-family: "Permanent Marker";
    font-size: 5rem;
    transform: rotate(-2deg);
    position: relative;
    top: -0.5rem;
    padding-bottom: 1rem;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}
h2.korr span:after {
    content: "";
    width: 100%;
    height: 2rem;
    position: absolute;
    top: 5.5rem;
    right: 0rem;
    background-image: url(assets/images/strich.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
h2.korr.kurz span:after {
    background-image: url(assets/images/strich-kurz.svg);
}
.archive.author h1.wp-block-query-title span {
    display: inline-block;
    font-family: "Permanent Marker";
    font-size: 4rem;
    transform: rotate(-2deg);
    position: relative;
}
.archive.author h1.wp-block-query-title span:after {
    content: "";
    width: calc(100% - 7.5em);
    height: 2rem;
    position: absolute;
    top: 4.5rem;
    right: -0.15rem;
    background-image: url(assets/images/strich.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.archive.author h1.wp-block-query-title span:before {
    content: "Geschichten von";
    display: inline-block;
    font-size: 3rem;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    padding-right: .5em;
    transform: rotate(2deg);
    position: relative;
    top: -1rem;
}
.page-template-page-no-title main {
    margin-top: 1rem !important;
}
.page-template-page-no-title i {
    font-family: "Permanent Marker";
    font-size: 5rem;
    display: inline-block;
    transform: rotate(-2deg);
}
.page-template-page-no-title i:after {
    content: "";
    width: calc(100% - 0em);
    height: 1.5rem;
    position: absolute;
    top: 5.0rem;
    right: -0.15rem;
    background-image: url(assets/images/strich.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
p.strich,
.archive.author .autoren p {
    position: relative;
    display: inline-block;
}
p.strich:after,
.archive.author-gersmann p.gersmann:after,
.archive.author-hartmann p.hartmann:after,
.archive.author-koch p.koch:after,
.archive.author-mulke p.mulke:after {
    content: "";
    width: calc(100% + 0.1em);
    height: .4rem;
    position: absolute;
    top: 1.75rem;
    right: -0rem;
    background-image: url(assets/images/strich.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(-1deg);
}
.archive.author-gersmann p.gersmann a,
.archive.author-hartmann p.hartmann a,
.archive.author-koch p.koch a,
.archive.author-mulke p.mulke a {
    font-weight: 700;
}
.wp-block-columns.autoren a {
    text-decoration: none;
}
.wp-block-columns.autoren a:hover {
    text-decoration: underline;
}
.max-1340 {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}


@media(max-width:1339px) {
    .wp-site-blocks {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    header.wp-block-template-part {
        width: calc(100% - 2rem);
        margin-bottom: 6rem;
    }
    .korr-autoren {
        flex-wrap: wrap !important;
    }
    .korr-autoren .wp-block-column {
        flex-basis: 29% !important;
        flex-wrap: wrap;
        flex-grow: 0 !important;
    }
    .korr-autoren .wp-block-column p {
        white-space: nowrap;
    }
    footer .has-global-padding {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width:991px) {
    header.korr-header .logo-block {
        height: 24px;
        background-size: 300px 24px;
        background-repeat: no-repeat;
        background-position: 0 0;
        max-width: 300px;
    }
    header.korr-header .logo-block, 
    .home header.korr-header.scrolled .logo-block {
        min-width: 300px;
    }
}
@media (max-width: 799px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: flex;
      margin: -0.5rem 1.5rem 0 auto;
    }
    .wp-block-navigation__responsive-container,
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none;
    }
    .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
        outline: none;
    }
    .wp-site-blocks > .wp-block-columns {
        padding-top: 0;
      }
  }
  @media(max-width:767px) {
    .korr-autoren .wp-block-column,
    .korr-autoren.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 45% !important;
        flex-grow: 0 !important;
    }
    .lcp_catlist .info, .wp-block-column .info {
        flex-wrap: wrap;
      }
    .lcp_catlist .info > div, 
    .wp-block-column .info > div {
        flex-basis: 100% !important;
    }
    .lcp_catlist .info .author::after, 
    .lcp_catlist .info .date::after {
        content: "";
        padding-left: 0;
    }
    h2.korr {
        font-size: 2.5rem;
    }
    h2.korr span {
        font-size: 3rem;
        top: -0.25rem;
        padding-bottom: 1rem;
    }
    h2.korr span::after {
        height: 2rem;
        top: 3.5rem;
        right: 0rem;
    }
  }
@media(max-width:419px) {
    header.korr-header .logo-block, .home header.korr-header.scrolled .logo-block {
        min-width: 280px;
    }    
    header.korr-header .logo-block {
        height: 24px;
        background-size: 280px 23px;
        background-repeat: no-repeat;
        background-position: 0 0;
        max-width: 280px;
    }
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex;
        margin: -0.5rem .9rem 0 auto;    
    }
    .korr-autoren .wp-block-column,
    .korr-autoren.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
}