/*!
Theme Name: pvma_hff
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pvma_hff
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pvma_hff is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@font-face {
    font-family: 'SpaceGrotesk';
    src: url('/wp-content/themes/pvma_hff/fonts/SpaceGrotesk[wght].woff2') format('woff2'),
         url('/wp-content/themes/pvma_hff/fonts/SpaceGrotesk[wght].woff2') format('woff');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap; /* Verbessert Ladeverhalten */
}

@font-face {
    font-family: 'Supreme';
    src: url('/wp-content/themes/pvma_hff/fonts/Supreme/Supreme-Variable.woff2') format('woff2'),
         url('/wp-content/themes/pvma_hff/fonts/Supreme/Supreme-Variable.woff') format('woff');
       font-weight: 100 800;
       font-display: block;
    font-style: normal;
    font-display: swap; /* Verbessert Ladeverhalten */
	
}

@font-face {
    font-family: 'SupremeItalic';
    src: url('/wp-content/themes/pvma_hff/fonts/Supreme/Supreme-VariableItalic.woff2') format('woff2'),
         url('/wp-content/themes/pvma_hff/fonts/Supreme/Supreme-VariableItalic.woff') format('woff');
       font-weight: 100 800;
       font-display: block;
    font-style: normal;
    font-display: swap; /* Verbessert Ladeverhalten */
}


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

/* Font size adjust
	 ========================================================================== */

html { font-size: 16px; }

@media screen and (max-width: 1024px) {

    html {
        font-size: 15px;
    }

}

@media screen and (min-width: 1200px) {
	
	html {
		font-size: 16px;
	}
	
}

@media screen and (min-width: 1800px) {
	
	html {
		font-size: 20px;
	}
	
}

@media screen and (min-width: 2100px) {
	
	html {
		font-size: 24px;
	}
	
}

@media screen and (min-width: 2400px) {
	
	html {
		font-size: 26px;
	}
	
}

@media screen and (min-width: 2800px) {
	
	html {
		font-size: 32px;
	}
	
}

@media screen and (min-width: 3400px) {
	
	html {
		font-size: 40px;
	}
	
}

@media screen and (min-width: 4000px) {
	
	html {
		font-size: 50px;
	}
	
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
    font-variation-settings: "wght" 620;
}

.page-template-page_contact .columns strong,
.page-id-312 .entry-content strong {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    font-weight: 500;
    font-variation-settings: "wght" 520;
    margin-top: 1.4rem;
    margin-bottom: 0.8rem;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Supreme', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.25rem;
	line-height: 1.45;
	font-weight: 400;
    font-variation-settings: "wght" 420;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SpaceGrotesk', sans-serif;
	clear: both;
	font-weight: normal;
    font-feature-settings: "ss01" 1, "ss04" 1;
    margin: 0;
    padding: 1.2em 0 0.6em 0;
    line-height: 1.2;
}

h1,
h2 {
    padding-top: 0;
}

section.project_title h1 {
    padding: 0.8em 0 0 0;
}

h1 {
    font-size: 3rem;
}

.single-post h1 {
    font-size: 2.75rem;
    margin: 2rem 0 1rem 0;
}

@media only screen and (max-width: 1024px) and (min-width: 801px){
	
    .single-post h1 {
        font-size: 2.35rem;
    }
}

@media screen and (max-width: 600px) {
	
    .single-post h1 {
        font-size: 2rem;
    }
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

.page-id-315 h2 /* Datenschutz */,
.page-id-315 h3 /* Datenschutz */ {
    font-family: 'Supreme', sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    font-variation-settings: "wght" 380;
    padding: 0;
    margin: 2.4rem 0 1.2rem;
}

.page-id-315 h3 /* Datenschutz */ {
    font-size: 1.6rem;
    margin-top: 1.8rem;
}

.page-id-315 h2 + h3 /* Datenschutz */ {
    margin-top: 0;
    padding-top: 0.4rem;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

.columns .column_2 p:not(.introtext) {
	-webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    -webkit-hyphenate-limit-before: 3; /* For Safari */
    -webkit-hyphenate-limit-after: 4; /* For Safari */
    -ms-hyphenate-limit-chars: 7 3 4;
    hyphenate-limit-chars: 7 3 4;
}

@media screen and (max-width: 1024px) and (min-width: 801px) {
	
    .columns .column_2 p.introtext,
    .columns .column_1 h2,
    .columns .column_2 h1,
    .list.grid h2 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;

        -webkit-hyphenate-limit-before: 5; /* For Safari */
        -webkit-hyphenate-limit-after: 4; /* For Safari */
        -ms-hyphenate-limit-chars: 10 5 4;
        hyphenate-limit-chars: 10 5 4;
    }
}

@media screen and (max-width: 1260px) and (min-width: 1149px) {
	
    .news_block h3 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;

        -webkit-hyphenate-limit-before: 5; /* For Safari */
        -webkit-hyphenate-limit-after: 4; /* For Safari */
        -ms-hyphenate-limit-chars: 10 5 4;
        hyphenate-limit-chars: 10 5 4;
    }
}

@media screen and (max-width: 900px) and (min-width: 621px) {
	
    .news_block h3 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;

        -webkit-hyphenate-limit-before: 5; /* For Safari */
        -webkit-hyphenate-limit-after: 4; /* For Safari */
        -ms-hyphenate-limit-chars: 10 5 4;
        hyphenate-limit-chars: 10 5 4;
    }
}

@media screen and (max-width: 520px) {
	
    .columns .column_2 p.introtext,
    .columns .column_1 h2,
    .columns .column_2 h1,
    .home .intro_block h2,
    .home .intro_block .text,
    .news_block h3 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;

        -webkit-hyphenate-limit-before: 5; /* For Safari */
        -webkit-hyphenate-limit-after: 4; /* For Safari */
        -ms-hyphenate-limit-chars: 10 5 4;
        hyphenate-limit-chars: 10 5 4;
    }
}

dfn,
cite,
em,
i {
	font-family: 'SupremeItalic', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
    display: block;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #757575;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

.entry-content p a {
    text-decoration: underline;
    text-decoration-color: #BABABA;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.3rem;
}

.entry-content p a:hover {
    text-decoration-color: #BABABA;
}

.entry-content p a[href^="tel"],
.entry-content p a[href^="mailto"],
.page-template-page_contact .entry-content p a {
	text-decoration: none;
}

.entry-content hr {
    display: block;
    content: "";
    background: #000;
    width: 2.4rem;
    height: 0.1rem;
    margin: 3.4rem auto 2rem 0;
}




/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #FFF;
	color: #000;
	line-height: 1;
	padding: 0;
    display: block;
    margin: 1.8rem auto 0;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-variation-settings: "wght" 520;
    transition: all 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #757575;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #000;
    outline: none;
    border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: none;
	border-bottom: 0.1rem solid #BABABA;
	border-radius: 0;
    padding: 0.3rem 0;
    width: 100%;
    resize: vertical;
    transition: border-bottom 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
    outline: none;
	border-color: #000;
}

select {
	border: 0.1rem solid #ccc;
}

textarea {
	width: 100%;
}

input[type="checkbox"], 
input[type="radio"] {
    appearance: none;
    background-color: #FFF;
    margin: 0 0.185em 0.06em 0;
    margin-top: 0;
    width: 0.8rem;
    height: 0.8rem;
    border: 0.1rem solid #BABABA;
    border-radius: 0;
    transform: translateY(0.165em);
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked, 
input[type="radio"]:checked {
    background: #000;
    border: 0.125rem solid #FFF;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
    line-height: 0.75;
}

.wpcf7-list-item-label {
    font-size: 0.675rem;
}

.entry-content p .wpcf7-list-item-label a {
    text-decoration-thickness: 0.075rem;
    text-underline-offset: 0.2rem;
}

.wpcf7-list-item-label::before, 
.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-not-valid-tip {
    color: #CC0036;
    margin-top: 0.3rem;
}

.wpcf7 form.submitting .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	display: block;
    margin: 3rem 0 2rem;
    padding: 0.9rem 1.2rem;
    border: 0.1rem solid #00a0d2;
    
    font-size: 1rem;
    font-weight: 400;
    font-variation-settings: "wght" 420;
    line-height: 1.4;
}

.wpcf7 input.wpcf7-submit {
	cursor: pointer;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* site-header */ 

/*
.home .site-header {
	position: absolute;
	width: 100%;
}
*/

.home .site-header .container {
	background: rgba(255,255,255,0);
    backdrop-filter: blur(0);
}

.home .site-header.show .container {
	backdrop-filter: blur(1rem);
}

.site-header .container {
	padding: 2rem 6rem 1.3rem 6rem;
	display: flex;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(1rem);
}

/* linear-mask
.site-header .container {
	padding: 2rem 6rem 4rem 6rem;
	display: flex;
    background: rgba(255,255,255,0.8);
    mask: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.5), transparent);
    backdrop-filter: blur(1rem);
} */

@media screen and (max-width: 1148px) {
	
    .site-header .container {
        padding: 2rem 4rem 1.3rem 4rem;
    }
}

@media screen and (max-width: 800px) {
	
    .site-header .container {
        padding: 2rem 3rem 1.3rem 3rem;
    }
}

@media screen and (max-width: 620px) {
	
    .site-header .container {
        padding: 2rem 2.4rem 1.3rem 2.4rem;
    }
}

@media screen and (max-width: 440px) {
	
    .site-header .container {
        padding: 2rem 2rem 1.3rem 2rem;
    }
}

.home .site-header .container {
    background: rgba(255,255,255,0);
    transition: all 0.4s ease;
}

.home .site-header.show .container {
    background: rgba(255,255,255,0.75);
}

.site-header .container .site-branding {
	flex: 0 0 50%;
}

.site-header .container .flyout-navigation {
	text-align: center;
	flex: 0 0 0%;
}

.site-header .container .main-navigation {
	text-align: right;
	flex: 0 0 50%;
}

@media screen and (max-width: 600px) {
	
    .site-header .container .site-branding {
        flex: 0 1 50%;
        min-width: 5rem;
    }

    .site-header .container .main-navigation {
        flex: 0 0 auto;
        width: 15rem;
        margin-left: 1.4rem;
    }
}


/* cover image */

.home .cover_img {
	height: 100vh;
	overflow: hidden;
}

.home.logged-in .cover_img {
	height: calc(100vh - 32px);
	overflow: hidden;
}

.home .cover_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	cursor: pointer;
}


/* sticky on scroll */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.4s ease;
}

.logged-in .site-header {
  top: 32px;
}

.site-header.hide {
  transform: translateY(-100%);
}

.site-header.show {
  transform: translateY(0);
}

body:not(.home) {
	padding-top: 6rem;
}

/* logo */

.custom-logo-link img {
    width: 5rem!important;
}

.home .custom-logo-link img {
    width: 12rem!important;
    transition: all 1s ease;
}

.home .site-header.hide .custom-logo-link img,
.home .site-header.show .custom-logo-link img {
    width: 5rem!important;
}


/* site-main */ 

.site-main > .container,
.site-content > .container {
	padding: 0;
}

.entry-header section,
.entry-content section,
.entry-footer section,
section.project_title,
.archive section,
.archive-header,
.single-post article .container,
.more_cats.container {
    padding: 0 6rem;
}

.entry-content section.image_block {
    padding: 0 0;
}

@media screen and (max-width: 1148px) {
	
    .entry-header section,
    .entry-content section,
    .entry-footer section,
    section.project_title,
    .archive section,
    .archive-header,
    .single-post article .container,
    .more_cats.container {
        padding: 0 4rem;
    }
}

@media screen and (max-width: 800px) {
	
    .entry-header section,
    .entry-content section,
    .entry-footer section,
    section.project_title,
    .archive section,
    .archive-header,
    .single-post article .container,
    .more_cats.container {
        padding: 0 3rem;
    }
}

@media screen and (max-width: 620px) {
	
    .entry-header section,
    .entry-content section,
    .entry-footer section,
    section.project_title,
    .archive section,
    .archive-header,
    .single-post article .container,
    .more_cats.container {
        padding: 0 2.4rem;
    }
}

@media screen and (max-width: 440px) {
	
    .entry-header section,
    .entry-content section,
    .entry-footer section,
    section.project_title,
    .archive section,
    .archive-header,
    .single-post article .container,
    .more_cats.container {
        padding: 0 2rem;
    }
}

body:not(.single-project) .entry-header h1,
.archive-header h1,
.single-post .entry-header .label,
.home .news_block > h2,
.site-footer section.contact > h2 {
    font-family: 'Supreme', sans-serif;
    text-transform: uppercase;
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-weight: 400;
    font-variation-settings: "wght" 440;
    margin-top: 6rem;
    margin-bottom: 4rem;
}

.entry-content .two_columns,
.entry-content .three_columns {
    display: flex;
    flex-wrap: wrap;
}

.entry-content .two_columns .column_1,
.entry-content .two_columns .column_2 {
    width: 50%
}

.entry-content .two_columns .column_2 {
    padding-left: 1.6rem;
}

.single-post .entry-content .two_columns .column_2 {
    padding-left: 0;
}

.entry-content .two_columns .image.column_1 {
    width: calc(50% + 6rem);
    margin-left: -6rem;
    padding-right: 4rem;
}

@media screen and (max-width: 1148px) {
	
    .entry-content .two_columns .image.column_1 {
        width: calc(50% + 4rem);
        margin-left: -4rem;
        padding-right: 3.6rem;
    }
}

.entry-content .two_columns .image.column_1 img {
    width: 100%;
    min-width: none;
}

.home .entry-content .two_columns .column_1 {
    width: calc(66.6666% - 2rem);
    margin-right: 4.66666667rem;
}

.home .entry-content .two_columns .column_2 {
    width: calc(33.3333% - 2.66666667rem);
    padding-left: 0;
}

.home .entry-content .three_columns .column_1,
.home .entry-content .three_columns .column_2,
.home .entry-content .three_columns .column_3 {
    width: calc(33.3333% - 2.66666667rem);
}

.home .entry-content .three_columns .column_1,
.home .entry-content .three_columns .column_2 {
    margin-right: 4rem;
}

@media screen and (max-width: 1148px) {
	
    .home .entry-content .three_columns .column_1,
    .home .entry-content .three_columns .column_2,
    .home .entry-content .three_columns .column_3 {
        width: calc(50% - 1.8rem);
    }

    .home .entry-content .three_columns .column_1 {
        margin-right: 3.6rem;
    }
    
    .home .entry-content .three_columns .column_2 {
        margin-right: 0;
    }

    .home .entry-content .three_columns .column_3 {
        margin-right: 3.6rem;
    }
}

@media screen and (max-width: 800px) {
	
    .home .entry-content .three_columns .column_1,
    .home .entry-content .three_columns .column_2,
    .home .entry-content .three_columns .column_3 {
        width: calc(50% - 1.4rem);
    }

    .home .entry-content .three_columns .column_1 {
        margin-right: 2.8rem;
    }

    .home .entry-content .three_columns .column_3 {
        margin-right: 2.8rem;
    }
}

@media screen and (max-width: 900px) {
	
    .home .entry-content .two_columns .column_1 {
        width: 100%;
        margin-right: 0;
    }

    .home .entry-content .two_columns .column_2 {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 620px) {

    .home .entry-content .three_columns .column_1,
    .home .entry-content .three_columns .column_2,
    .home .entry-content .three_columns .column_3 {
        width: 100%;
    }

    .home .entry-content .three_columns .column_1,
    .home .entry-content .three_columns .column_2 {
        margin-right: 0
    }
}

.top_text {
    margin-bottom: 6rem;
}

.top_text h2 {
    padding: 0 5% 0 0;
}

@media screen and (max-width: 800px) {
	
    .single-post .entry-content .two_columns .column_1,
    .single-post .entry-content .two_columns .column_2 {
        width: 100%
    }
    
    .single-post .entry-content .two_columns .image.column_1 {
        width: 100%;
        margin-left: auto;
        margin-bottom: 3rem;
        padding-right: 0;
    }
    
    .top_text .columns {
        flex-direction: column;
    }
    
    .top_text .two_columns .column_1,
    .top_text .two_columns .column_2 {
        width: 100%
    }

    .top_text h2 {
        padding: 0;
        margin-bottom: 2rem;
    }

    .top_text .two_columns .column_2 {
        padding-left: 0;
    }
}

@media screen and (max-width: 620px) {
	
    .entry-content .two_columns,
    .entry-content .three_columns {
        flex-direction: column;
    }
    
    .entry-content .two_columns .column_1,
    .entry-content .two_columns .column_2 {
        width: 100%
    }
    
    .entry-content .two_columns .column_2 {
        padding-left: 0;
    }
}

.introtext {
    font-size: 1.5rem;
    line-height: 1.325;
}

.content_block.text_block {
    width: 75%;
	margin: 0 0 5% 0;
    
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    -webkit-hyphenate-limit-before: 3; /* For Safari */
    -webkit-hyphenate-limit-after: 4; /* For Safari */
    -ms-hyphenate-limit-chars: 7 3 4;
    hyphenate-limit-chars: 7 3 4;
}

.acc_toggle,
.read_more {
    display: inline-block;
    content: url("/wp-content/uploads/2026/03/dots.svg");
    width: 1.4rem;
    height: auto;
    margin-left: 0.05rem;
}

.read_more {
    margin-top: 1.5rem;
    margin-left: 0.02rem;
}

.acc_toggle.active {
    display: none;
}


/* site-footer */

.site-footer .columns {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 800px) {
	
    .site-footer .columns {
        flex-direction: column;
    }
}

.site-footer .contact {
    margin-bottom: 4rem;
}
	
.site-footer .footer-navigation ul {
    list-style: none;
}
	
.site-footer .footer-navigation ul li {
    display: inline-block;
    margin: 0 0 0 1.4rem;
}

.site-footer .footer-navigation ul li:first-of-type {
    margin: 0 0 0 0!important;
}

.site-footer .container {
	padding: 6rem;
}

@media screen and (max-width: 1148px) {
	
    .site-footer .container {
        padding: 4rem;
    }
}

.site-footer .contact {
	padding: 0 0 2rem
}

.site-footer .contact .columns.contact .column {
	padding: 0 3rem 0 0;
}

@media screen and (max-width: 800px) {
	
    .site-footer .container {
        padding: 3rem;
    }
    
    .site-footer .contact .columns.contact .column {
        padding: 0 0 2.4rem 0;
    }
	
    .site-footer .footer-navigation ul {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 620px) {
	
    .site-footer .container {
        padding: 2.4rem;
        padding-bottom: 4rem;
    }
	
    .site-footer .footer-navigation ul li {
        display: block;
        margin: 0 0 1.2rem 0;
    }
    
    .site-footer .footer-navigation ul li:first-of-type {
        margin: 5rem 0 1.2rem 0!important;
    }

}

@media screen and (max-width: 440px) {
	
    .site-footer .container {
        padding: 2rem;
        padding-bottom: 4rem;
    }
}

.site-footer .contact .columns.contact .column:last-of-type {
	padding: 0 0 0 0;
}

.site-footer .contact .columns.contact .column:first-of-type .data {
    white-space: nowrap;
}

.footer_nav ul {
    margin: 0;
    padding: 0;
}

/* Start
--------------------------------------------- */

.home .intro_block {
    padding-top: 6rem;
    margin-bottom: 8rem;
}

.home .intro_block h2 {
    font-size: 4.6875rem;
    line-height: 1.15;
    width: 80%;
}

@media screen and (max-width: 900px) {
	
    .home .intro_block h2 {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
	
    .home .intro_block h2 {
        font-size: 3.8rem;
    }
}

.home .intro_block .text {
    font-size: 1.875rem;
    line-height: 1.35;
    margin: 2rem 0 0 0;
}

@media screen and (max-width: 580px) {
	
    .home .intro_block h2 {
        font-size: 3rem;
    }

    .home .intro_block .text {
        font-size: 1.6rem;
        line-height: 1.35;
        margin: 2rem 0 0 0;
    }
}

@media screen and (max-width: 420px) {
	
    .home .intro_block {
        padding-top: 4rem;
    }
	
    .home .intro_block h2 {
        font-size: 2.6rem;
        padding-bottom: 1rem;
    }

    .home .intro_block .text {
        font-size: 1.6rem;
        line-height: 1.35;
        margin: 2rem 0 0 0;
    }
}

.home .intro_block ul.featured {
    list-style: none;
    margin: 2.6rem 0 4.8rem 0;
    padding: 0;
}
	
.home .intro_block ul.featured li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    line-height: 1.1;
    font-weight: 400;
    font-variation-settings: "wght" 440;
    margin: 0 2rem 2rem 0;
}
	
.home .intro_block ul.featured li:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 900px) {
	
    .home .intro_block ul.featured {
        margin: 3.8rem 0 2.4rem 0;
    }
    
    .home .intro_block ul.featured li {
        margin: 0 2.4rem 2rem 0;
    }
    
    .home .intro_block ul.featured li:last-of-type {
        margin: 0 0 2rem 0;
    }
}


/* Content Blocks
--------------------------------------------- */

/* Image_block */

.image_block .image_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 5% 0;
}

.image_block .image_list .image.layout100 {
	flex: 0 0 100%;
	width: 100%;
}

.image_block .image_list .image.layout80 {
	flex: 0 0 80%;
	width: 80%;
}

.image_block .image_list .image.layout66 {
	flex: 0 0 66.6%;
	width: 66.6%;
}

.image_block .image_list .image.layout50 {
	flex: 0 0 50%;
	width: 50%;
}

.image_block .image_list .image.layout33 {
	flex: 0 0 33.3%;
	width: 33.3%;
}

.image_block .image_list .image.layout25 {
	flex: 0 0 25%;
	width: 25%;
}

.image_block .image_list .image.layout20 {
	flex: 0 0 20%;
	width: 20%;
}

/* -- */

.image_block .image_list .container.size80 {
	width: 80%;
	margin: 0 auto;
}

.image_block .image_list .container.size60 {
	width: 60%;
	margin: 0 auto;
}

/* Werkliste
--------------------------------------------- */

.page-template-page_werkliste .entry-content {
    max-width: 100%;
}

.page-template-page_werkliste ul.project_list {
	padding: 0;
	margin: 0;
    list-style: none;
    width: 100%;
}

.page-template-page_werkliste ul.project_list li {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    font-weight: 500;
    font-variation-settings: "wght" 520;
}

.page-template-page_werkliste ul.project_list li div {
    padding-left: 5%;
}

.page-template-page_werkliste ul.project_list li div.year {
	flex: 0 1 auto;
    font-size: 1rem;
    padding-left: 0;
}

.page-template-page_werkliste ul.project_list li div.image {
	flex: 0 1 12%;
	display: flex;
    justify-content: center;
}

.page-template-page_werkliste ul.project_list li div.image img {
    height: 3.6rem;
    width: auto;
    min-width: 2.8rem;
}

.page-template-page_werkliste ul.project_list li div.title {
	flex: 1 0 50%;
    text-transform: none;
    font-size: 1.5rem;
    letter-spacing: normal;
    font-family: 'SpaceGrotesk', sans-serif;
	font-feature-settings: "ss01" 1, "ss04" 1;
    font-weight: 400;
    font-variation-settings: "wght" 380;
}

.page-template-page_werkliste ul.project_list li div.procedure {
	flex: 0 1 auto;	
}

.page-template-page_werkliste ul.project_list li div.type {
	flex: 0 1 auto;	
}


/* Projekt
--------------------------------------------- */

article.type-project .post-thumbnail {
    aspect-ratio: 2.4 / 1;
    display: flex;
}

article.type-project .post-thumbnail img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: none;
}

.single-project .datasheet {
    margin: 6rem 0 7rem;
}

.single-project .datasheet .columns {
	display: flex;
	flex-wrap: wrap;
}

.single-project .datasheet .columns .column {
	flex: 0 0 25%;
}

.single-project .datasheet .columns .column:last-of-type {
    display: flex;
    justify-content: center;
}

.single-project .datasheet .columns .column > div,
.column > div {
    margin-bottom: 2.4rem;
}

.single-project .datasheet .columns .column > div:last-of-type,
.column > div:last-of-type {
    margin-bottom: 0;
}

.single-project .datasheet .columns .column .label,
.column .label,
.site-info {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    font-weight: 500;
    font-variation-settings: "wght" 520;
    margin-bottom: 0.8rem;
}

.site-info {
    margin-bottom: 0;
}

.single-project .datasheet .columns .column .bgf .data::after {
    content: " m²";
}

.single-project .datasheet .columns .column_img {
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center;
}

.single-project .datasheet .columns .column_img img {
    width: 40%;
}


/* Team
--------------------------------------------- */

ul.team_list {
    list-style: none;
    display: flex;
    gap: 4%;
    padding-bottom: 2.2rem;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 6rem;
}

ul.team_list.round {
    gap: 3.5%;
}

ul.team_list li {
    text-align: left;
    width: 22%;
    height: auto;
    flex: 0 0 auto;
    margin-bottom: 2.8rem;
}

ul.team_list.round li {
    text-align: center;
    width: 22.375%;
}

@media screen and (max-width: 1148px) {
	
    ul.team_list {
        padding: 0 4rem;
    }
}

@media screen and (max-width: 800px) {
	
    ul.team_list {
        gap: 5%;
        padding: 0 3rem;
    }
    
    ul.team_list.round {
        gap: 3.5%;
    }

    ul.team_list li {
        width: 30%;
    }

    ul.team_list.round li {
        width: 31%;
    }
}

@media screen and (max-width: 620px) {
	
    ul.team_list {
        gap: 6%;
        padding: 0 2.4rem;
    }
    
    ul.team_list.round {
        gap: 6%;
    }

    ul.team_list li {
        width: 47%;
    }

    ul.team_list.round li {
        width: 47%;
    }
}

@media screen and (max-width: 440px) {
	
    ul.team_list {
        gap: 0%;
        padding: 0 2rem;
    }
    
    ul.team_list.round {
        gap: 0%;
    }

    ul.team_list li {
        width: 100%;
    }

    ul.team_list.round li {
        width: 100%;
    }
}

ul.team_list li .image {
    display: block;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.6rem;
}

ul.team_list.oblong li .image {
    border-radius: 0;
    aspect-ratio: auto;
}

ul.team_list.square li .image {
    border-radius: 0;
}

ul.team_list.arc li .image {
    border-radius: 0;
    aspect-ratio: auto;
    border-top-left-radius: 99999px;
    border-top-right-radius: 99999px;
}

ul.team_list li .image img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    max-width: none;
}

ul.team_list li:nth-last-of-type(2) .image img {
    filter: blur(0.4rem) brightness(1.1) contrast(0.75) saturate(1) opacity(1);
    transform: scale(1.2);
}

ul.team_list li:last-of-type .image img {
    filter: blur(0.4rem) brightness(1.5) contrast(0.75) saturate(0.75) opacity(0.6);
    transform: scale(1.2);
}

ul.team_list li .role {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.055em;
    line-height: 1.2;
    font-weight: 500;
    font-variation-settings: "wght" 520;
    margin-bottom: 0.4rem;
}

ul.team_list li .name {
    font-size: 1.375rem;
    line-height: 1.1;
    font-weight: 400;
    font-variation-settings: "wght" 440;
    margin-bottom: 0.4rem;
}

ul.team_list li .job_title,
ul.team_list li .email,
ul.team_list li .phone {
    font-size: 1rem;
    font-weight: 400;
    font-variation-settings: "wght" 420;
}

ul.team_list li .text {
    font-size: 1.125rem;
    font-weight: 400;
    font-variation-settings: "wght" 420;
    padding-top: 0.05rem;
}

ul.team_list li .job_title {
    margin-bottom: 0.8rem;
}

ul.team_list li .phone {
    margin-top: 0.2rem;
}

ul.team_list li .cv_button {
    display: inline-flex;
    background: #000;
    color: #FFF;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-variation-settings: "wght" 520;
    margin-top: 0.8rem;
    transition: all 0.2s ease;
}

ul.team_list li .cv_button:hover {
    background: rgba(0,0,0,0.10);
    color: #000;
    cursor: pointer;
}

ul.team_list:not(.round) li {
    position: relative;
}

ul.team_list:not(.round) li .cv_button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
}

.group_photo .container {
	background-size: contain;
    width: 86%;
    margin: 6rem auto 1rem;
    border-radius: 99999px;
    overflow: hidden;
}

.group_photo.oblong .container,
.group_photo.square .container {
	border-radius: 0;
}

@media screen and (max-width: 800px) {
	
    .group_photo .container {
        width: 100%;
    }
    
    .group_photo.oblong .container,
    .group_photo.square .container {
        width: calc(100% + 6rem);
        margin-left: -3rem;
    }
}

.group_photo img {
    opacity: 1;
    transition: all 0.2s ease;
    display: block;
    width: 100%;
    max-width: none;
}

.group_photo img:hover {
	opacity: 0;
}


/* CV
--------------------------------------------- */

.cv {
	display: none;
}
	
.modal {
    display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.modal_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.075);
}

.modal_content {
	position: relative;
	width: 90%;
	max-height: 80vh;
	max-width: 42rem;
	margin: 0 auto;
	background: #FFF;
	padding: 0 3.4rem;
	z-index: 2;
	overflow: hidden;
	top: 10%;
}

@media screen and (max-width: 620px) {
	
    .modal_content {
	    padding: 0 2.4rem;
    }
}

.modal_close {
	position: absolute;
	right: 1.6rem;
	top: 1.6rem;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 200;
    font-variation-settings: "wght" 220;
    line-height: 0.5;
    z-index: 99999;
}

.modal_body {	
    max-height: 80vh;
    overflow-y: auto;
}

.modal_body::before {	
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3.4rem;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255,255,255,1.00), rgba(255,255,255,0.00));
}

.modal_body::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3.4rem;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.00), rgba(255,255,255,1.00))
}

.modal_body .columns {
    display: flex;
    font-size: 1.075rem;
	font-weight: 400;
    font-variation-settings: "wght" 420;
    line-height: 1.3;
    margin-bottom: 0.8rem;
}

@media screen and (max-width: 620px) {
	
    .modal_body .columns {
        flex-direction: column;
    }
}

.modal_body .columns:last-of-type {
    margin-bottom: 3.4rem;
}

.modal_body .columns .column {
    flex: 0 0 auto;
}

.modal_body .columns .column:first-of-type {
    flex: 0 1 20%;
    white-space: nowrap;
}

.modal_body .columns .column:last-of-type {
    flex: 0 0 80%;
}

.modal_body h3.title {
    font-family: 'Supreme', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    font-weight: 500;
    font-variation-settings: "wght" 520;
    padding: 0;
    margin: 3.4rem 0 2.6rem 0;
}

.modal_body h4.name {
    font-family: 'Supreme', sans-serif;
    font-size: 1.625rem;
    line-height: 1.2;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    padding: 0;
    margin: 0 0 0.5rem -0.0625rem;
}

.modal_body .job_title {
    font-size: 1.075rem;
    font-weight: 400;
    font-variation-settings: "wght" 420;
    margin-bottom: 3rem;
}


/* Contact | Form
--------------------------------------------- */

.contact_form label {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.055em;
    line-height: 1.2;
    font-weight: 500;
    font-variation-settings: "wght" 520;
    margin-bottom: 0.4rem;
}

@media screen and (max-width: 620px) {
	
    .contact_form {
        margin-top: 4rem;
        padding-left: 0;
    }
}


/* Taxonomy
--------------------------------------------- */

ul.taxonomy {
    list-style: none;
	margin: 0;
	padding-left: 1rem;
    list-style-type: "/ ";
}

ul.taxonomy li {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    font-weight: 500;
    font-variation-settings: "wght" 520;
    margin-bottom: 1.2rem;
}

.single-post .entry-content ul.taxonomy {
    margin-top: 4.8rem;
}

.more_cats.container {
    margin-top: 10rem;
}

.more_cats.container h2 {
    font-family: 'Supreme', sans-serif;
    text-transform: uppercase;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    line-height: 1.1;
    font-weight: 400;
    font-variation-settings: "wght" 440;
    margin-top: 3.2rem;
    margin-bottom: 0.6rem;
}

.more_cats ul.taxonomy li {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-variation-settings: "wght" 460;
    margin-bottom: 0.5rem;
}

.more_cats ul.taxonomy {
	padding-left: 0;
}

.more_cats ul.taxonomy li {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
}

.more_cats ul.taxonomy li::before {
    content: "/";
    margin-right: 0.3em;
}

/* ul.taxonomy li:hover {
    color: #757575;
} */


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: right;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	display: none;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* mega-menu */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	text-align: right;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.2;
    height: auto;
    padding: 0 1rem;
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-variation-settings: "wght" 460;
    
    text-decoration: underline;
    text-decoration-color: rgba(0,0,0,0);
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.3rem;
    
    transition: all 0.2s ease;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:last-of-type.mega-menu-item > a.mega-menu-link {
    padding: 0 0 0 1rem;
}

@media screen and (max-width: 600px) {
	
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        line-height: 1.1;
        padding: 0 0.6rem;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:first-of-type.mega-menu-item > a.mega-menu-link {
        padding: 0 0.6rem 0 0.2rem;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:last-of-type.mega-menu-item > a.mega-menu-link {
        padding: 0 0 0 0.6rem;
    }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.single-post #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.news.mega-menu-item > a.mega-menu-link {
    background-color: rgba(255,255,255,0.00);
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    text-decoration-color: rgba(0,0,0,1);
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-menu-1 {
    background-color: rgba(255,255,255,0.00)!important;
  }
}

@media only screen and (min-width: 1px) {
  #mega-menu-wrap-menu-1 {
    background-color: rgba(255,255,255,0.00)!important;
  }
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}


/* Captions
--------------------------------------------- */
.wp-caption,
.wp-caption-text {
	margin-bottom: 1.4rem;
	max-width: 100%;
    font-size: 0.95rem;
	font-weight: 400;
	font-variation-settings: "wght" 420;
    line-height: 1.35;
}

.wp-caption img[class*="wp-image-"],
.wp-caption-text img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption,
.wp-caption-text {
	margin: 0.5rem 0;
	text-align: left;
    /* padding-left: 6rem; */
	padding-left: 1rem;
}

.image_block .wp-caption-text {
	padding-left: 0;
}

.image_block figure:first-of-type .size100 .wp-caption-text {
	padding-left: 1rem;
}

.image_block img {
    width: 100%;
    max-width: none;
}

@media screen and (max-width: 1148px) {
	
    .wp-caption,
    .wp-caption-text {
        /* padding-left: 4rem; */
    }
}

@media screen and (max-width: 800px) {
	
    .wp-caption,
    .wp-caption-text {
        padding-left: 0;
    }
}

.group_photo .wp-caption {
	text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-variation-settings: "wght" 480;
    padding-left: 0;
}

.group_photo .wp-caption-text {
	text-align: center;
    padding-left: 0;
}


/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Masonry | Themen, News 
--------------------------------------------- */

/*
.grid {
    display: flex;
    justify-content: space-between;
}
*/

.grid-sizer, 
.grid-item {
    width: calc(50% - 2.5rem);
    margin-bottom: 5rem;
}

.gutter-sizer {
    width: 5rem;
}

/* .grid-item:last-of-type {
    margin-bottom: 0;
} */

.grid-item a .read_more {
    filter: opacity(1);
    transition: all 0.2s ease;
}

.grid-item a:hover .read_more {
    filter: opacity(0.4);
}

.grid-item a img {
    filter: opacity(1);
    transition: all 0.2s ease;
}

.grid-item a:hover img {
    filter: opacity(0.85);
}

@media screen and (max-width: 1148px) {
	
    .grid-sizer, 
    .grid-item {
        width: calc(50% - 1.8rem);
        margin-bottom: 3.6rem;
    }

    .gutter-sizer {
        width: 3.6rem;
    }
}

@media screen and (max-width: 800px) {
	
    .grid-sizer, 
    .grid-item {
        width: calc(50% - 1.4rem);
        margin-bottom: 2.8rem;
    }

    .gutter-sizer {
        width: 2.8rem;
    }
}

@media screen and (max-width: 620px) {
	
    .grid-sizer, 
    .grid-item {
        width: 100%;
        margin-bottom: 3.2rem;
    }
}

.list.grid .date,
.news_block .date,
.columns .entry-meta,
.list.grid .entry-meta {
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-variation-settings: "wght" 460;
    margin-bottom: 1rem;
}

.grid-item .text {
    font-size: 1.125rem;
    font-weight: 400;
    font-variation-settings: "wght" 420;
    line-height: 1.35;
    
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    -webkit-hyphenate-limit-before: 3; /* For Safari */
    -webkit-hyphenate-limit-after: 4; /* For Safari */
    -ms-hyphenate-limit-chars: 7 3 4;
    hyphenate-limit-chars: 7 3 4;
}

.grid-item .text p {
    margin-bottom: 0.9em;
}

.grid-item .text p:last-of-type {
    margin-bottom: 0;
}

.list.grid h2,
.news_block h3 {
    font-size: 1.875rem;
    font-weight: 400;
    font-variation-settings: "wght" 420;
	padding-top: 0;
}

.list.grid img,
.news_block img {
    width: 100%;
    max-width: none;
    margin: 0.6rem 0 1.6rem 0;
}

.news_block .more_news {
    text-align: right;
}

.news_block .more_news a {
    display: inline-flex;
    margin: 0 0 0 auto;
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-variation-settings: "wght" 460;
}


/* Button load-more
--------------------------------------------- */

button#load-more,
button#load-more-mixed {
    margin: 0 auto 4rem;
	cursor: pointer;
}

/* load-more.is-inactive */ 

#load-more.is-inactive,
#load-more-mixed.is-inactive {
    /*display: none; */
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}


/* PhotoSwipe
--------------------------------------------- */

.pswp__caption .pswp__caption__center {
    padding: 0.95rem 2rem!important;
    line-height: 1.1 !important;
}

.pswp__caption .pswp__caption__center p {
    margin-bottom: 0;
}


/* Admin Bar
--------------------------------------------- */

.ab-item img {
    display: inline-block;
}


@charset "UTF-8";
/* CSS Document */

