.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

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

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.vp-modal,
.vp-modal *,
.vp-modal *::before,
.vp-modal *::after{
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: 0 !important;
  font-size: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
}

@media print {
    .vp-modal {
        display: none !important;
    }
}

.vp-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #000;
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(5px);
    z-index: 99999998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-size: 0 !important;
}

.vp-modal.vp-show {
    opacity: 1;
    visibility: visible;
}

.vp-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 95%;
    height: 100vh;
    margin: 0 auto !important;
    padding: 20px !important;
    transform: scale(0.9) translateY(30px);
    transition: all 0.3s ease;
    font-size:0 !important;
    box-sizing: border-box;
}

.vp-modal.vp-show .vp-container {
    transform: scale(1) translateY(0);
}

.vp-video {
    font-size:0 !important;
    position: relative;
    
    width: 800px;
    max-width: 92vw;
    
    height: 450px;
    max-height: 86vh;

    min-width: 150px;
    min-height: 84.38px;

    background: #000000;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.vp-video iframe,
.vp-video video {
    width: 100%;
    height: 100%;
    border: none;
    font-size:0 !important;
    background: #000000 !important;
}

.vp-close {
   position: absolute;
   z-index: 999999;
   top: 0;
   left: -35px;
   width: 20px;
   height: 20px;
   background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 8L16 16M16 8L8 16" stroke="%23ffffff" stroke-width="2" stroke-linecap="round"/></svg>') rgba(0, 0, 0, 0.4) center no-repeat;
   background-size: 100% 100%;
   border: none;
   border-radius: 50% !important;
   font-size: 0 !important;
   cursor: pointer;
   transition: all 0.2s ease;
}

.vp-close:hover {
    opacity: 0.5;
}

@media (max-width: 1096px) {
    .vp-container{
        max-width: 85%;
        padding: 10px !important;
    }
}

@media (max-width: 960px) {
    .vp-close{
        left:-30px;
    }
}

@media (max-width: 768px) {
    .vp-video{
        height: auto !important;
        max-height: 100% !important;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 500px) {
    .vp-container{
        max-width: 80%;
        padding: 5px !important;
    }

    .vp-close{
        left: -25px;
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 260px) {
    .vp-close{
        left: -20px;
    }
}

.vp-video::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px !important;
    border: 3px solid #000 !important;
    border-top: 3px solid #fff !important;
    border-radius: 50% !important;
    animation: video-popup_spin-load 1s linear infinite;
    z-index: 1;
}

.vp-video iframe,
.vp-video video {
    z-index: 100;
    position: relative;
}

@keyframes video-popup_spin-load {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.vp-video iframe[src],
.vp-video video[src] {
    background: #000;
}

.vp-video:has(iframe[src])::before,
.vp-video:has(video[src])::before {
    display: none;
}

.YouTubePopUp-Wrap{
    display: none !important;
}/*!
Theme Name: Fine Line
Theme URI: http://underscores.me/
Author: Stefan Barth
Author URI: http://barthdesign.de
Description: Massanfertigung für Fine Line
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: fineline-v1
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.

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

/* Schriften */

@font-face {
font-family: 'Montserrat Regular';
font-style: normal;
font-weight: normal;
src: local('Montserrat Regular'), url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/Montserrat-Regular.woff) format('woff');
}

@font-face {
font-family: 'Montserrat Italic';
font-style: normal;
font-weight: normal;
src: local('Montserrat Italic'), url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/Montserrat-Italic.woff) format('woff');
}

@font-face {
font-family: 'Montserrat SemiBold';
font-style: normal;
font-weight: normal;
src: local('Montserrat SemiBold'), url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/Montserrat-SemiBold.woff) format('woff');
}

/* merriweather-300 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  src: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/merriweather-v25-latin-300.eot); /* IE9 Compat Modes */
  src: local(''),
       url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/merriweather-v25-latin-300.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/merriweather-v25-latin-300.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/merriweather-v25-latin-300.woff) format('woff'), /* Modern Browsers */
       url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/merriweather-v25-latin-300.ttf) format('truetype'), /* Safari, Android, iOS */
       url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/merriweather-v25-latin-300.svg#Merriweather) format('svg'); /* Legacy iOS */
}

/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/merriweather-v25-latin-regular.eot); /* IE9 Compat Modes */
  src: local(''),
       url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/merriweather-v25-latin-regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/merriweather-v25-latin-regular.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/merriweather-v25-latin-regular.woff) format('woff'), /* Modern Browsers */
       url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/merriweather-v25-latin-regular.ttf) format('truetype'), /* Safari, Android, iOS */
       url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/schriften/merriweather-v25-latin-regular.svg#Merriweather) format('svg'); /* Legacy iOS */
}

/* Ende Schriften */

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

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

/**
 * 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, .uhrMinute { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup, .uhrMinute { top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html { box-sizing: border-box; }

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

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

h1, h2, h3, h4, h5, h6 { clear: both; }

p { margin-bottom: 1.5em; }

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.5em 3em; }

ul { list-style: disc; }

ol { list-style: decimal; }

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

dt { font-weight: 700; }

dd { margin: 0 1.5em 1.5em; }

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

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

figure { margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a { color: #4169e1; }

a:visited { color: #800080; }

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

a:focus { outline: thin dotted; }

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

/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"]
{ border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); line-height: 1; padding: 0.6em 1em 0.4em; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover
{ border-color: #ccc #bbb #aaa; }

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: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; }

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

select { border: 1px solid #ccc; }

textarea { width: 100%; }

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

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

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

.main-navigation ul { list-style: none; margin: 0; } /* display: none; 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; } */
.menu-toggle { display: block; }

/* Verschoben nach media queries
@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 0 1.5em; }

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

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

/* Ab hier eigene Einstellungen */

/* Quelle: https://www.lockedownseo.com/parent-div-100-height-child-floated-elements/ */
.clearfix { clear: both; }
.clearfix:after { clear: both; content: ""; display: table; }

html, body { width: 100%; height: 100%; }
/* html */ body { overflow: scroll; overflow-x: hidden; overflow-y: scroll; }
  
body, p, ul, ol, li, b, strong, em, i, h1, h2, h3, h4, h5, h6 { font-weight: normal; font-style: normal; }

/* Test iOS */
body { min-height: 100vh; min-height: -webkit-fill-available; }
/* Test iOS */


body, p, ul, ol, li { font-family: 'Montserrat Regular', sans-serif; }
b, strong { font-family: 'Montserrat SemiBold', sans-serif; }
em, i { font-family: 'Montserrat Italic', sans-serif; }

.post, .page { margin: 0; }

/* Seitenkopf */
.site-header { display: block; position: fixed; top: 0; width: 100%; background-color: rgba(255,255,255,0.9); left: 50%; transform: translateX(-50%); max-width: 1260px; z-index: 10; transition: top 1s ease-out; z-index: 100; }
.homeLogoDiv { display: block; margin: 2rem auto 20px auto; width: 335px; }  /* background-color: #afa; */
.homeLogo { display: block; margin: 0; height: 1px; padding: 0 0 29% 0; width: 100%; }
.homeLogo { background-color: transparent; background-repeat: no-repeat; background-position: center top; background-size: contain; background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/FineLine-Logo-762x220px.svg); }
#secondary { position: absolute; text-align: right; }
#secondary .widget, #secondary .widget p { margin: 0; padding: 0; }
.site-main { padding-top: 200px; }
#secondary a, #secondary p { color: #bda377; }
#secondary a, #secondary a:visited { text-decoration: none; }
#secondary a:hover, #secondary a:focus, #secondary a:active { color: #bda377; text-decoration: underline; }
#site-navigation { padding-top: 10px; }
/* Ende Seitenkopf */

/* Fussbereich */
.footerAbschnitt { height: auto; line-height: 1.75rem; font-size: 1rem; } /* line-height: 1.5rem; font-size: 1.125rem; } */
.footerAbschnitt .widget-area ul { list-style: none; }
.footerAbschnitt .widget-area ul, .footerAbschnitt .widget-area li { margin: 0; padding: 0; }
.footerAbschnitt .widget-area li { margin:  0; padding: 0; }
.abschnittPartners li:last-of-type { margin-bottom: 0; }
/* .footerAbschnitt .widget-area ul, .footerAbschnitt .widget-area li, .fussSpalte .widget-area a { color: #fff; } */
.urheber { font-size: 0.75rem; line-height: 0.875rem; }
.uhrMinute { top: -0.25rem; padding-left: 1px; font-size: 70%; }

.site-footer { background-color: #f7f4f1; padding: 2rem; } /* margin-right: -15px; padding: 2rem;} */
.fussSpalte { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: flex-end; }
.fussSpalte p, .fussSpalte ul, .fussSpalte li, .fussSpalte .widget { margin: 0; padding: 0; }
.footerAbschnitt a, .footerAbschnitt p { color: #bda377; }
.footerAbschnitt a, .footerAbschnitt a:visited { text-decoration: none; }
.footerAbschnitt a:hover, .footerAbschnitt a:focus, .footerAbschnitt a:active { color: #bda377; text-decoration: underline; }
.fussSpalte .widget-area { margin: 0; padding: 0; }
/* Ende Fussbereich */

/* Hauptmenue */
.main-navigation a { text-decoration: none; text-transform: uppercase; letter-spacing: 1px; }
.main-navigation a, .main-navigation a:visited { color: #666; }
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active { color: #bda377; text-decoration: underline; }
.main-navigation .current_page_item a, .main-navigation .current-page-ancestor a { color: #bda377; font-family: 'Montserrat SemiBold', sans-serif; font-weight: normal; }


/* Ende Hauptmenue */

/* Mobiles Menue */
.hamburgerMenue, .menu-toggle-css { display: block; margin: 0; padding: 0; z-index: 10; position: absolute; border: 0 none; border-radius: 0; background-color: #fff; width: 100px; background-repeat: no-repeat; background-position: center top; background-size: contain; background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/Hamburger-Menue-200x128px.svg); } /* height: 64px; left: 60px; top: 50px;  */

/* Ende Mobiles Menue */

/* Inhaltsseiten */
.kapitelBild, .klecks { padding: 0; margin: 0; background-color: transparent; background-repeat: no-repeat; }
.kapitelBild { background-size: cover; background-position: top center; }
#Aktuelles.kapitelBild { background-size: contain; }
.kapitelBild, .kapitelSlogan { width: 100%; }
.kapitelSlogan { padding: 105px 20px; margin: 0; text-align: center; }
.seitenmenueA+.kapitelSlogan { padding-top: 57px;}
.kapitelSlogan h2, .inhaltsText h2, .klecks p, .abschnittIntro, .blockInDia h2, .galerieAbschnitt h2, .abschnittIntro a, .abschnittIntro a:visited,
.wpcf7 a, .wpcf7 a:visited, .seitenTitel, .partnerAbschnitt h2, .inhaltsText a, .inhaltsText a:visited, .inhaltsText a:hover, .inhaltsText a:focus, .inhaltsText a:active,
a.linkFarbe, a.linkFarbe:visited, a.linkFarbe:hover, a.linkFarbe:focus, a.linkFarbe:active
{ color: #bda377; }

.inhaltsText a, .inhaltsText a:visited { text-decoration: none; }
.inhaltsText a:hover, .inhaltsText a:focus, .inhaltsText a:active { text-decoration: underline; }

.kapitelSlogan h2, .inhaltsText h2, .klecks p, .blockInDia h2, .partnerAbschnitt h2 { margin: 0; padding: 0; }
.kapitelSlogan h2, .inhaltsText h2, .blockInDia h2, .galerieAbschnitt h2, .seitenTitel, .partnerAbschnitt h2 { text-transform: uppercase; letter-spacing: 1px; line-height: 1em; }
.kapitelSlogan h2, .inhaltsText h2, .blockInDia h2, .galerieAbschnitt h2, .seitenTitel, .partnerAbschnitt h2, .klecks p
{ font-family: 'Montserrat SemiBold', sans-serif; }

.kapitelSlogan h2 { font-size: 3rem; }
.entry-content p { font-size: 0.9375rem; line-height: 1.25rem; }
.seitenTitel { font-weight: normal; font-size: 1.75rem; }

/* Inhaltsabschnitt */
.inhaltsAbschnitt, .blockInDia { margin: 0 0 4rem 0; padding: 0; display: flex; } /* flex-direction: row; justify-content: space-between; align-items: flex-start; } */
.ohneAbstNach { margin-bottom: 0; }
.tLinksDia, .trechtsDia { align-items: flex-start; }
.inhaltsText, .inhaltsDia { width: 50%; }
.volleBreite .inhaltsText { width: 100%; }
.inhaltsText { padding: 0 1.90476% 0 6.03175%; }
.tDiaT .inhaltsText { width: 40%; padding: 0 1.58730%; text-align: center; }
.tDiaT .nurBild { padding: 0; width: 30%; }
.tDiaT h2 { margin: 2.25rem 0; }
.tDia h2 { border-bottom: 3px solid #bda377; margin: 2.25rem 0 1rem 0; padding-bottom: 0.75rem; }
.tDia .inhaltsText { padding: 0 6.03175%; }
.tRechtsBild h2 { text-align: right; }

.trechtsDia .inhaltsText { padding: 0 3.96825%; }
.nurBild, .tDia .nurBild, .trechtsDia .nurBild { padding: 0; max-height: 660px; line-height: 0; }
.tDia .nurBild { text-align: center; }
.inhaltsText h2, .blockInDia h2, .partnerAbschnitt h2 { font-size: 1.5rem; }
.inhaltsText p { margin-bottom: 2.5rem; }
.inhaltsDia {}
.klecks { background-size: contain;  background-position: center center; background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/Klecks_hellgrau_Struktur-200x200px.png); width: auto; max-width: 200px; height: auto; max-height: 200px; } /* height: 1px; padding-bottom: 38%; } */
.klecks { margin: 3rem 0 0 1rem; }
.klecks p { text-align: center; padding: 3em 2em; -webkit-transform: rotate(-20deg); -ms-transform: rotate(-20deg); transform: rotate(-20deg); font-size: 0.875rem; }
.klecksRechts p { text-align: center; padding: 4.5em 2em 4em 2em; -webkit-transform: rotate(12deg); -ms-transform: rotate(12deg); transform: rotate(12deg); font-size: 0.875rem; }
.abschnittIntro { margin: 0 0 1em 0; }
.vorH2 { margin-bottom: 3em; }
.galerie4, .galerie3 { flex-wrap: wrap; }
.galerie4 a, .galerie3 a { position: relative; display: flex; justify-content: center; align-items: center; height: 1px; margin: 0; background-color: transparent; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.transFlaeche { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(255,255,255,0); transition: background-color 0.5s ease-in-out; }

.galerie4 a, .galerie4 a:hover, .galerie4 a:focus, .galerie4 a:active, .galerie4 a:visited,
.galerie3 a, .galerie3 a:hover, .galerie3 a:focus, .galerie3 a:active, .galerie3 a:visited
{ text-decoration: none; color: #666; text-transform: uppercase; }

.galerie4 a:hover .transFlaeche, .galerie4 a:focus .transFlaeche, .galerie4 a:active .transFlaeche,
.galerie3 a:hover .transFlaeche, .galerie3 a:focus .transFlaeche, .galerie3 a:active .transFlaeche
{ background-color: rgba(255,255,255,0.75); }

.dreiSpaltig .inhaltsAbschnitt { width: 100%; }
.dreiSpaltig .inhaltsAbschnitt:first-child { margin-bottom: 0; }
.klecksRechts { margin: 3rem auto 0 auto; }

.galerieAbschnitt h2 { margin-bottom: 4rem; }

.textrechts, .galerieAbschnitt .galerie4, .galerieAbschnitt .galerie3
{ flex-direction: row; }

.abstand0vor { margin-top: 0; }

.dreiSpaltig { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; }
.entry-content p.hervorHebung { font-size: 1.5rem; line-height: 1.25em; }
.nurVideo { width: 56%; position: relative; }
/* .nurVideo+.inhaltsText { width: 40%; padding-left: 0; } */
.nurVideo+.inhaltsText { width: 44%; padding: 0 3.96825%; }
.hgVideo { width: 83.20106%; padding: 0 0 87.302% 0; background-color: rgba(189,163,119,0.5); position: absolute; top: 0; left: 0; }
.videoHG { background-color: transparent; background-repeat: no-repeat; background-size: contain; background-position: top left; background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/Farbiges-Rechteck-630x660px.svg); }
.videoHG .white { margin: 5rem 0 7rem 3.125rem; }

/* .wp-video { width: 668px; position: absolute; top: 110px; left: 50px; height: 376px; } */
.wp-video { width: 88.35979%; position: absolute; top: 16.66667%; left: 6.61376%; height: auto; }
.nurVideo .wp-video { max-width: 88.35979%; width: 88.35979%; } /* left: 5.21512%; } */

.videoHoch { position: relative; }
.videoHoch .wp-video { width: 100%; max-width: 100% !important; position: relative; height: auto; left: 0; top: 0; max-width: 576px; height: auto; padding: 0; }
.mitRand { justify-content: start; }

/* Ende Inhaltsabschnitt */

/* Block Text-Bild-Text */
/* .blockInDia { flex-direction: row; justify-content: space-between; align-items: stretch; } */
.textBlock, .bildBlock, .textIntextBlock { margin: 0; padding: 0; }
.textBlock { display: flex; }

/* Ende Block Text-Bild-Text */

/* Block Text-Bild */
.block2Dias { margin-bottom: 4rem; }

/* Ende Block Text-Bild */

.partnerAbschnitt { margin: 0 0 4rem 0; padding: 0 6.03175%; }
.logoStork { text-align: center; margin: 5rem 0 6rem 0; }
.logoStork p { font-size: 1.375rem; color: #b3b3b3; } /* text-align: justify; } */

/* FineLine (letzter Menuepunkt) */
.flSpezial { padding: 53px 20px 44px 20px; }
.flSpezial h2 { font-size: 1.625rem; }

.leistePVPM { display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; width: auto; max-width: 1030px; margin: 0 auto; padding: 0; text-align: center; }
.leistePVPM { margin-bottom: 4rem; }
.leistePVPM p { display: block; line-height: 1; margin: 0; padding: 0; width: 23.17073%; font-size: 1.125rem; }  /* width: auto; min-width: 190px; */

.leistePVPM a, p.PVPMpfeile { background-color: transparent; background-repeat: no-repeat; background-size: contain; }
.leistePVPM p.PVPMpfeile { width: 2.43902%; background-position: center center; }
.leistePVPM p.PVPMpfeile { background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/Pfeil-Rechts-20x20px.png); }

.leistePVPM a { display: inline-block; width: 100%; background-position: top center; font-size: 1rem; }
.leistePVPM a, .leistePVPM a:visited { color: #bda377; text-decoration: none; }
.leistePVPM a:hover, .leistePVPM a:focus, .leistePVPM a:active { text-decoration: underline; }

.PVPMplanen a { background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/FL-Planen-190x82px.png); }
.PVPMvisual a { background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/FL-Visualisieren-190x82px.png); }
.PVPMmatral a { background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/FL-Material-190x82px.png); }
.PVPMproduz a { background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/FL-Produzieren-190x82px.png); }
.PVPMmontag a { background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/FL-Montieren-190x82px.png); }

/*	display: flex;
	flex-direction: row | row-reverse | column | column-reverse;
	flex-wrap: nowrap | wrap | wrap-reverse;
	Abstaende: justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;
	vertikal: align-items: stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe;
	mehrere Zeilen: align-content: flex-start | flex-end | center | space-between | space-around | space-evenly | stretch | start | end | baseline | first baseline | last baseline + ... safe | unsafe;
*/
.abstVor { margin-top: 3rem; }
.abstVor .alignleft { margin: -4px 4.5em 2em 0; }
.inhaltsText .flPVPM { font-size: 1.125rem; font-family: 'Montserrat Regular', sans-serif; font-weight: normal; text-align: center; text-transform: none; letter-spacing: 0; margin: 0 0 1.5rem 0; }
.flPVPM img { margin-bottom: 0.75rem; }

/* Ende FineLine (letzter Menuepunkt) */

/* Ende Inhaltsseiten */


/* Startseite, Startmenue */
.home .entry-content { margin: 0; }
#startMenue, #startMenue ul, #startMenue li, #startMenue a { margin: 0; padding: 0; display: flex; }
#startMenue, #startMenue ul { width: 100%; }
#startMenue ul { list-style: none; }
#startMenue { align-items: stretch; }
#startMenue a { text-decoration: none; text-transform: uppercase; }
#startMenue a, #startMenue a:link, #startMenue a:hover, #startMenue a:focus, #startMenue a:active, #startMenue a:visited { color: #666; }
.linkBild, .aussen { background-color: transparent; background-repeat: no-repeat; background-position: center center; background-size: cover; } /* height: 100%;  */

/* temporär! */
#startMenue { margin-bottom: 46px; } /* height: 576px;  */
.site { width: 100%; margin: 0 auto; max-width: 1260px; }
#info { position: fixed; right: 10px; top: 10px; z-index: 99999; }

/* Ende Startseite, Startmenue */

/* Diaschauen */
/* #slider_144 .owl-next { background: transparent url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/icon_next_ccc.png) no-repeat center center !important; } */
/* #slider_144 .owl-prev { background: transparent url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/icon_prev_ccc.png) no-repeat center center !important; } */

/* Ende Diaschauen */

/* Bild volle Breite, Abstand nach */
.bildVBabstand { margin-bottom: 4rem; }

/* Ende Bild volle Breite, Abstand nach */


/* Formular */
span.wpcf7-list-item { margin: 0; }
input { max-width: 100%; }

/* Ende Formular */

/* Untermenue Produktportfolio */
.unterMenueText { list-style: none; margin: 0 0 1rem 0; display: flex; padding: 0 20px; justify-content: space-between; flex-wrap: wrap; }
.unterMenueText a { text-decoration: none; text-transform: uppercase; letter-spacing: 1px; font-size: 1rem; } /* font-size: 0.75rem; padding: 0.25rem; display: flex; align-items: center;  */
.unterMenueText a, .unterMenueText a:visited { color: #666; }
.unterMenueText .current-menu-item a { color: #bda377; font-family: 'Montserrat SemiBold', sans-serif; font-weight: normal; }
.unterMenueText a:hover, .unterMenueText a:focus, .unterMenueText a:active { color: #bda377; text-decoration: underline; }
.unterMenueText li { padding: 0; position: relative; margin: 0 0 1em 0; background-color: transparent; } /* background-repeat: no-repeat; background-position: center center; background-size: cover; background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/Platzhalter-510x160px.jpg); } */

.unterMenueText li { width: 15.5%; text-align: center; padding: 0.25rem; border: 1px solid #666; }
.unterMenueText li:last-of-type { margin: 0 0 1em 0; flex-grow: 0; }
.unterMenueText .transFlaeche { background-color: rgba(255,255,255,0.5); }
.unterMenueText .innen { padding: 0.125rem; min-width: 10em; opacity: 0.8; }

/* Ende Untermenue Produktportfolio */

/* Untermenue Collection */
.collListe li { width: 23%; padding: 1rem 0.5rem; }
.collListe a { padding: 0.5rem; text-align: center; }
/* .collListe a br { display: none; } */

/* Ende Untermenue Collection */

/* Datenschutzerklaerung */
/* #dse h1, #dse h2,  */
#dse h3, #dse p, #dse ol, #dse ul, #dse li, #dse a,
.ersteEbene li, .ersteEbene h2, .zweiteEbene li, .zweiteEbene h3, .dritteEbene li, .ersteEbene li p, .zweiteEbene li, .zweiteEbene li p
{ font-size: 0.9375rem; line-height: 1.5em; }

/* #dse h1 { font-size: 1.5rem; } */

.ersteEbene, .dse { list-style-type: upper-roman; margin-left: 1em; }
.zweiteEbene { list-style-type: decimal; margin-left: 1em; padding-left: 1em; }
.dritteEbene { list-style-type: lower-alpha; margin-left: 0; }
.ersteEbene li, .dse li { margin: 0; padding: 0 0 0 0.2em; }
.zweiteEbene li, .dse li ul { padding-left; 0.4em; margin: 0; }
#dse .ersteEbene li, #dse .ersteEbene h2, #dse .zweiteEbene h3 { font-family: 'Montserrat SemiBold', sans-serif; font-weight: normal; }
/* .ersteEbene li, .ersteEbene h2, .zweiteEbene h3 { font-weight: bold; }
.ersteEbene li p, .zweiteEbene li, .zweiteEbene li p  { font-weight: normal; }
#dse .ersteEbene li p, #dse .zweiteEbene li, #dse .zweiteEbene li p  { font-weight: normal; }
*/
/* Ende Datenschutzerklaerung */

/*
.sprungmarke { height: 4rem; }
.sprungmarke+div+h2 { margin-top: 0; line-height: 1; }
*/

.sprungmarke { position: relative; top: -7rem; }
.seitenmenue { text-align: center; line-height: 1; height: 0; padding: 0; overflow: hidden; }
.seitenmenueA { padding: 1rem 0; height: auto; }
.seitenmenue a { text-decoration: none; text-transform: uppercase; letter-spacing: 1px; color: #404040; }
.seitenmenue a:hover, .seitenmenue a:focus, .seitenmenue a:active { color: #bda377; text-decoration: underline; }
.seitenmenue span { display: inline-block; padding: 0 1rem; }
.seitenMenueF { border-bottom: 1px solid #c5c5c5; background-color: rgba(189,163,119,0.15); }

.ohneEinzug { margin-left: 0; padding-left: 0; }

.teamAbschnitt { background-color: #f4f4f4; padding-top: 2em !important; padding-bottom: 0 !important; }
.teamAbschnitt .teamMitglied { display: inline-block; height: auto; min-height: 12em; 
	-webkit-box-shadow: -2px 2px 4px 0px rgba(153,153,153,1);
	   -moz-box-shadow: -2px 2px 4px 0px rgba(153,153,153,1);
	        box-shadow: -2px 2px 4px 0px rgba(153,153,153,1);
	position: relative; background-color: #fff; background-repeat: no-repeat; background-position: center center; background-size: cover; }

/* -webkit-box-shadow: -1px 1px 6px 0px rgba(170,170,170,1); -moz-box-shadow: -1px 1px 6px 0px rgba(170,170,170,1); box-shadow: -1px 1px 6px 0px rgba(170,170,170,1); */
/* -webkit-box-shadow: -3px 3px 3px 0px rgba(221,221,221,1); -moz-box-shadow: -3px 3px 3px 0px rgba(221,221,221,1); box-shadow: -3px 3px 3px 0px rgba(221,221,221,1); */

.teamAbschnitt .teamMitglied p, .teamAbschnitt .teamMitglied a { text-transform: none; }
.teamAbschnitt .teamMitglied p { margin: 0; line-height: 1.375rem; color: #666; }
.teamAbschnitt .teamMitglied a { display: inline; } /* width: auto; max-width: 100%; } */
.teamAbschnitt .teamMitglied p.teamName, .teamAbschnitt .teamMitglied p.teamUndT { font-family: 'Montserrat SemiBold', sans-serif; font-weight: normal; }
.teamAbschnitt .teamMitglied p.teamName { color: #bda377; font-size: 1rem; }
.teamAbschnitt .teamMitglied p.teamPosition { margin-top: 0.25rem; min-height: 3em; }
.teamAbschnitt .teamMitglied p.teamMail { margin-top: 0.5rem; }
.teamAbschnitt .teamMitglied a:hover, .teamAbschnitt .teamMitglied a:focus, .teamAbschnitt .teamMitglied a:active { color: #bda377; text-decoration: underline; }

.teamAbschnitt .teamMitglied p.teamBeschreibung { font-size: 0.8125rem; margin-top: 0.25rem; line-height: 1rem; font-size: 0.875rem; margin-top: 0.375rem; line-height: 1.125rem; }
.teamAbschnitt .teamMitglied p.teamUndT { display: block; position: absolute; bottom: 0.375rem; right: 0.75rem; }

.teamAbschnitt p:empty { display: none; }
.teamText { position: relative; }
.teamMitglied .transFlaeche { background-color: rgba(255,255,255,0.75); transition: background-color 0.5s ease-in-out; }
.teamMitglied:hover .transFlaeche, .teamMitglied:focus .transFlaeche, .teamMitglied:active .transFlaeche
{ background-color: rgba(255,255,255,0); }

/* neue Galerie ungerade */
.galerie4ungerade { display: block; }
.galerie4ungerade:after { display: none; }
/* Ende neue Galerie ungerade */

.trenner { clear: both; }
.hoehe1 { height: 0.5rem; }
.hoehe2 { height: 1rem; }
.hoehe4 { height: 1.5rem; }
.hoehe5 { height: 2rem; }
.hoehe6 { height: 2.5rem; }
.hoehe7 { height: 3rem; }

/* Popup */
.popUpText {
    position: absolute; top: 15vw; z-index: 9999; background-color: #fff; width: 80vw; max-width: 1000px; left: 50%;
    -webkit-transform: translateX(-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: translateX(-50%); /* IE 9 */
          transform: translateX(-50%); /* IE 10, Fx 16+, Op 12.1+ */
    -webkit-box-shadow: -6px 6px 10px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow: -6px 6px 10px 0px rgba(0,0,0,0.75);
	        box-shadow: -6px 6px 10px 0px rgba(0,0,0,0.75);
}
/* border-radius: 20px; padding: 1rem; border: 1px solid #bda377; */
.bildKasten { background: transparent url(https://www.fine-line-interior-design.de/wpFL/wp-content/uploads/2021/10/HG-space-alive-1000x330px.png) no-repeat top center; background-size: cover; padding: 1.25rem; }
.bildKasten h1, .bildKasten h2 { color: #fff; }
.bildKasten h1 { line-height: 1; margin-top: 0; }
.bildKasten h2 { margin-bottom: 0; }
.textKasten { padding: 0 1.25rem; text-align: center; }
.textKasten>h3 { margin-bottom: 0; font-size: 1.5rem; }
.textKasten p:first-of-type { margin-top: 0; }
#schliessKreuz { display: block; width: 30px; height: 30px; text-indent: -99999px; position: absolute; top: -15px; right: -15px; background: transparent url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/Schliesskreuz-60x60px.svg) no-repeat center center; background-size: contain; }
.puFuss { display: flex; flex-wrap: wrap; }
.puFuss p { display: block; margin: 0; padding: 0 0 1.25rem 0; width: 33.33%; text-align: left; }
.puFuss p:last-of-type { text-align: right; }

/* Ende Popup */

.wpcf7-form-control-wrap.Datum span.wpcf7-list-item { display: inline-block; min-width: 7em; }
.wpcf7 .halbeSpalte { width: 100%; margin: 0 0 0.5em 0; display: inline-block; }
.wpcf7 .rechteSpalte { margin-right: 0; }

.wpcf7 label, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 select { width: 100%; height: 2em; }

/* Collectionen */
.serienCollection, .serienCollAllg { padding: 0 2vw; }
.serienCollection, .serienCollection h2, .serienCollection p { font-family: 'Merriweather', serif; font-weight: 300; font-style: normal; }

.serienCollection .inhaltsAbschnitt { align-items: stretch; }

.serienCollection h2 { text-transform: uppercase; color: #bda377; }
.serienCollection h2 span { text-transform: none; color: #404040; font-size: 1rem; }
.serienCollection h2.collHsb span:after { content: ''; display: inline-block; margin: 0; padding: 0; width: 5.55556vw; }
.collectionIntro h2 { text-align: center; }
.collectionIntro p { display: block; margin: 0 auto 4em auto; width: 75%; }
.serienCollection>h2 { display: block; border-bottom: 3px solid #bda377; margin: 2.25rem 0 2rem 0; padding-bottom: 0.75rem; width: 50%; max-width: 44.50794vw; }
.serienCollection>h2.collHsb { text-align: right; margin-left: 51.49206vw; }

.serienCollection .inhaltsText { padding: 0 5.55556vw 0 3.49206vw; display: flex; position: relative; }
.serienCollection .inhaltsText:first-of-type { padding: 0 3.49206vw 0 5.55556vw; }

.collSkizze:hover>.aussen>.innen { opacity: 0.8; }
.collSkizze:hover>.aussen::before { background-color: rgba(255,255,255,0.75); }

.collSkizze .collText { position: absolute; top: 0; padding: 0; border: 0 none; background-color: transparent; font-size: 0.75rem; width: 100%; }
.collSkizzeBild .collText { left: 0; text-align: left; }
.collBildSkizze .collText { right: 0; text-align: right; }

.collSkizze .collPreis { font-family: 'Montserrat Regular', sans-serif; }

.serienCollAllg .inhaltsText { padding: 0 1.90476% 0 0; }
.serienCollAllg .unterMenueText { padding: 0; }
.collSkizze .aussen { width: 100%; display: flex; justify-content: center; align-items: center; }

/* Ende Collectionen */

video { width: 100% !important; height: auto !important; }

/* Instagram */
.fussSpalte .instaLogo { display: block; margin-bottom: 13px; }
.instaLogo a { display: block; background: transparent url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/Instagram-Logo-FineLine-100x100px.svg) no-repeat top left; background-size: contain; width: 100%; height: 30px; }
.instaLogo a span { margin-left: 40px; }
.fussSpalte .urheber { margin-bottom: 5px; }

/* Ende Instagram */

/* media queries */
@media screen and (min-width: 768px) {
	.kapitelBild { height: 315px; }
	.klecks { margin: 3.64583vw 0 0 1rem; }
	.klecksRechts { margin: 3rem auto 0 auto; }
	.inhaltsAbschnitt { flex-direction: row; justify-content: space-between; align-items: flex-start; }
	.mitRand { justify-content: start; }
	.zentriert { align-items: center; }
	.leistePVPM a { min-height: 110px; padding-top: 96px; font-size: 1.125rem; }
	.wpcf7 .halbeSpalte { width: 48.5%; margin: 0 3% 0.5em 0; float: left; }
	.wpcf7 .rechteSpalte { margin-right: 0; }
	.popUpText { top: 200px; }
}

@media screen and (min-width: 891px) {
	.galerie4 a { padding: 8.45455% 0; }
	.galerie3 a { padding: 8.45455% 0; }
	.dreiSpaltig .inhaltsAbschnitt { width: 22%; }
	.dreiSpaltig .galerie3 { width: 75%; }
	.galerie3 img, .galerie3 a { width: 49%; padding: 17% 0; margin-bottom: 1.92572%; }
	.dreiSpaltig { margin-bottom: 3rem; }
	.klecksRechts p { padding: 3.5em 2em 4em 2em; }
}

@media screen and (min-width: 900px) {
	.tDia { margin-top: -2px; }
}

/* Ab 1100px horizontales Menü */
@media screen and (min-width: 68.75em) {
	.homeLogoDiv { margin: 2rem auto 20px auto; }
	.menu-toggle, .home .main-navigation { display: none; }
	.main-navigation ul { display: flex; padding: 0 15px 0 0; border-top: 1px solid #c5c5c5; border-bottom: 1px solid #c5c5c5; justify-content: space-around; }
	.main-navigation li { padding: 1.25rem 0; }
	.nurMobil { 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; }
	.site-main { padding-top: 220px; }
	.home .site-main { padding: 176px 20px 0 20px; }
	.geScrollt { top: -150px; }
}

@media screen and (min-width: 1000px) {
	.textBlock { width: 30%; align-items: center; padding: 0 20px; }
	.textLinks { padding: 0 48px 0 15px; }
	.textrechts { padding: 0 15px 0 48px; }
	.bildBlock { width: 40%; }
	.bundOben { align-items: flex-start; }
	.blockInDia { flex-direction: row; justify-content: space-between; align-items: stretch; }
	.blockInDia h2 {}
	.abstand1 { height: 12.75rem; }
	.textIntextBlock { min-height: 13rem; }

	.white #slider_122 .owl-nav .owl-prev { left: 27%; }
	.white #slider_122 .owl-nav .owl-next { right: 27%; }

	.block2Dias .textBlock { width: 50%; align-items: center; }
	.block2Dias .textLinks { padding: 0 48px 0 72px; }
	.block2Dias .bildBlock { width: 50%; max-height: 660px; }
}

@media screen and (min-width: 1024px) {
	.galerieAbschnitt { padding: 0 120px; }
	.galerie4 img, .galerie4 a { width: 24%; margin-bottom: 50px; }
	.proPort .galerie4 a { width: 26.47059%; padding: 9.31401% 0; }
	.teamAbschnitt { padding-right: 6.03175%; padding-left: 6.03175%; }
	.teamAbschnitt .teamMitglied { padding: 0.5em 0.75em 0.75em 0.75em; width: 26.47059%; margin-bottom: 50px; }

	.galerie3 img, .galerie3 a { width: 32%; margin-bottom: 50px; }
	.galerie4 a .innen, .galerie3 a .innen { min-width: 12.25em; z-index: 10; font-size: 0.9375rem; opacity: 0; transition: opacity 0.5s ease-in-out; }
	
	.galerie4 a:hover .innen, .galerie4 a:focus .innen, .galerie4 a:active .innen,
	.galerie3 a:hover .innen, .galerie3 a:focus .innen, .galerie3 a:active .innen
	{ opacity: 0.8; }
	
	.galerie4 a { padding: 8.45455% 0; }
	.galerie3 a { padding: 11.30719% 0; }
	
	/* .dreiSpaltig { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; } */
	.dreiSpaltig .inhaltsAbschnitt { width: 25%; }
	.dreiSpaltig .galerie3 { width: 75%; }
	/* neue Galerie ungerade */
	.galerie4ungerade { display: block; margin: 0 -0.76531% 4rem -0.76531%; }
	.galerie4ungerade a { float: left; width: 23.47%; max-width: 246px; margin: 0 0.76531% 50px 0.76531%; }

	/* Ende neue Galerie ungerade */

}

@media screen and (min-width: 1100px) {
	.vertiZentriert { align-items: center; }
}


@media screen and (min-width: 1260px) {
	.klecks { margin: 3rem 0 0 1rem; }
	.klecksRechts { margin: 3rem 0 0 2rem; }
	/* .collListe a { padding: 0.5rem 64px; } */
	/* neue Galerie ungerade */
	.galerie4ungerade { display: block; margin: 0 -6px 4rem -6px; }
	.galerie4ungerade a { float: left; width: 24.11765%; max-width: 246px; margin: 0 6px 50px 6px; }

	/* Ende neue Galerie ungerade */
}

@media screen and (min-width: 1300px) {
	#secondary { right: 0; top: 86px; }
	.unterMenueText { padding: 0; }
	/* Collectionen */
	.serienCollection { padding: 0; }
	.serienCollection h2.collHsb span:after { margin: 0; padding: 0; width: 70px; }
	.collectionIntro p { margin: 0 auto 4em auto; width: 75%; }
	.serienCollection>h2 { margin: 2.25rem 0 2rem 0; padding-bottom: 0.75rem; width: 50%; max-width: 586px; }
	.serienCollection>h2.collHsb { margin-left: 674px; }
	.serienCollection .inhaltsText { padding: 0 70px 0 44px; }
	.serienCollection .inhaltsText:first-of-type { padding: 0 44px 0 70px; }
	.collSkizzeBild .collText { left: 0; text-align: left; }
	.collBildSkizze .collText { right: 0; text-align: right; }
	.serienCollAllg .inhaltsText { padding: 0 1.90476% 0 0; }
	/* Ende Collectionen */
}

@media screen and (max-width: 1320px) {
	.single-post .post, .single-post .post-navigation { padding: 0 30px; }

}

@media screen and (max-width: 1299px) {
	#secondary { right: 20px; top: 86px; } /* 110px; } */

}

@media screen and (max-width: 1129px) {
	/* .unterMenueText li { flex-grow: 1; } */

}

@media screen and (max-width: 1099px) {
	#secondary { right: 20px; top: 110px; } 

}

@media screen and (max-width: 1259px) {
	.seitenTitel, .mitRand { padding: 0 25px; }

}

/* Bis 1023px mobiles Menü NEU: 1099px !!! */
/* @media screen and (max-width: 63.9375em) { */
@media screen and (max-width: 68.6875em) {
	/* Mobiles Menue */
	.hamburgerMenue:hover { border: 0 none; }

	.menu-hauptmenue-container { position: relative; left: -22rem; transition: left 0.5s ease-in-out; width: 22rem; } /* width: 80%; min-width: 20rem; max-width: 80vw;  */
	.toggled .menu-hauptmenue-container { left: 0; }
	.main-navigation { display: block; width: 0; height: 0; overflow: visible; padding: 0; } /* 0 0 60px; } */ /* position: relative; left: -20rem; } */

	.main-navigation ul { }
	.main-navigation ul { display: block; position: relative; padding: 0 20px 20px 5.8594vw; background-color: #fff; }
	.main-navigation li { margin: 0; padding: 10px 0; display: block; border-top: 1px solid #bda377; }
	.main-navigation li:last-child { border-bottom: 1px solid #bda377; }

	.hamburgerMenue, .menu-toggle-css { width: 9.766vw; height: 6.25vw; left: 5.8594vw; top: 4.8828vw; }
	/* Ende Mobiles Menue */
	.homeLogoDiv { width: 32.7148vw; margin-top: 2.9297vw; }
	body, .post, .page, .footerAbschnitt { padding-right: 0; }
	.site-footer { margin-right: 0; padding: 20px; }
	.fussSpalte .widget-area { margin: 0 0 1em 0; padding-right: 2em; }
	.fussSpalte .widget-area:last-of-type { margin: 0; padding-right: 0; }
	.site-header { height: 166px; }
	/* Startseite, Startmenue */
	.home .site-main { padding-top: 190px; }
	.home .site-footer { min-height: 148px; }
	/* Ende Startseite, Startmenue */
	.vertiZentriert { align-items: flex-start; }
	.seitenTitel, .mitRand { padding: 0 5.8594vw; }

}

@media screen and (max-width: 1023px) {
	.galerieAbschnitt { padding: 0 5.8594vw; }
	.galerie4 img, .galerie4 a { width: 24%; margin-bottom: 50px; } /* , .galerie3 img, .galerie3 a } */
	.galerie4 a .innen, .galerie3 a .innen { min-width: 12.25em; z-index: 10; font-size: 0.9375rem; opacity: 0; transition: opacity 0.5s ease-in-out; }
	.galerie4 a:hover .innen, .galerie4 a:focus .innen, .galerie4 a:active .innen,
	.galerie3 a:hover .innen, .galerie3 a:focus .innen, .galerie3 a:active .innen
	{ opacity: 0.8; }
	.proPort .galerie4 a { width: 26.47059%; padding: 9.31401% 0; }
	/* .teamAbschnitt { padding: 2em 5.8594vw 0 5.8594vw; } */
	.teamAbschnitt .teamMitglied { padding: 0.5em 0.75em 0.75em 0.75em; width: 32.07196%; margin-bottom: 50px; }
	/* neue Galerie ungerade */
	.galerie4ungerade { display: block; margin: 0 -0.76531% 4rem -0.76531%; }
	.galerie4ungerade a { float: left; width: 23.47%; /* max-width: 246px; */ margin: 0 0.76531% 50px 0.76531%; }

	/* Ende neue Galerie ungerade */
	.serienCollection>h2 { width: 46vw; max-width: 46vw; }
	.serienCollection>h2.collHsb { text-align: right; margin-left: 50vw; }
	.serienCollection h2.collHsb span::after { width: 0; }
	.serienCollection .inhaltsText { padding: 0 0 0 2vw; display: flex; position: relative; }
	.serienCollection .inhaltsText:first-of-type { padding: 0 2vw 0 0; }

}

@media screen and (max-width: 999px) {
	.textBlock, .bildBlock { width: 100%; margin-bottom: 1rem; padding: 0 5.8594vw; }
	.bildBlock { text-align: center; }
	.blockInDia { flex-direction: column; }
	.textLinks .textIntextBlock, .textrechts .textIntextBlock { width: 60%; min-width: 560px; } /* { width: 70%; min-width: 620px; } */
	.textrechts { flex-direction: row-reverse; }
	.galerieAbschnitt { padding: 0 5.8594vw; }
	.galerieAbschnitt h2 { margin-bottom: 3rem; }
	/* .teamAbschnitt { padding: 2em 5.8594vw 0 5.8594vw; }
	.teamAbschnitt .teamMitglied { padding: 0.5em 0.75em 0.75em 0.75em; width: 26.47059%; margin-bottom: 50px; } */

}

@media screen and (max-width: 900px) {
	.unterMenueText li { width: 32%; }
	.collListe li { width: 48%; }
	.unterMenueText .innen br { display: none; }
	.unterMenueText .innen { padding: 0.25rem; min-width: 17em; opacity: 0.8; }
	.unterMenueText a { padding: 0.5rem 0.25rem; }
}

@media screen and (max-width: 890px) {
	.site-footer { min-height: 168px; }
	.galerie4 img, .galerie4 a, .galerie3 img, .galerie3 a { margin-bottom: 1.92572%; }
	.galerie4 img, .galerie4 a { width: 32%; }
	.galerie3 img, .galerie3 a { width: 49%; }
	.galerie4 a .innen, .galerie3 a .innen { min-width: 12.25em; z-index: 10; font-size: 0.9375rem; opacity: 0.8; }
	.galerie4 a { padding: 11.30159% 0; }
	.galerie3 a { padding: 17% 0; }
	.galerieAbschnitt h2 { margin-bottom: 3rem; } 
	.galerie4::after { content: ""; flex: auto; max-width: 32%; } /* Quelle: https://stackoverflow.com/questions/18744164/flex-box-align-last-row-to-grid */
	.proPort .galerie4::after { content: ""; }
	.proPort .galerie4 a { width: 32.07196%; padding: 11.3291% 0; }
	.proPort .galerie4:after { display: none; }
	.galerieAbschnitt .dreiSpaltig { flex-wrap: wrap-reverse; }
	.dreiSpaltig .inhaltsAbschnitt:first-child { margin-bottom: 4rem; }
	/* .teamAbschnitt { padding: 2em 5.8594vw 0 5.8594vw; }
	.teamAbschnitt .teamMitglied { padding: 0.5em 0.75em 0.75em 0.75em; width: 32.07196%; margin-bottom: 50px; } */
	/* neue Galerie ungerade */
	.galerie4ungerade { display: block; margin: 0 -0.84270vw 4rem -0.84270vw; }
	.galerie4ungerade a { float: left; width: 28.194756vw; /* max-width: 246px; */ margin: 0 0.84270vw 50px 0.84270vw; }

	/* Ende neue Galerie ungerade */
}

/* @media screen and (max-width: 768px) and (orientation : portrait) { } */

@media screen and (max-width: 850px) {
	.collListe a br { display: inline; }
	.teamAbschnitt .teamMitglied { width: 49.01961%; } /* padding: 0.5em 0.75em 0.75em 0.75em; */
}

@media screen and (max-width: 767px) {
	.homeLogoDiv { margin: 20px auto 0 auto; width: 180px; height: 55px; } /* display: block; float: right; position: absolute; right: 20px; top: 20px; } */
	.hamburgerMenue, .menu-toggle-css { width: 60px; height: 40px; left: 20px; top: 28px; }
	.main-navigation ul { padding-left: 20px; }
	.site-main { padding-top: 130px; }
	.site-header { height: 146px; }
	#secondary { right: 20px; top: 86px; }
	.fussSpalte { flex-flow: column wrap; align-items: flex-start; }
	.site-footer { min-height: 220px; }
	.footerAbschnitt .widget-area li { padding: 0 0 0.3125rem 0; }
	.footerAbschnitt { line-height: 1.25rem; font-size: 1rem; }
	/* Kontakt im Kopf */
	#secondary { right: 20px; top: 24px; }
	.telMail { font-size: 1px; line-height: 1; }
	.telMail a { display: block; background-color: transparent; background-repeat: no-repeat; background-position: center center; background-size: contain; width: 20px; padding: 0 0 100% 0; width: 20px; margin-bottom: 5px; }
	.telMail a span { 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; }
	.telMail a span: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; }

	.telKontakt { background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/Telefon-100x100px.svg); }
	.mailKontakt { background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/at-Zeichen-100x100px.svg); }
	/* Ende Kontakt im Kopf */
	.kapitelBild { height: 250px; }
	.kapitelSlogan h2 { font-size: 2.5rem; }
	.flSpezial h2 { font-size: 1.5rem; }
	.inhaltsAbschnitt { flex-direction: column; justify-content: space-between; align-items: flex-start; }
	.ohneAbstNachMobil { margin-bottom: 0; }
	.trechtsDia, .tLinksBild { flex-direction: column-reverse; }
	.mobilNichtRev { flex-direction: column; }
	.inhaltsText, .inhaltsDia { width: 100%; margin-bottom: 4rem; }
	.inhaltsText.ohneAbstNach { margin-bottom: 0; }
	.inhaltsText, .trechtsDia .inhaltsText, .partnerAbschnitt, .single-post .post, .single-post .post-navigation { padding: 0 5.21512%; }
	.nurVideo + .inhaltsText { width: 100%; padding-left: 5.21512%; }
	.textLinks .textIntextBlock, .textrechts .textIntextBlock { width: 100%; min-width: 280px; }
	.galerieAbschnitt { padding: 0 20px; }
	.vertiZentriert { flex-direction: column; align-items: flex-start; }
	.vertiZentriert .inhaltsDia { margin-bottom: 4vw; }
	.proPort .galerie4 a { width: 49.01961%; padding: 17.23913% 0; }
	.nurVideo .wp-video { max-width: 88.35979%; width: 88.35979%; left: 5.21512%; }
	.tDia .inhaltsText, .tDiaT .inhaltsText, .tDiaT .nurBild { width: 100%; padding: 0 8.93090vw; }
	.tDiaT h2 { margin: 0 0 2.25rem 0; }
	.tDia h2 { margin: 0 0 1rem 0; }
	.unterMenueText .innen { min-width: 13em; }
	.unterMenueText .innen br { display: inline; }
	.nurBild, .trechtsDia .nurBild { padding: 0; overflow-y: hidden; }
	.nurBild img { width: 100%; }
	.nichtMobil { display: none; }
	.leistePVPM a { min-height: 15vw; padding-top: 11.73403vw; font-size: 1rem; }
	/* neue Galerie ungerade */
	.galerie4ungerade { display: block; margin: 0 -0.98200% 4rem -0.98200%; }
	.galerie4ungerade a { float: left; width: 31.37%; margin: 0 0.98200% 50px 0.98200%; }

	/* Ende neue Galerie ungerade */
	.serienCollection .inhaltsText, .serienCollection .inhaltsText:first-of-type { padding: 0; min-height: 56.90909vw; }
	.collBildSkizze .inhaltsText { margin-bottom: 0; }
	.collBildSkizze .inhaltsText:first-of-type { margin-bottom: 2rem; }
	.collSkizzeBild .inhaltsText { margin-bottom: 2rem; }
	.collSkizzeBild .inhaltsText:first-of-type { margin-bottom: 0; }
	.serienCollection .inhaltsText img { width: 100%; }
	.serienCollection > h2 { width: 100%; max-width: 100%; }
	.collSkizze .aussen { width: 100%; }
	.collSkizze .collText { width: 100%; }
	.serienCollection > h2.collHsb { margin: 0 0 -0.375rem 0; }
	.serienCollection .inhaltsAbschnitt { margin-bottom: 0; }
	.collSkizzeBild { flex-direction: column-reverse; }
}

@media screen and (max-width: 650px) {
	.galerie4 img, .galerie4 a, .galerie3 img, .galerie3 a { width: 48.3606%; margin-bottom: 3.27869%; }
	.galerie4 a { padding: 17% 0; }
	.galerie4::after, .galerie3::after { display: none; }
	.tDia .inhaltsText, .tDiaT .inhaltsText, .tDiaT .nurBild { margin-bottom: 2.75rem; }
	/* .leistePVPM a { min-height: 15vw; padding-top: 11.73403vw; font-size: 1rem; } */
	.unterMenueText { padding: 0 20px; } /* margin: 0 0 1rem 0;  */
	.unterMenueText li { margin: 0 0 1em 0; width: 48%; } /* padding: 0;  */
	.collListe a br { display: none; }
	/* neue Galerie ungerade */
	.galerie4ungerade { display: block; margin: 0 -1.63934% 2rem -1.63934%; }
	.galerie4ungerade a { float: left; width: 46.72424%; margin: 0 1.63934% 3.27869% 1.63934%; }
	.galerie4ungerade:after { display: block; clear: both; }
	/* Ende neue Galerie ungerade */
}

@media screen and (max-width: 550px) {
	.site-footer, .home .site-footer { min-height: 200px; }
	.footerAbschnitt { line-height: 1rem; font-size: 0.875rem; }
	.leistePVPM { flex-wrap: wrap; }
	.leistePVPM p.PVPMpfeile { width: 0; }
	.leistePVPM p { width: 50%; }
	.leistePVPM a { min-height: 37vw; padding-top: 25vw; }
	.abstVor .alignleft { margin: 0 0 2em 0; float: none; width: 100%; }
	#Aktuelles.kapitelBild { height: 32.72727vw; }
	.abstVor { margin-top: 1rem; }
	.unterMenueText { margin: 0 0 1rem 0; padding: 0 20px; flex-direction: column; }
	.unterMenueText li { margin: 0 0 1em 0; width: 100%; }
	.unterMenueText .innen br, .unterMenueText a br { display: none; }
	.unterMenueText .innen { min-width: 20em; }
	.teamAbschnitt .teamMitglied { width: 100%; margin-bottom: 20px; }
	
	.serienCollection .inhaltsText, .serienCollection .inhaltsText:first-of-type { padding: 0; min-height: 56.90909vw; }
	.collBildSkizze .inhaltsText { margin-bottom: 0; }
	.collBildSkizze .inhaltsText:first-of-type { margin-bottom: 2rem; }
	.collSkizzeBild .inhaltsText { margin-bottom: 2rem; }
	.collSkizzeBild .inhaltsText:first-of-type { margin-bottom: 0; }
	.serienCollection .inhaltsText img { width: 100%; }
	.serienCollection > h2 { width: 100%; max-width: 100%; }
	.collSkizze .aussen { width: 100%; }
	.collSkizze .collText { width: 100%; }
	.serienCollection > h2.collHsb { margin: 0 0 -0.375rem 0; }
	.serienCollection .inhaltsAbschnitt { margin-bottom: 0; }
	.collSkizzeBild { flex-direction: column-reverse; }
}

@media screen and (max-width: 480px) {
	.site-main { padding-top: 120px; }
	.main-navigation ul { padding: 0 20px 20px 20px; }
	.menu-hauptmenue-container { left: -20rem; width: 20rem; }
	.fussSpalte .widget-area:last-of-type { margin: 0; }
	.hamburgerMenue, .menu-toggle-css { width: 38px; height: 25px; left: 20px; top: 21px; }
	.kapitelSlogan h2 { font-size: 2rem; }
	.flSpezial h2 { font-size: 1.5rem; }
	.textBlock, .bildBlock { padding: 0 20px; }
	.puFuss { flex-direction: column; }
	.puFuss p { margin: 0; padding: 0 0 0.25rem 0; width: 100%; text-align: center; }
	.puFuss p:first-of-type { margin: 1.75rem 0 0 0; }
	.puFuss p:last-of-type { padding: 0 0 1.25rem 0; text-align: center; }
}

@media screen and (max-width: 450px) {
	.galerie4 img, .galerie4 a, .galerie3 img, .galerie3 a, .proPort .galerie4 a { width: 100%; margin-bottom: 20px; }
	.galerie4 a, .galerie3 a, .proPort .galerie4 a { padding: 35.2439% 0; }
	#secondary, .fussSpalte { font-size: 0.75rem; line-height: 1rem; }
	/* neue Galerie ungerade */
	.galerie4ungerade { display: block; margin: 0 0 4rem 0; }
	.galerie4ungerade a { float: none; width: 100%; margin: 0 0 20px 0; }

	/* Ende neue Galerie ungerade */
}

@media screen and (max-width: 413px) { 
	.hamburgerMenue, .menu-toggle-css { width: 30px; height: 20px; }
	.kapitelSlogan h2 { font-size: 1.5rem; }
	.flSpezial h2 { font-size: 1.375rem; }
	.inhaltsText h2, .blockInDia h2, .proPort h2, .partnerAbschnitt h2 { font-size: 1.25rem; }
	.seitenTitel { padding: 0 20px; font-size: 1.5rem; }
	.tDia .inhaltsText, .tDiaT .inhaltsText, .tDiaT .nurBild { margin-bottom: 1.5rem; }
	.tDiaT h2 { margin: 0 0 1rem 0; }
	.leistePVPM { flex-direction: column; justify-content: center; align-items: flex-start; }
	.leistePVPM p, .leistePVPM p.PVPMpfeile { width: 100%; }
	.leistePVPM a { max-width: 190px; min-height: 132px; padding-top: 100px; }
	.leistePVPM p.PVPMpfeile { background-position: top center; background-size: auto; padding: 0 0 40px 0; background-image: url(https://www.fine-line-interior-design.de/wpFL/wp-content/themes/fineline-v1/bilder/Pfeil-Ab-20x20px.png); }
}

@media screen and (orientation : landscape) {
	#startMenue ul { align-items: stretch; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; }
	#startMenue li { flex-grow: 1; margin-right: 20px; }
	.page-id-19 #startMenue li { margin-right: 16px; }
	#startMenue li:last-of-type { margin-right: 0; }
	#startMenue a { width: 100%; position: relative; }
	.linkBild { display: none; }
	.aussen { width: 100%; display: flex; justify-content: center; align-items: center; }
	.aussen::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(255,255,255,0); transition: background-color 0.5s ease-in-out; }
	a:hover .aussen::before, a:focus .aussen::before, a:active .aussen::before { background-color: rgba(255,255,255,0.75); }
	.innen { text-align: center; padding: 0.625rem 0.2em; border: 1px solid #666; margin: 0 auto; background-color: #fff; min-width: 11.25em; z-index: 10; opacity: 0; transition: opacity 0.5s ease-in-out; }
	a:hover .innen, a:focus .innen, a:active .innen { opacity: 0.8; }
	#startMenue { height: calc(100vh - 370px); min-height: 650px; }
	.umbruch { display: none; }
	.page-id-19 #startMenue { height: 575px; min-height: 575px; padding: 0 34px; }
}

@media only screen and (max-width : 1259px) and (orientation : landscape) {
	.page-id-19 #startMenue { height: 45.63492vw; min-height: 45.63492vw; padding: 0 2.69841vw; }

}

@media only screen and (max-width : 1023px) and (orientation : landscape) {
	#startMenue { height: calc(100vh - 354px); margin-bottom: 30px; }
	.home .site-main { padding-top: 176px; }
	.umbruch { display: inline; }
	.innen { min-width: 7em; }

}

@media screen and (max-width : 1023px) and (orientation : portrait) {
	.home .site-main { padding-top: 180px; }
	#startMenue { height: calc(100vh - 356px); margin-bottom: 28px; align-items: stretch; padding: 0 20px; }

	#startMenue ul { height: auto; flex-flow: column wrap; justify-content: space-between; }
	#startMenue li { flex-grow: 1; margin-bottom: 1em; align-items: stretch; }
	#startMenue li:last-of-type { margin-bottom: 0; }
	#startMenue a { width: 100%; height: auto; align-items: stretch; }
	.aussen, .linkBild { height: auto; }
	#startMenue a span { display: block; }
	#startMenue a span.umbruch { display: none; }
	#startMenue a span.aussen { display: flex; align-items: center; justify-content: center; }
	.aussen, .linkBild { width: 50%; }
	.innen { text-align: center; padding: 0.625rem 0.2em; border: 1px solid #666; margin: 0 auto; width: 50%; background-color: #fff; min-width: 12em; }
	#startMenue a:hover .linkBild { opacity: 25%; }
}

@media screen and (min-width : 481px) and (max-width : 1023px) and (orientation : portrait) {
	#startMenue .aussen { background-image: none !important; }

}

@media screen and (max-width : 890px) and (orientation : portrait) {
	#startMenue { height: calc(100vh - 376px); }

}

@media screen and (max-width : 767px) and (orientation : portrait) {
	.home .site-header { height: 90px; }
	.home .site-main { padding-top: 100px; }
	#startMenue { height: calc(100vh - 346px); margin-bottom: 26px; }
	.page-id-19 #startMenue { height: 600px; }
	.home .site-footer { min-height: 220px; }
}

@media screen and (max-width : 550px) and (orientation : portrait) {
	.site-header { height: 90px; }
	.home .site-main { padding-top: 98px; }
	#startMenue { height: calc(100vh - 322px); margin-bottom: 24px; }
	.page-id-19 #startMenue { height: 600px; }

}

@media screen and (max-width : 560px) and (max-height : 720px) and (orientation : portrait) {
	#startMenue { height: 600px; }
	#startMenue a { position: relative; }
	#startMenue a span.linkBild { display: block; width: 100%; position: absolute; left: 0; top: 0; height: 100%; }
	.aussen { width: 100%; }
	.innen { opacity: 0.8; }
}

@media screen and (max-width : 480px) and (orientation : portrait) {
	#startMenue { height: 600px; }
	#startMenue a span.linkBild { display: none; }
	.aussen { width: 100%; }
	.innen { opacity: 0.8; }
}

@media screen and (min-width : 1024px) and (orientation : portrait) {
	.home .site-main { padding-top: 180px; }
	/* .home .entry-content { margin: 0; } */
	.home .site-footer { min-height: 148px; }
	
	#startMenue { height: calc(100vh - 356px); margin-bottom: 28px; align-items: stretch; padding: 0 20px; }
	.page-id-19 #startMenue { height: 575px; }
	#startMenue ul { height: auto; flex-flow: column wrap; justify-content: space-between; }
	#startMenue li { flex-grow: 1; margin-bottom: 1em; align-items: stretch; }
	#startMenue li:last-of-type { margin-bottom: 0; }
	#startMenue a { width: 100%; height: auto; align-items: stretch; }
	.aussen, .linkBild { height: auto; }
	#startMenue .aussen { background-image: none !important; }
	#startMenue a span { display: block; }
	#startMenue a span.umbruch { display: none; }
	#startMenue a span.aussen { display: flex; align-items: center; justify-content: center; }
	.aussen, .linkBild { width: 50%; }
	.innen { text-align: center; padding: 0.625rem 0.2em; border: 1px solid #666; margin: 0 auto; width: 50%; background-color: #fff; min-width: 12em; }
	.collSkizze .aussen { width: 100%; display: flex; justify-content: center; align-items: center; }
	.collPreis { min-width: 11.25em; z-index: 10; opacity: 0; transition: opacity 0.5s ease-in-out; }
    
    .collSkizze .collText { background-color: #fff; min-width: 11.25em; z-index: 10; opacity: 0; transition: opacity 0.5s ease-in-out; }

	#startMenue a:hover .linkBild { opacity: 25%; }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#startMenue { height: 348px; }
	.innen { opacity: 0.8; }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#startMenue { height: 558px; }

}

/* Minimum aspect ratio */
@media (min-aspect-ratio: 8/5) {
  /* body { background: #9af; } */
}

/* Maximum aspect ratio */
@media (max-aspect-ratio: 3/2) {
  /* body { background: #9ff; } */
}

/* Exact aspect ratio, put it at the bottom to avoid override*/
@media (aspect-ratio: 1/1) {
  /* body { background: #f9a; } */
}