/*!
Theme Name: eblo_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: eblo_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.

eblo_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:
----------------------------------------------------------------
# Fonts
# 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

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


/* ==========================================================================
   Fonts
   ========================================================================== */

/* ----- Barlow ----- */

/* Webfont: Barlow-Light */@font-face {
    font-family: 'BarlowLight';
    src: url('fonts/Barlow/Barlow-Light.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: block;
    text-rendering: optimizeLegibility;
}

/* Webfont: Barlow-LightItalic */@font-face {
    font-family: 'BarlowLightItalic';
    src: url('fonts/Barlow/Barlow-LightItalic.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: block;
    text-rendering: optimizeLegibility;
}

/* Webfont: Barlow-Regular */@font-face {
    font-family: 'BarlowRegular';
    src: url('fonts/Barlow/Barlow-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: block;
    text-rendering: optimizeLegibility;
}

/* Webfont: Barlow-Italic */@font-face {
    font-family: 'BarlowItalic';
    src: url('fonts/Barlow/Barlow-Italic.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: block;
    text-rendering: optimizeLegibility;
}

/* Webfont: Barlow-Medium */@font-face {
    font-family: 'BarlowMedium';
    src: url('fonts/Barlow/Barlow-Medium.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: block;
    text-rendering: optimizeLegibility;
}

/* Webfont: Barlow-MediumItalic */@font-face {
    font-family: 'BarlowMediumItalic';
    src: url('fonts/Barlow/Barlow-MediumItalic.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: block;
    text-rendering: optimizeLegibility;
}

/* Webfont: Barlow-SemiBold */@font-face {
    font-family: 'BarlowSemiBold';
    src: url('fonts/Barlow/Barlow-SemiBold.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: block;
    text-rendering: optimizeLegibility;
}

/* Webfont: Barlow-SemiBoldItalic */@font-face {
    font-family: 'BarlowSemiBoldItalic';
    src: url('fonts/Barlow/Barlow-SemiBoldItalic.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: block;
    text-rendering: optimizeLegibility;
}

/* ----- Inter ----- */

/* Webfont: Inter-Light */@font-face {
  font-family: 'InterLight';
  font-style:  normal;
  font-weight: normal;
  font-display: block;
  src: url('fonts/Inter/Inter-Light.woff2') format('woff2')
}

/* Webfont: Inter-LightItalic */@font-face {
  font-family: 'InterLightItalic';
  font-style:  normal;
  font-weight: normal;
  font-display: block;
  src: url('fonts/Inter/Inter-LightItalic.woff2') format('woff2')
}

/* Webfont: Inter-Regular */@font-face {
  font-family: 'InterRegular';
  font-style:  normal;
  font-weight: normal;
  font-display: block;
  src: url('fonts/Inter/Inter-Regular.woff2') format('woff2')
}

/* Webfont: Inter-Italic */@font-face {
  font-family: 'InterItalic';
  font-style:  normal;
  font-weight: normal;
  font-display: block;
  src: url('fonts/Inter/Inter-Italic.woff2') format('woff2')
}

/* Webfont: Inter-Medium */@font-face {
  font-family: 'InterMedium';
  font-style:  normal;
  font-weight: normal;
  font-display: block;
  src: url('fonts/Inter/Inter-Medium.woff2') format('woff2')
}

/* Webfont: Inter-MediumItalic */@font-face {
  font-family: 'InterMediumItalic';
  font-style:  normal;
  font-weight: normal;
  font-display: block;
  src: url('fonts/Inter/Inter-MediumItalic.woff2') format('woff2')
}

/* Webfont: Inter-SemiBold */@font-face {
  font-family: 'InterSemiBold';
  font-style:  normal;
  font-weight: normal;
  font-display: block;
  src: url('fonts/Inter/Inter-SemiBold.woff2') format('woff2')
}

/* Webfont: Inter-SemiBoldItalic */@font-face {
  font-family: 'InterSemiBoldItalic';
  font-style:  normal;
  font-weight: normal;
  font-display: block;
  src: url('fonts/Inter/Inter-SemiBoldItalic.woff2') format('woff2')
}

/*--------------------------------------------------------------
# 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%;
}

/* 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: normal;
    font-family: "InterSemiBold";
}

/**
 * 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;
    font-size: 16px;
}

@media screen and (max-width: 1322px) {
	
	html {
		font-size: 15px; 	
	}
	
}

@media screen and (max-width: 1280px) {
	
	html {
		font-size: 14px; 	
	}
	
}

@media screen and (max-width: 580px) {
	
	html {
		font-size: 13px; 	
	}
    
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: "InterRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.35;
    letter-spacing: 0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-style: normal;
    font-weight: normal;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

.entry-content em,
.entry-content i {
	font-style: normal;
    font-family: "InterItalic";
}

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-color: #F1F1F1; 
}

#page {
	background: #FFFFFF;
    max-width: 1800px;
    margin: 0 auto;
    overflow: hidden;
}

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

ul,
ol {
	margin: 0;
}

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%;
}

.site img {
    display: block;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000000;
    text-decoration: none;
}

a:visited {
	color: #000000;
}

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

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	background: rgba(255,255,255,0.20);
	color: rgba(255,255,255,1.00);
	line-height: 1;
	padding: 0.6em 1em;
    height: 3rem;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.07em;
    font-family: "InterSemiBold";
    transition: all 0.2s ease;
    width: auto;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	background: rgba(0,0,0,0.80);
    transition: all 0.2s ease;
}

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: #aaa #bbb #bbb;
}

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: #FFF;
	border: none;
    border-bottom: 3px dotted rgba(255,255,255,0.70);
	border-radius: 0;
	padding: 8px 3px 3px;
    width: 100%;
    background-color: rgba(255,255,255,0.00);
    font-family: "InterMedium";
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    word-spacing: 0.15em;
}

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: #FFF;
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
textarea:focus-visible {
    outline: none;
    border-bottom: 3px solid rgba(255,255,255,0.80);
}

textarea:focus-visible {
    padding-top: 1.5rem;
}

select {
	border: none;
}

textarea {
	width: 100%;
    padding-top: 1.5rem;
    resize: vertical;
}

textarea p {
    margin-bottom: 0.5rem;
}

label {
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.07em;
    font-family: "InterSemiBold";
    padding-left: 2px;
}

.wpcf7-not-valid-tip {
    color: rgba(0,0,0,0.70);
    padding-left: 2px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #FFF;
}

.wpcf7-response-output {
    margin: 2em 0 0.2em!important;
    padding: 1em!important;
    border: 2px solid rgba(0,0,0,0.70)!important;
    width: 100%!important;
    color: rgba(0,0,0,0.70);
    font-family: "InterSemiBold";
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.8rem;
}


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

body {
    overflow-x: hidden;    
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    position: relative;
    position: absolute; /* mod20210908 */
	width: 100%;
	max-width: 1800px;
	overflow-x: hidden;
	overflow-y: visible;
	min-height: 18rem;
	z-index: 99;
/*	background-color: rgba(84,29,30,0.2); */
}

.site-header.is-toggled {
	z-index: 99999;
}

.page-template-page-top-level .site-header {
	min-height: 36rem;
}

.page-template-page-top-level .site-header.no_image {
	min-height: 18rem;
}

.site-header .container {
	display: flex;
	padding: 0;
    /* clip-path: polygon(0 0, 94% 0, 100% 83%, 0 98%); */
    padding-bottom: 0rem;
    min-height: 160px;
}

.site-header .site-branding {
	display: block;
    width: 34%;
    min-width: 31rem;
	height: auto;
    padding: 3.4rem 0 0 4.4rem;
    background-color: transparent;
}

.page-template-page-work-cat .site-header .site-branding {
	height: auto;
}

.site-header .site-branding::after {
    display: block;
    width: calc(36% + 4rem);
    min-width: 37rem;
    height: 37rem;
	background-color: #EABE21;
    -webkit-transform: skew(4deg, -9deg);
    -moz-transform: skew(4deg, -9deg);
    transform: skew(4deg, -9deg);
    content: "";
    position: absolute;
    top: -6rem;
    left: -4rem;
    z-index: 3;
}

.page-template-page-work-cat .site-header .site-branding::after,
.site-header .site-branding.no_text::after {
    top: -23rem;
    left: -5.2rem;
}

.site-header .site-branding.short_text::after {
    top: -11.5rem;
    left: -4.385rem;
}

.site-header .site-branding.long_text::after {
    top: -3.85rem;
    left: -3.85rem;
}

@media screen and (max-width: 640px) {
    
    .site-header .site-branding {
        display: block;
        width: 34%;
        min-width: 25.5rem;
        padding: 2rem 0 0 2.4rem;
    }

    .site-header .site-branding::after {
        width: calc(36% + 2.4rem);
        min-width: 29.5rem;
        height: 37rem;
        top: -9rem;
        left: -4.4rem;
    }
    
    .page-template-page-work-cat .site-header .site-branding::after,
    .site-header .site-branding.no_text::after {
        top: -26rem;
        left: -5.57rem;
    }
    
    .site-header .site-branding.short_text::after {
        top: -16rem;
        left: -4.87rem;
    }
    
}

/* --- */

/*

class of work start page
.page-template-page-work

class of work category page
.page-template-page-work-cat

*/

.site-title {
    font-family: "InterMedium";
    font-size: 2.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    word-spacing: 0.12em;
    margin: 0 0 0 0;
    position: relative;
    z-index: 7;
}

.site-description {
    font-family: "BarlowRegular";
    font-size: 1.32rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    word-spacing: 0.1em;
    color: #7C6308;
    margin: 0.3rem 0 0 0.14rem;
    position: relative;
    z-index: 7;
}

.site-branding .text {
    font-family: "InterMedium";
    font-size: 1.4rem;
    margin: 4.4rem 0 0 0.12rem;
    color: #FFFFFF;
    padding-right: 1rem;
    line-height: 1.3;
    
    /* hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 2;     
    -webkit-hyphenate-limit-chars: 6 3 2;  
    -ms-hyphenate-limit-chars: 6 3 2; 
    hyphenate-limit-chars: 6 3 2; */
    
    position: relative;
    z-index: 7;
}

@media screen and (max-width: 640px) {
    
    .site-title {
        font-size: 2.2rem;
    }

    .site-description {
        font-size: 1.12rem;
    }
    
    .site-branding .text {
        margin: 2.4rem 0 0 0.12rem;
    }
    
}

.site-branding .text::before {
    content: '';
    display: block;
    background-color: rgba(255,255,255,0.85);
    width: 2.4rem;
    height: 3px;
    margin: 0 0 1.4rem 0.08rem;
}

.site-branding .text .scaps {
    font-family: "InterSemiBold";
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    word-spacing: 0.12em;
    margin: 0 0 0 0;
}


/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

.site-main {
    position: relative;
}

.site-main {
    margin: 9.6rem 4.4rem 4.4rem 4.4rem;
}

.error404 .site-main {
    margin: 16.6rem 4.4rem 4.4rem 4.4rem;
}

@media screen and (max-width: 640px) {
	
    .site-main {
        margin: 6.6rem 2.4rem 4.4rem 2.4rem;
    }
	
	.short_text .site-main {
        margin: -2.35rem 2.4rem 4.4rem 2.4rem;
    }
	
}

/* ---- */

/* masonry */

.grid-item {
	width: 50%;
}


/* ---- */

.entry-header {
	position: relative;
	height: 4rem;
	margin: 2rem 0 0 0;
}

.page-template-page-top-level .entry-header {
	position: relative;
	height: 27rem;
	margin: 2rem 0 0 0;
}

.page-template-page-top-level .entry-header.no_image {
	height: 7.5rem;
}

.header_image { 
    position: absolute;
    top: 0;
    right: -4.4rem;
    z-index: 2;
    max-width: calc(100% - 16rem);
    height: 27rem;
    overflow: hidden;
}

.header_image img {
    width: 100%;
    height: 100%;
    min-height: 27rem;
    object-fit: cover;
    object-position: left;
}

.header_image.full_width { 
    max-width: calc(100% + 8.8rem);	
    left: -4.4rem;
}

@media screen and (max-width: 640px) {
    
    .page-template-page-top-level .entry-header {
        
    }
    
    .header_image { 
        position: absolute;
        top: 19rem;
        right: -2.4rem;
        left: -2.4rem;
        max-width: calc(100% + 4.8rem);
        height: 18rem;
    } 

    .header_image img {
        min-height: 18rem;
        object-fit: cover;
        object-position: left;
    }

}

/* ---- */

/* 
header_image : stick to header image
first_content_box : stick to first content box
*/

/* ------ */

.sticker {
    display: block;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    position: absolute;
    right: 1%;
	bottom: -3rem;
    filter: drop-shadow(1.4rem 0.7rem 2rem rgba(0,0,0,0.08));
    background-image: radial-gradient(
        circle at bottom right,
        #000000,
        #000000,
        #111111,
        #222222 100%
        );
    transform: rotate(-8deg);
    z-index: 9999;
    padding: 0.4rem;
    
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition:all 0.2s ease;
}

.sticker:hover {
    transform: rotate(12deg);
    width: 13.6rem;
    height: 13.6rem;
    margin-bottom: -0.3rem;
    margin-right: -0.3rem;
    padding: 0;
    
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition:all 0.2s ease;
}

.sticker.first_content_box {
    right: auto;
	bottom: -5rem;
	left: calc(50% - 6.5rem);
    filter: none;
}

@media screen and (max-width: 840px) {
    
    .sticker {
        width: 10rem;
        height: 10rem;
        right: -2rem;
    }

    .sticker:hover {
        width: 10.6rem;
        height: 10.6rem;
    }
    
    .sticker.first_content_box {
        right: 0;
        left: auto;
        bottom: 2rem;
    }
    
}

@media screen and (max-width: 640px) {
    
    .sticker {
        width: 8rem;
        height: 8rem;
        right: -3rem;
        bottom: 2.4rem;
    }

    .sticker:hover {
        width: 8.6rem;
        height: 8.6rem;
    }
    
}

.sticker.first_content_box:hover {
    margin-top: -0.3rem;
    margin-left: -0.3rem;
    
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition:all 0.2s ease;
}


.sticker img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}


/* ---- */

.entry-title {
    font-family: "InterMedium";
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding-top: 1.5rem;
    margin-bottom: 3.2rem;
    z-index: 99;
    position: relative;
}

/* ---- */

.single-projects .entry-header,
.page-template-page-work-cat .entry-header {
    text-align: right;
}

.single-projects .image .details {
	display: none;
}

.page-template-page-work-cat .entry-title,
.single-projects .entry-title {
    font-size: 1.74rem;
    padding-top: 0.6rem;
}

@media screen and (max-width: 960px) {
    
    .page-template-page-work-cat .entry-title,
    .single-projects .entry-title {
        font-size: 1.6rem;
        padding-top: 6rem;
    }
    
}

@media screen and (max-width: 640px) {
    
    .entry-title {
        padding-top: 11rem;
        margin-bottom: 2.8rem;
    }
    
    .page-id-168 .entry-title,
    .meta-page .entry-title {
        padding-top: 0;
    }
    
}

@media screen and (max-width: 460px) {
    
    .entry-title {
        line-height: 1.2;
    }
    
    .page-template-page-work-cat .entry-title,
    .single-projects .entry-title {
        font-size: 1.2rem;
        padding-top: 7rem;
    }
    
}

.single-projects .entry-title a,
.single-projects .entry-title a:visited {
    color: #E5B715;
    transition: all 0.2s ease;
}

.single-projects .entry-title a:hover {
    color: #000;
    transition: all 0.2s ease;
}

.page-template-page-work-cat .entry-content,
.single-projects .entry-content {
    margin: 7rem 0 0;
}

/* ---- */

.entry-title .sub-title {
    font-size: 2rem;
    text-transform: none;
    letter-spacing: 0.04em;
    border-left: 4px solid #EABE21;
    padding-left: 1.2rem;
    margin-left: 0.5rem;
}

.entry-content ul {
    list-style: none;
    font-family: "InterMedium";
    font-size: 1.3rem;
    line-height: 1.6;
    margin: -1.2rem 0 4rem 8rem;
    padding: 0;
    text-indent: -1.3rem;
}

@media screen and (max-width: 840px) {
    
    .entry-content ul {
        margin: -1.2rem 0 2.5rem 1.3rem;
    }
    
}

.entry-content .box ul {
    text-indent: -1rem;
}

.entry-content ul li::before {
    content: '';
    display: inline-block;
    background-color: #EABE21;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    margin-right: 0.6rem;
    vertical-align: middle;
}

.entry-content .box.border_g ul li::before {
    background-color: #A7BB3E;
}

.entry-content .container.yellow li::before {
    background-color: #EABE21;
}

.entry-content .container.green li::before {
    background-color: #A7BB3E;
}

.entry-content .box ul {
    font-family: "InterRegular";
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 0 1rem;
    padding: 0;
}

.entry-content .box ul li::before {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.5rem;
}

.entry-content h3 {
    font-family: "InterSemiBold";
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin: 0 0 1rem 0;
}

.entry-content h3.non-upper {
    font-family: "InterMedium";
    font-size: 1.1rem;
    text-transform: none;
    letter-spacing: 0.04em;
}

.entry-content p {
    font-size: 1.1rem;
    margin-bottom: 0.05rem;
    letter-spacing: 0.025em;
}

.entry-content .no_title {
	height: 2rem;
}

section.boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media screen and (max-width: 840px) {
	
    section.boxes {
        display: block;
    }
	
}

.page-template-page-work-cat section.boxes {
	margin-top: 3rem;
}

.entry-content .container {
    flex: 0 0 48%;
    position: relative;
}

.entry-content .box {
    border: 6px solid #EABE21;
    background-color: #FFF;
}

.entry-content .box.teaser,
.entry-content .box.top_box {
    padding: 3rem 3.2rem;
}

.page-template-page-work-cat .entry-content .text.container:nth-of-type(odd) .box.teaser {
    position: absolute;
    width: calc(100% + 8.34% + 6px);
}

.page-template-page-work-cat .entry-content .text.container:nth-of-type(even) .box.teaser {
    position: absolute;
    left: calc(-8.34% - 6px);
    width: calc(100% + 8.34% + 6px);
    z-index: 2;
}

.entry-content .box.container {
    margin-bottom: 4%;
}

.entry-content .box p {
    font-size: 1rem;
}

.entry-content .box p:first-of-type {
    margin-top: 0;
}

.entry-content .box a,
.entry-content .box a:visited {
    font-family: "InterMedium";
    box-shadow: 0px -0.45em 0px #F3DB8A inset;
    padding: 0 0.1em;
    transition: all 0.3s ease;
}

.entry-content .box a:hover {
    box-shadow: 0px -1.2em 0px #EABE21 inset;
    padding: 0 0.1em;
    color: #FFFFFF;
    transition: all 0.1s ease;
}

.entry-content .box.border_g a,
.entry-content .box.border_g a:visited {
    box-shadow: 0px -0.45em 0px #CFDE7D inset;
}

.entry-content .box.border_g a:hover {
    box-shadow: 0px -1.2em 0px #A7BB3E inset;
}

/* ---- */

.entry-content .container.yellow .box a,
.entry-content .container.yellow .box a:visited {
    box-shadow: 0px -0.45em 0px #F3DB8A inset;
}

.entry-content .container.yellow .box a:hover {
    box-shadow: 0px -1.2em 0px #EABE21 inset;
}

.entry-content .container.green .box a,
.entry-content .container.green .box a:visited {
    box-shadow: 0px -0.45em 0px #CFDE7D inset;
}

.entry-content .container.green .box a:hover {
    box-shadow: 0px -1.2em 0px #A7BB3E inset;
}

.entry-content .container.pink .box a,
.entry-content .container.pink .box a:visited {
    box-shadow: 0px -0.45em 0px #F5C6DB inset;
}

.entry-content .container.pink .box a:hover {
    box-shadow: 0px -1.2em 0px #F27FB1 inset;
}

.entry-content .container .box a.image,
.entry-content .container .box a:hover.image  {
    border-bottom: none;
    box-shadow: none;
}

.entry-content .container .box a.image {
    padding: 0;
    margin: 0;
}

.entry-content .container .box a.image img,
.page-id-135 .text_box_block:last-of-type .image {
    max-width: 76%;
    display: block;
}

.entry-content .container .box a.image img.print-work-shop {
    max-width: 100% !important;
    width: 100% !important;
	height: auto !important;
}

.entry-content .container hr {
    display: block;
    background-color: #121212;
    margin: 2.5rem auto 1rem 0;
    height: 4px;
    width: 3rem;
}

.entry-content .container.yellow hr {
    background-color: #EABE21;
}

.entry-content .container.green hr {
    background-color: #A7BB3E;
}

.entry-content .container.pink hr {
    background-color: #F27FB1;
}

.link-image {
    margin-top: 1rem;
}

/* ---- */

.entry-content a.arrow_link,
.entry-content .container.yellow.solid_box a,
.entry-content .container.yellow.solid_box a:visited,
.entry-content .container.green.solid_box a,
.entry-content .container.green.solid_box a:visited,
.entry-content .container.pink.solid_box a,
.entry-content .container.pink.solid_box a:visited {
    color: #FFF;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0px -0.1em 0px rgba(255,255,255,0.4) inset;
}

.entry-content a.arrow_link:hover,
.entry-content .container.yellow.solid_box a:hover {
    color: #CFA200;
    border-bottom: 1px solid rgba(255,255,255,1);
    box-shadow: 0px -1.24em 0px rgba(255,255,255,1) inset;
}

.entry-content .container.green.solid_box a:hover {
    color: #80960F;
    border-bottom: 1px solid rgba(255,255,255,1);
    box-shadow: 0px -1.24em 0px rgba(255,255,255,1) inset;
}

.entry-content .container.pink.solid_box a:hover {
    color: #E9629D;
    border-bottom: 1px solid rgba(255,255,255,1);
    box-shadow: 0px -1.24em 0px rgba(255,255,255,1) inset;
}

/* ---- */

.entry-content .box .plain_text {
    font-size: 1rem;
    line-height: 1.5;
    padding: 3rem 3.2rem;
}

.entry-content .box .plain_text a {
    line-height: 1.35;
    padding-top: 0.1em;
}

.entry-content .box .plain_text .title,
.entry-content .box .plain_text h3,
.entry-content .box .plain_text h4 {
    font-family: "InterSemiBold";
    font-style: normal;
    font-weight: normal;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 0;
    margin-bottom: 1rem;
}

.plain_box.yellow .box .plain_text h3 {
    font-family: "InterMedium";
    font-size: 1rem;
    color: #CFA200;
}

.plain_box.green .box .plain_text h3 {
    font-family: "InterMedium";
    font-size: 1rem;
    color: #80960F;
}

.plain_box.pink .box .plain_text h3 {
    font-family: "InterMedium";
    font-size: 1rem;
    color: #E9629D;
}


/* pink color: #E9629D; */


.top_box {
    font-family: "InterRegular";
    font-size: 1.2rem;
}

.entry-content .box .top_box p {
    font-size: 1.2rem;
}

.home .entry-content .box .top_box p {
    font-size: 1.4rem;
}

/* start page - first image */

.home .entry-content .container.grid-item.img_box {
    margin-top: -12rem;
    margin-bottom: -10rem;
}

.home .entry-content .container.grid-item.img_box img {
    height: 50rem;
    width: 100%;
    object-fit: contain;
    object-position: 64% 50%;
}

/* -- */

.entry-content .box .top_box {
    line-height: 1.35;
    padding: 3rem 3.2rem;
}

.home .entry-content .box .top_box {
    padding: 0 6rem 0 0;
}


@media screen and (max-width: 840px) {
    
    .home .entry-content .container.grid-item.img_box {
        margin-top: -15rem;
        margin-bottom: -12rem;
    }

    .home .entry-content .container.grid-item.img_box img {
        height: 32rem;
        width: 100%;
        object-position: 100% 50%;
    }
	
    .home .entry-content .box .top_box {
        padding: 0 0 0 0;
    }
	
    .home img.alignnone {
        width: 12rem;
        margin-top: 1rem;
    }

}


@media screen and (max-width: 480px) {
    
    .home .entry-content .container.grid-item.img_box {
        margin-top: -11rem;
        margin-bottom: -2rem;
    }

    .home .entry-content .container.grid-item.img_box img {
        height: 28rem;
    }
	
    .home img.alignnone {
        width: 10rem;
    }

}


@media screen and (max-width: 360px) {
    
    .home img.alignnone {
        width: 8rem;
    }

}

.top_box.yellow h3,
.top_box.yellow p {
	color: #CFA200;
}

.top_box.yellow .box {
    border: 6px solid #EABE21;
}

.top_box.green h3,
.top_box.green p {
	color: #8FA031;
}

.top_box.green .box {
    border: 6px solid #A7BB3E;
}

.top_box.pink h3,
.top_box.pink p {
	color: #E9629D;
}

.top_box.pink .box {
    border: 6px solid #F27FB1;
}


/* ------ */


.entry-content .box .plain_text h4 {
    margin-top: 1rem;
    margin-bottom: 0;
}

.entry-content .box p .scaps {
    font-family: "InterMedium";
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.home .entry-content .box .top_box p .scaps {
    font-size: 1.1rem;
}

.page-id-1093 .entry-content .box .top_box img.alignright,
.page-id-168 .entry-content .box .top_box img.alignright {
    width: 30%;
    height: 30%;
    padding-bottom: 0.6rem;
    padding-right: 2rem;
}

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

    .page-id-168 .entry-content .box .top_box img.alignright {
        width: 20%;
        height: 20%;
        padding-right: 0;
        padding-top: 0.4rem;
    }

}

.entry-content .box.top_box p,
.entry-content .box .solid_top p,
.entry-content .box.solid p {
    font-size: 1.2rem;
}

.entry-content blockquote {
    margin: 0;
}

.entry-content blockquote::before {
    display: block;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="rgba(255,255,255,0.40)"><path d="M13 14.725c0-5.141 3.892-10.519 10-11.725l.984 2.126c-2.215.835-4.163 3.742-4.38 5.746 2.491.392 4.396 2.547 4.396 5.149 0 3.182-2.584 4.979-5.199 4.979-3.015 0-5.801-2.305-5.801-6.275zm-13 0c0-5.141 3.892-10.519 10-11.725l.984 2.126c-2.215.835-4.163 3.742-4.38 5.746 2.491.392 4.396 2.547 4.396 5.149 0 3.182-2.584 4.979-5.199 4.979-3.015 0-5.801-2.305-5.801-6.275z"/></svg>');
    margin-bottom: 1rem;
    margin-top: -0.5rem;
}

.entry-content .box .solid_top .quote-source p {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 1.5rem;
    padding-left: 3rem;
    text-align: right;
}

.entry-content .box .solid_top .quote-source p::before {
    content: "— ";
}

.entry-content .box.top_box {
    border-color: #F27FB1;
    color: #E9629D;
}

.entry-content .box .solid_top {
    padding: 3rem 3.2rem;
}

@media screen and (max-width: 1080px) {
	
    .entry-content .box .plain_text,
	.entry-content .box .top_box,
    .entry-content .box .solid_top,
    .entry-content .box.teaser {
        padding: 2rem 2.2rem
    }  
	
}

.entry-content .box .image {
	margin: 1rem 0;
}

.entry-content .box.solid.solid_y,
.entry-content .box .solid_top.top_y {
    color: #FFFFFF;
    background-color: #EABE21;
}

.entry-content .box.solid.solid_g,
.entry-content .box .solid_top.top_g {
    color: #FFFFFF;
    background-color: #A7BB3E;
}

.entry-content .box.border_g {
    border-color: #A7BB3E;
}

.entry-content .yellow .box {
	border: 6px solid #EABE21;
}

.entry-content .green .box {
	border: 6px solid #A7BB3E;
}

.home .entry-content .green .box {
	border: none;
}

.entry-content .pink .box {
	border: 6px solid #F27FB1;
}

.entry-content .transparent .box {
	border: none;
    padding: 0;
}

.entry-content .yellow .box .solid_top {
    background-color: #EABE21;
}

.entry-content .green .box .solid_top {
    background-color: #A7BB3E;
}

.entry-content .pink .box .solid_top {
    background-color: #F27FB1;
}

/* --  */

.entry-content .more,
.entry-content .yellow .more,
.entry-content .green .more,
.entry-content .pink .more {
    background-color: #202020;
}

/* --  */

.entry-content .arr,
.entry-content .yellow .arr,
.entry-content .green .arr,
.entry-content .pink .arr {
    border-left: 1rem solid #202020;
}

/* --  */

.entry-content .green .arrow:hover .more,
.entry-content .yellow .arrow:hover .more,
.entry-content .pink .arrow:hover .more {
    transition: all 0.2s ease;
}

.arrow:hover .arr {
    transition: all 0.2s ease;
}

.entry-content .yellow .arrow:hover .more,
.entry-content .transparent .arrow:hover .more {
    background-color: #EABE21;
}

.entry-content .arrow:hover .more,
.entry-content .green .arrow:hover .more {
    background-color: #A7BB3E;
}

.entry-content .pink .arrow:hover .more {
    background-color: #F27FB1;
}

.entry-content .yellow .arrow:hover .arr {
    border-left: 1rem solid #EABE21;
}

.entry-content .arrow:hover .arr,
.entry-content .green .arrow:hover .arr {
    border-left: 1rem solid #A7BB3E;
}

.entry-content .transparent .arrow:hover .arr {
    border-left: 1rem solid #EABE21;
}

.entry-content .pink .arrow:hover .arr {
    border-left: 1rem solid #F27FB1;
}

.entry-content .box.illu {
    flex: 0 0 calc(48% + 4.4rem);
    max-width: calc(48% + 4.4rem);
    border: none;
    padding: 0;
    margin-top: -4%;
    margin-right: -4.4rem;
    max-height: 30rem;
}

.illu img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.entry-content .box.image {
    flex: 0 0 calc(48% + 4.4rem);
    max-width: calc(48% + 4.4rem);
    border: none;
    padding: 0;
    margin-top: -3%;
    margin-right: -4.4rem;
    filter: drop-shadow(0 0 2rem rgba(0,0,0,0.08));
    z-index: 3;
}

.entry-content .box.image:nth-of-type(odd) {
    margin-left: -4.4rem;
}

.box .project_header {
    margin-bottom: 0;
}

.entry-content .box.teaser p:first-of-type {
    margin-top: 2.2rem;
}

.box .project_header h2.title {
    font-family: "InterMedium";
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    margin: 0 0 1.8rem 0;
    padding: 0;
    line-height: 1.2;
}

.box .project_header .tech {
    font-family: "BarlowRegular";
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    margin: 0 0 0.6rem 0;
    padding: 0;
    padding-top: 0.04em;
    display: table;
}

.box .project_header .tech label {
    font-family: "BarlowMedium";
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #CFA200;
    letter-spacing: 0.06em;
    content: ' ';
    width: 5rem;
    text-align: right;
	display: table-cell;
}

.box .project_header .tech label .pipe {
    border-right: 2px solid #DAAB00;
    padding-left: 0.9rem;
}

.box .project_header .tech .content {
	display: table-cell;
	padding: 0 0 0 1.05rem;
}

@media screen and (max-width: 560px) {
    
    .box .project_header .tech label {
        width: 4rem;
    }

    .box .project_header .tech label .pipe {
        padding-left: 0.65rem;
    }

    .box .project_header .tech .content {
        padding: 0 0 0 0.7rem;
    }
    
}

.box .project_header .tech.client {
    font-family: "InterMedium";
    font-size: 1.1rem;
}

.box .project_header .tech.format {
    font-family: "BarlowRegular";
    font-size: 1.1rem;
}

.box .project_header .tech.link a,
.box .project_header .tech.link a:visited {
    font-family: "BarlowRegular";
    font-size: 1.1rem;
    border-bottom: none;
    box-shadow: none;
    padding: 0;
    color: #CFA200;
}

.box .project_header .tech.link a:hover {
    color: #202020;
}

.box .project.text {
    margin: 0 0 2.4rem 0;
    line-height: 1.5;
}

/* ---- */

.project_teaser_block .box.teaser {
	position: relative !important;
}

.project_teaser_block.img_l .image.container {
	order: 1;
    margin-left: -4.4rem;
    margin-right: -4.4rem;
    flex: 0 0 calc(48% + 4.4rem);
    max-width: calc(48% + 4.4rem);
}

.project_teaser_block.img_l .text.container {
    flex: 0 0 48%;
	order: 2;
}

.project_teaser_block.img_l .text.container .box.teaser {
	right: 0;
	left: calc(-8.34% - 6px);
	width: calc(100% + 8.34% + 6px);
}


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

.teaser_group .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.teaser_group .container div {
	flex: 0 0 30%;
}


@media screen and (max-width: 840px) {
	
    .teaser_group .container div {
	    flex: 0 0 100%;
            
    }  
	
}

.teaser_group .section-title {
    font-family: "InterMedium";
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding-top: 0;
    margin-bottom: 2.8rem;
    color: #E9629D;
    /* color: rgba(233,98,157,1.00); */
    position: relative;
}

.teaser_group .section-title.black {
    color: #202020;
}

.teaser_group .section-title.green {
    color: rgba(167,187,62,1.00);
    color: rgba(147,170,24,1.00);
}

.teaser_group .section-title::after {
    content:url('data:image/svg+xml;charset=UTF-8, <svg width="83" height="51" viewBox="0 0 83 51" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.38016 19.0193C2.57878 19.2292 1.75893 18.7498 1.54897 17.9484C1.33902 17.147 1.81846 16.3272 2.61984 16.1172L3.38016 19.0193ZM77.0383 43.0942C77.1025 43.9201 76.4849 44.6416 75.659 44.7058L62.1995 45.7511C61.3736 45.8152 60.652 45.1977 60.5879 44.3717C60.5237 43.5458 61.1413 42.8243 61.9672 42.7601L73.9312 41.8309L73.002 29.867C72.9379 29.041 73.5554 28.3195 74.3814 28.2553C75.2073 28.1912 75.9289 28.8087 75.993 29.6347L77.0383 43.0942ZM2.61984 16.1172C13.3121 13.3159 23.2269 12.3859 34.8228 15.9472C46.3543 19.4887 59.4125 27.4305 76.5182 42.0707L74.5675 44.3499C57.5865 29.8164 44.898 22.1798 33.9421 18.815C23.0506 15.47 13.7373 16.3058 3.38016 19.0193L2.61984 16.1172Z" fill="rgba(233,98,157,1.00)"/></svg>');
    padding: 0 0 0 1rem;
    display: inline-block;
    position: absolute;
}

@media screen and (max-width: 640px) {
    
    .teaser_group .section-title:first-of-type {
        margin-bottom: 4.8rem;
    }
    
    .teaser_group .section-title::after {
        padding: 0 0 0 2rem;
        display: block;
    }
    
}

.teaser_group .section-title.black::after {
    content:url('data:image/svg+xml;charset=UTF-8, <svg width="83" height="51" viewBox="0 0 83 51" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.38016 19.0193C2.57878 19.2292 1.75893 18.7498 1.54897 17.9484C1.33902 17.147 1.81846 16.3272 2.61984 16.1172L3.38016 19.0193ZM77.0383 43.0942C77.1025 43.9201 76.4849 44.6416 75.659 44.7058L62.1995 45.7511C61.3736 45.8152 60.652 45.1977 60.5879 44.3717C60.5237 43.5458 61.1413 42.8243 61.9672 42.7601L73.9312 41.8309L73.002 29.867C72.9379 29.041 73.5554 28.3195 74.3814 28.2553C75.2073 28.1912 75.9289 28.8087 75.993 29.6347L77.0383 43.0942ZM2.61984 16.1172C13.3121 13.3159 23.2269 12.3859 34.8228 15.9472C46.3543 19.4887 59.4125 27.4305 76.5182 42.0707L74.5675 44.3499C57.5865 29.8164 44.898 22.1798 33.9421 18.815C23.0506 15.47 13.7373 16.3058 3.38016 19.0193L2.61984 16.1172Z" fill="rgba(32,32,32,1.00)"/></svg>');
}

.teaser_group .section-title.green::after {
    content:url('data:image/svg+xml;charset=UTF-8, <svg width="83" height="51" viewBox="0 0 83 51" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.38016 19.0193C2.57878 19.2292 1.75893 18.7498 1.54897 17.9484C1.33902 17.147 1.81846 16.3272 2.61984 16.1172L3.38016 19.0193ZM77.0383 43.0942C77.1025 43.9201 76.4849 44.6416 75.659 44.7058L62.1995 45.7511C61.3736 45.8152 60.652 45.1977 60.5879 44.3717C60.5237 43.5458 61.1413 42.8243 61.9672 42.7601L73.9312 41.8309L73.002 29.867C72.9379 29.041 73.5554 28.3195 74.3814 28.2553C75.2073 28.1912 75.9289 28.8087 75.993 29.6347L77.0383 43.0942ZM2.61984 16.1172C13.3121 13.3159 23.2269 12.3859 34.8228 15.9472C46.3543 19.4887 59.4125 27.4305 76.5182 42.0707L74.5675 44.3499C57.5865 29.8164 44.898 22.1798 33.9421 18.815C23.0506 15.47 13.7373 16.3058 3.38016 19.0193L2.61984 16.1172Z" fill="rgba(154,178,27,1.00)"/></svg>');
}

.teaser_group .teaser h3.title {
    display: flex;
    font-family: "InterSemiBold";
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 1.6rem 1rem;
    color: #FFF;
    background-color: #F27FB1;
    line-height: 1.2;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1150px) {
	
    .teaser_group .teaser h3.title {
        padding: 1rem 2.4rem;
        min-height: 6.4rem;
            
    }  
	
}

.teaser_group .teaser a:hover h3.title {
    background-color: #202020;
    color: #FFF;
    transition: all 0.2s ease;
}

.teaser_group .teaser .title {
    display: block;
    font-family: "InterMedium";
    font-size: 1.24rem;
    padding: 1.2rem;
    margin-bottom: 0;
    color: #E9629D;
    text-align: center;
    transition: all 0.2s ease;
}

.teaser_group .teaser a:hover .title {
    color: #000;
    transition: all 0.2s ease;
}

.teaser_group .teaser .image {
    padding: 1rem;
}

.teaser_group .teaser:last-of-type .image {
	margin-top: -2rem;
}


@media screen and (max-width: 480px) {
    
    .teaser_group .teaser .image {
        padding-top: 0;
    }

}

/* --- */

.single-projects .project_top {
	margin: 0 0 4% 0;
}

.single-projects .project_top .image img {
    margin-top: -3%;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08);
}

.single-projects .project_top .image.container .video  {
    margin-top: 8%;
	filter: none;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 840px) {
	
    .single-projects .project_top .image {
        margin-top: 8%;
    }
	
}


.single-projects .project_top.img_xl .image,
.postid-540 .project_top .image,
.postid-556 .project_top .image {
    margin-right: -4.4rem;
}

.single-projects .project_top.img_xl .image.container,
.postid-540 .entry-content .image.container,
.postid-556 .entry-content .image.container {
    flex: 0 0 calc(48% + 4.4rem);
    transition: all 0.2s ease;
}

.single-projects .project_top.img_xl .image.container img,
.postid-540 .project_top .image.container img,
.postid-556 .project_top .image.container img {
    width: 100%;
    height: 100%;
    min-height: 29rem;
    object-fit: cover;
    object-position: left;
    transition: all 1s ease;
}

.single-projects .project_top.img_xl .image.container:hover img,
.postid-540 .project_top .image.container:hover img,
.postid-556 .project_top .image.container:hover img {
    object-position: right;
    transition: all 1s ease;
}

@media screen and (max-width: 840px) {
	
    .single-projects .project_top.img_xl .image,
    .postid-540 .project_top .image,
    .postid-556 .project_top .image {
        margin-right: 0;
    }

    .single-projects .entry-content .project_top.img_xl .image.container,
    .postid-540 .entry-content .image.container,
    .postid-556 .entry-content .image.container {
        flex: 0 0 100%;
    }
    
    .single-projects .project_top.img_xl .image.container img,
    .postid-540 .project_top .image.container img,
    .postid-556 .project_top .image.container img {
        min-height: 0;
    }
	
}

.single-projects .images,
.project_teaser_row .image_row {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
    align-items: center;
}

.single-projects .images > .image {
	flex: 0 0 22%;
    margin: 0 4% 0 0;
}

.single-projects.postid-1033 .images .image img,
.single-projects.postid-1132 .images .image img {
	filter: none;
    box-shadow: none;
}

.single-projects .images .image:nth-of-type(4n) {
	margin-right: 0;
}

.project_teaser_row .image_row .image {
	flex: 0 0 22%;
    margin: 0 4% 4% 0;
}

.project_teaser_row .image_row .image img {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08); 
}

.single-projects .grid-item .image {
    box-shadow: none;
}
.single-projects .grid-item .image img {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08); 
}

.project_teaser_row.layout1x50 a,
.project_teaser_row.layout1x35 a {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.project_teaser_row.layout1x35 .image_row .image,
.project_teaser_row.layout1x50 .image_row .image {
	flex: 0 0 100%;
	width: 100%;
}

.project_teaser_row.layout1x35 .image_row {
	flex: 0 0 35%;
}

.project_teaser_row.layout1x35 .text.container {
	flex: 0 0 62.5%;
}

.project_teaser_row.layout1x50 .image_row {
	flex: 0 0 48%;
}

.project_teaser_row.layout1x50 .text.container {
	flex: 0 0 49.5%;
}

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

    .project_teaser_row.layout1x50 a,
    .project_teaser_row.layout1x35 a {
        display: block;
    }
    
     .project_teaser_row.layout1x35 .image_row {
        flex: 0 0 65%;
         margin-right: 35%;
         margin-bottom: 1.7%;
    }

    .project_teaser_row.layout1x35 .text.container {
        flex: 0 0 100%;
    }

    .project_teaser_row.layout1x50 .image_row {
        flex: 0 0 100%;
    }

    .project_teaser_row.layout1x50 .text.container {
        flex: 0 0 100%;
    }
    
}

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

    .project_teaser_row.layout1x35 .image_row {
        flex: 0 0 100%;
         margin-right: 0;
    }
    
}

.project_teaser_row.layout1x35 .image_row .image,
.project_teaser_row.layout1x50 .image_row .image {
  margin: 0 4% 0 0;
}

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

    .project_teaser_row.layout1x35 .image_row .image,
    .project_teaser_row.layout1x50 .image_row .image {
      margin: 0 0 4% 0;
    }
    
}

.project_teaser_row.layout1x35 .text.container,
.project_teaser_row.layout1x50 .text.container {
	padding: 0 0 0 0;
}

.project_teaser_row.layout1x35 .image_row .image img,
.project_teaser_row.layout1x50 .image_row .image img {
	width: 100%;
	height: auto;
}

.project_teaser_row .image_row .image:nth-of-type(4n) {
	margin-right: 0;
}

.project_teaser_row {
	margin: 0 0 6rem 0;
}

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

    .project_teaser_row {
        margin: 0 0 3rem 0;
    }

}

.project_teaser_row .text.container {
	display: flex;
	align-items: flex-start;
}

.project_teaser_row .text.container > .content {
	padding: 0 0 0 2rem;
}

.project_teaser_row .arrow_drawn {
	flex: 0 0 120px;
	width: 120px;
    height: 50px;
    display: inline-block;
    content: '';
    -webkit-mask: url('img/Arrows/Arrow-level-yellow-1.svg') no-repeat 50% 50%;
    mask: url('img/Arrows/Arrow-level-yellow-1.svg') no-repeat 50% 50%;
    -webkit-mask-size: auto;
    mask-size: auto;
	background-color: rgba(234,190,33,1.00);
}

@media screen and (max-width: 640px) {
    
    .project_teaser_row .text.container > .content {
        flex: 1 0 80%;
    }

    .project_teaser_row .arrow_drawn {
        flex: 1 0 20%;
        -webkit-mask-size: 100%;
        mask-size: 100%;
    }
    
}

.project_teaser_row:hover .arrow_drawn {
	background-color: rgba(34,34,34,1.00);
}

.project_teaser_row .arrow_drawn,
.project_teaser_row:hover .arrow_drawn {
    transition: all 0.2s ease; 
}

.project_teaser_row:hover .arrow_drawn {

}

path {
    transition: content 1s ease; 
}

.project_teaser_row .arrow_drawn path {
    fill: rgba(234,190,33,1.00);
    transition: fill 1s ease; 
}

.project_teaser_row:hover .arrow_drawn path {
    fill: rgba(34,34,34,1.00);
    transition: fill 1s ease; 
}

.project_teaser_row .project_header h2.title {
    margin-top: 1.15rem;
    margin-bottom: 0.35rem;
    font-size: 1.4rem;
    line-height: 1.2;
}

.project_teaser_row .project_header .tech.client {
    margin-bottom: 0;
    margin-left: 0.02em;
    font-size: 1.05rem;
}
.project_teaser_row .project_header .tech.format {
    margin-top: 0.8rem;
    margin-left: 0.04em;
    font-size: 1rem;
    font-family: "BarlowRegular";
    letter-spacing: 0.04em;
}

/* ---- ---- ---- ---- */
.arrow {
	display: inline-flex;
    margin-top: 8%;
	border: none;
	box-shadow: none;
}

.more {
    display: flex;
    align-items: center;
    font-family: "InterMedium";
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    background-color: #A7BB3E;
    height: 4rem;
    padding: 0 1.4rem 0 1.6rem;
    transition: all 0.4s ease;
}

.arr {
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-left: 1rem solid #A7BB3E;
    transition: all 0.4s ease;
}

.arrow:hover .more {
    background-color: #000000;
    transition: all 0.2s ease;
}

.arrow:hover .arr {
    border-left: 1rem solid #000000;
    transition: all 0.2s ease;
}

.box .arrow {
    margin-top: 0;
    margin-bottom: 0;
}

.box .more {
    font-size: 0.9rem;
    letter-spacing: 0.07em;
    background-color: #EABE21;
    height: 2.6rem;
    padding: 0 1rem;
}

.box .arr {
    border-top: 1.3rem solid transparent;
    border-bottom: 1.3rem solid transparent;
    border-left: 0.65rem solid #EABE21;
}

.box .arrow:hover .more {
    background-color: #000000;
}

.box .arrow:hover .arr {
    border-left: 0.65rem solid #000000;
}

.client_list_block {
    text-align: center;
    width: 72%;
    margin: 0 auto;
	padding: 2rem 0 4rem 0;
}

.client_list_block::before {
    content: '';
    display: inline-block;
    background-color: #DEDEDE;
    background-color: #D8EB6E;
    border-radius: 2px;
    width: 4%;
    height: 3px;
    margin: 0.6rem auto 1.8rem;
    vertical-align: middle;
}

@media screen and (max-width: 840px) {
	
	.client_list_block {
        width: 100%;
        padding: 2rem 0 4rem 0;
    }
    
    .client_list_block::before {
        width: 8%;
    }
	
}

.client_list_block .title {
    color: #A0B528;
    letter-spacing: 0.1em;
    font-family: "InterMedium";
    margin-bottom: 1.6rem;
}

.client.entry {
    display: inline-block;
    padding: 0 0.8rem 0 0;
    vertical-align: middle;
    color: #93A724;
    margin-bottom: 0.2rem;
    font-family: "BarlowRegular";
    letter-spacing: 0.05em;
}

.client.entry::after {
    content: '';
    display: inline-block;
    background-color: #DEDEDE;
    background-color: #C8DA63;
    border-radius: 1px;
    width: 2px;
    height: 0.9rem;
    margin-left: 0.8rem;
    margin-bottom: 0.1em;
    vertical-align: middle;
}

@media screen and (max-width: 420px) {
	
	.client.entry {
        display: block;
        padding: 0;
    }

    .client.entry::after {
        content: none;
        display: none;
        margin: 0;
    }
	
}

.client.entry:last-of-type::after {
    display: none;
}

img.print-work-shop {
    width: 100%;
}

/* .page-id-135 .entry-content .yellow .box:first-of-type {
    border: none;
} */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    padding: 4.4rem;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background-color: rgba(255,255,255,0.00);
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 480px) {
    
    .site-footer {
        padding-left: 2.4rem;
    }

}

.site-info {
    font-family: "BarlowRegular";
    font-size: 0.9rem;
    color: #999999;
}

.site-footer .visi {
	display: block;
    width: 34%;
    min-width: 21rem;
    height: 9rem;
    padding: 2rem 0 0 0;
    flex: 0 1 auto;
}

.site-footer .site-info {
    flex: 1 0 auto;
}

.site-footer .visi::after {
    display: block;
    width: 38%;
    min-width: 35.5rem;
    height: 24rem;
	border: 8px solid #EABE21;
    -webkit-transform: skew(-6deg, 6deg);
    -moz-transform: skew(-6deg, 6deg);
    transform: skew(-6deg, 6deg);
    content: "";
    position: relative;
    bottom: 12rem;
    left: -14.5rem;
    z-index: 3;
}

.site-footer .visi .title {
	font-family: "InterMedium";
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    word-spacing: 0.12em;
}

.site-footer .visi .info {
	font-family: "InterRegular";
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 2rem;
}

.site-footer .visi .info p {
	margin: 0;
}

.site-footer .metafoot {
    display: block;
    margin-top: 2rem;
    letter-spacing: 0.06em;
    vertical-align: middle;
    text-align: right;
}

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

    .site-footer .metafoot {
        rotate: -90deg;
        position: absolute;
        bottom: 6rem;
        right: -2rem;
    }
    
}

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

    .site-footer .metafoot {
        rotate: -85deg;
        right: -1rem;
    }
    
}

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

    .site-footer .metafoot {
        rotate: -84deg;
        right: 1rem;
    }
    
}

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

    .site-footer .metafoot {
        right: -1rem;
    }
    
}

.site-footer .copyright {
    display: inline-block;
    letter-spacing: 0.06em;
    vertical-align: middle;
}

.site-footer .metanavi {
    display: inline-block;
    letter-spacing: 0.1em;
    vertical-align: middle;
    text-transform: uppercase;
}

.site-footer .metanavi a,
.site-footer .metanavi a:visited {
    color: #999999;
    transition: all 0.15s ease;
}

.site-footer .metanavi a:hover,
.site-footer .metanavi a:active {
    color: #000000;
    transition: all 0.15s ease;
}

.site-footer .metanavi .element {
    display: inline-block;
    vertical-align: middle;
}

.site-footer .metanavi .element::before {
    font-family: "BarlowSemiBold";
    content: '·';
    display: inline-block;
    padding-right: 0.5rem;
    margin-left: 0.5rem;
}

.site-footer .metanavi .element:first-of-type::before {
    content: '';
    padding-right: 0;
    margin-left: 0;
}

.social {
    display: inline-block;
    margin-left: 2rem;
    margin-right: 2rem;
    height: 24px;
    vertical-align: middle;
}

@media screen and (max-width: 1000px) {
    
    .site-footer .metanavi {
        display: none;
    }

    .social {
        display: none;
    }
    
}

.social .ig {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="rgba(18,18,18,1.00)"><path d="M14.829 6.302c-.738-.034-.96-.04-2.829-.04s-2.09.007-2.828.04c-1.899.087-2.783.986-2.87 2.87-.033.738-.041.959-.041 2.828s.008 2.09.041 2.829c.087 1.879.967 2.783 2.87 2.87.737.033.959.041 2.828.041 1.87 0 2.091-.007 2.829-.041 1.899-.086 2.782-.988 2.87-2.87.033-.738.04-.96.04-2.829s-.007-2.09-.04-2.828c-.088-1.883-.973-2.783-2.87-2.87zm-2.829 9.293c-1.985 0-3.595-1.609-3.595-3.595 0-1.985 1.61-3.594 3.595-3.594s3.595 1.609 3.595 3.594c0 1.985-1.61 3.595-3.595 3.595zm3.737-6.491c-.464 0-.84-.376-.84-.84 0-.464.376-.84.84-.84.464 0 .84.376.84.84 0 .463-.376.84-.84.84zm-1.404 2.896c0 1.289-1.045 2.333-2.333 2.333s-2.333-1.044-2.333-2.333c0-1.289 1.045-2.333 2.333-2.333s2.333 1.044 2.333 2.333zm-2.333-12c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.958 14.886c-.115 2.545-1.532 3.955-4.071 4.072-.747.034-.986.042-2.887.042s-2.139-.008-2.886-.042c-2.544-.117-3.955-1.529-4.072-4.072-.034-.746-.042-.985-.042-2.886 0-1.901.008-2.139.042-2.886.117-2.544 1.529-3.955 4.072-4.071.747-.035.985-.043 2.886-.043s2.14.008 2.887.043c2.545.117 3.957 1.532 4.071 4.071.034.747.042.985.042 2.886 0 1.901-.008 2.14-.042 2.886z"/></svg>');
    display: inline-block;
    margin-right: 1rem;
}


.main-navigation .instagram a {
	content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="rgba(18,18,18,1.00)"><path d="M14.829 6.302c-.738-.034-.96-.04-2.829-.04s-2.09.007-2.828.04c-1.899.087-2.783.986-2.87 2.87-.033.738-.041.959-.041 2.828s.008 2.09.041 2.829c.087 1.879.967 2.783 2.87 2.87.737.033.959.041 2.828.041 1.87 0 2.091-.007 2.829-.041 1.899-.086 2.782-.988 2.87-2.87.033-.738.04-.96.04-2.829s-.007-2.09-.04-2.828c-.088-1.883-.973-2.783-2.87-2.87zm-2.829 9.293c-1.985 0-3.595-1.609-3.595-3.595 0-1.985 1.61-3.594 3.595-3.594s3.595 1.609 3.595 3.594c0 1.985-1.61 3.595-3.595 3.595zm3.737-6.491c-.464 0-.84-.376-.84-.84 0-.464.376-.84.84-.84.464 0 .84.376.84.84 0 .463-.376.84-.84.84zm-1.404 2.896c0 1.289-1.045 2.333-2.333 2.333s-2.333-1.044-2.333-2.333c0-1.289 1.045-2.333 2.333-2.333s2.333 1.044 2.333 2.333zm-2.333-12c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.958 14.886c-.115 2.545-1.532 3.955-4.071 4.072-.747.034-.986.042-2.887.042s-2.139-.008-2.886-.042c-2.544-.117-3.955-1.529-4.072-4.072-.034-.746-.042-.985-.042-2.886 0-1.901.008-2.139.042-2.886.117-2.544 1.529-3.955 4.072-4.071.747-.035.985-.043 2.886-.043s2.14.008 2.887.043c2.545.117 3.957 1.532 4.071 4.071.034.747.042.985.042 2.886 0 1.901-.008 2.14-.042 2.886z"/></svg>');
    display: inline-block;
    margin-right: 1rem;
}

.social .in {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="rgba(18,18,18,1.00)"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2 16h-2v-6h2v6zm-1-6.891c-.607 0-1.1-.496-1.1-1.109 0-.612.492-1.109 1.1-1.109s1.1.497 1.1 1.109c0 .613-.493 1.109-1.1 1.109zm8 6.891h-1.998v-2.861c0-1.881-2.002-1.722-2.002 0v2.861h-2v-6h2v1.093c.872-1.616 4-1.736 4 1.548v3.359z"/></svg>');
    display: inline-block;
}

.main-navigation .linkedin a {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="rgba(18,18,18,1.00)"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2 16h-2v-6h2v6zm-1-6.891c-.607 0-1.1-.496-1.1-1.109 0-.612.492-1.109 1.1-1.109s1.1.497 1.1 1.109c0 .613-.493 1.109-1.1 1.109zm8 6.891h-1.998v-2.861c0-1.881-2.002-1.722-2.002 0v2.861h-2v-6h2v1.093c.872-1.616 4-1.736 4 1.548v3.359z"/></svg>');
    display: inline-block;
}


.social .in,
.social .ig {
    opacity: 0.25;
    transition: all 0.15s ease;
}

.social .in:hover,
.social .ig:hover {
    opacity: 1;
    transition: all 0.15s ease;
}


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

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

.site-header .main-navigation {
	flex: 0 0 auto;
    padding: 3.8rem 4.4rem 0 1.8rem;
}

.main-navigation,
.site-info .navigation {
	display: block;
	width: auto;
    font-family: "BarlowMedium";
    font-size: 1.12rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 0 auto;
 }

.site-info .navigation {
    font-size: 1rem;
    text-align: right;
 }

@media screen and (max-width: 1280px) {
	
	.site-info .navigation {
        text-align: left;
        margin-left: 4rem;
        margin-bottom: -4.25rem;
    }  
	
}

@media screen and (max-width: 1000px) {
	
	.site-info .navigation {
        margin-bottom: -2.25rem;
    }  
	
}

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

.site-info .navigation ul {
    display: inline-block;
    font-size: 0;
    padding: 0;
}

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

    .site-info .navigation ul {
        display: none;
    }
    
}

.site-info .navigation ul li {
    font-size: 1rem;
}

.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,
.site-info .navigation li {
    display: inline-block;
	position: relative;
    padding-left: 0.8rem;
}

.site-info .navigation li {
    padding-left: 0.6rem;
}

.main-navigation li::before,
.site-info .navigation li::before {
    font-family: "BarlowSemiBold";
    content: '·';
    display: inline-block;
    padding-right: 0.8rem;
    color: #000000;
}

@media screen and (max-width: 1280px) {
	
	.site-info .navigation li {
        display: block;
    }
	
	.site-info .navigation li a {
        display: inline-block;
    }
    
    .site-info .navigation li::before {
        content: '';
        padding-right: 0;
    }
	
}

.site-info .navigation li::before {
    font-size: 1.12rem;
    padding-right: 0.6rem;
}

/*
.main-navigation li:first-of-type::before,
.site-info .navigation li:first-of-type::before {
    content: '';
}
*/


/* language switch */

.site-info li.wpml-ls-item,
.main-navigation li.wpml-ls-item {
	display: none;
}

.main-navigation li:nth-of-type(3)::before,
.site-info .navigation li:nth-of-type(3)::before {
    content: '';
}

.main-navigation li:nth-of-type(6)::before,
.site-info .navigation li:nth-of-type(6)::before {
    content: '';
    display: inline-block;
    background-color: #000000;
    border-radius: 1px;
    width: 1.4rem;
    height: 2px;
    vertical-align: middle;
    padding-right: 1rem;
    margin-right: 1rem;
    margin-left: 0.2rem;
    margin-top: -0.12rem;
}


.site-info .navigation li:nth-of-type(6)::before {
    width: 1.2rem;
}

@media screen and (max-width: 1280px) {
	
	.site-info .navigation li::before {
        padding-right: 0;
    }

    .site-info .navigation li:nth-of-type(4)::before {
        content: '';
        display: none;
    }
	
}

.main-navigation li::after,
.site-info .navigation li::after {
    content: '';
    display: block;
    background-color: transparent;
    border-radius: 2px;
    width: 50%;
    height: 3px;
    margin: 0.6rem calc(25% - 0.4rem) 0 calc(25% + 0.4rem);
    transition: background-color 0.3s ease;
}

.site-info .navigation li::after {
    border-radius: 1px;
    height: 2px;
    margin: 0.4rem calc(25% - 0.45rem) 0 calc(25% + 0.45rem);
}

.main-navigation li:nth-of-type(6)::after,
.site-info .navigation li:nth-of-type(6)::after {
    margin: 0.6rem calc(25% - 1.3rem) 0 calc(25% + 1.3rem);
}

.site-info .navigation li:nth-of-type(6)::after {
    border-radius: 1px;
    height: 2px;
    margin: 0.4rem calc(25% - 1.2rem) 0 calc(25% + 1.2rem);
}

.main-navigation li:nth-of-type(7)::after,
.site-info .navigation li:nth-of-type(7)::after {
    margin: 0.6rem calc(25% - 0.6rem) 0 calc(25% + 0.6rem);
}

.site-info .navigation li:nth-of-type(7)::after {
    border-radius: 1px;
    height: 2px;
    margin: 0.4rem calc(25% - 0.5rem) 0 calc(25% + 0.5rem);
}

.main-navigation li:hover::after,
.site-info .navigation li:hover::after,
.main-navigation li.current_page_item::after,
.site-info .navigation li.current_page_item::after,
.main-navigation li.current-page-ancestor::after,
.site-info .navigation li.current-page-ancestor::after,
.graphic-recording-projects .nav-menu li.graphic-recording::after,
.graphic-recording-projekte .nav-menu li.graphic-recording::after,
.illustration-projects .nav-menu li.illustration::after,
.animation-projects .nav-menu li.animation::after,
.animation-projekte .nav-menu li.animation::after {
    content: '';
    display: block;
    background-color: #EABE21;
    border-radius: 2px;
    width: 50%;
    height: 3px;
    margin: 0.6rem calc(25% - 0.4rem) 0 calc(25% + 0.4rem);
    transition: background-color 0.3s ease;
}

.site-info .navigation li:hover::after,
.site-info .navigation li.current_page_item::after,
.site-info .navigation li.current-page-ancestor::after,
.graphic-recording-projects .site-info  li.graphic-recording::after,
.illustration-projects .site-info  li.illustration::after,
.animation-projects .site-info  li.animation::after {
    background-color: #EABE21;
    border-radius: 1px;
    height: 2px;
    margin: 0.4rem calc(25% - 0.45rem) 0 calc(25% + 0.45rem);
}

.main-navigation li:nth-of-type(6):hover::after,
.site-info .navigation li:nth-of-type(6):hover::after,
.main-navigation li.current_page_item:nth-of-type(6)::after,
.site-info .navigation li.current_page_item:nth-of-type(6)::after,
.main-navigation li.current-page-ancestor:nth-of-type(6)::after,
.site-info .navigation li.current-page-ancestor:nth-of-type(6)::after {
    margin: 0.6rem calc(25% - 1.3rem) 0 calc(25% + 1.3rem);
}

.main-navigation li:nth-of-type(7):hover::after,
.site-info .navigation li:nth-of-type(7):hover::after,
.main-navigation li.current_page_item:nth-of-type(7)::after,
.site-info .navigation li.current_page_item:nth-of-type(7)::after,
.main-navigation li.current-page-ancestor:nth-of-type(7)::after,
.site-info .navigation li.current-page-ancestor:nth-of-type(7)::after {
    margin: 0.6rem calc(25% - 0.6rem) 0 calc(25% + 0.6rem);
}

.site-info .navigation li:nth-of-type(6):hover::after,
.site-info .navigation li.current_page_item:nth-of-type(6)::after,
.site-info .navigation li.current-page-ancestor:nth-of-type(6)::after {
    margin: 0.4rem calc(25% - 1.2rem) 0 calc(25% + 1.2rem);
}

.site-info .navigation li:nth-of-type(7):hover::after,
.site-info .navigation li.current_page_item:nth-of-type(7)::after,
.site-info .navigation li.current-page-ancestor:nth-of-type(7)::after {
    margin: 0.4rem calc(25% - 0.5rem) 0 calc(25% + 0.5rem);
}


@media screen and (max-width: 1280px) {
    
    .site-info .navigation li::after,
    .site-info .navigation li:nth-of-type(6)::after,
    .site-info .navigation li:nth-of-type(7)::after,
    
    .site-info .navigation li:hover::after,
    .site-info .navigation li.current_page_item::after,
    .site-info .navigation li.current-page-ancestor::after,
    .graphic-recording-projects .site-info  li.graphic-recording::after,
    .illustration-projects .site-info  li.illustration::after,
    .animation-projects .site-info  li.animation::after,
    
    .site-info .navigation li:nth-of-type(4):hover::after,
    .site-info .navigation li.current_page_item:nth-of-type(4)::after,
    .site-info .navigation li.current-page-ancestor:nth-of-type(4)::after,
    
    .site-info .navigation li:nth-of-type(5):hover::after,
    .site-info .navigation li.current_page_item:nth-of-type(5)::after,
    .site-info .navigation li.current-page-ancestor:nth-of-type(5)::after,
    
    .site-info .navigation li:nth-of-type(6):hover::after,
    .site-info .navigation li.current_page_item:nth-of-type(6)::after,
    .site-info .navigation li.current-page-ancestor:nth-of-type(6)::after,
    
    .site-info .navigation li:nth-of-type(7):hover::after,
    .site-info .navigation li.current_page_item:nth-of-type(7)::after,
    .site-info .navigation li.current-page-ancestor:nth-of-type(7)::after {
        width: 20%;
        margin: 0.2rem auto 0.4rem 0;
    }
	
}

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

.main-navigation li.mobile,
.navigation li.mobile {
	display: none;
}

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

/* --- */


/* toggle buttn */
button.menu-toggle {
	background:transparent !important;
	position: absolute;
	right: 0;
}

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

	button.menu-toggle {
        right: -0.5rem;
    }
}

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

	button.menu-toggle {
        right: -2.6rem;
        top: 0.2rem;
    }
}

.menu-toggle {
	display: block;
	position: relative;
	overflow: hidden;
	margin: -0.9rem 2rem 0 auto;
	padding: 0;
	width: 48px;
	height: 48px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.1s;
}

.menu-toggle:focus {
	border:none;
	outline:none;
}

.menu-toggle span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 4px;
  background-color:#000000;
}

.menu-toggle span::before,
.menu-toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000000;
  content: "";
}

.menu-toggle span::before {
  top: -10px;
}

.menu-toggle span::after {
  bottom: -10px;
}


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

    .menu-toggle span {
      display: block;
      position: absolute;
      top: 22px;
      left: 12px;
      right: 12px;
      height: 3px;
      background-color:#000000;
    }

    .menu-toggle span::before,
    .menu-toggle span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #000000;
      content: "";
    }

    .menu-toggle span::before {
      top: -8px;
    }

    .menu-toggle span::after {
      bottom: -8px;
    }
    
}


/* toggled X */
.menu-toggle span {
  transition: background 0s 0.1s;
}

.menu-toggle span::before,
.menu-toggle span::after {
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0.1s, 0s;
}

.menu-toggle span::before {
  transition-property: top, transform;
}

.menu-toggle span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.toggled .menu-toggle {
  background-color: #cb0032;
}

.toggled .menu-toggle span {
  background: none;
}

.toggled .menu-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}

.toggled .menu-toggle span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.toggled .menu-toggle span::before,
.toggled .menu-toggle span::after {
  transition-delay: 0s, 0.1s;
}


/* ----- */


@media screen and (min-width: 1163px) {

	.menu-toggle {
		display: none;
	}	

	.main-navigation ul {
		display: flex;
		justify-content: right;
		text-indent: 0;
	}
	
	.main-navigation ul > li::before {
/*		content: none;
		padding: 0; */
	}

	.main-navigation ul ul {
		display: block;
	}
	
	.main-navigation ul > li li {
		display: block;
		background-color: transparent;
	}
	
}

/* ----- */

@media screen and (max-width: 1280px) {
	
    .site-info .navigation li:nth-of-type(6)::before {
		content: '';
		display: none;
	}
    
}


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

	.site-header {
	/*	position: relative; */
	}
	
	.main-navigation li.mobile {
		display: block;
	}
    
    .main-navigation li.mobile.imprint {
        margin-top: 3rem;
    }
    
    .main-navigation li.mobile.privacy,
    .main-navigation li.mobile.imprint {
        font-size: 1rem;
        margin-right: 0;
    }
    
    .main-navigation .mobile.instagram a {
        margin-right: 0;
    }

    .main-navigation li.mobile.instagram {
        margin-top: 3rem;
    }

    .main-navigation li.mobile.instagram a,
    .main-navigation li.mobile.linkedin a {
        opacity: 1;
        transition: all 0.2s ease;
    }

    .main-navigation li.mobile.instagram a:hover,
    .main-navigation li.mobile.linkedin a:hover {
        opacity: 0.5;
        transition: all 0.2s ease;
    }

	.main-navigation {
		max-width: 4rem;
	}

	.site-header .main-navigation {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		margin: 0 auto 0 0;
		padding: 3.8rem 4.4rem 0 1.8rem;
	}

	.site-header .main-navigation.toggled {
		position: fixed;
		max-width: 26.5rem;
		background-color: #A7BB3E;
		height: 100vh;
		top: 0;
		right: 0;
        filter: drop-shadow(0 0 2rem rgba(0,0,0,0.12));
	}

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

	ul {
		text-indent: 0;
		margin: 0 0 0 1rem;
	}

	ul > li::before {
		content: none;
		padding: 0 ;
	}

	.main-navigation ul a {
		background-color: transparent;
	}

	.main-navigation ul {
		padding: 0.25rem 0 0 1rem;
	}

	.main-navigation ul ul {
		box-shadow: none;
		margin: 0;
		position: relative;
		left: 0;
		padding: 0;
	}

	.main-navigation ul a {
		display: block;
		margin: 0 0 0 0;
		padding: 0.25rem 0 ;
	}

	.main-navigation ul a:hover {
        color: #6A7727;
	}

	.main-navigation ul ul li::before {
		content: " ";
		font-size: 1.5rem;
		padding: 0;
	}
	
	.main-navigation li::before {
        content: none;
        padding-right: 0;
	}
    
    .main-navigation ul > * {
        display: block;
    }
    
    .main-navigation li {
        margin-bottom: 1rem;
    }
    
    .main-navigation li:nth-of-type(4)::before {
        content: none;
        padding: 0;
        margin: 0;
    }
    
    .main-navigation li:nth-of-type(6)::before,
	.site-info .navigation li:nth-of-type(6)::before {
		content: '';
		display: none;
	}
    
    .main-navigation li::after {
        content: none;
    }
    
    .main-navigation li:hover::after, .main-navigation li.current_page_item::after, .main-navigation li.current-page-ancestor::after, .graphic-recording-projects .nav-menu li.graphic-recording::after, .illustration-projects .nav-menu li.illustration::after, .animation-projects .nav-menu li.animation::after {
        content: none;
    }
    
    .main-navigation li:hover a,
    .main-navigation li.current_page_item a,
    .main-navigation li.current-page-ancestor a,
    .graphic-recording-projects .nav-menu li.graphic-recording a,
    .illustration-projects .nav-menu li.illustration a,
    .animation-projects .nav-menu li.animation a {
        color: #6A7727;
        transition: all 0.2s ease;
    }
	

	.main-navigation li.mobile.instagram,
	.main-navigation li.mobile.linkedin {
		display: inline-block;
	}

	/* ----- */

	.toggled .menu-toggle span::before, 
	.toggled .menu-toggle span::after {
		background-color: #fff;
	}
	

	.main-navigation li,
	.site-info .navigation li {
		padding-left: 0;
	}

	/* ----- */
	
	.logged-in .toggled .menu-toggle {
       /* margin-top: 1.5rem; */
	}
	
	/* language switch */
	
	.language-navigation {
		display: none;
	}
	
	.main-navigation li.wpml-ls-item {
		display: inline-flex;
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 50%;
		font-family: "BarlowSemiBold";
		font-size: 0.8rem;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		text-align: center;
		line-height: 1.6;
		align-items: center;
		justify-content: center;
		background-color: #121212;
		color: #A7BB3E;
		padding-bottom: 0.05em;
		transition: all 0.2s ease;
	}
	
	.main-navigation li.wpml-ls-item.wpml-ls-current-language {
		background-color: #121212;
		color: #FFFFFF;
	}

	
	.main-navigation li.wpml-ls-item span {
	  display: none;
	}
	
	.main-navigation li.wpml-ls-item a::before {
		color: #A7BB3E;
	}

	.main-navigation li.wpml-ls-item.wpml-ls-current-language a::before {
		color: #FFFFFF;
	}
		
	.main-navigation .wpml-ls-item-en a::before {
	  content: 'EN';
	}
	
	.main-navigation .wpml-ls-item-de a::before {
	  content: 'DE';
	}

}

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

	.site-header .main-navigation {
		padding: 2.7rem 4.4rem 0 1.8rem;
	}
}

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

	.site-header .main-navigation {
		padding: 2.6rem 4.4rem 0 1.8rem;
	}
}

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

	.main-navigation ul {
		padding: 0 0 0 1rem;
        margin-top: -0.6rem;
	}
}

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

	/* .menu-toggle {
    margin: 2.5rem 1rem 0 auto;
	} */
}

/* Meta pages / Imprint / Privacy */

.meta-page.site-main {
    margin: 16.6rem 4.4rem 7.4rem 4.4rem;
}
    
.meta-page .entry-content {
    max-width: 50%;
    font-size: 1rem;
}

.meta-page h2 {
    line-height: 1.2;
    margin-top: 2rem;
    font-family: "InterMedium";
}

.meta-page h3 {
    line-height: 1.2;
    margin-top: 2rem;
    font-family: "InterMedium";
    font-size: 1.3rem;
    text-transform: none;
    letter-spacing: inherit;
}

.meta-page h4 {
    line-height: 1.2;
    font-size: 1.1rem;
    font-family: "InterMedium";
}

.meta-page .entry-content ul {
    font-family: "InterRegular";
    font-size: 1rem;
    line-height: inherit;
    margin: 1rem 0 1rem 1.2rem;
    text-indent: -0.9rem;
    max-width: 50%;
}

.meta-page .entry-content ul li::before {
    background-color: #121212;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    margin-right: 0.6rem;
    vertical-align: middle;
}

@media screen and (max-width: 1280px) {
    
    .meta-page .entry-content {
        max-width: 70%;
    }
}

@media screen and (max-width: 960px) {
    
    .meta-page .entry-content {
        max-width: 100%;
    }
}

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

	.meta-page.site-main {
        margin: 15.6rem 2.4rem 7.4rem 2.4rem;
    }
}

.edit-link {
    display: none;
}


/* --- */

.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%;
}

/* Language EN | DE */

.lang,
.language-navigation {
    position: absolute;
    top: 1rem;
    right: 4.4rem;
}

.language-navigation ul {
	list-style: none;
    font-size: 0;
}

.language-navigation ul li {
	display: inline-block;
    font-size: 1rem;
}

#menu-item-wpml-ls-11-en span,
#menu-item-wpml-ls-11-de span {
	display: none;
}

#menu-item-wpml-ls-11-en a::before {
	content: 'EN';
	color: #FFFFFF;
}

#menu-item-wpml-ls-11-de a::before {
	content: 'DE';
	color: #FFFFFF;
}
#menu-item-wpml-ls-11-de,
#menu-item-wpml-ls-11-en,
.lang .en,
.lang .de {
    display: inline-flex;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    font-family: "BarlowSemiBold";
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.6;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.05em;
    transition: all 0.2s ease;
}

.wpml-ls-item,
.lang .de {
    background-color: #EABE21;
}

#menu-item-wpml-ls-11-de:hover,
#menu-item-wpml-ls-11-en:hover,
.wpml-ls-item.wpml-ls-current-language,
.lang:hover .de {
    background-color: #121212;
    transition: all 0.2s ease;
}

@media screen and (max-width: 1162px) {
    
    .lang {
        display: none;
    }
}

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 -4.4rem;
}

.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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* 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
--------------------------------------------- */


 .plain_text p {
 /*   display: flex; */
} 

 .plain_text p {
	 display: inline-block;

}

img.alignleft {

	/*rtl:ignore*/
	float: left;
    width: 22%;

	/*rtl:ignore*/
	margin-left: 1.5%;
    margin-right: 1.5%;
	margin-bottom: 0;
    margin-top: 3%;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
    margin-top: -1em;
	margin-left: -10em;
	margin-right: -1em;
	margin-bottom: 0;
}

/* 

img.alignright {
    
    filter: sepia(0.8) hue-rotate(280deg) saturate(5) contrast(5);
    opacity: 0.2;
} */

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.2rem;
    margin-bottom: 0;
}



/*--------------------------------------------------------------
# Photoswipe
--------------------------------------------------------------*/


.slideshow .image .details {
	display: none;
}

figure {
    margin: 0;
}

button {
    border-radius: 0;
} 

.pswp__bg {
    background: rgb(255, 255, 255, 1)!important;
}

.pswp__caption {
    background-color: rgba(255, 255, 255, 0)!important;
    padding-left: 3rem;
}

@media screen and (max-width: 840px) {
	
    .pswp__caption {
        padding-left: 0;
    }
	
}

.pswp__caption .pswp__caption__center {
    display: table;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
	text-align: left;
    /* min-height: 3.2rem; */
    color: #121212;
    position: absolute;
    bottom: 0;
    border-left: 4px solid #EABE21;
}

.pswp__caption .pswp__caption__center .title,
.pswp__caption .pswp__caption__center .year,
.pswp__caption .pswp__caption__center .media,
.pswp__caption .pswp__caption__center .dimension {
    display: inline-block;
    padding-right: 0.3em;
}

.pswp__caption .pswp__caption__center .dimension {
    padding-right: 0;
}

@media screen and (max-width: 840px) {
	
    .pswp__caption .pswp__caption__center {
        text-align:center;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        border-left: none;
    }
	
}

.pswp__caption .pswp__caption__center div {
	margin: 0 0 0 0;
}

.pswp__caption .pswp__caption__center div:last-of-type {
	margin: 0 0 0 0;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: rgba(255,255,255,0);
}


.pswp--svg .pswp__top-bar .pswp__button,
.pswp--svg .pswp__button--arrow--left::before, .pswp--svg .pswp__button--arrow--right::before {
    background-image: url(/wp-content/themes/eblo_hff/js/photoswipe/hws-skin/skin.svg);
		
}
.pswp__button, 
.pswp__button--arrow--left::before, 
.pswp__button--arrow--right::before,
.pswp--svg button.pswp__button--arrow--left::before,
.pswp--svg button.pswp__button--arrow--right::before
{
    background: url(/wp-content/themes/eblo_hff/js/photoswipe/hws-skin/skin.svg) 0 0 no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0px;
        background-position-y: 0px;
    background-image: url(/wp-content/themes/eblo_hff/js/photoswipe/hws-skin/skin.svg);
        background-size: auto;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

.pswp--svg button.pswp__button--arrow--right::before {
	right: 0;
}

.pswp__button--close,
.pswp__button--fs {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
    content: '';
    top: 35px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 44px;
    width: 44px;
    position: absolute;
	overflow: hidden;
}

.pswp__button.pswp__button--fs {
    float: left;
}

button.pswp__button--arrow--left::before {
    left: 0px;
    background-position: -134px -36px !important;
}

button.pswp__button--arrow--right::before {
    right: 0px;
    background-position: -88px -36px !important;
}

/* debugging */
.pswp__caption.pswp__ui--idle, .pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1;
}

.pswp__caption {
    background-color: rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.3);
}

.pswp__top-bar {
    background-color: rgba(0,0,0,0);
}

.pswp__caption .img_container .caption {
	height: auto;
}

.pswp__caption .tecrec div {
/*	white-space: nowrap; */
}

.img_container figcaption {
	display: none;
}

.pswp__caption__center {
    display: table;
    max-width: none;
    width: auto;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__button--close,
.pswp__ui--idle .pswp__button--fs,
.pswp__ui--idle .pswp__button {
    opacity: 0;
}





/*--------------------------------------------------------------
# Masonry
--------------------------------------------------------------*/

.single-projects .images .image.grid-item {
	margin: 0;
}

.grid {
	margin-right: -4%;
	left: -2%;
}

.grid-sizer,
.grid-item {
	width: 50%;
	padding: 0 2% 4% 2%;
}

.single-projects .grid-sizer,
.single-projects .grid-item {
	width: 25%;
	padding: 0 2% 4% 2%;
}

.grid-item.full-width {
	width: 100%;
	padding: 0 2% 4% 2%;
}

.grid-item.full-width.headline {
	width: 100%;
	padding: 0 2% 0% 2%;
}

.site-branding.height200 {
	background-color: #990000;
}

.boxes_x.grid {
    margin-bottom: 0;
}

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

	.grid-sizer,
	.grid-item {
		width: 100%;
		padding: 0 2% 8% 2%;
	}

    .single-projects .grid-sizer,
    .single-projects .grid-item {
        width: 50%;
        padding: 0 2% 4% 2%;
    }

}

/* LANG SWITCH */

body:not(.logged-in) .language-navigation,
body:not(.logged-in) #menu-item-wpml-ls-2-en,
body:not(.logged-in) #menu-item-wpml-ls-2-de {
    display: none;
}

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

	body:not(.logged-in) .menu-menu-1-container {
        margin-top: 3rem;
    }

}

