/*!
	Theme Name: wohndesign
	Theme URI: https://ch-g.at
	Description: Wohndesign Tirol WordPress Theme
	Version: 1.0
	Author: Christian Gschoessser (@cgschoesser)
	Author URI: https://ch-g.at
	Tags: HTML5, CSS3, Wohndesign

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php

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

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

/* 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;
  line-height: 1.15;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #1d1d1b;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
}
h1 {
  text-transform: uppercase;
  font-size: 20pt;
}

h1 b {
  font-weight: 900;
}

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;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  overflow-x: hidden;
  padding-top: 0px;
  background-color: #e2e2e2;
}
body p {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0px;
  margin-bottom: 20px;
}

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: #1d1d1b;
  border-radius: 3px;
  border: 1px solid #1d1d1b;
  padding: 3px;
  width: 95%;
  background: white;
}
form .row {
  margin-left: 0px;
  margin-right: 0px;
}

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

.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-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.bypostauthor {
  display: block;
}

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

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

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

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

/* CG CODE */

@font-face {
  font-family: "ElegantIcons";
  src: url("/fonts/ElegantIcons.eot");
  src: url("/fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"),
    url("/fonts/ElegantIcons.woff") format("woff"),
    url("/fonts/ElegantIcons.ttf") format("truetype"),
    url("/fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.dunkel,
.design,
#design {
  background-color: #1d1d1b;
}
.grau {
  background-color: #e2e2e2;
}
.rot,
.advanced,
#advanced {
  background-color: #5d413e;
}
.btn-senden {
  display: block;
  width: 100%;
  background-color: #5d413e;
  color: white;
  font-size: 18pt;
  padding-top: 15px;
  padding-bottom: 15px;
}
.boxen {
  background-color: #5d413e;
  padding-top: 35px;
  padding-bottom: 35px;
}
.boxen .wpb_content_element {
  margin-bottom: 0px;
}
.gruen {
  background-color: #777a69;
}

.umsetzung {
  background-color: #777a69;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.umsetzung img {
  width: 100%;
  height: auto;
}
.dunkelgruen,
.pure,
#pure {
  background-color: #545448;
}
#pure,
#advanced,
#design {
  padding-top: 50px;
  padding-bottom: 50px;
}
.intro a p,
.intro a h2 {
  color: white;
  display: block;
}
.pure a:hover,
.advanced a:hover,
.design a:hover {
  color: white;
  opacity: 0.8;
}

body .wpb_single_image .vc_single_image-wrapper,
body .wpb_single_image .vc_figure {
  width: 100%;
}

/* wrapper */
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

#navigation {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  transition: all 350ms ease-in-out;
  transition-delay: 200ms;
  visibility: hidden;
  opacity: 0;
  background-color: #1d1d1b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23e2e2e2' fill-opacity='0.1'%3E%3Cpath opacity='.1' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 10vw;
}

/* 
  
  background-color: #1d1d1b;
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23e2e2e2' fill-opacity='0.18'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");


*/
.toggle {
  cursor: pointer;
  z-index: 9999999;
}

#navigation.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}
#menu-items li.menu-item-has-children:after {
  content: "7";
  font-family: "ElegantIcons";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  color: white;
  display: block;
  font-size: 20pt;
}
#menu-items a {
  color: #f0e4d6;
  font-size: 18pt;
  text-transform: uppercase;
}
#menu-items ul ul a {
  font-size: 12pt;
  letter-spacing: 1px;
}
#menu-items a:hover {
  color: white;
}
/* header */
.header {
  position: absolute;
  height: 65px;
  top: 0px;
  padding-right: 5px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  -webkit-transition: height 500ms;
  transition: height 500ms;
}
.sticky .header {
  background: #1d1d1b;
  height: 65px;
  position: fixed;
}
.innerheader {
  box-sizing: border-box;
  padding: 0px;
  position: relative;
}
.sticky .logo {
  display: none;
}
.sticky .logosticky {
  display: block;
  background-color: white;
  padding: 15px;
  width: 130px;
  position: relative;
  top: 15px;
  left: 15px;
}
label {
  display: block;
  color: #1d1d1b;
  font-size: 14pt;
  margin-bottom: 5px;
}
.logosticky {
  display: none;
}
/* logo */
.logo {
  width: 115px;
  height: auto;
  z-index: 10;
  padding: 0px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.logo a {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 10px;
  position: relative;
  z-index: 15;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 2px solid transparent;
  background-clip: padding-box;
  width: 115px;
}
.intro {
  background-color: white;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.parent-pageid-15 .intro {
  padding-bottom: 50px;
  padding-top: 150px;
}
[type="checkbox"],
[type="radio"] {
  margin-right: 5px;
}
.partner {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
.intro p,
.intro h1,
.intro h2,
.partner p,
.partner h2 {
  color: #1d1d1b;
}
.intro p {
  font-size: 15pt;
}
h1:after {
  content: "";
  background: url(/wp-content/themes/wohndesign/img/lineal.svg);
  background-size: cover;
  position: relative;
  left: 0px;
  bottom: 0px;
  display: block !important;
  height: 20px;
  width: 200px;
}
.bilder {
  background-color: #1d1d1b;
  padding-top: 60px;
  padding-bottom: 30px;
}
.linien {
  background-color: #e2e2e2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bilder img {
  margin-bottom: 30px;
}
.bilder .wpb_content_element {
  margin-bottom: 0px;
}
.logo a img {
  position: relative;
  display: block;
  z-index: 10;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.icons {
  position: absolute;
  right: 15px;
  top: 15px;
}
.menucontainer {
  position: absolute;
  right: 15px;
  top: 15px;
}
body .breadcrumb-container.theme1 a {
  padding: 2px;
  font-size: 18px;
  letter-spacing: 2px;
}

.logomenu {
  width: 120px;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 15px;
  margin-bottom: 50px;
  background-color: white;
  padding: 15px;
}

.slider {
  margin-bottom: 30px;
}
/* nav */
.nav {
  display: block;
  margin: 0px;
  padding: 0;
  text-align: left;
  position: relative;
  width: 100%;
}
.nav ul {
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  list-style: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1200px;
}
.auszuege {
  padding-bottom: 35px;
}
.menu-btn {
  position: relative;
}
.social-links {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 65px;
}
.socials a {
  display: inline-block;
  padding-right: 20px;
}
.social-links .instagram {
  margin-right: 5px;
}
.social-links a img {
  transition: 0.3s ease-in-out;
}
.social-links a:hover img,
.socials a:hover img {
  transform: scale(0.95);
}
.social-links .instagram {
  margin-left: 5px;
}
.socials {
  position: relative;
  right: 0px;
  top: 20px;
  margin-bottom: 35px;
}

.sticky .topbar a,
.sticky .menu-text,
.sticky .menu-btn,
.menuactive .topbar a,
.menuactive .menu-text {
  color: white;
}
.bildzoom img:hover {
  cursor: zoom-in;
}
.topbar a {
  padding-left: 6px;
  padding-right: 6px;
}

.topbar a {
  color: #1d1d1b;
  text-transform: uppercase;
  transition: 0.3s ease-in;
  font-family: "ElegantIcons";
  padding-right: 5px;
  padding-left: 5px;
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
  transition: 0.3s ease-in;
  transform: scale(1);
}
.topbar a:hover {
  transform: scale(1.05);
}
.topbar img {
  height: 35px;
  width: auto;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
a {
  color: #1d1d1b;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #1d1d1b;
}

.bottombar {
  height: 60px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
  margin: 0px;
  padding: 0px;
  display: table;
  border-top: 2px solid white;
}
.bottombar a {
  color: white;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  display: block;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: 1px;
}
ul.bottombar li {
  padding-left: 0px;
}

.bottombar li {
  background-color: #89c8b7;
  display: table-cell;
  margin: 0;
  text-align: center;
}
.bottombar li.anfragen {
  background-color: #5d413e;
  width: 80%;
}
.bottombar li.mobile {
  width: 20%;
  background: #1d1d1b;
}
.menu a {
  color: white;
}
.bilder .vc_btn3-container.vc_btn3-inline {
  margin-top: 50px;
  background: transparent;
}
.menu {
  display: inline-block;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.menucontainer {
  display: none;
}
.menu img {
  height: auto;
  width: 40px;
}
.mobile img {
  height: auto;
  width: 40px;
  top: 10px;
}
.close-btn {
  width: 35px;
  height: auto;
}
.menu .menu-btn {
  font-family: "ElegantIcons";
  color: #1d1d1b;
  font-size: 30px;
  top: 0px;
  display: inline-block;
}
.sticky .menu .menu-btn {
  color: white;
}

/* footer */
.footer {
  background-color: #545448;
  padding-top: 30px;
  padding-bottom: 60px;
}
.social-icons a {
  font-family: "ElegantIcons";
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  display: inline-block;
}

footer .logo-img {
  height: 120px;
  width: auto;
  margin-bottom: 10px;
}
.footer {
  color: white;
  font-size: 18px;
}
.footer a {
  color: white;
}
.footer a:hover {
  color: white;
  opacity: 0.7;
}

.nav .current-menu-item a {
  color: #d6d3c8;
}
.footer .mehr:after {
  content: "\24";
  font-family: "ElegantIcons";
  margin-left: 5px;
  vertical-align: middle;
}
.menu-text {
  display: none;
  text-transform: uppercase;
  color: #1d1d1b;
}
#menu-items li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 7px;
}
#menu-items .current-menu-item a:after {
  content: "";
  background: url(/wp-content/themes/wohndesign/img/lineal-white.svg);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 170px;
  z-index: 12;
  height: 22px;
}

.hashtags p {
  font-weight: 600;
  font-size: 20pt;
  text-align: left;
}
blockquote:after {
  content: "";
  background: url(/wp-content/themes/wohndesign/img/quote.svg);
  background-size: cover;
  position: absolute;
  top: -60px;
  right: -30px;
  width: 90px;
  z-index: 12;
  height: 90px;
}
.intro blockquote {
  margin: 0px;
  display: block;
  position: relative;
  max-width: 460px;
}
.intro blockquote p {
  display: block;
  font-size: 18pt;
}
.copyright a {
  margin-right: 10px;
}
.titel {
  margin-bottom: 70px;
}
.boxen .vc_column_container.vc_col-md-4 .vc_column-inner {
  padding: 35px;
  position: relative;
  overflow: hidden;
}
.boxen .wpb_wrapper {
  position: relative;
  overflow: hidden;
}
.boxen .vc_column_container > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.boxen figcaption {
  padding-left: 15px;
  padding-right: 15px;
}
.boxen h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 14pt;
  transition: 0.3s ease-in;
  color: white;
  pointer-events: none;
  text-transform: uppercase;
}
.boxen h3:before {
  content: "// ";
}
.boxen .wpb_wrapper:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  height: 110px;
  content: " ";
  pointer-events: none;
}
.boxen figcaption {
  pointer-events: none;
}
.close {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
body .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
  background-color: #5d413e;
  color: white;
  border: 0px;
  font-size: 16px;
  margin-bottom: 35px;
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background-color: #5d413e;
  color: white;
  border: 0px;
  font-size: 16px;
  background-image: none;
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
body .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md:hover {
  background-color: #545448;
  color: white;
}

* {
  -webkit-tap-highlight-color: transparent;
}
.boxen .vc_col-sm-6:hover h3 {
}
.boxen .vc_col-sm-6:hover .vc_column-inner:after {
  opacity: 1;
}
.boxen .vc_col-sm-6:hover img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.boxen .vc_col-sm-6 img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.boxen .vc_col-sm-6 {
  overflow: hidden;
}
.wpb_content_element a img {
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
rs-module h2 span {
  font-weight: 900;
}
rs-module h2 {
  line-height: 1;
}
.col-4,
.col-7 {
  width: 100%;
}
.form-group {
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 359px) {
  .title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
  }
  #menu-items a {
    font-size: 14pt;
  }
}
@media only screen and (min-width: 768px) {
  .logomenu {
    width: 120px;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 75px;
    background-color: white;
    padding: 15px;
  }
  .menucontainer {
    display: block;
  }
  .icons {
    right: 210px;
  }
  .intro p {
    font-size: 18pt;
  }
  #menu-items li {
    position: initial;
  }
  #menu-items .current-menu-item a:after {
    content: "";
    background: url(/wp-content/themes/wohndesign/img/lineal-white.svg);
    background-size: cover;
    position: absolute;
    bottom: -10px;
    right: 0px;
    left: initial;
    width: 280px;
    z-index: 12;
    height: 25px;
  }
  #menu-items li a {
    position: relative;
    padding-left: 30px;
  }
  .col-4 {
    width: 49%;
  }
  .intro blockquote p {
    display: block;
    font-size: 20pt;
  }
  #menu-items li a:hover:after {
    content: "";
    background: url(/wp-content/themes/wohndesign/img/lineal-white.svg);
    background-size: cover;
    position: absolute;
    bottom: -10px;
    right: 0px;
    width: 280px;
    z-index: 12;
    height: 25px;
  }
  .sticky .innerheader {
    padding: 0px;
  }
  #menu-items li {
    position: initial;
  }
  h1 {
    font-size: 30pt;
  }
  .footer {
    padding-bottom: 5px;
  }
  .close .menu-text {
    top: -5px;
    right: 15px;
  }
  .logo,
  .logo a {
    width: 220px;
  }
  .close {
    position: fixed;
    top: 25px;
    right: 75px;
    bottom: initial;
  }
  .innerheader {
    padding: 0 75px;
  }
  .header {
    position: fixed;
    height: 90px;
    top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    -webkit-transition: height 500ms;
    transition: height 500ms;
  }

  .bottombar {
    display: none;
  }

  .menu-text {
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
    line-height: 30px;
    top: -5px;
    position: relative;
  }
  .logomenu {
    width: 200px;
    margin-top: 20px;
  }
  .cta {
    background: url(/wp-content/themes/wohndesign/img/anfrage.svg) no-repeat;
    background-size: cover;
    display: block;
    position: fixed;
    right: 15px;
    bottom: 220px;
    width: 100px;
    height: 100px;
    transform: scale(1);
    transition: 0.3s ease-in;
    z-index: 101;
  }
  .cta:hover {
    transform: scale(1.05);
  }
  .page-id-19 .cta {
    display: none;
  }
  .anfragen:hover {
    transform: scale(1.05);
  }
  .menu img {
    width: 45px;
  }
  .close-btn {
    width: 35px;
  }
  body .vc_images_carousel .vc_carousel-control .icon-next,
  body .vc_images_carousel .vc_carousel-control .icon-prev {
    font-size: 45px;
    height: 45px;
    width: 45px;
  }
  .nav {
    padding: 0;
    text-align: right;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .nav ul {
    padding-right: 15px;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    list-style: none;
    font-weight: 600;
    margin: 0px;
  }

  #menu-items a {
    font-size: 20pt;
  }
  #menu-items li {
    line-height: 45px;
    padding-right: 15px;
  }
  #menu-items ul ul li a {
    font-size: 16pt;
  }
  #menu-items li.menu-item-has-children:after {
    content: "\39";
    font-family: "ElegantIcons";
    color: white;
    display: inline-block;
    position: static;
    width: 25px;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1024px) {
  .footerrow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .boxen h3 {
    font-size: 18pt;
  }
  .logo,
  .logo a {
    width: 180px;
    height: auto;
    z-index: 10;
    padding: 10px;
    position: fixed;
    left: 5px;
    top: 5px;
  }
  .sticky .logosticky {
    width: 150px;
  }
  h1:after {
    height: 40px;
    width: 400px;
  }
  .intro blockquote p {
    display: block;
    font-size: 25pt;
  }
  #menu-items a {
    font-size: 25pt;
  }
  #menu-items li {
    line-height: 40px;
    padding-top: 5px;
    position: initial;
  }
  #menu-items li li {
    line-height: 30px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  #menu-items ul ul li a {
    font-size: 16pt;
  }
  .nav {
    height: 60vh;
  }
  .social-links {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .cta {
    right: 15px;
    bottom: 170px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 1440px) {
  #menu-items a {
    font-size: 30pt;
  }
  .logo,
  .logo a {
    width: 220px;
    top: 15px;
    left: 15px;
  }
  .sticky .logosticky {
    width: 180px;
  }
  #menu-items li {
    line-height: 45px;
    padding-top: 15px;
    position: initial;
  }
  #menu-items li li {
    line-height: 45px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #menu-items ul ul li a {
    font-size: 16pt;
  }
  .boxen h3 {
    font-size: 20pt;
  }
  h1 {
    font-size: 35pt;
  }
  .intro blockquote p {
    display: block;
    font-size: 30pt;
  }
  .intro p {
    font-size: 20pt;
  }
}

::selection {
  background: #1d1d1b;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #1d1d1b;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #1d1d1b;
  color: #fff;
  text-shadow: none;
}

@media only screen and (min-width: 1920px) {
  .wrapper {
    max-width: 1600px;
  }
}
