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

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

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

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

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

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

/* Fonts
--------------------------------------------- */

/* Webfont: Silka 

    silkalight
    silkaregular
    silkamedium
    silkasemibold

    silkalight_italic
    silkaregular_italic
    silkamedium_italic
    silkasemibold_italic
    
*/ 



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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}


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

html { font-size: 16px; }

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

    html {
        font-size: 14px;
    }
}

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

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


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




/* 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: 'silkasemibold', sans-serif;
}

/**
 * 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;
    display: block;
}

/* 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: 0.175rem solid #053252;
    border: 0.175rem solid #053252;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #053252;
	font-family: 'silkaregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.125rem;
    letter-spacing: 0.01em;
	line-height: 1.45;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 0.85em 0;
    font-weight: normal;
    letter-spacing: 0;
    color: #0C4976;
}

h1 {
    font-size: 3.75rem;
	line-height: 1.2;
}

h2 {
    font-size: 1.75rem;
    line-height: 1.225;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.25;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.3;
}

.page-id-318 h2  /* Impressum */ {
    font-size: 1.5rem;
    line-height: 1.25;
}

.privacy-policy h2,
.page-id-318 h2, /* Impressum */
.privacy-policy h3,
.page-id-318 h3  /* Impressum */ {
    margin: 2rem 0 1rem 0;
}

.privacy-policy h4,
.page-id-318 h4  /* Impressum */ {
    margin: 0 0 0.5rem 0;
}

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

p:last-of-type {
	margin-bottom: 0;
}

div.introtext,
p.introtext {
    font-size: 1.5rem;
	line-height: 1.35;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 1.1rem 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%;
	display: block;
}

#wpadminbar img {
	display: inline-block;
}

figure {
	margin: 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #493D2A;
    transition: all 0.2s ease!important;
    text-decoration: none;
}

a:visited {
	color: #493D2A;
}

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

a:focus {
	outline: 0;
}

a:focus-visible {
	outline: solid #493D2A 0.15rem;
}

.swiper .image a:focus-visible {
    outline: none;
    border: none;
}

.swiper .image a img {
    box-sizing: border-box;
    padding: 0;
    border: none;
    transition: all 0.2s ease;
}

.swiper .image a:focus-visible img {
    padding: 0.25rem;
    border: solid #CCCBC1 0.15rem;
    outline: none;
}

#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block .mega-search input[type="text"]:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 a:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 span:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 input:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 li.mega-menu-item .mega-menu-link:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 form.mega-search-open:has(input[type="text"]:focus), #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 + button.mega-close:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 .mega-mobile-back > button:focus {
  outline-style: solid;
  outline-width: 0.15rem;
  outline-color: #493D2A;
  outline-offset: -0.15rem;
}

#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 form.mega-search-open:has(input[type="text"]:focus), #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 + button.mega-close:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 .mega-mobile-back > button:focus,
.site-branding a:focus-visible {
    border-radius: 50%;
}

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

article a,
article a:active,
article a:visited {
    color: #053252;
    text-decoration: underline;
    text-decoration-thickness: 0.15rem;
    text-underline-offset: 0.25em;
    text-decoration-skip: none;
    text-decoration-color: rgba(59,122,168,0.25);
}

article a:focus {
    color: #053252;
}

article a:hover {
    color: #4E87B1;
    text-decoration-color: rgba(59,122,168,0.15);
}

.contact_block a,
.contact_block a:visited {
    color: #053252;
}

.contact_block a:hover {
    color: #4E87B1;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: block;
    box-sizing: border-box;
    font-family: 'silkasemibold', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFF;
    background-color: rgba(0,46,79,0.75);
    border: 0.175rem solid transparent;
    padding: 0.425rem 0.725rem;
    margin: 0 0 -2rem auto;
    transition: all 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/* border: 0.175rem solid transparent;
    background-color: #053252; */
    color: #053252;
	border: 0.175rem solid rgba(0,46,79,0.75);
	background-color: rgba(5,50,82,0);
}

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: 0.175rem solid transparent;
}

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: #053252;
	border: solid transparent 0.15rem;
	border-radius: 0;
	padding: 0.35rem 0.7rem;
    transition: all 0.2s ease;
    resize: vertical;
    width: 100%;
    max-width: none;
}

textarea {
    min-height: 10rem;
}

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

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
    outline: none;
    border: solid rgba(0,48,82,0.50) 0.15rem;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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


.site {
	background-color: #F3F2EF;
}

/* Header */

.site-header {
	position: relative;
}

.site-header .container {
	position: relative;
	height: 28rem;
}

.header-image {
	position: absolute;
	height: 28rem;
	width: 100%;
	z-index: 1;
}

.header-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: 50% 38%;
}

.site-branding {
	position: fixed;
	z-index: 999;
    margin: 4%;
    background-image: url(/wp-content/uploads/2026/08/Fischerhaus_Havelberg.svg);
    background-size: contain;
    width: 8rem;
    height: 8rem;
    transition: all 1s ease;
    /* filter: opacity(1); */
    
    mix-blend-mode: difference;
    filter: opacity(1) invert(1) contrast(0.125);
}

.site-branding a {
	display: block;
	width: 100%;
	height: 100%;
}

.mega-menu-menu-1-mobile-open .site-branding {
    filter: opacity(0.4) invert(0) contrast(0);
}

.site-branding .site-title {
    display: none;
}

.main-navigation {
	position: fixed;
	z-index: 12;
	right: 0;
	top: 0;
}

.logged-in .main-navigation {
	top: 2rem;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	text-align: center;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    right: 0;
}

@media only screen and (max-width: 9999px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background-color: #0C4976;
        background-color: #5E5549;
        border-radius: 50%;
        height: 3rem;
        width: 3rem;
        float: right;
        margin: 4%;
        margin: 2.8rem;
    }
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left {
        padding-left: 0;
    }
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {
        padding-right: 0;
    }
}
    
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 3rem;
    height: 1.5rem;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 1.75rem;
    height: 0.15rem;
    background-color: #F3F2EF;
    border-radius: 0;
    margin-left: 0.625rem
}
    
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 0.65rem;
    width: 2.35rem;
    margin-left: -0.3rem;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 1.25rem;
    margin-left: 0;
}

@media only screen and (max-width: 9999px) {
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        background-color: #F3F2EF;
    }
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        margin-bottom: 1.2rem;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-family: 'silkamedium', sans-serif;
        font-size: 1.625rem;
        letter-spacing: 0.04em;
        color: #493D2A;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a:hover.mega-menu-link {
        color: #ACA295;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
    .single-unterkunft #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.unterkunft > a.mega-menu-link {
        color: #ACA295;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a:focus-visible.mega-menu-link, 
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a:focus-visible.mega-menu-link, 
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a:focus-visible.mega-menu-link,
    .single-unterkunft #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.unterkunft > a:focus-visible.mega-menu-link {
        color: #493D2A;
    }
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close,
    #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close {
        top: 3rem;
        right: 3rem;
    }
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close svg {
        color: transparent;
        stroke: #ACA295;
        stroke-width: 1.5;
        stroke-linecap: square;
        width: 2.2rem;
        height: 2.2rem;
        transition: all 0.2s ease;
    }
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button:hover.mega-close svg {
        stroke: #5D5549;
    }
}

/* body */

.site-main {
	position: relative;
	z-index: 2;
}

.site-main article {
	width: 80%;
	margin: -6% auto 6rem auto;
	background-color: #FFF;
	padding: 6% 7% 7%;
}

.site-main section,
.site-footer section {
	width: 80%;
	margin: 0 auto 6rem auto;
	background-color: #fff;
    line-height: 1.5;
}

.site-main section.slider_block {
	width: 100%;
	margin: 0 auto 6rem auto;
	background-color: transparent;
    line-height: 1.5;
}

.swiper-wrapper .swiper-slide.img_1 {
  margin-left: 6%;
}

.swiper-button-next, .swiper-button-prev {
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0 !important;
    pointer-events: none;
  }
}

.swiper-button-next, .swiper-button-prev {
  & svg {
    mix-blend-mode: difference;
    filter: opacity(1) invert(1) contrast(1);
    scale: 0.9;
  }
}
/*
.swiper-button-next, .swiper-button-prev {
    mix-blend-mode: difference;
    filter: invert(1) contrast(0.5);
    scale: 0.9;
}
*/
.swiper-horizontal {
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, & .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset,3%)!important;
  }
}

.swiper-horizontal {
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, & .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,3%)!important;
    right: auto;
  }
}

.site-main section h2,
.site-footer section h2 {
    font-family: 'silkamedium', sans-serif;
    font-size: 2rem;
	background-color: #CEDAE1;
	padding: 2.2% 2.4% 2.4% 2.4%;
    text-align: center;
    margin-bottom: 0;
}

.site-main section .content,
.site-footer section .content {
	padding: 5% 6% 5.5%;
}

.site-main section.teaser_block .content {
	padding: 1.4rem 1.8rem 1.6rem;
}

.site-footer section .columns {
	display: flex;
	gap: 0;
}

.site-footer section .columns .column {
    padding: 0 5% 0 5%;
    box-sizing: border-box;
}

.site-footer section .columns .column_1 {
    flex: 0 0 29%;
    padding: 0 5% 0 0!important;
}

.site-footer section .columns .column_2 {
    flex: 0 0 42%;
}

.site-footer section .columns .column_3 {
    flex: 0 0 29%;
}


.site-footer section .columns .column {
    position: relative;
}

.site-footer section .columns .column:not(:last-child)::after {
    content: "";
    position: absolute;

    top: 0;

    right: -12%;           /* halber Gap (2rem / 2) */
    right: 0;
    width: 0.25rem;
    height: 100%;
    height: calc(100% - 1 * 0.25rem);
    min-height: calc(0.626rem * 12);
    background-image: radial-gradient(
        circle,
        rgba(236,234,227,1) 0.125rem,
        transparent 0.125rem
    );
    background-size: 0.25rem 0.625rem;
    background-repeat: repeat-y;
   
    /*
    background: 
    radial-gradient(circle closest-side, blue 90%, #0000) 
     0/14px 100%; /* 14px = 6px + 8px */
}

.site-footer section h3 {
    font-family: 'silkamedium', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.06em;
	text-transform: uppercase;
    line-height: 1.5;
    margin-top: 0;
}

.contact_block section {
    margin: 2rem auto 0 auto;
}



/* Apartment_Block */

.apartment_block {
	
}

.apartment_block .columns {
	display: flex;
    align-items: stretch;
}

.apartment_block .columns .column {
	flex: 0 0 50%;
	overflow: hidden;
}

.column_img img {
    display: block;
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.apartment_block .column_content {
    display: flex;
    flex-direction: column;
    padding: 2rem 2.6rem;
    box-sizing: border-box;
    overflow: hidden;
}

.apartment_block .columns .column_content .text {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    font-size: 1rem;
}

.apartment_block .excerpt .introtext {
	font-size: 1.25rem;
    margin-bottom: 1rem;
}


.apartment_block {
    position: relative;
}

.teaser-link {
    position: absolute;
    inset: 0;
    z-index: 10;
}

/* Inhalt soll optisch darüber liegen, aber nicht den Klick blockieren */
.apartment_block .container {
    position: relative;
    z-index: 1;
}

/* hover */

.apartment_block .column_img img {
    transition: all 0.25s ease;
}

.apartment_block .container {
    transition: all 0.25s ease;
}

.apartment_block:has(.teaser-link) .column_img img {
    filter: opacity(1);
    /* transform: scale(1); */
}

.apartment_block:has(.teaser-link:hover) .column_img img {
    filter: opacity(0.9);
    /* transform: scale(1.01); */
}

.apartment_block:has(.teaser-link:hover) .container {
}

.apartment_block:has(.teaser-link) h2,
.apartment_block:has(.teaser-link) .text {
    transition: all 0.25s ease;
    color: #0C4976;
}

.apartment_block:has(.teaser-link:hover) h2,
.apartment_block:has(.teaser-link:hover) .text {
    color: #4E87B1;
}

.apartment_block:has(.teaser-link) span.button,
.apartment_block:has(.teaser-link) a.button {
    display: inline-block;
    box-sizing: border-box;
	font-family: 'silkasemibold', sans-serif;
	font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
	color: #FFF;
	background-color: #8B9E5F;
	border: 0.175rem solid transparent;
	padding: 0.425rem 0.725rem;
    transition: all 0.25s ease;
}

.apartment_block:has(.teaser-link:hover) span.button,
.apartment_block:has(.teaser-link:hover) a.button {
    color: #718345;
	border: 0.175rem solid #8B9E5F;
	background-color: rgba(157,174,119,0);
}





/* Teaser_Block */


section.teaser_block {
    width: 80%;
    margin: 0 auto 6rem auto;
    background-color: transparent;
    line-height: 1.45;
    font-size: 1rem;
}

section.teaser_block h2 {
	font-family: 'silkamedium', sans-serif;
	font-size: 1.25rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	background-color: transparent;
	padding: 2.2% 0 2.4% 0;
	text-align: center;
	margin-bottom: 0.5%;
	display: flex;
    align-items: center;
	gap: 2.8%;
}

section.teaser_block h2::before,
section.teaser_block h2::after {
    content: "";
    flex: 1;
    height: 0.15rem;
    background: #AFAAA0;
    background: #CCCBC1;
}

section.teaser_block h3 {
	font-family: 'silkaregular', sans-serif;
    font-size: 1.625rem;
	margin-bottom: 0.75rem;
}

section.teaser_block a {
    color: #053252;
    transition: all 0.25s ease;
}

section.teaser_block a:hover,
section.teaser_block a:hover h3 {
    color: #4E87B1;
}

a img {
    /* filter: sepia(0) grayscale(0) brightness(1) contrast(1); */
    filter: opacity(1);
    transition: all 0.25s ease;
}

a:hover img {
    /* filter: sepia(0.7) grayscale(0.7) brightness(0.9) contrast(1.05); */
    filter: opacity(0.9);
}

section.teaser_block .page_list {
	display: flex;
	gap: 4%;
    align-items: flex-start;
    flex-wrap: wrap;
}

section.teaser_block .page_list .entry {
	background-color: #fff;
	width: calc(50% - 2%);
	flex: 0 0 auto;
    margin-bottom: 4%;
}

section.teaser_block .page_list.columns3 .entry {
	width: calc(33.3% - 2.666%);
}

section.teaser_block .page_list .entry a {
	display: block;
	height: 100%;
	width: 100%;
}


/* LOGOs */

.logo_list {
    display: flex;
    flex-wrap: wrap;
    gap: 7rem;
    align-items: center;
    justify-content: center;
    padding: 4% 4% 8%;
}


/* Buttons */

.apartment_block .columns .column_content .functionality {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
}

.site-main section.apartment_block h2 {
	font-family: 'silkaregular';
	text-align: left;
	background-color: transparent;
	padding: 0;
    margin-bottom: 1rem;
}

.column_content .text {
    flex: 1;
    overflow: hidden;
    min-height: 0;

    -webkit-mask-image: linear-gradient(to bottom,
        #000 80%,
        transparent 100%);
    mask-image: linear-gradient(to bottom,
        #000 80%,
        transparent 100%);
}

.price_tag {
	display: inline-block;
    box-sizing: border-box;
	font-family: 'silkamedium';
	font-size: 1rem;
    line-height: 1.4;
	border: 0.175rem solid #ECEAE3;
	padding: 0.425rem 0.725rem;
	margin: 4rem 0 0 0;
}

span.button,
a.button {
    display: inline-block;
    box-sizing: border-box;
	font-family: 'silkasemibold', sans-serif;
	font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
	color: #FFF;
	background-color: #8B9E5F;
	border: 0.175rem solid transparent;
	padding: 0.425rem 0.725rem;
}

span:hover.button,
a:hover.button {
	background-color: #6F8342;
}


/* -- start page -- */

.home .site-header,
.home .site-header > .container,
.home .site-header > .container .header-image {
	height: 100vh;
}
	
.home .site-header {
	margin: 0 0 8rem 0;
}

.home .site-main article {
	width: 80%;
	margin: 0 auto 6rem auto;
	background-color: #FFF;
	padding: 6% 6.8% 6.8%;
}

.home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.98);
}

.home h1 {
    font-family: 'silkamedium', sans-serif;
	color: #FFF;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	margin: 0;
	width: 100%;
	text-align: center;
}

.home .cover,
.home h1 {
	cursor: pointer;
}

/* -- contact page -- */

.contact .columns {
	display: flex;
	gap: 3rem;
}

.contact .columns .column_text {
	width: calc(40% - 1.5rem); 
	flex: 0 0 auto;
}

.contact .columns .column_form {
	width: calc(60% - 1.5rem); 
	flex: 0 0 auto;
}

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

    .contact .columns .column_text {
        width: 100%; 
    }

    .contact .columns .column_form {
        width: 100%;
        margin-top: 1rem;
    }
}


/* -- footer -- */


/* -- sticky footer -- */

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.logged-in .site {
    min-height: calc( 100vh - 32px );
}

.site-main {
    flex: 1 0 auto;
}

.site-footer .footer-footer {
    flex-shrink: 0;
    min-height: 34rem;
    padding: 6%;
    align-content: flex-end;
    
    background-image: 
        url(/wp-content/uploads/2026/08/Fischerhaus_Havelberg_Hh.svg),
        linear-gradient(transparent 40%, transparent 20%, #DED8CC 100%);
    background-size: 12rem, 100%;
    background-repeat: no-repeat;
    background-position: center 40%;
}

.site-info {
    font-family: 'silkamedium', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    color: #493D2A;
}

.site-footer .menu a {
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.site-footer .menu a:hover,
.site-footer .menu a:active,
.current_page_item a {
    color: #958A7D;
}

.site-footer .menu a:focus-visible,
.current_page_item a:focus-visible {
    color: #493D2A;
}

.site-footer .menu {
    float: right;
}

.site-footer .menu ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .menu ul li {
    margin-right: 0.8rem;
}

.site-footer .menu ul li:last-of-type {
    margin-right: 0;
}

.site-footer .menu ul li:after {
    display: inline-block;
    content: "·";
    margin-left: 0.8rem;
    font-family: 'silkablack', sans-serif;
}

.site-footer .menu ul li:last-of-type:after {
    content: "";
}


/* Accomodation / Unterkunft
--------------------------------------------- */


section.content_block .content {
	padding: 3.5% 6% 5.5%;
}

section.features.content_block .content {
	padding: 3.5% 6% 3.5%;
}

section.content_block .content .text {
	margin: 0 0 4rem 0;
    padding-top: 0;
}

section.content_block .content .text .introtext {
	margin: 0;
    padding-top: 0;
}

section.content_block h2 {
	font-family: 'silkamedium', sans-serif;
    font-size: 1.625rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background-color: transparent;
    padding: 6% 6% 0;
    text-align: left;
    margin-bottom: 0;
}


/* feature list */


.feature_list {
	display: flex;
	flex-wrap: wrap;
}

.feature_list .entry {
	flex: 0 0 50%;
	display: flex;
	align-items: flex-start;   /* vertikal zentrieren */
    gap: 1.6rem;  
	margin: 0 0 2rem 0;
}

.feature_list .entry .pic {
    flex-shrink: 0;
    padding-top: 0.1rem;
}

.feature_list .entry:nth-of-type(3) .pic {
    transform: scale(0.8);
}
	
button.link_style.feature_list_toggle {
	display: block;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 2rem 0 2.5rem 0;
	color: #0C4976;
    font-family: 'silkamedium', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.06em;
}
	
.feature_list_more {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}

.feature_list_toggle {
    cursor: pointer;
}

.feature_list_icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

.feature_list_toggle[aria-expanded="true"] .feature_list_icon {
    transform: rotate(45deg);
}
	




/* Kontakt/etc. b, strong | hr
--------------------------------------------- */
.page-template-page_contact .entry-content .text strong {
    font-family: 'silkamedium', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

hr {
    display: block;
    content: "";
    height: 0.2rem;
    width: 3.6rem;
    background: rgba(59,122,168,0.25);
    margin: 2rem auto 2rem 0;
}



/* Kontakt
--------------------------------------------- */

form.wpcf7-form {
    background: rgba(59,122,168,0.20);
    padding: 4% 5% 5%;
    padding: 2rem 2.8rem 2.8rem;
    width: 100%;
}

form.wpcf7-form label {
	font-family: 'silkamedium', sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

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

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

input[type="checkbox"]:focus-visible, input[type="radio"]:focus-visible {
    outline: 0;
    border: 0.15rem solid rgba(0,48,82,1);
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: rgba(0,48,82,0.50);
    border: 0.125rem solid #FFF;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control.wpcf7-acceptance label  {
    font-size: 0.8rem;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item  {
    line-height: 1.2;
}

.wpcf7 form .wpcf7-response-output {
    margin: 3rem 0 0;
    padding: 0.75rem 1rem;
    line-height: 1.35;
    font-size: 1rem;
    background: #FFF;
    border: 0.2rem solid #47A5B9;
}

/* sent */
	
.wpcf7 form div.visible-only-if-sent {
    display: none;
}

.wpcf7 form.sent div.visible-only-if-sent {
    display: block;
}

.wpcf7 form div.visible-only-if-not-sent {
    display: block;
	max-height: 60rem;
}

.wpcf7 form.sent div.visible-only-if-not-sent {
    display: block;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin: 1rem 0 0 0;
    border-color: #80AF46;
}

.wpcf7-not-valid-tip {
    color: #C9334B;
    font-size: 0.775rem;
    margin-top: 0.15rem;
}
	


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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
    width: 10%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	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;
}


/* display: nones
--------------------------------------------- */

.post-edit-link {
    display: none;
}



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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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




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

@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: 1rem 2rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.925);
	text-align: center;
    /* min-height: 3.2rem; */
    color: #121212;
    position: absolute;
    bottom: 0;
    line-height: 1.1!important;
}

.pswp__counter {
    display: none;
}

.pswp__caption .pswp__caption__center .title {
    display: inline-block;
    font-weight: normal;
    font-family: 'silkaregular', sans-serif;
    font-size: 1rem;
    line-height: 1.35;
    padding-top: 0.4rem;
}

.pswp__caption .pswp__caption__center .number {
    text-transform: uppercase;
    font-family: 'silkaregular', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
}

@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/fhh_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/fhh_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/fhh_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;
}


#wpadminbar {
    z-index: 999999;
}

#wp-admin-bar-under-construction-page img {
    display: inline-block;
}


