@charset "UTF-8";
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
@font-face {
  font-family: "DMSerif";
  src: url("fonts/DMSerifDisplay-Regular.woff2") format("woff2"), url("fonts/DMSerifDisplay-Regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MaropeBold";
  src: url("fonts/Manrope-Bold.woff2") format("woff2"), url("fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MaropeLight";
  src: url("fonts/Manrope-Light.woff2") format("woff2"), url("fonts/Manrope-Light.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 650px) {
  .notMobile {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "MaropeLight", sans-serif;
  font-size: 18px;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background: rgb(241, 237, 228);
}

#root {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100dvh;
}

@media (max-width: 1300px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
}
img,
picture,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: "DMSerif", serif;
  text-wrap: balance;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.05;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.05;
}

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

@media (max-width: 1300px) {
  h1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1rem;
  }
}
p {
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  p {
    margin-bottom: 10px;
    text-wrap: pretty;
  }
}
strong {
  font-family: "MaropeBold", sans-serif;
}

a {
  color: rgb(216, 110, 92);
  text-decoration: none;
  transition: all ease-in 0.25s;
}

a:hover {
  color: rgb(168, 16, 19);
  text-decoration: none;
  text-decoration: none;
}

a.btnPrimary {
  background: rgb(216, 110, 92);
  display: inline-block;
  border-radius: 10px;
  color: white;
  margin-top: 20px;
  font-family: "MaropeBold", sans-serif;
  padding: 20px 25px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

a.btnPrimary:hover {
  background: rgb(168, 16, 19);
}

a.btnWhite {
  background: white;
  display: inline-block;
  border-radius: 10px;
  color: rgb(216, 110, 92);
  margin-top: 20px;
  font-family: "MaropeBold", sans-serif;
  padding: 20px 25px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

a.btnWhite:hover {
  background: rgb(168, 16, 19);
  color: white;
}

a.wp-block-button__link.wp-element-button {
  background: rgb(216, 110, 92);
  display: inline-block;
  border-radius: 10px;
  color: white;
  margin-top: 20px;
  font-family: "MaropeBold", sans-serif;
  padding: 20px 25px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

a.wp-block-button__link.wp-element-button:hover {
  background: rgb(168, 16, 19);
}

.sectionMargin {
  margin-top: 130px;
}

.sectionMarginSmall {
  margin-top: 70px;
}

@media (max-width: 500px) {
  .sectionMargin {
    margin-top: 70px;
  }
  .sectionMarginSmall {
    margin-top: 40px;
  }
}
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container {
  width: min(90%, 100rem);
}

main {
  padding-top: 140px;
}
main:has(#hero) {
  padding-top: 0;
}

@media (max-width: 992px) {
  main {
    padding-top: 110px;
  }
}
@media (max-width: 500px) {
  main {
    padding-top: 95px;
  }
}
.grid-auto {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.gridResponsive {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr));
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}

.grid-header {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.contentContainer {
  display: grid;
  gap: 5rem;
  grid-template-columns: 2fr 1fr;
}

.bigGap {
  gap: 5rem;
}

.wrap .wp-block-columns:not(.alignfull) {
  width: min(90%, 100rem);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.wrap > .alignfull,
.wrap .wp-block-columns.alignfull {
  width: 100%;
  max-width: 100%;
}

.container > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

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

/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: all ease-in 0.25s;
}

.headerTiny {
  background: white;
  padding: 13px 0 20px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}

.brandBox {
  font-family: "DMSerif", serif;
  font-size: 2.5rem;
  transition: all ease-in 0.25s;
}

.brandBoxTiny {
  font-size: 2rem;
}

@media (max-width: 500px) {
  .brandBox {
    font-size: 1.8rem;
  }
  .brandBoxTiny {
    font-size: 1.6rem;
  }
}
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.main-nav {
  position: relative;
  z-index: 1000;
  padding: 16px 0 0 0;
  transition: all ease-in 0.25s;
}
.main-nav .nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.main-nav .nav-toggle {
  display: none;
}
.main-nav .nav-toggle-label {
  display: none;
}
.main-nav .nav-overlay {
  display: none;
}
.main-nav .main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 2rem;
  align-items: center;
}
.main-nav .main-menu > li {
  list-style: none;
  position: relative;
}
.main-nav .main-menu > li a {
  font-family: "MaropeBold", sans-serif;
  text-decoration: none;
  color: rgb(168, 16, 19);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
}
.main-nav .main-menu > li a:hover {
  color: rgb(216, 110, 92);
}
.main-nav .main-menu > li.menu-item-has-children > a::after {
  content: "▾";
  font-size: 0.7em;
}
.main-nav .main-menu > li.menu-item-has-children > .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  margin: 0;
  padding: 0.75rem 0;
  list-style: none;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 1200;
}
.main-nav .main-menu > li.menu-item-has-children > .sub-menu li a {
  display: block;
  padding: 0.4rem 1rem;
  white-space: nowrap;
}
.main-nav .main-menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-nav .main-menu > li:last-child > a {
  padding: 0.5rem 1.3rem;
  border-radius: 10px;
  background: rgb(216, 110, 92);
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.main-nav .main-menu > li:last-child > a:hover {
  background-color: rgb(168, 16, 19);
  color: #ffffff;
}

.main-navTiny {
  padding: 8px 0 0 0;
}

@media (max-width: 1000px) {
  .main-nav {
    padding: 13px 0 0 0;
  }
  .main-nav .nav-inner {
    justify-content: space-between;
  }
  .main-nav .nav-toggle-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    position: relative;
    z-index: 1101;
  }
  .main-nav .nav-toggle-label span,
  .main-nav .nav-toggle-label span::before,
  .main-nav .nav-toggle-label span::after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: rgb(168, 16, 19);
    border-radius: 2px;
    position: relative;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .main-nav .nav-toggle-label span::before,
  .main-nav .nav-toggle-label span::after {
    position: absolute;
    left: 0;
  }
  .main-nav .nav-toggle-label span::before {
    top: -7px;
  }
  .main-nav .nav-toggle-label span::after {
    top: 7px;
  }
  .main-nav .nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1040;
  }
  .main-nav .main-menu {
    position: fixed;
    inset: 0 auto 0 0;
    width: 80vw;
    max-width: 320px;
    height: 100vh;
    padding: 5rem 1.5rem 2rem;
    margin: 0;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1050;
    overflow-y: auto;
  }
  .main-nav .main-menu > li {
    width: 100%;
  }
  .main-nav .main-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0;
    color: rgb(168, 16, 19);
    font-size: 1.05rem;
  }
  .main-nav .main-menu > li > a:hover {
    color: rgb(216, 110, 92);
  }
  .main-nav .main-menu > li:last-child > a {
    margin-top: 1rem;
    padding: 0.5rem 1.3rem;
    border-radius: 999px;
    background: rgb(216, 110, 92);
    color: white;
    white-space: nowrap;
    align-self: flex-start;
  }
  .main-nav .main-menu > li:last-child > a:hover {
    background-color: rgb(168, 16, 19);
    color: #ffffff;
  }
  .main-nav .main-menu .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-nav .main-menu .menu-item-has-children > a::after {
    content: "▾";
    font-size: 0.7em;
    transition: transform 0.2s ease;
  }
  .main-nav .main-menu .menu-item-has-children > .sub-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: max-height 0.25s ease;
  }
  .main-nav .main-menu .menu-item-has-children > .sub-menu li a {
    padding-left: 1rem;
    font-size: 0.98rem;
  }
  .main-nav .main-menu .menu-item-has-children:focus-within > .sub-menu, .main-nav .main-menu .menu-item-has-children.current-menu-ancestor > .sub-menu, .main-nav .main-menu .menu-item-has-children.current-menu-item > .sub-menu {
    max-height: 500px;
  }
  .main-nav .main-menu .menu-item-has-children:focus-within > a::after, .main-nav .main-menu .menu-item-has-children.current-menu-ancestor > a::after, .main-nav .main-menu .menu-item-has-children.current-menu-item > a::after {
    transform: rotate(180deg);
  }
  .main-nav .nav-toggle:checked ~ .nav-overlay {
    opacity: 1;
    visibility: visible;
  }
  .main-nav .nav-toggle:checked ~ .main-menu {
    transform: translateX(0);
  }
  .main-nav .nav-toggle:checked + .nav-toggle-label span {
    transform: rotate(45deg);
  }
  .main-nav .nav-toggle:checked + .nav-toggle-label span::before {
    transform: rotate(-90deg) translate(-7px, 0);
  }
  .main-nav .nav-toggle:checked + .nav-toggle-label span::after {
    opacity: 0;
  }
  .main-navTiny {
    padding: 0 0 0 0;
  }
}
@media (max-width: 500px) {
  .main-nav {
    padding: 0 0 0 0;
  }
  .main-navTiny {
    padding: 0px 0 0 0;
  }
}
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
footer {
  background: rgb(41, 41, 41);
  padding: 3rem 0;
  color: white;
}

.info strong {
  color: rgb(216, 110, 92);
  font-family: "DMSerif", serif;
  font-size: 1.4rem;
}

.footerMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerMenu ul li a {
  display: inline-block;
  margin-bottom: 1rem;
}

@media (max-width: 500px) {
  footer .grid-header {
    display: block;
  }
  .footerMenu {
    margin-top: 2rem;
  }
}
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.hero.grid-2 {
  grid-template-columns: 2fr 3fr;
}

.heroCopy {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.heroCopy strong {
  color: rgb(216, 110, 92);
}

.heroCopy h1 {
  font-size: 4rem;
}

.heroImg img {
  border-radius: 27px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80vh;
}

@media (max-width: 1500px) {
  .heroImg img {
    height: 75vh;
  }
}
@media (max-width: 1300px) {
  .heroImg img {
    height: 70vh;
  }
}
@media (max-width: 1024px) {
  .heroImg img {
    height: 60vh;
  }
}
@media (max-width: 992px) {
  .heroImg img {
    height: 50vh;
  }
}
@media (max-width: 500px) {
  .heroImg img {
    height: 40vh;
  }
}
@media (max-width: 1500px) {
  .heroCopy h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1305px) {
  .hero.grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .heroCopy h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  .hero.grid-2 {
    grid-template-columns: 1fr;
  }
  .hero.grid-2 > :nth-child(1) {
    order: 2;
  }
  .hero.grid-2 > :nth-child(2) {
    order: 1;
  }
}
@media (max-width: 500px) {
  .heroCopy h1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 335px) {
  .heroCopy h1 {
    font-size: 2rem;
  }
}
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.galerieFilter {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.galerieFilter-btn {
  font-family: "MaropeLight", sans-serif;
  cursor: pointer;
  border: 1px solid rgb(216, 110, 92);
  background: transparent;
  color: rgb(216, 110, 92);
  border-radius: 10px;
  padding: 10px 20px;
  transition: all ease-in 0.25s;
}

.galerieFilter-btn:hover,
.galerieFilter-btn.is-active {
  background: rgb(216, 110, 92);
  color: white;
}

.galerieGrid {
  transition: all ease-in 0.25s;
}

.galerieGrid.is-loading {
  opacity: 0.4;
}

.galerieItem img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 27px;
}

.galerieItem-link {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.galerieLoadMore {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.galerieLoadMore-btn {
  display: none;
  font-family: "MaropeLight", sans-serif;
  cursor: pointer;
  border: 1px solid rgb(216, 110, 92);
  background: transparent;
  color: rgb(216, 110, 92);
  border-radius: 10px;
  padding: 10px 25px;
  transition: all ease-in 0.25s;
}

.galerieLoadMore-btn.is-visible {
  display: inline-block;
}

.galerieLoadMore-btn:hover {
  background: rgb(216, 110, 92);
  color: white;
}

.intro {
  margin-bottom: 3rem;
}

.intro strong {
  color: rgb(216, 110, 92);
  margin: 0;
}

.intro h2 {
  font-size: 3rem;
}

@media (max-width: 1024px) {
  .galerieGrid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .intro {
    margin-bottom: 2rem;
  }
  .intro h2 {
    font-size: 2rem;
  }
}
@media (max-width: 650px) {
  .galerieGrid.grid-3 {
    grid-template-columns: 1fr;
  }
}
.galerieLightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
}

.galerieLightbox.is-open {
  display: flex;
}

body.galerieLightbox-open {
  overflow: hidden;
}

.galerieLightbox-stage {
  width: min(90vw, 1600px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.galerieLightbox-img {
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
  border-radius: 10px;
}

.galerieLightbox-close,
.galerieLightbox-prev,
.galerieLightbox-next {
  position: absolute;
  border: none;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 2.5rem;
  line-height: 1;
  padding: 10px;
  transition: all ease-in 0.25s;
}

.galerieLightbox-close:hover,
.galerieLightbox-prev:hover,
.galerieLightbox-next:hover {
  color: rgb(216, 110, 92);
}

.galerieLightbox-close {
  top: 20px;
  right: 20px;
}

.galerieLightbox-prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.galerieLightbox-next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 650px) {
  .galerieLightbox-prev {
    left: 5px;
  }
  .galerieLightbox-next {
    right: 5px;
  }
}
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.blocke {
  background: rgb(41, 41, 41);
  color: white;
  padding: 4rem 0;
}

.block {
  background: white;
  color: black;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
}

.block .price {
  font-family: "DMSerif", serif;
  font-size: 1.4rem;
  color: rgb(216, 110, 92);
}

.block h3 {
  font-size: 1.5rem;
  color: rgb(216, 110, 92);
}

.block p:last-child {
  margin: 0;
}

.abschluss {
  margin-top: 2rem;
}

.abschluss p:last-child {
  margin: 0;
}

@media (max-width: 1300px) {
  .angebotRaster.grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 850px) {
  .angebotRaster.grid-3,
  .angebotRaster.grid-2 {
    grid-template-columns: 1fr;
  }
}
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.aufzahlpunkt {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(41, 41, 41);
}

.aufzahlpunkt p:last-child {
  margin-bottom: 0;
}

.aufzahlpunkt h3 {
  font-size: 4rem;
  color: rgb(216, 110, 92);
}

@media (max-width: 992px) {
  .aufzahlungGrid.grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .aufzahlungGrid.grid-3,
  .aufzahlungGrid.grid-2 {
    grid-template-columns: 1fr;
  }
}
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
#ubermich {
  background: rgb(41, 41, 41);
  color: white;
  padding: 4rem 0;
}

.ubermichGrid {
  display: grid;
  grid-template-columns: minmax(0, 500px) 1fr;
  gap: 3rem;
  align-items: center;
}

.ubermichImg img {
  border-radius: 27px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}

.ubermichContent h4 {
  font-size: 3rem;
  line-height: 1.1;
}

.ubermichContent strong {
  color: rgb(216, 110, 92);
}

.ubermichContent p:last-child {
  margin: 0;
}

@media (max-width: 1050px) {
  .ubermichGrid {
    grid-template-columns: 1fr;
  }
  .ubermichImg img {
    width: 400px;
  }
}
@media (max-width: 670px) {
  .ubermichContent h4 {
    font-size: 2rem;
  }
}
/**
* Theme Name:    Katrin-Sarholz
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.kontakt {
  margin-top: -5rem;
  position: relative;
  z-index: 500;
}

.kontaktGrid {
  display: grid;
  gap: 4rem;
  grid-template-columns: 2fr 3fr;
}

#kontakt {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

#kontakt strong {
  color: rgb(216, 110, 92);
}

#kontakt h4 {
  font-size: 3rem;
  line-height: 1.1;
}

#anfrage {
  background: rgb(216, 110, 92);
  padding: 2rem;
  border-radius: 10px;
  color: white;
}

#anfrage label.gfield_label.gform-field-label {
  color: white;
  font-size: 1rem;
}

#anfrage span.gfield_required.gfield_required_text {
  font-family: "MaropeBold", sans-serif;
  color: white;
}

#anfrage input,
#anfrage textarea {
  border: 0;
}

#anfrage input {
  height: 3rem;
}

#anfrage input#gform_submit_button_1 {
  background: white !important;
  display: inline-block !important;
  border-radius: 10px !important;
  color: rgb(216, 110, 92) !important;
  margin-top: 20px !important;
  font-family: "MaropeBold", sans-serif;
  padding: 20px 25px !important;
  text-box-trim: trim-both !important;
  text-box-edge: cap alphabetic !important;
}

#anfrage input#gform_submit_button_1:hover {
  background: rgb(168, 16, 19) !important;
  color: white !important;
}

#anfrage .gform-theme--foundation .gform_fields {
  gap: 1rem !important;
}

@media (max-width: 1050px) {
  .kontakt {
    margin-top: 80px;
  }
  .kontaktGrid {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */