@charset "UTF-8";
/*
Theme Name: Immobilienbaukasten
Theme URI: https://www.kaller.de/
Author: Max Greger / Kaller & Kaller
Author URI: mailto:m.greger@kaller.de
Description: Der Kaller & Kaller Immobilienbaukasten ist ein flexibles Tool Immobilien schön zu präsentieren.
Version: 3.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ibk
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.
*/
* {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}
*:active,
* a:focus {
  outline: 0 !important;
  -moz-outline-style: none !important;
  outline-style: none;
}

body {
  --background-color: #EEEEEE;
  --main-color: #FF0000;
  --text-color: #333;
  --site-background-color: #fff;
  font-family: "Futura", "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 110%;
  color: var(--text-color);
  background-color: var(--site-background-color);
  touch-action: pan-x pan-y;
}
body.navOpen {
  overflow: hidden;
}
body.page-template-large-hero #site-header {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  transition: all 0.3s ease-out;
}
body.page-template-large-hero #site-header #primary-menu > li > a {
  color: var(--site-background-color);
}
body.page-template-large-hero #site-header .menu-sub-arrow path {
  fill: var(--site-background-color);
}
body.page-template-large-hero #site-header .custom-logo-link {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
body.page-template-large-hero #site-header .custom-logo-scroll-link {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
body.page-template-large-hero #site-header.scroll {
  background: transparent;
  background-color: var(--site-background-color);
}
body.page-template-large-hero #site-header.scroll #primary-menu > li > a {
  color: var(--text-color);
}
body.page-template-large-hero #site-header.scroll .menu-sub-arrow path {
  fill: var(--text-color);
}
body.page-template-large-hero #site-header.scroll .custom-logo-link {
  opacity: 1;
}
body.page-template-large-hero #site-header.scroll .custom-logo-scroll-link {
  opacity: 0;
}
body.page-template-large-hero .header-gap {
  height: 0;
}

::-moz-selection {
  color: #fff;
  background: var(--main-color);
}

::selection {
  color: #fff;
  background: var(--main-color);
}

p, ul, ol {
  margin-bottom: 0.5em;
  line-height: 1.6;
}
p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin-left: 1rem;
}

h1, h2, h3, h4 {
  margin: 2em 0 1em;
  font-weight: 600;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
  font-weight: 600;
}

.highlight {
  color: var(--main-color);
}

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: var(--main-color);
          text-decoration-color: var(--main-color);
  transition: 0.15s ease-out;
}
a:hover {
  color: var(--main-color);
}

img, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 3rem;
}

form.loading {
  pointer-events: none;
  opacity: 0.5;
}
form > * {
  margin-bottom: 1rem;
}
form > *:last-child {
  margin-bottom: 0;
}
form label {
  display: block;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=date],
form select,
form textarea {
  display: block;
  width: 100%;
  color: var(--text-color);
  border: 2px solid var(--background-color);
  font-family: inherit;
  font-size: inherit;
  padding: 0.5rem;
  min-width: 100%;
  max-width: 100%;
  background-color: inherit;
  border-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: var(--main-color);
          text-decoration-color: var(--main-color);
  transition: 0.15s ease-out;
  display: inline-block;
  cursor: pointer;
}
input[type=submit]:hover {
  color: var(--main-color);
}

.wpcf7 form .wpcf7-response-output {
  margin: 1rem auto;
  padding: 1rem;
  border: 2px solid var(--background-color);
}

.wpcf7-not-valid-tip {
  font-size: 0.8rem;
  margin: 0.5rem 0;
}

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

.reset-list-style, .reset-list-style ul, .reset-list-style ol {
  list-style: none;
  margin: 0;
}

.header-gap {
  height: 94px;
}

#site-header {
  position: fixed;
  background-color: var(--site-background-color);
  z-index: 200;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0) 0px 7px 29px 0px;
  transition: box-shadow 0.3s ease-out;
}

.site-header__wrapper {
  width: 96%;
  width: calc(100% - 4rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-out;
}

.site-header__logo {
  position: relative;
}

.site-header__logo img {
  height: 4rem;
  width: auto;
  transition: all 0.3s ease-out;
}

.custom-logo-scroll-link {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}

.primary-menu {
  display: flex;
}
.primary-menu a {
  text-decoration: none;
}
.primary-menu a:hover {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.primary-menu li.current-menu-item > a,
.primary-menu li.current_page_item > a,
.primary-menu li.current-menu-parent > a {
  text-decoration: underline;
  color: var(--main-color);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.primary-menu > li {
  margin-left: 1rem;
  position: relative;
}
.primary-menu > li > a {
  padding: 2rem 0;
  display: block;
}
.primary-menu > li.menu-item-has-children a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.primary-menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.primary-menu > li > .sub-menu {
  display: none;
  position: absolute;
  padding: 1rem;
  margin-left: -1rem;
  background-color: var(--site-background-color);
  z-index: 100;
}
.primary-menu > li > .sub-menu > li {
  margin-bottom: 0.5rem;
}
.primary-menu > li > .sub-menu > li:last-child {
  margin-bottom: 0;
}

.swiper-button-disabled {
  display: none;
}

#site-header.scroll {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#site-header.scroll .site-header__logo img {
  height: 2rem;
}
#site-header.scroll .primary-menu > li > a {
  padding: 1rem 0;
}

.entry-content > *:not(.alignfull) {
  margin-bottom: 1em;
  width: 96%;
  width: calc(100% - 4rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.align-wide:not(.alignfull) {
  max-width: 1400px;
}
.entry-content > *.align-wide:not(.alignfull):first-child {
  margin-top: 0;
}
.entry-content > *.align-wide:not(.alignfull):last-child {
  margin-bottom: 0;
}
.entry-content > *.align-full:not(.align-wide) {
  margin: 3rem auto;
}
.entry-content > *.align-full:not(.align-wide):first-child {
  margin-top: 0;
}
.entry-content > *.align-full:not(.align-wide):last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-image.alignfull {
  margin: 4.4rem auto;
}
.entry-content .wp-block-separator {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 2px solid var(--background-color);
  border-bottom: none;
}

.fontpage-hero {
  background-color: var(--background-color);
  margin-bottom: 4.4rem;
}

.fontpage-hero__wrapper {
  width: 96%;
  width: calc(100% - 4rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  align-items: center;
  grid-gap: 3rem;
}

.frontpage-hero__content {
  padding: 3rem 0;
}

.frontpage-hero__slider .swiper-slide {
  height: auto;
  position: relative;
}
.frontpage-hero__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.frontpage-hero__slider .swiper-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.frontpage-hero__slider .swiper-slide .swiper-caption {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  color: var(--site-background-color);
  z-index: 10;
}

.fontpage-hero-large .frontpage-hero-large__content {
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: 0;
  z-index: 50;
}
.fontpage-hero-large .frontpage-hero-large__content h1, .fontpage-hero-large .frontpage-hero-large__content h2, .fontpage-hero-large .frontpage-hero-large__content h3, .fontpage-hero-large .frontpage-hero-large__content h4, .fontpage-hero-large .frontpage-hero-large__content h5, .fontpage-hero-large .frontpage-hero-large__content p {
  display: inline;
  padding: 0.6rem 1.2rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: var(--background-color);
}
.fontpage-hero-large .frontpage-hero-large__content h1 span, .fontpage-hero-large .frontpage-hero-large__content h2 span, .fontpage-hero-large .frontpage-hero-large__content h3 span, .fontpage-hero-large .frontpage-hero-large__content h4 span, .fontpage-hero-large .frontpage-hero-large__content h5 span, .fontpage-hero-large .frontpage-hero-large__content p span {
  position: relative;
}
.fontpage-hero-large .frontpage-hero-large__content .fontpage-hero-large__content-ele {
  margin-top: 1.75rem;
}
.fontpage-hero-large .frontpage-hero-large__swiper .swiper-slide {
  height: 100vh;
}
.fontpage-hero-large .frontpage-hero-large__swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-hero {
  background-color: var(--background-color);
  margin-bottom: 4.4rem;
}

.single-hero__wrapper {
  width: 96%;
  width: calc(100% - 4rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  align-items: center;
  grid-gap: 3rem;
}

.single-hero__content {
  padding: 3rem 0;
}
.single-hero__content h1 {
  margin-bottom: 1rem;
}
.single-hero__content h1:last-child {
  margin-bottom: 0;
}

.swiper-arrows {
  display: flex;
  position: absolute;
  z-index: 100;
  bottom: 0.5rem;
  right: 0.5rem;
}
.swiper-arrows path {
  fill: var(--site-background-color);
}

.block-overview {
  margin: 4.4rem auto;
}

.block-overview__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  grid-gap: 3rem;
}

.block-overview__facts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

h3.block-overview__facts__item {
  margin: 1rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  color: var(--main-color);
}
h3.block-overview__facts__item .block-overview__facts__item_desc {
  display: block;
  font-size: 1rem;
  color: var(--text-color);
}

.block-overview.small h3.block-overview__facts__item {
  font-size: 2rem;
}

.block-image {
  background-color: var(--background-color);
  margin: 4.4rem auto !important;
}

.block-image__wrapper {
  width: 96%;
  width: calc(100% - 4rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  grid-gap: 3rem;
}

.block-image__content {
  padding: 4rem 0;
}

.block-image__swiper {
  height: 100%;
}
.block-image__swiper .swiper-slide {
  height: auto;
  position: relative;
}
.block-image__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-image__swiper .swiper-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.block-image__swiper .swiper-slide .swiper-caption {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  color: var(--site-background-color);
  z-index: 10;
}

.site-footer {
  margin: 4rem auto;
}

.site-footer__wrapper {
  width: 96%;
  width: calc(100% - 4rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
}

.mobile-navigation {
  position: fixed;
  background-color: var(--site-background-color);
  width: 100%;
  z-index: 180;
  height: 100%;
  overflow: auto;
  padding-bottom: 3rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: all 0.3s ease-out;
  top: 0;
  padding-top: 130px;
}
.mobile-navigation.navOpen {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mobile-navigation.navOpen .mobile-menu > li {
  display: block;
}
.mobile-navigation .mobile-menu__wrapper {
  width: 96%;
  width: calc(100% - 4rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.mobile-navigation .mobile-menu {
  font-size: 1.5em;
}
.mobile-navigation .mobile-menu .menu-sub-arrow {
  transition: all 0.3s ease-out;
}
.mobile-navigation .mobile-menu a {
  text-decoration: none;
}
.mobile-navigation .mobile-menu a:hover {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.mobile-navigation .mobile-menu > li {
  display: none;
  position: relative;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateX(30px);
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mobile-navigation .mobile-menu > li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.mobile-navigation .mobile-menu > li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mobile-navigation .mobile-menu > li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.mobile-navigation .mobile-menu > li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mobile-navigation .mobile-menu > li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mobile-navigation .mobile-menu > li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.mobile-navigation .mobile-menu > li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.mobile-navigation .mobile-menu > li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.mobile-navigation .mobile-menu > li.menu-item-has-children a {
  display: flex;
  align-items: center;
}
.mobile-navigation .mobile-menu > li.menu-item-has-children.menu-item-has-children {
  transition: all 0.3s ease-out;
}
.mobile-navigation .mobile-menu > li.menu-item-has-children.menu-item-has-children.aufklappen {
  margin: 3rem 0;
}
.mobile-navigation .mobile-menu > li.menu-item-has-children.menu-item-has-children.aufklappen .menu-sub-arrow {
  transform: rotate(180deg);
}
.mobile-navigation .mobile-menu > li > .sub-menu {
  max-height: 0;
  overflow: hidden;
  background-color: var(--site-background-color);
  z-index: 600;
  transition: all 0.3s ease-out;
  margin-left: 1rem;
}
.mobile-navigation .mobile-menu > li > .sub-menu > li {
  margin-top: 0.5rem;
}
.mobile-navigation .mobile-menu > li.current-menu-item, .mobile-navigation .mobile-menu > li.current_page_item {
  text-decoration: underline;
  color: var(--main-color);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

@-webkit-keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.burger {
  display: block;
  background: 0 0;
  border: none;
  width: 40px;
  height: 80px;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-left: 2rem;
}
.burger .line1 {
  position: absolute;
  top: 29px;
  display: block;
  height: 2px;
  background-color: #333;
  width: 100%;
  transition: all 0.45s cubic-bezier(0.43, 0.32, 0.12, 1.28);
}
.burger .line2 {
  display: block;
  height: 2px;
  background-color: #222;
  width: 100%;
  transition: all 0.45s cubic-bezier(0.43, 0.32, 0.12, 1.28);
  position: absolute;
  top: 47px;
}

.burger.navOpen .line2 {
  transform: rotate(-45deg) translate(4px, -10px);
}
.burger.navOpen .line1 {
  transform: rotate(45deg) translate(2px, 9px);
}

.pswp__custom-caption {
  font-size: 0.8rem;
  color: var(--site-background-color);
  width: calc(100% - 32px);
  max-width: 800px;
  padding: 1rem;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  text-align: center;
  text-shadow: 0px 0px 5px #000;
}

.kre-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  grid-gap: 3rem;
}

table {
  width: 100%;
  border: none;
  overflow: hidden;
  border-collapse: collapse;
}
table p {
  margin: 0;
}
table thead tr {
  border-bottom: 1px dotted var(--text-color);
}
table thead th {
  padding: 1rem 0;
}
table tr {
  padding: 1rem 0;
  border-bottom: 1px dotted var(--text-color);
}
table tr td {
  padding: 1rem 0;
}
table tr:last-child {
  border-bottom: none;
}

.accordion__item {
  position: relative;
  outline: none;
  background-color: var(--site-background-color);
}
.accordion__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.accordion__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  z-index: 1;
  outline: none;
}

.accordion__item-header {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.accordion__item-header-icon {
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 0.3s ease;
}
.accordion__item-header-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 15px;
  background-color: var(--main-color);
  opacity: 1;
  transition: opacity 0.2s ease;
}
.accordion__item-header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background-color: var(--main-color);
  opacity: 1;
  transition: opacity 0.2s ease;
}
.accordion__item-header-icon[data-accordion-button-icon=open] {
  transform: rotate(-90deg);
}
.accordion__item-header-icon[data-accordion-button-icon=open]::after {
  opacity: 0;
}

.accordion__content {
  height: 0;
  transition: height 0.3s ease;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}
.accordion__content > *:last-child {
  margin-bottom: 1.5rem;
}

button {
  outline: none !important;
}

.single-news-item {
  padding: 2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 2rem;
}
.single-news-item h2 {
  font-size: 1.5rem;
}

@media only screen and (max-width: 1482px) {
  .fontpage-hero-large .frontpage-hero-large__content {
    bottom: 2rem;
    left: 0;
    width: calc(100% - 4rem);
    max-width: 1200px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  #hamburger {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 100%;
  }
  #site-header.scroll .site-header__wrapper {
    padding: 0;
  }
  .site-header--navigation {
    display: none;
  }
  .site-header__wrapper {
    padding: 1rem 0;
  }
  .site-header__logo img {
    height: 3rem;
  }
  .frontpage-hero__content,
.block-image__content {
    padding-bottom: 0;
  }
  .frontpage-hero__slider {
    padding-top: 0;
  }
  .header-gap {
    height: 112px;
  }
}/*# sourceMappingURL=style.css.map */