/*!
Theme Name: Bsign Master Theme
Theme URI: https://bsign.de/
Author: Bsign Werbeagentur <info@bsign-wa.de>
Author URI: https://bsign.de/
Description: Das WordPress Theme Ihres Unternehmens. Speziell für Sie entwickelt.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bsign_theme

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

This theme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Variablen */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  transition: 0.3s linear;
  transition-property: color;
}
/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
option,
optgroup,
textarea {
  color: #626061;
  font-family: "ScalaSans", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #626061;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #615f60;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
h1 {
  font-weight: 300;
  font-size: 50px;
  text-transform: uppercase;
}
h4 {
  font-weight: 300;
}
h1,
h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  margin-bottom: 30px;
}
h3 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.wp-block-group h3 {
  text-transform: none;
}
.team_container > h3 {
  text-align: center;
  margin-bottom: 25px;
}
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;
  font-size: 15px;
  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;
  font-size: 15px;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.wp-block-separator {
  background-color: #ccc;
  border: 0;
  max-width: 880px;
  margin: 50px auto;
  width: 53.5%;
}
ul,
ol {
  margin: 0 0 30px 0;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
  margin-left: 32px;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  position: relative;
  border-radius: 0;
  background: #fff;
  color: #626061;
  cursor: pointer;
  transition: 0.3s linear;
  transition-property: all;
  transition-property: background, color, opacity;
  border: 2px solid;
  width: min-content;
  padding: 10px 50px;
  border-color: #626061;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #626061;
  color: #fff;
}
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  background: #fff;
  color: #626061;
  cursor: not-allowed;
  opacity: 0.3;
}
button.cmplz-btn {
  left: unset;
  transform: unset;
  width: max-content;
}
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: #626061;
  border: 1px solid #626061;
  border-radius: 0;
  padding: 0 10px;
  padding-left: 0;
  width: 100%;
}
span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
select {
  border: 1px solid #626061;
}
select.wpcf7-form-control.wpcf7-select,
span.styleselect select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #626061;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background: #fff;
  color: #626061;
  outline: none;
  cursor: pointer;
}
.wpcf7-form-control-wrap.styleselect:before,
span.styleselect:before {
  content: "\FE40";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 20px;
  color: #626061;
  pointer-events: none;
}
select.wpcf7-form-control-wrap.wpcf7-select:focus::-ms-value {
  background-color: transparent;
}
select.wpcf7-form-control-wrap.wpcf7-select::-ms-expand {
  display: none;
}
span.wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wpcf7 .wpcf7-checkbox.stylecheckbox .wpcf7-list-item label input + span,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + span,
.suchleiste input.stylecheckbox + label {
  position: relative;
  padding-left: 26px;
  margin-right: 20px;
  display: block;
  line-height: 25px;
}
.wpcf7 .wpcf7-checkbox.stylecheckbox .wpcf7-list-item label input,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input,
.suchleiste input.stylecheckbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 5px;
  width: 16px;
  height: 16px;
}
.wpcf7 .wpcf7-checkbox.stylecheckbox .wpcf7-list-item label input + span:before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + span:before,
.suchleiste input.stylecheckbox + label:before {
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #f0f0f0;
  content: "";
  border-radius: 3px;
  margin-right: 10px;
  color: #ae0120;
  top: 5px;
  line-height: 16px;
  text-align: center;
  font-size: 11px;
}
.wpcf7 .wpcf7-checkbox.stylecheckbox .wpcf7-list-item label input:checked + span:before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input:checked + span:before,
.suchleiste input.stylecheckbox:checked + label:before {
  background-color: #f0f0f0;
  content: "\2713";
}
textarea {
  height: 150px;
  padding-top: 5px;
}
span.wpcf7-form-control-wrap input.wpcf7-not-valid,
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
.wpcf7-not-valid > .captcha-image .choices {
  border-bottom: 2px solid #ae0120;
}
/*--------------------------------------------------------------
# Default Element Styles
--------------------------------------------------------------*/
.wrapper {
  max-width: 1720px;
  margin: 0 auto;
}
/*--------------------------------------------------------------
# List Styles
--------------------------------------------------------------*/
#content ul li,
#colophon ul li,
#content ol li,
#colophon ol li {
  padding-left: 20px;
}
#content ul li,
#colophon ul li {
  list-style: none;
  position: relative;
}
#content ul li:not(.blocks-gallery-item)::before,
#colophon ul li:not(.blocks-gallery-item)::before {
  display: block;
  left: 0;
  content: "\00B7";
  color: #626061;
  position: absolute;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ae0120;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #626061;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation {
  position: relative;
  width: calc(100% - 186px);
  display: flex;
  height: auto;
  transition: 0.3s linear;
  transition-property: height;
}
.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: 1;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #626061;
  font-size: 18px;
}
.main-navigation #burger-menu a:hover {
  color: #ae0120 !important;
}
.main-navigation .green_hover_color > a:hover {
  color: #008200 !important;
}
.menu-toggle {
  display: none;
}
.main-navigation ul {
  display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.dropdown-navigation {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.dropdown-navigation > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #ae0120, #ae0120 20%, transparent 20%, transparent 40%, #ae0120 40%, #ae0120 60%, transparent 60%, transparent 80%, #ae0120 80%, #ae0120 100%);
}
#page_id {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#menu-item-89 > a {
  color: #ae0120;
}
#menu-item-817:hover > a {
  color: #008200 !important;
}
/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.wrapper:after,
.gallery:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.wrapper:after,
.gallery:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  width: 100%;
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body .wp-block-columns {
  flex-wrap: nowrap;
}
.wp-block-columns {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 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;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  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;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  line-height: 0;
}
.entry-content .wp-block-video video,
.entry-content .wp-block-video video[poster] {
  object-fit: contain;
}
/*--------------------------------------------------------------
## 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: 30px;
}
.gallery-item {
  display: block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
  float: left;
  margin: 0 0 30px 30px;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
  clear: both;
  margin-left: 0;
}
.gallery-columns-2 .gallery-item {
  width: calc((100% -  (1 * 30px) + 1px ) / 2);
}
.gallery-columns-3 .gallery-item {
  width: calc((100% -  (2 * 30px) + 1px ) / 3);
}
.gallery-columns-4 .gallery-item {
  width: calc((100% -  (3 * 30px) + 1px ) / 4);
}
.gallery-columns-5 .gallery-item {
  width: calc((100% -  (4 * 30px) + 1px ) / 5);
}
.gallery-columns-6 .gallery-item {
  width: calc((100% -  (5 * 30px) + 1px ) / 6);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
.entry-content > *:not(.alignfull),
.entry-content > div.wpcf7 {
  max-width: 1720px;
}
.entry-header > * {
  max-width: 1720px;
  margin: 70px auto 0;
}
.entry-content > .alignfull,
.entry-header > .alignfull {
  max-width: none;
}
.alignfull > * {
  max-width: 1720px;
  padding: 0 20px;
  margin: auto;
}
#main ul.wp-block-gallery {
  list-style: none;
}
#main ul.wp-block-gallery li {
  padding: 0;
}
#main ul.wp-block-gallery li:before {
  display: none;
}
table {
  table-layout: fixed;
}
table td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 10px;
  width: min-content;
}
table td:first-of-type {
  padding-right: 20px;
}
/*--------------------------------------------------------------
## Gutenberg Media & Text Block Fallback for IE11
--------------------------------------------------------------*/
.wp-block-media-text:after {
  display: table;
  content: "";
  clear: both;
}
.wp-block-media-text figure {
  float: left;
  width: 50%;
}
.wp-block-media-text .wp-block-media-text__content {
  float: right;
  width: 50%;
}
.wp-block-media-text.has-media-on-the-right figure {
  float: right;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  float: left;
}
@supports (display: grid) {
  .wp-block-media-text figure {
    float: none;
    width: inherit;
  }
  .wp-block-media-text .wp-block-media-text__content {
    float: none;
    width: inherit;
  }
  .wp-block-media-text.has-media-on-the-right figure {
    float: none;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    float: none;
  }
}
.wp-block-image figcaption {
  text-align: center;
  margin: 0;
}
.wp-block-image :not(a) figcaption {
  position: relative;
  top: 5px;
  font-size: 35px;
  margin-bottom: -15px;
}
.wp-block-image {
  position: relative;
  overflow: hidden;
}
.wp-block-image > a {
  position: relative;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 3;
  overflow: hidden;
}
.wp-block-gallery .blocks-gallery-item {
  flex-grow: unset;
}
.alignfull {
  padding: 50px 0;
}
#content {
  max-width: 1720px;
  margin: 0 auto;
}
#masthead .wrapper,
.wrapper,
.alignfull > * {
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 30px;
}
.wp-block-cover.alignfull {
  display: block;
  width: 100%;
}
.menu-burger-container {
  margin-left: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-menu .menu-item {
  padding-right: 20px;
}
.main-navigation .menu-item > .main-inner-menu > .sub-menu {
  background-color: #fff;
  left: -20px;
  padding-top: 60px;
  padding-bottom: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  transition-property: visibility, opacity;
}
.main-navigation .menu-item:hover > .main-inner-menu > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.main-navigation .menu-item > .main-inner-menu > .sub-menu .menu-item {
  width: max-content;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 100%;
}
.main-navigation .menu-item > .main-inner-menu > .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: calc(100% + 10px);
  height: 51px;
  background-color: #fff;
}
#main-menu .menu-item a {
  position: relative;
}
#main-menu > .menu-item > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background-color: #626061;
  opacity: 0;
  z-index: 2;
  transition: 0.3s linear;
  transition-property: opacity;
}
#main-menu > .menu-item > a:hover:after {
  opacity: 1;
}
#main-menu > .menu-item.current-menu-item > a:after,
#main-menu > .menu-item.current-page-ancestor > a:after {
  opacity: 1;
}
#main-menu .sub-menu .menu-item a {
  width: max-content;
}
.main-menu.menu-wrapper.menu {
  visibility: visible;
  opacity: 1;
  transition: 0.3s linear;
  transition-property: visibility, opacity;
}
@media screen and (max-width: 1145px) {
  .main-menu.menu-wrapper.menu {
    visibility: hidden;
    opacity: 0;
  }
}
#main-menu .sub-menu .menu-item > a:hover {
  color: #ae0120;
}
#page {
  background-color: #d3d3d3;
  padding-bottom: 100px;
  overflow-y: hidden;
}
#masthead {
  position: fixed;
  width: 100%;
  z-index: 4;
  transition: 0.3s linear margin-top;
}
#masthead > .wrapper {
  background-color: #fff;
  box-shadow: 0 0 0px #ccc;
  transition: 0.3s linear;
  transition-property: box-shadow;
}
.space_to_top {
  height: 50px;
  background-color: #d3d3d3;
  transition: 0.3s linear;
  transition-property: height;
}
.header_space {
  height: 170px;
  transition: 0.3s linear;
  transition-property: height;
}
#masthead .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px;
}
.logo_wrapper {
  position: relative;
  width: 186px;
  line-height: 0;
}
.logo_wrapper img {
  object-fit: contain;
  object-position: left;
}
#anchor-menu-wrapper {
  overflow: hidden;
  margin-left: auto;
}
#site-navigation #anchor-menu {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: max-content;
  margin: auto;
  margin-right: 0;
  margin-bottom: unset;
  padding-left: 30px;
  align-items: center;
  justify-content: right;
  transform: translateX(0);
  transition: 0.3s linear;
  transition-property: transform;
}
#anchor-menu a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  margin-left: 30px;
  transition: 0.3s linear;
  transition-property: margin-left, color;
}
#anchor-menu a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  background-color: #626061;
  opacity: 0.5;
  transition: 0.3s linear;
  transition-property: left;
}
#anchor-menu .anchor:first-of-type a:after {
  display: none;
}
#anchor-menu .anchor:first-of-type a {
  margin-left: 0;
}
.anchor {
  max-height: 70px;
  height: 50%;
}
.anchor.sticky_right {
  position: absolute;
  right: 40px;
}
.burger {
  position: relative;
  background: linear-gradient(to bottom, #626061, #626061 20%, transparent 20%, transparent 40%, #626061 40%, #626061 60%, transparent 60%, transparent 80%, #626061 80%, #626061 100%);
  margin-left: auto;
  width: 26px;
  min-width: 26px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: unset;
  clip-path: polygon(0 0, 0% 20%, 0 50%, 0% 80%, 0 100%, 50% 100%, 100% 100%, 100% 80%, 100% 50%, 100% 20%, 100% 0, 50% 0);
  transition: 0.4s linear;
  transition-property: clip-path, background;
}
#site-navigation .menu-checkbox:checked ~ .burger {
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  background-color: #626061;
}
.burger label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.burger label span {
  font-size: 43px;
  line-height: 43px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
/* hide inputs */
#site-navigation .menu-checkbox {
  display: none;
}
#site-navigation .burger-menu.menu-wrapper.menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.35s linear;
  opacity: 0;
  transition-property: opacity;
}
#site-navigation .menu-checkbox:checked ~ .menu-burger-container .menu,
#site-navigation .menu-checkbox:checked ~ .menu-burger-container .burger-menu.menu-wrapper {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#site-navigation > .burger:hover > label {
  cursor: pointer;
}
#burger-menu .menu .sub-menu {
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  box-shadow: unset;
  background-color: transparent;
}
#burger-menu .menu .sub-menu .menu-item {
  visibility: visible;
}
#burger-menu .menu .sub-menu .sub-menu::before,
#burger-menu .menu .sub-menu .sub-menu::after {
  display: none;
}
#burger-menu .menu .sub-menu .sub-menu {
  margin-top: 10px;
}
#burger-menu .menu .sub-menu .sub-menu .menu-item {
  padding-left: 15px;
}
#burger-menu .menu .sub-menu .sub-menu .menu-item::after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
}
#burger-menu a {
  margin: 0;
}
#burger-menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 1720px;
  min-width: 100%;
  margin: 0 auto;
  justify-content: center;
}
#burger-menu > li {
  min-width: min-content;
}
#burger-menu > .menu-item {
  padding-right: 60px;
  margin-bottom: 40px;
}
#burger-menu .sub-menu .sub-menu {
  position: relative;
}
.menu-burger-container {
  margin-top: auto;
}
#site-navigation > div:first-child ~ .burger {
  margin-left: 50px;
  transition: 0.3s linear;
  transition-property: margin-left;
}
.burger-menu-inner-container {
  position: relative;
  width: 100%;
  max-width: 1720px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 50px;
  transition: 0.3s linear;
  transition-property: margin-top;
}
.burger-menu-header {
  padding: 30px;
}
.burger.close {
  background-image: none;
}
.burger.close label:hover {
  cursor: pointer;
}
.burger-menu-content {
  margin-top: 30px;
  padding: 0 30px;
  padding-bottom: 30px;
}
.burger-menu-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.burger-menu-footer > a {
  padding: 0 10px;
}
#burger-menu.menu-top > .menu-item > a {
  text-transform: uppercase;
  font-weight: 700;
}
.burger-inner-menu {
  position: relative;
  width: 100%;
  height: 100%;
}
.burger-inner-menu .sub-menu {
  position: relative;
  left: 0;
  top: 0;
  float: none;
  box-shadow: unset;
}
.burger-inner-menu .sub-menu .menu-item {
  float: none;
}
.burger-inner-menu .menu-item {
  margin: 15px 0;
}
.scrolled #masthead {
  margin-top: 0px;
}
.scrolled .space_to_top {
  height: 0px;
}
.scrolled #masthead > .wrapper {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.scrolled .header_space {
  height: 120px;
}
.scrolled .burger-menu-inner-container {
  margin-top: 0px;
}
.burger.close {
  position: absolute;
  right: 30px;
  top: 65px;
}
.breadcrumb,
.breadcrumb a {
  color: #626061;
  font-size: 15px;
  padding: 20px 0;
}
.breadcrumb a:hover {
  color: #ae0120;
}
.breadcrumb .delimiter.icon-arrow_right {
  position: relative;
  bottom: 1px;
  font-size: 11px;
  padding: 0 5px;
}
.entry-content > .wp-block-group,
.post-wrapper > .wp-block-group {
  margin-top: 100px;
  transition: 0.3s linear;
  transition-property: margin-top;
}
.entry-content > :first-of-type {
  margin-top: 5px;
}
.home .entry-content > :first-of-type,
.single .post-wrapper > :first-of-type {
  margin-top: 5px;
}
.socialmedia_container.top-container {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 6;
  transition: 0.3s linear;
  transition-property: transform;
}
.top-container .socialmedia {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 25px;
  margin-left: auto;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.top-container .socialmedia:first-of-type {
  margin-bottom: 20px;
}
.socialmedia > a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: 0.3s linear;
  transition-property: background-color;
}
.socialmedia > a:hover {
  background-color: #626061;
}
.socialmedia > a span:before {
  transition: 0.3s linear;
  transition-property: color;
}
.socialmedia > a:hover span:before {
  color: #fff;
}
.menu-item-object-page.menu-item-1085 {
  margin-top: 30px;
}
.menu-item-object-page.menu-item-1085 > a {
  color: #ae0120;
}
.hide {
  display: none;
}
.damage_report {
  position: relative;
  margin-top: 20px;
}
.damage_report_button {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 25px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
  transition-property: background-color;
}
.damage_report_button > label {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.damage_report_button > label > span {
  position: absolute;
  width: 35px;
  height: 35px;
  color: #ae0120;
  border: 2px solid #ae0120;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
  transition-property: color, border, background-color;
}
.damage_report_button:hover,
.damage_report_button:hover > label > span,
#damage_report:checked + .damage_report .damage_report_button,
#damage_report:checked + .damage_report .damage_report_button > label > span {
  background-color: #ae0120;
  color: #fff;
  border-color: #fff;
}
.damage_report_field {
  position: relative;
  width: 0;
  padding: 20px;
  padding-right: 100px;
  background-color: #fff;
  margin-left: auto;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: 0.3s linear;
  transition-property: transform;
}
#damage_report:checked + .damage_report .damage_report_field {
  transform: translateX(0);
  width: 100%;
}
.damage_report_link_button {
  position: relative;
  width: max-content;
  min-width: 25%;
  margin: 0px 15px;
  display: block;
  transition: 0.3s linear;
  transition-property: min-width, width;
}
.damage_report_link_button a {
  position: relative;
  width: 100%;
  background-color: transparent;
  color: #626061;
  border: 2px solid #626061;
  border-radius: 0;
  line-height: 18px;
  font-size: 18px;
  transition: 0.3s linear;
  transition-property: background-color, color;
  hyphens: none;
  cursor: pointer;
  display: inline-block;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
}
.damage_report_link_button a:hover {
  background-color: #626061;
  color: #fff;
}
.damage_report_button .close {
  background-color: #ae0120;
  color: #fff;
  opacity: 0;
  transition: 0.3s linear;
  transition-property: opacity;
}
#damage_report:checked + .damage_report .damage_report_button .close {
  opacity: 1;
}
.header_slider_container {
  position: relative;
  padding: 0 30px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.header_slider_wrapper,
.header_slide,
.header_slider_container .slick-list.draggable,
.header_slider_container .slick-track {
  height: calc(100vh - 185px);
}
.header_slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header_slider_wrapper .wrapper {
  height: 100%;
}
.header_headline {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 120px);
  margin: 0 auto;
  text-align: center;
}
.header_headline h6 {
  font-size: 75px;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 0 15px #00000050;
  transition: 0.3s linear;
  transition-property: font-size;
}
.header_slide > .wrapper {
  background-color: rgba(0, 0, 0, 0.4);
}
.header_slide.no_background.slick-slide > .wrapper {
  background-color: unset;
}
.slider_counter_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1720px;
  z-index: 1;
  height: 180px;
  overflow: hidden;
}
.slider_counter_wrapper .slick-list {
  overflow: unset;
  overflow-x: clip;
}
.header_slider_container .slider_counter {
  position: absolute;
  top: 0;
  right: 74px;
  transform: rotate(90deg);
  width: 206px;
  height: 100%;
}
.slider_counter p {
  transform: rotate(-90deg);
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
  height: 26px;
  width: 26px;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: 0.7s linear;
  transition-property: background-color;
  margin: 0;
}
.slider_counter .slick-slide p::before,
.slider_counter .slick-slide p::after {
  position: relative;
  min-width: 20px;
  height: 36px;
  top: 0;
  transition: 0.7s linear;
  transition-property: transform, opacity;
  opacity: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider_counter .slick-slide p::before {
  content: "\ec902";
  transform: translateX(-100%);
  left: 0;
}
.slider_counter .slick-slide p::after {
  content: "\ec901";
  transform: translateX(100%);
  right: 0;
}
.slider_counter .slick-slide.slick-current p {
  background-color: rgba(255, 255, 255, 0.6);
}
.slider_counter p:hover {
  cursor: pointer;
}
.slider_counter .slick-slide.slick-current p::before {
  transform: translateX(-50%);
  opacity: 1;
}
.slider_counter .slick-slide.slick-current p::after {
  transform: translateX(50%);
  opacity: 1;
}
.sub_page_header {
  padding: 30px;
  padding-top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.header_banner {
  position: relative;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner_text a {
  color: #fff;
}
.banner_text a:hover {
  color: #626061;
}
.header_banner .wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.header_banner .wrapper > .wp-block-columns,
.header_banner .wrapper .wp-block-column {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
.banner_text {
  position: relative;
  height: 100%;
}
.banner_text h1 {
  position: absolute;
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
input[type="checkbox"]:checked + .modal-window {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-checkbox {
  display: none;
}
.modal-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.modal-container {
  position: relative;
  width: calc(100% / 3 - 13.5px);
  margin-bottom: 20px;
  margin-left: 20px;
  transition: 0.3s linear;
  transition-property: width;
}
.modal-container:nth-child(3n + 1) {
  margin-left: 0;
}
.modal-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.modal-img-wrapper {
  display: inline-block;
  position: relative;
  width: 33.3%;
}
.modal-img-space {
  margin-top: 100%;
}
.modal-img-space + .bg_img {
  height: 100%;
}
.modal-text-wrapper {
  position: relative;
  display: block;
  width: 66.66%;
  padding-left: 20px;
}
.modal-box .modal-text-wrapper {
  padding-left: 30px;
}
.modal-container > label,
.modal-container .bg_img,
.modal-img-wrapper .bg_img {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
  top: 0;
  left: 0;
}
.bg_img.full {
  padding-bottom: 100%;
}
.modal-container .bg_img,
.modal-img-wrapper .bg_img {
  position: absolute;
}
.modal-box .modal-img-wrapper .bg_img {
  position: relative;
}
.bg_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.background_label {
  position: absolute;
  height: 100%;
  width: 100%;
}
.modal-box {
  position: absolute;
  width: 65vw;
  max-height: calc(100% - 60px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  overflow: hidden;
}
.immobilien + .modal_content_container .modal-box,
.projekte + .modal_content_container .modal-box {
  min-width: 1200px;
}
.modal-header {
  position: absolute;
  right: 0;
  z-index: 1;
}
.close_modal {
  position: relative;
  margin-left: auto;
  color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.close_modal > span {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.modal-box .modal-content {
  background-color: unset;
}
.modal-box .modal-content .modal-img-wrapper {
  width: 66.66%;
  height: 100%;
}
.modal-box .modal-content .modal-text-wrapper {
  width: 33.83%;
  max-height: 100%;
  position: absolute;
  right: 0;
  height: calc(100% - 30px);
  padding-right: 30px;
  padding-bottom: 10px;
}
.modal-box .modal-content .wp-block-column .modal-text-wrapper {
  width: 100%;
}
.modal-container > label:hover {
  cursor: pointer;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  z-index: 1;
}
.wp-block-group__inner-container > .wp-block-columns + .wp-block-cover {
  margin-top: 85px;
  height: max-content;
}
.wp-block-group__inner-container > .wp-block-columns + .wp-block-cover .wp-block-cover__inner-container h3,
.wp-block-group__inner-container > .wp-block-columns + .wp-block-cover .wp-block-cover__inner-container p,
.wp-block-quote {
  width: 75%;
  margin: 0 auto;
}
.wp-block-group__inner-container > .wp-block-columns + .wp-block-cover .wp-block-cover__inner-container p {
  margin-top: 10px;
}
.wp-block-group__inner-container > .wp-block-columns + .wp-block-cover .wp-block-cover__inner-container h3 {
  margin-top: 30px;
}
.modal-content h4 {
  color: #626061;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  margin: 20px 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.modal-content label h4:hover {
  color: #ae0120;
}
.modal-text-wrapper p {
  font-size: 20px;
  margin: 0;
}
.modal-text-wrapper .desc {
  display: inline-block;
  width: 220px;
}
.modal-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #fff;
}
.wp-block-group {
  position: relative;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}
.entry-content > .wp-block-group:first-of-type:after,
.search-content > .wp-block-group:first-of-type:after,
.post-wrapper > .wp-block-group:first-of-type:after,
.wp-container-immomakler.wp-block-group:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: translateY(-100%);
}
.wp-block-group:not(:first-child) .wp-block-group__inner-container > p.before-h2,
.wp-block-group:not(:first-child) .wp-block-group__inner-container > h1,
.wp-block-group:not(:first-child) .wp-block-group__inner-container > h2,
.wp-block-group:not(:first-child) .wp-block-group__inner-container > h4{
  margin-top: 70px;
  transition: 0.3s linear;
  transition-property: margin-top;
}
.wp-block-group:not(:first-child) .wp-block-group__inner-container > p.before-h2 + h2,
.wp-block-group:not(:first-child) .wp-block-group__inner-container > h4 + h1,
.wp-block-group:not(:first-child) .wp-block-group__inner-container > h4 + h2{
  margin-top: 0;
}
.wp-block-group__inner-container > h1,
.wp-block-group__inner-container > h2,
.wp-block-group__inner-container > h3,
.wp-block-group__inner-container > h4,
.wp-block-group__inner-container > h5,
.wp-block-group__inner-container > h6 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group__inner-container > p,
.wp-block-group__inner-container > ul,
.wp-block-group__inner-container > a {
  width: 75%;
  margin: 10px auto;
}
.news-container {
  margin-top: 60px;
}
.news {
  position: relative;
  height: 240px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  margin: 30px 0;
}
.news_img {
  position: relative;
  width: 340px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s linear;
  transition-property: transform;
}
.news_img_container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.news h3,
.news_text h3 {
  font-size: 30px;
  line-height: 40px;
  text-transform: none;
  margin-top: 0px;
  transition: 0.3s linear;
  transition-property: font-size;
}
.news p,
.news_text p {
  margin-top: 10px;
  margin-bottom: 0px;
}
.news_img_container:hover .news_img {
  transform: scale(1.1);
}
.news_text {
  margin: 20px 0 auto 40px;
  width: 45%;
  margin-top: 0px;
  transition: 0.3s linear;
  transition-property: width;
}
.news_text .aktuelles_date {
  margin-top: 0;
  margin-bottom: 10px;
}
.news_read_more {
  position: relative;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 150px;
  overflow: hidden;
  transition: 0.3s linear;
  transition-property: max-width;
}
.news_read_more a {
  height: 50px;
  display: block;
  position: relative;
  width: 100%;
  min-width: max-content;
  background-color: transparent;
  color: #626061;
  border: 2px solid #626061;
  border-radius: 0;
  line-height: 18px;
  font-size: 18px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  transition: 0.3s linear;
  transition-property: all;
  transition-property: background-color, color;
}
.news_read_more:hover a {
  background-color: #626061;
  color: #fff;
}
.news_img > a {
  display: block;
  height: 100%;
}
a > h3 {
  transition: 0.3s linear;
  transition-property: color;
}
a > h3:hover {
  color: #ae0120;
}
.single .post-wrapper > .wp-block-group:first-of-type {
  padding: 30px 80px;
}
.single:not(.single-immomakler_object) .header_banner .wrapper {
  background: unset;
}
.single .wp-block-column > * {
  margin-top: 0;
}
.single .wp-block-image {
  height: unset;
  margin-bottom: 30px;
}
.single .wp-block-image img {
  max-height: unset;
}
.single .wp-block-image figcaption {
  text-align: left;
  margin-top: 20px;
}
.single p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.single .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 60px;
}
.single .wp-block-buttons .wp-block-button:first-of-type {
  margin-left: 0;
}
.single .single_post_block + .wp-block-buttons .wp-block-button:first-of-type {
  margin-left: auto;
}
.single .single_post_block + .wp-block-buttons .wp-block-button:last-of-type {
  margin-right: auto;
}
.single .wp-block-image > a::after {
  display: none;
}
.file_info {
  position: absolute;
  right: 0;
  padding: 10px 20px;
  color: #fff;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.wp-block-buttons {
  justify-content: center;
  padding: 40px 0;
}
.wp-block-buttons .wp-block-button {
  position: relative;
  width: max-content;
  min-width: 25%;
  margin: 0px 15px;
  display: block;
  transition: 0.3s linear;
  transition-property: min-width, width;
}
.wp-block-button .wp-block-button__link {
  position: relative;
  width: 100%;
  background-color: transparent;
  color: #626061;
  border: 2px solid #626061;
  border-radius: 0;
  line-height: 18px;
  font-size: 18px;
  transition: 0.3s linear;
  transition-property: background-color, color;
  hyphens: none;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #626061;
  color: #fff;
}
.has-text-align-center + .wp-block-buttons {
  width: 54%;
  margin: 0 auto;
}
.wp-block-buttons.alignfull {
  width: 100%;
}
.wp-block-buttons.alignfull .wp-block-button {
  min-width: calc(100% / 5 - 50px);
  padding: 0;
}
.single-format-standard .post-wrapper .wp-block-group:first-of-type .wp-block-buttons {
  justify-content: unset;
}
.wp-block-lazyblock-counter-block {
  margin: 20px 0;
}
.counter-block-group {
  margin-bottom: 0px;
}
.counter-block {
  text-align: center;
  width: max-content;
  margin: 0 auto;
  padding: 0 10px;
}
.counter-block-top span {
  font-size: 40px;
  margin: 0;
}
.counter-block-text p {
  font-size: 24px;
  margin: 0;
}
.wp-block-image {
  position: relative;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  margin: 0;
}
.img_gallery_wrapper_row .wp-block-image {
  height: 50%;
  margin-bottom: 40px;
}
.wp-block-image.rahmenlos {
  box-shadow: unset;
}
.wp-block-cover__inner-container > .wp-block-image {
  box-shadow: unset;
}
.wp-block-image img {
  object-fit: cover;
  max-height: 650px;
  object-position: center;
  width: 100%;
}
#uber-uns .wp-block-image img {
  height: 560px;
}
.wp-block-cover .wp-block-cover__inner-container p.has-large-font-size,
.wp-block-cover:first-child .wp-block-cover__inner-container > p:first-child,
.wp-block-cover .wp-block-cover__inner-container > h2{
  font-size: 65px;
  line-height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  width: calc(100% - 80px);
  font-weight: 300;
  z-index: 1;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  transition: 0.3s linear;
  transition-property: font-size;
}
.wp-block-cover__inner-container {
  position: relative;
  height: 100%;
}
.wp-block-cover .has-background-dim + h1,
.wp-block-cover .has-background-dim + h2 {
  margin-top: 100px;
}
p + .wp-block-image {
  margin-top: 65px;
}
.wp-block-group__inner-container h2 + p {
  margin-top: 10px;
}
.wp-block-group__inner-container p > a {
  display: inline-block;
}
.wp-block-cover,
.wp-block-cover-image {
  min-height: unset;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.wp-block-group__inner-container > .wp-block-cover {
  height: 500px;
  transition: 0.3s linear;
  transition-property: heigh;
}
p + .wp-block-columns {
  margin-top: 65px;
}
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
}
.wp-block-column .wp-block-cover .wp-block-image {
  padding: 0;
  background-color: unset;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  height: 42vh;
  max-height: 300px;
}
.wp-block-column .wp-block-cover .wp-block-image img {
  max-height: 310px;
  object-fit: cover;
  object-position: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wp-block-cover.has-background-dim h3,
.wp-block-cover.has-background-dim p {
  color: #626061;
}
.wp-block-cover.has-background-dim {
  padding: 20px;
}
.wp-block-cover.has-background-dim .wp-block-buttons {
  width: calc(100% - 40px);
  margin-bottom: 20px;
}
.wp-block-cover.has-background-dim .wp-block-buttons .wp-block-button {
  width: 100%;
}
.has-background-dim .wp-block-buttons .wp-block-button {
  background-color: #ffffff;
}
.has-background-dim .wp-block-buttons .wp-block-button a {
  border-width: 0;
}
.wp-block-image a + figcaption {
  display: block;
  position: absolute;
  line-height: 30px;
  font-size: 30px;
  margin-bottom: 0;
  padding: 0 20px;
  bottom: 20px;
  width: 100%;
  text-align: center;
  left: 0;
  color: #626061;
  z-index: 3;
  background-color: #fff;
  transition: 0.3s linear;
  transition-property: color;
  hyphens: none;
}
.wp-block-image figure > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 30px;
  left: 0;
  background-color: #fff;
  z-index: 2;
}
.wp-block-image a > img {
  position: relative;
  z-index: 1;
  object-fit: cover;
  height: calc(100% - 50px);
  width: 100%;
  object-position: center;
  transition: 0.3s linear;
}
.wp-block-image a:hover > img {
  scale: 105%;
}
.wp-block-image a:hover + figcaption {
  color: #ae0120;
}
.wp-block-image > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #fff;
  bottom: 30px;
  left: 0;
  z-index: 2;
}
.wp-block-image figure {
  max-height: 500px;
}
.wp-block-image figure a {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  z-index: 3;
  overflow: hidden;
}
.wp-block-image figure a + figcaption {
  position: absolute;
  bottom: 20px;
  height: 30px;
  top: unset;
}
.wp-block-columns + h3 {
  margin-top: 100px;
}
p + .modal-item-wrapper {
  margin-top: 65px;
}
.modal_content_container + h3 {
  margin-top: 70px;
}
.modal_content_container + h2 {
  margin-top: 75px;
}
h2 + h3,
h3 + p {
  margin-top: 10px;
}
p + h3 {
  margin-top: 85px;
}
h3 + .wp-block-lazyblock-akkordeon {
  margin-top: 25px;
}
p + .wp-block-lazyblock-akkordeon {
  margin-top: 90px;
}
.wp-block-lazyblock-akkordeon:last-of-type {
  margin-bottom: 60px;
}
.modal_content_container + .modal-item-wrapper {
  margin-top: 130px;
}
.wp-block-image + h3 {
  margin-top: 30px;
}
.wp-block-cover.has-background-dim .wp-block-image + h3 {
  margin-top: unset;
}
.wp-block-group:not(.datenschutz) p + p > strong {
  margin-top: 40px;
  display: inline-block;
}
.cmplz-show-banner {
  cursor: pointer;
}
.modal_content_container .wp-block-group__inner-container h3 + p + p {
  margin-top: 40px;
}
.modal_content_container + .modal-item-wrapper::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  top: -71px;
  left: 50%;
  display: block;
  background-color: #ccc;
  transform: translate(-50%, 0%);
}
.modal-text-wrapper h3 {
  margin-bottom: 30px;
  margin-top: 80px;
  text-transform: uppercase;
  line-height: 38px;
}
.servicemitarbeiter .modal-box,
.team_container .modal-box {
  width: 55vw;
  min-width: 900px;
}
.servicemitarbeiter .modal-box .modal-content .modal-img-wrapper,
.team_container .modal-box .modal-content .modal-img-wrapper {
  width: 66%;
  height: 100%;
}
.modal-text-wrapper > p:first-child {
  margin-top: 80px;
  margin-bottom: 0px;
}
.modal-text-wrapper > p:first-child + h3 {
  margin-top: 0px;
}
.wp-block-image + .wp-block-columns,
.wp-block-columns + .wp-block-columns {
  margin-top: 40px;
}
.wp-block-group__inner-container h3 + p {
  margin-top: 10px;
}
.modal-text-wrapper h3 + p {
  font-weight: 600;
}
.single .post-wrapper > .wp-block-group:first-of-type {
  padding-bottom: 80px;
}
.modal_editor_content {
  margin-top: 30px;
}
.modal_editor_content p {
  margin-top: 20px;
}
.akkordeon-block {
  width: 54%;
  margin: 0 auto;
  transition: 0.3s linear;
  transition-property: width;
}
.akkordeon-block > input {
  display: none;
}
.akkordeon-container h4 {
  margin-left: 30px;
  font-size: 20px;
  line-height: 20px;
}
.akkordeon-container label {
  position: relative;
  display: block;
  padding: 3px 0;
  border-top: 2px solid #cccccc;
  width: 100%;
}
.akkordeon-container label:hover {
  cursor: pointer;
}
.akkordeon-content {
  max-height: 0;
  overflow: hidden;
  border-bottom: 2px solid #cccccc;
  transition: 0.3s linear;
  transition-property: max-height;
}
.stellenangebote_wrapper .akkordeon-content {
  border-bottom: 0px solid #cccccc;
}
.stellenangebote_wrapper .akkordeon-block:last-of-type .akkordeon-content {
  border-bottom: 2px solid #cccccc;
}
.akkordeon-content > :first-child {
  margin-top: 0;
}
input[type="checkbox"]:checked + .akkordeon-container .akkordeon-content {
  max-height: 2000px;
}
.akkordeon-container h4::before {
  content: "\ec902";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 30px;
  height: 30px;
  color: #ae0120;
  font-size: 12px;
  transition: 0.3s linear;
  transition-property: transform;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="checkbox"]:checked + .akkordeon-container h4::before {
  transform: translate(0%, -50%) rotate(90deg);
}
.wp-block-lazyblock-akkordeon + .wp-block-lazyblock-akkordeon .akkordeon-container label {
  border-top: 0;
}
.wp-block-cover.has-background-dim:not(.aligncenter):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.wp-block-cover.has-background-dim:not(.aligncenter) .wp-block-cover__inner-container {
  z-index: 1;
}
.wp-block-gallery .wp-block-image {
  box-shadow: none;
}
.wp-block-gallery .wp-block-image img {
  object-fit: contain;
  min-height: 175px;
  max-height: 175px;
}
.dashicons.dashicons-email {
  transform: translateY(25%);
}
.projektentwicklung_row_wrapper .wp-block-buttons {
  padding: 0;
}
.projektentwicklung_row_wrapper .wp-block-buttons .wp-block-button {
  margin-bottom: 0 !important;
}
.margin-to-top {
  margin-top: 70px;
}
.icon_gallery_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.icon_container {
  position: relative;
  width: max-content;
  margin: 0 20px;
  width: 180px;
}
.icon_img {
  position: relative;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.icon_container p {
  text-align: center;
}
.immomakler-single .cmplz-placeholder-1.cmplz-blocked-content-container {
  height: 350px;
}
.archive-map .cmplz-placeholder-1.cmplz-blocked-content-container {
  height: 500px;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice {
  z-index: 1;
}
.search_title {
  position: relative;
  height: min-content;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-right: 186px;
}
#site-navigation > div.search_title:first-child ~ .burger {
  margin-left: auto;
}
.search_parameter {
  text-align: center;
}
.mietangebote_suche {
  color: #fff;
  margin-top: 0px;
}
.advanced-search_container {
  background-color: #626061;
  height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#advanced-searchform {
  width: calc(100% - 280px);
  margin: 0 auto;
}
.advanced-search_form_inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.advanced-search_form_input,
.advanced-search_form_submit {
  width: calc(100% / 4);
}
.advanced-search_form_submit button,
.advanced-search_form_submit input[type="button"],
.advanced-search_form_submit input[type="reset"],
.advanced-search_form_submit input[type="submit"] {
  background: #626061;
  color: #fff;
  border-color: #fff;
}
.advanced-search_form_submit button:hover,
.advanced-search_form_submit input[type="button"]:hover,
.advanced-search_form_submit input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #626061;
  background: #fff;
}
.advanced-search_form_submit {
  margin-top: 50px;
}
.advanced-search_form_input input,
.advanced-search_form_input select,
.advanced-search_form_input input[type="number"] {
  width: calc(100% - 50px);
  height: 40px;
  margin-right: 10px;
  padding-left: 0px;
  border: 0;
  color: #fff;
  background-color: transparent;
  border-bottom: 2px solid #fff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.advanced-search_form_submit > input {
  height: 50px;
  border: 2px solid;
}
::placeholder {
  color: #fff;
  opacity: 1;
}
.advanced-search_form_input select:hover {
  cursor: pointer;
}
.search .modal-container {
  width: calc(50% - 20px);
  margin-left: 40px;
  margin-bottom: 40px;
}
.search .modal-container:nth-child(3n + 1) {
  margin-left: 40px;
}
.modal-item-wrapper.search .modal-container:nth-child(2n + 1) {
  margin-left: 0;
}
.search .modal-img-wrapper {
  width: 50%;
  height: max-content;
}
.search .modal-text-wrapper {
  width: 50%;
}
.wp-block-columns.counter-block-group {
  flex-wrap: wrap;
  justify-content: center;
}
html .counter-block-group .wp-block-column {
  margin: 0 auto !important;
  min-width: max-content;
}
.search-content .wp-block-group .wrapper {
  padding: 0;
}
.wp-block-group__inner-container > .wp-block-columns + .wp-block-cover.immomakler-search-cover .wp-block-cover__inner-container h3 {
  width: 100%;
  hyphens: none;
}
.home_pagination {
  display: flex;
  flex-wrap: wrap;
}
.home_pagination > div {
  position: relative;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #626061;
  margin: 0 5px;
}
.home_pagination > div:first-of-type {
  margin-left: auto;
}
.page-number {
  transition: 0.3s linear;
  transition-property: color, background-color;
}
.home_pagination > div:hover {
  cursor: pointer;
}
.home_pagination > .page-number.active {
  cursor: default;
}
.page-number.active {
  background-color: #626061;
  color: #fff;
}
.pagination-arrow {
  max-width: 30px;
  opacity: 1;
  overflow: hidden;
  transition: 0.3s linear;
  transition-property: max-width, border, opacity;
}
.home_pagination > .pagination-arrow {
  border: 0;
}
.pagination-arrow.hidden_arrow {
  max-width: 0;
  border: 0;
  opacity: 0;
}
.home-slider-frame {
  min-height: 200px;
  transition: 0.3s linear;
  transition-property: min-height;
}
.home_content {
  width: 75%;
  margin: 0 auto;
}
.stellenangebote_wrapper .modal-container {
  width: 100%;
  margin-left: 0;
}
.stellenangebote_modal_wrapper .modal-text-wrapper {
  padding: 0;
  padding-top: 45px;
}
.modal-job-info {
  position: relative;
  width: 100%;
  padding-top: 45px;
}
.stellenangebote_modal_wrapper .modal-content {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.stellenangebote_modal_wrapper .modal-content::-webkit-scrollbar {
  display: none;
}
.stellenangebote_modal_wrapper h3 {
  margin-bottom: 10px;
}
.job_form {
  position: relative;
  padding: 20px;
  background-color: #d3d3d3;
}
.job_form span.wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
.job_form input[type="text"],
.job_form input[type="email"],
.job_form input[type="url"],
.job_form input[type="password"],
.job_form input[type="search"],
.job_form input[type="number"],
.job_form input[type="tel"],
.job_form input[type="range"],
.job_form input[type="date"],
.job_form input[type="month"],
.job_form input[type="week"],
.job_form input[type="time"],
.job_form input[type="datetime"],
.job_form input[type="datetime-local"],
.job_form input[type="color"],
.job_form textarea {
  background-color: #fff;
  color: #626061;
}
.job_form ::placeholder {
  color: #626061;
}
.job_form button,
.job_form input[type="button"],
.job_form input[type="reset"],
.job_form input[type="submit"] {
  background: #626061;
  color: #fff;
}
.job_form input[type="text"]:read-only {
  background-color: #d3d3d3;
  cursor: default;
}
.job_form .infotext {
  font-size: 75%;
  color: #626061;
}
.job_form label + .wpcf7-form-control-wrap,
.job_form .codedropz-upload-handler {
  margin-bottom: 0px;
}
.job_form .infotext + .wpcf7-form-control-wrap {
  margin-top: 20px;
}
.wpcf7-submit {
  margin-top: 10px;
}
.job_form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.job_form .wp-block-column:not(:first-child) {
  margin-left: 20px;
}
.wpcf7-form {
  position: relative;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s linear;
  transition-property: width;
}
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 {
  border: 0;
  height: 40px;
  background-color: #fff;
  border-bottom: 2px solid;
}
.contact_form ::placeholder {
  color: #626061;
}
.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
  resize: none;
}
.kontaktform span.wpcf7-form-control-wrap {
  margin-bottom: 10px;
}
.captcha-wrap {
  display: flex;
  flex-wrap: wrap;
}
.captcha-img-wrap {
  flex-basis: 30%;
  height: 40px;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.captcha-img-wrap img {
  object-fit: contain;
  height: 40px;
}
.wpcf7-form-control-wrap.captcha-1 {
  flex-basis: calc(70% - 15px);
  margin-left: 15px;
}
.kontaktform input.wpcf7-not-valid,
.kontaktform select.wpcf7-not-valid,
.kontaktform textarea.wpcf7-not-valid {
  background-color: #626061;
  color: #fff;
}
.wpcf7 form .wpcf7-response-output {
  position: sticky;
  bottom: 0;
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900;
}
.half_form {
  display: flex;
  flex-wrap: wrap;
}
.half_form > .wpcf7-form-control-wrap {
  width: calc(50% - 15px);
  margin-left: 30px;
}
.half_form > .wpcf7-form-control-wrap:first-of-type {
  margin-left: 0px;
}
.contact_info {
  padding-bottom: 20px;
}
#colophon {
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
  margin-top: 100px;
  background-color: #555;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
#colophon .wrapper:first-of-type {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 30px;
}
#colophon,
#colophon a,
#colophon .widget-title,
#colophon .textwidget {
  color: #ccc;
  font-size: 20px;
  line-height: 35px;
}
.site-footer .widget h3,
.site-footer .widget p {
  margin: 0;
  padding: 0;
}
#colophon,
#colophon a {
  font-weight: 300;
}
#colophon .textwidget strong {
  font-weight: 900;
}
#colophon .widget-title {
  margin-top: 0;
}
#colophon .footer-bullet {
  padding: 0 5px;
}
#colophon .sidebar-1 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.last_widget {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
}
#colophon .sign,
#colophon .sign a {
  color: rgba(255, 255, 255, 0.7);
}
#colophon a:hover {
  color: #ae0120;
}
#colophon .menu-footer-menu-container .menu-item > a,
#colophon .mini_menu.menu > a {
  font-size: 17px;
}
#colophon .widget_text {
  position: relative;
  display: flex;
  width: max-content;
  margin-right: 130px;
}
#colophon .widget_text::after {
  content: "";
  position: absolute;
  top: 0;
  right: -65px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
#colophon .widget_text:last-of-type {
  margin-right: 0px;
}
#colophon .widget_text:last-of-type:after {
  display: none;
}
#colophon .socialmedia_container {
  position: relative;
  display: flex;
}
#colophon .socialmedia {
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 15px;
}
#colophon .socialmedia > a {
  background-color: unset;
}
.socialmedia span {
  font-size: 25px;
}
#colophon .socialmedia > a span:before {
  color: #fff;
}
#colophon ul li,
#colophon ol li {
  padding-left: 0;
}
#colophon ul li::before {
  display: none;
}
.site-info > .wrapper {
  z-index: 2;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
  content: unset;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
  opacity: 0.4;
}
#colophon em {
  margin: 0 3px;
}
.widget-title h3 {
  text-transform: none;
}
#colophon h3 {
  text-transform: none;
}
.wp-block-column > .wp-block-cover .wp-block-buttons > .wp-block-button {
  margin: 0 !important;
  margin-bottom: 0px;
  margin-bottom: 30px !important;
}
.archive-title {
  text-align: center;
}
.immomakler_search_container {
  background-color: #626061;
  padding: 1em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
.immomakler .btn,
.immomakler .form-control {
  font-size: 20px;
  height: 40px;
}
#immomakler-search .immomakler-search-center input[type="text"],
#shortcode-immomakler-search-form .immomakler-search-center input[type="text"] {
  height: 40px;
}
.immomakler .btn-default,
.immomakler .form-control {
  background-color: #626061;
  border: 0;
  border-bottom: 2px solid #fff;
  color: rgba(255, 255, 255, 0.6);
  min-height: 35px;
  margin-top: 30px;
}
.immomakler .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.immomakler .btn-default:hover,
.immomakler .btn-default.active,
.immomakler .btn-default:active,
.immomakler .open > .dropdown-toggle.btn-default,
.immomakler input[type="text"]:focus,
.immomakler input[type="email"]:focus,
.immomakler textarea:focus {
  color: #fff;
  background-color: #626061;
  border-color: #fff;
}
.immomakler #immomakler-search-form input[type="text"]:focus,
.immomakler #immomakler-search-form input[type="email"]:focus,
.immomakler #immomakler-search-form textarea:focus,
.immomakler #shortcode-immomakler-search-form input[type="text"]:focus,
.immomakler #shortcode-immomakler-search-form input[type="email"]:focus,
.immomakler #shortcode-immomakler-search-form textarea:focus {
  border: 0;
  border-bottom: 2px solid #fff;
}
#content .immomakler ul li:not(.blocks-gallery-item)::before,
#colophon .immomakler ul li:not(.blocks-gallery-item)::before {
  display: none;
}
.immomakler .caret {
  border-top: 7px dashed;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.immomakler .search-actions .immomakler-submit.btn-primary {
  border: 2px solid #fff;
  margin: 0 !important;
  transition: 0.3s linear;
}
.immomakler .search-actions .immomakler-submit.btn-primary:hover,
#immomakler-search-reset:hover {
  background-color: #fff;
  color: #626061;
}
.immomakler .panel {
  margin-bottom: 0;
}
#immomakler-search-reset {
  color: #fff;
  border: 2px solid #fff;
  transition: 0.3s linear;
}
#immomakler-search,
#shortcode-immomakler-search {
  width: 75%;
  margin: 0 auto;
}
.immomakler_search_container .archive-title {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 30px;
}
#immomakler-search .search-actions.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#shortcode-immomakler-search-advanced .search-actions.row {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
}
#immomakler-search .search-actions.row::before,
#immomakler-search .search-actions.row::after,
#shortcode-immomakler-search-advanced .search-actions.row::before,
#shortcode-immomakler-search-advanced .search-actions.row::after {
  display: none;
}
#immomakler-search .panel .search-actions button,
#immomakler-search .panel .search-actions a.btn,
#shortcode-immomakler-search-advanced .panel .search-actions button,
#shortcode-immomakler-search-advanced .panel .search-actions a.btn {
  margin-bottom: 0px;
  left: unset;
  transform: unset;
}
#immomakler-search-reset {
  position: absolute;
  right: 0;
}
.immomakler_search_container .immomakler-search-taxonomy,
.immomakler_search_container .immomakler-search-radius,
.immomakler_search_container .immomakler-search-center {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.immomakler-archive .immomakler-boxed .property .property-container {
  border: none;
}
.property .modal-container {
  width: 100%;
  height: 100%;
  margin: 0;
}
.immomakler .modal-content {
  border-radius: 0;
}
.immomakler .modal-container > label {
  padding-bottom: 0;
}
.modal-content .property-title {
  line-height: 25px;
  text-transform: unset;
}
.immomakler-archive .immomakler-boxed .property-container .modal-content .thumbnail > img {
  aspect-ratio: 1;
}
.immomakler .modal-container .modal-content {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border: unset;
  hyphens: none;
}
.properties {
  margin: 50px 0;
}
.immomakler-archive .properties .immomakler-boxed .property {
  margin-bottom: 20px;
  padding-top: 0;
}
.immomakler .col-lg-1,
.immomakler .col-lg-10,
.immomakler .col-lg-11,
.immomakler .col-lg-12,
.immomakler .col-lg-2,
.immomakler .col-lg-3,
.immomakler .col-lg-4,
.immomakler .col-lg-5,
.immomakler .col-lg-6,
.immomakler .col-lg-7,
.immomakler .col-lg-8,
.immomakler .col-lg-9,
.immomakler .col-md-1,
.immomakler .col-md-10,
.immomakler .col-md-11,
.immomakler .col-md-12,
.immomakler .col-md-2,
.immomakler .col-md-3,
.immomakler .col-md-4,
.immomakler .col-md-5,
.immomakler .col-md-6,
.immomakler .col-md-7,
.immomakler .col-md-8,
.immomakler .col-md-9,
.immomakler .col-sm-1,
.immomakler .col-sm-10,
.immomakler .col-sm-11,
.immomakler .col-sm-12,
.immomakler .col-sm-2,
.immomakler .col-sm-3,
.immomakler .col-sm-4,
.immomakler .col-sm-5,
.immomakler .col-sm-6,
.immomakler .col-sm-7,
.immomakler .col-sm-8,
.immomakler .col-sm-9,
.immomakler .col-xs-1,
.immomakler .col-xs-10,
.immomakler .col-xs-11,
.immomakler .col-xs-12,
.immomakler .col-xs-2,
.immomakler .col-xs-3,
.immomakler .col-xs-4,
.immomakler .col-xs-5,
.immomakler .col-xs-6,
.immomakler .col-xs-7,
.immomakler .col-xs-8,
.immomakler .col-xs-9 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.immomakler-single.immomakler .panel-default > .panel-heading {
  background-color: #fff;
  border: unset;
}
.immomakler-single.immomakler .panel {
  border: unset;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  padding-bottom: 30px;
}
.immomakler-single.immomakler .panel-heading h2 {
  color: #626061;
  font-size: 30px;
}
.immomakler-single.immomakler .wp-block-group__inner-container > .row {
  position: relative;
  width: 75%;
  margin: 0 auto;
}
.panel-body p strong {
  display: inline;
}
.immomakler-single .property-map iframe.map {
  margin-top: 30px;
}
.immomakler-single.immomakler .btn {
  margin-top: 0;
  color: #fff;
  margin-right: 20px;
  border: 2px solid #626061;
}
.immomakler .property-contactform .form-control {
  height: 40px;
  background-color: #fff;
  border-bottom: 2px solid #626061;
  margin-top: 0px;
  color: #626061;
  padding-left: 0;
}
.immomakler .property-contactform .form-control::placeholder {
  color: #626061;
}
.immomakler-single .property-contactform #immomakler-contactform-form .form-group > div {
  padding-left: 10px;
  padding-right: 10px;
}
.immomakler .property-contactform input[type="text"]:focus,
.immomakler .property-contactform .form-control:focus {
  background-color: #fff;
  border: 0;
  border-bottom: 2px solid #626061;
  color: #626061;
}
.form-control.immomakler-contact-message {
  min-height: 200px;
  resize: none;
  padding: 0;
}
.form-group.immomakler-contactform-send > .col-xs-12 {
  width: 100%;
}
.form-group.immomakler-contactform-send > .col-xs-12 button.btn {
  background-color: #fff;
  color: #626061;
}
.form-group.immomakler-contactform-send > .col-xs-12 button.btn:hover {
  background-color: #626061;
  color: #fff;
}
.immomakler .form-group > div > label {
  margin-top: 20px;
}
#immomakler-contactform-form .form-group:first-of-type > div > label {
  margin-top: 0px;
}
.immomakler_single_gallery {
  padding: 15px;
  margin-top: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  padding-bottom: 0.1%;
}
.lg-content .lg-next,
.lg-content .lg-prev {
  transform: unset;
  right: unset;
  left: unset;
}
.lg-content .lg-next {
  right: 30px;
}
.lg-content .lg-prev {
  left: 30px;
}
.lg-components .lg-sub-html h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.property-description h3 {
  font-weight: 800;
  text-transform: uppercase;
}
.properties-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.properties-wrapper .modal-img-wrapper {
  overflow: hidden;
  max-height: unset;
}
.wp-block-quote {
  text-align: center;
}
.entry-content > *:not(.alignfull),
.entry-content > div.wpcf7,
.alignfull > *,
#content,
#masthead .wrapper,
.wrapper,
#burger-menu,
.burger-menu-inner-container,
#colophon {
  transition: 0.3s linear;
  transition-property: max-width;
}
@media screen and (max-width: 1839px) {
  .entry-content > *:not(.alignfull),
  .entry-content > div.wpcf7,
  .alignfull > *,
  #content,
  #masthead .wrapper,
  .wrapper,
  #burger-menu,
  .burger-menu-inner-container,
  #colophon {
    max-width: calc( 100vw - 160px);
  }
  .slider_counter_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1450px) {
  #burger-menu {
    justify-content: left;
  }
  #site-navigation > div:first-child ~ .burger {
    margin-left: 30px;
  }
  #anchor-menu a {
    margin-left: 14px;
  }
  #anchor-menu a::after {
    left: -7px;
  }
}
@media screen and (max-width: 1340px) {
  #site-navigation #anchor-menu {
    transform: translateX(100%);
  }
}
@media screen and (max-width: 1730px) {
  .news_text {
    width: calc(100% - 550px);
  }
}
@media screen and (max-width: 1485px) {
  .news_text a + p {
    display: none;
  }
  .news h3,
  .news_text h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1775px) {
  #advanced-searchform {
    width: calc(100% - 100px);
  }
  .advanced-search_form_input input,
  .advanced-search_form_input select,
  .advanced-search_form_input input[type="number"] {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1650px) {
  .wp-block-group__inner-container .wp-block-cover .wp-block-image + h3 {
    height: 90px;
  }
  .wp-block-group__inner-container .wp-block-cover .wp-block-image + h3 + p {
    height: 180px;
  }
  .wp-block-group__inner-container .wp-block-cover .wp-block-image + h3 + p + .wp-block-buttons {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .wp-block-columns.img_gallery_wrapper_row {
    padding-bottom: 100px;
  }
  .wp-block-columns.img_gallery_wrapper_row_3 {
    padding-bottom: 50px;
  }
  .img_gallery_wrapper_row .wp-block-image {
    height: calc(50% + 50px);
  }
  .img_gallery_wrapper_row_3 .wp-block-image {
    height: calc(100% + 50px);
  }
  .img_gallery_wrapper_row .wp-block-image a > img,
  .img_gallery_wrapper_row_3 .wp-block-image a > img {
    height: calc(100% - 75px);
  }
  .img_gallery_wrapper_row .wp-block-image a + figcaption,
  .img_gallery_wrapper_row_3 .wp-block-image a + figcaption {
    z-index: 3;
  }
  .wp-block-columns.img_gallery_wrapper_row .wp-block-image > a::after,
  .wp-block-columns.img_gallery_wrapper_row_3 .wp-block-image > a::after {
    bottom: 55px;
  }
  .immomakler-single.immomakler .wp-block-group__inner-container > .row {
    width: 100%;
  }
}
@media screen and (max-width: 1475px) {
  .modal-container {
    width: calc(100% / 2 - 10px);
  }
  .modal-container:nth-child(3n + 1) {
    margin-left: 20px;
  }
  .modal-container:nth-child(2n + 1) {
    margin-left: 0px;
  }
  #shortcode-immomakler-search-form .btn-group.bootstrap-select.col-sm-3 {
    width: 50%;
  }
}
@media screen and (max-width: 1265px) {
  .news_read_more {
    max-width: 0;
  }
  .news_text {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 1275px) {
  .properties .properties-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .properties .properties-wrapper .property {
    min-width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  .modal-box .modal-content .modal-text-wrapper,
  .modal-box .modal-content .modal-img-wrapper,
  .servicemitarbeiter .modal-box .modal-content .modal-img-wrapper,
  .team_container .modal-box .modal-content .modal-img-wrapper {
    width: 50%;
  }
  .immobilien + .modal_content_container .modal-box,
  .projekte + .modal_content_container .modal-box {
    min-width: 90vw;
  }
  .modal-text-wrapper h3 {
    margin-top: 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (max-width: 1200px) {
  .entry-content > :not(.alignfull),
  .entry-content > div.wpcf7,
  .alignfull > *,
  #content,
  #masthead .wrapper,
  .wrapper,
  #burger-menu,
  .burger-menu-inner-container,
  #colophon {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 1050px) {
  .wp-block-columns.img_gallery_wrapper_row {
    display: block;
    padding-bottom: 0;
  }
  .img_gallery_wrapper_row .wp-block-column {
    display: flex;
    margin-left: 0 !important;
  }
  .img_gallery_wrapper_row .wp-block-column .wp-block-image {
    width: calc(50% - 20px);
    margin-left: 0;
  }
  .img_gallery_wrapper_row .wp-block-column .wp-block-image:first-of-type {
    margin-right: 40px;
  }
  .img_gallery_wrapper_row .wp-block-image a + figcaption {
    z-index: 3;
    background-color: #fff;
  }
  .img_gallery_wrapper_row .wp-block-image a > img {
    position: absolute;
  }
  .img_gallery_wrapper_row .wp-block-image > a {
    height: 300px;
  }
  .img_gallery_wrapper_row .wp-block-image a + figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    padding-top: 10px;
    height: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .modal-box .modal-content .modal-text-wrapper {
    position: relative;
  }
  .servicemitarbeiter .modal-box .modal-content .modal-img-wrapper,
  .team_container .modal-box .modal-content .modal-img-wrapper {
    width: 100%;
  }
  .servicemitarbeiter .modal-box .modal-content .modal-text-wrapper,
  .team_container .modal-box .modal-content .modal-text-wrapper {
    position: relative;
  }
  .servicemitarbeiter .modal-box .modal-content .modal-text-wrapper,
  .team_container .modal-box .modal-content .modal-text-wrapper {
    padding: 0;
  }
  .servicemitarbeiter .modal-text-wrapper h3,
  .team_container .modal-text-wrapper h3 {
    margin-top: 50px;
  }
  .servicemitarbeiter .modal-box,
  .team_container .modal-box {
    overflow: auto;
    min-width: 300px;
  }
  .wp-block-group__inner-container > .wp-block-cover {
    height: 50vh;
    max-height: 500px;
    min-height: 25vw;
  }
  .wp-block-group__inner-container > .wp-block-cover.immomakler-search-cover {
    max-height: unset;
  }
  .wp-block-group__inner-container > h1,
  .wp-block-group__inner-container > h2,
  .wp-block-group__inner-container > h3,
  .wp-block-group__inner-container > h4,
  .wp-block-group__inner-container > h5,
  .wp-block-group__inner-container > h6,
  .wp-block-group__inner-container > p,
  .wp-block-group__inner-container > ul,
  .wp-block-group__inner-container > a,
  .has-text-align-center + .wp-block-buttons,
  .wp-block-quote {
    width: 100%;
  }
  .news h3,
  .news_text h3 {
    font-size: 20px;
    line-height: 30px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  h1,
  h2 {
    font-size: 35px;
  }
  .wp-block-group:not(:first-child) .wp-block-group__inner-container > h1,
  .wp-block-group:not(:first-child) .wp-block-group__inner-container > h2,
  .wp-block-group:not(:first-child) .wp-block-group__inner-container > h4 {
    margin-top: 40px;
  }
  .wp-block-columns.projektentwicklung_row_wrapper {
    display: block;
  }
  .wp-block-columns.projektentwicklung_row_wrapper .wp-block-column {
    margin: 30px 0 !important;
  }
  .wp-block-group__inner-container .projektentwicklung_row_wrapper .wp-block-cover .wp-block-image + h3,
  .wp-block-group__inner-container .projektentwicklung_row_wrapper .wp-block-cover .wp-block-image + h3 + p {
    height: unset;
  }
  #colophon .sidebar-1 {
    display: block;
  }
  #colophon .widget_text {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .header_banner {
    height: calc(100vh - 185px);
    min-height: 50vw;
  }
  .akkordeon-block {
    width: 75%;
  }
  body .wp-block-columns.img_gallery_wrapper_row_3 {
    flex-wrap: wrap;
  }
  .wp-block-columns.img_gallery_wrapper_row_3 .wp-block-column {
    flex-basis: 100%;
    margin: 0 !important;
    padding: 0 15%;
    margin-bottom: 30px !important;
  }
  .img_gallery_wrapper_row_3 .wp-block-image {
    height: calc(100% + 0px);
  }
  .img_gallery_wrapper_row_3 .wp-block-image a > img {
    height: calc(100% - 50px);
  }
  .wp-block-columns.img_gallery_wrapper_row_3 .wp-block-image > a::after {
    bottom: 30px;
  }
  .wpcf7-form {
    width: 100%;
  }
  #immomakler-search,
  #shortcode-immomakler-search {
    width: 100% !important;
  }
}
@media screen and (max-width: 950px) {
  .modal-container {
    width: 100%;
  }
  .modal-container,
  .modal-container:nth-child(3n + 1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 900px) {
  .wp-block-cover .wp-block-cover__inner-container p.has-large-font-size,
  .wp-block-cover:first-child .wp-block-cover__inner-container > p:first-child {
    font-size: 6vw;
    line-height: 8vw;
  }
  .wp-block-buttons .wp-block-button {
    min-width: 50%;
    margin-bottom: 10px;
  }
  .wp-block-buttons .wp-block-button:last-of-type {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 850px) {
  .news_img_container {
    width: 35%;
  }
  .news_text {
    width: 55%;
  }
}
@media screen and (max-width: 825px) {
  .paginator.row > div {
    width: max-content;
  }
  .paginator.row > div:last-child {
    margin-left: auto;
    float: right;
  }
}
@media screen and (max-width: 820px) {
  #burger-menu > li {
    min-width: 100%;
  }
  #burger-menu > li a {
    display: inline;
  }
}
@media screen and (max-width: 800px) {
  .modal-box .modal-content .modal-text-wrapper,
  .modal-box .modal-content .modal-img-wrapper {
    width: 100%;
  }
  .modal-text-wrapper h3 {
    margin-top: 50px;
  }
  .modal-box .modal-content .modal-text-wrapper {
    padding: 0;
  }
  .modal-box::after {
    display: none;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns.img_gallery_wrapper_row_3 {
    display: block;
  }
  .img_gallery_wrapper_row_3 .wp-block-image a + figcaption {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  a#immomakler-search-reset {
    position: relative;
    right: 0;
    margin-top: 15px;
    width: min-content;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 720px) {
  .news {
    height: max-content;
  }
  .news_img_container,
  .news_text {
    width: 100%;
    margin-left: 0;
  }
  .news_img {
    width: 100%;
    height: 100%;
    padding-bottom: 35%;
  }
  .news h3,
  .news_text h3 {
    font-size: 25px;
  }
  .news_text a + p {
    display: block;
    font-size: 18px;
  }
  .header_headline h6,
  .wp-block-cover .wp-block-cover__inner-container p.has-large-font-size,
  .wp-block-cover:first-child .wp-block-cover__inner-container > p:first-child {
    font-size: 6vw;
    font-size: 8vw;
  }
  .header_slider_container .slider_counter {
    right: 40px;
  }
  .aktuelles_date {
    padding-top: 10px;
  }
}
@media screen and (max-width: 715px) {
  .img_gallery_wrapper_row .wp-block-column {
    display: block;
  }
  .img_gallery_wrapper_row .wp-block-column .wp-block-image {
    width: 100%;
  }
  .wp-block-columns.img_gallery_wrapper_row_3 .wp-block-column {
    padding: 0;
  }
}
@media screen and (max-width: 625px) {
  #immomakler_search_anchor .paginator.row > div {
    width: 100%;
    float: left;
    text-align: left;
  }
  .immomakler-archive .paginator.row .orderby-switch,
  .immomakler-archive .paginator.row .orderby-switch a {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .has-text-align-center + .wp-block-buttons {
    padding: 40px 0;
  }
  .wp-block-buttons .wp-block-button {
    width: 75%;
    margin: 0;
    margin-bottom: 30px;
  }
  #shortcode-immomakler-search-form .btn-group.bootstrap-select.col-sm-3 {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .wp-block-group__inner-container > .wp-block-cover,
  .wp-block-column .wp-block-cover .wp-block-image {
    height: 35vh;
  }
  .header_headline h6,
  .wp-block-cover .wp-block-cover__inner-container p.has-large-font-size,
  .wp-block-cover:first-child .wp-block-cover__inner-container > p:first-child {
    font-size: 5vw;
    line-height: 7vw;
  }
  h1,
  h2 {
    font-size: 30px;
  }
  #burger-menu > li {
    min-width: 100%;
  }
  .burger-menu-footer {
    display: block;
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 530px) {
  #immomakler-search .immomakler-search-center.col-xs-9 {
    width: 60%;
  }
  #immomakler-search .immomakler-search-radius.col-xs-3 {
    width: 40%;
  }
}
@media screen and (max-width: 400px) {
  #immomakler-search .immomakler-search-center.col-xs-9 {
    width: 100%;
  }
  #immomakler-search .immomakler-search-radius.col-xs-3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .entry-content > :not(.alignfull),
  .entry-content > div.wpcf7,
  .alignfull > *,
  #content,
  #masthead .wrapper,
  .wrapper,
  #burger-menu,
  .burger-menu-inner-container,
  #colophon {
    max-width: calc(100vw - 30px);
  }
  .socialmedia_container.top-container,
  .damage_report {
    transform: translate(100%, -50%);
  }
  .entry-content > .wp-block-group,
  .post-wrapper > .wp-block-group {
    margin-top: 60px;
  }
  .half_form {
    display: block;
  }
  .half_form > .wpcf7-form-control-wrap {
    width: 100%;
    margin-left: 0;
  }
  .search-radius.row > div {
    width: 100%;
  }
  .icon_container {
    width: 130px;
  }
  .icon_container p {
    hyphens: none;
  }
}
@media screen and (max-width: 420px) {
  h1,
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 360px) {
  .property-actions.btn-group.hidden-print > a span {
    display: none;
  }
}
