@charset "UTF-8";
/**
* Theme Name:    WFA
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Theme für Wirtschaftsförderung Alfter
* Version:       1.0
*/
@font-face {
  font-family: "Lato-Bold";
  src: url("fonts/Lato-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Lato-Light";
  src: url("fonts/Lato-Light.woff2") format("woff2");
}
@media (max-width: 650px) {
  .notMobile {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lato-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

@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: "Lato-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-wrap: balance;
}

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

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

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

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

@media (max-width: 500px) {
  p {
    margin-bottom: 10px;
  }
}
strong {
  font-family: "Lato-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

a {
  color: rgb(62, 86, 117);
  text-decoration: none;
  transition: all ease-in 0.25s;
}

a:hover {
  color: rgb(184, 222, 27);
  text-decoration: none;
  text-decoration: none;
}

a.btnPrimary {
  background: rgb(62, 86, 117);
  display: inline-block;
  padding: 15px 25px 15px;
  border-radius: 50px;
  color: white;
  margin-top: 20px;
  font-family: "Lato-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 0.9em;
}

a.btnPrimary:hover {
  background: rgb(184, 222, 27);
  color: black;
}

a.btnWhite {
  background: white;
  display: inline-block;
  padding: 15px 25px 15px;
  border-radius: 50px;
  color: black;
  margin-top: 20px;
  font-family: "Lato-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 0.9em;
}

a.btnWhite:hover {
  background: black;
  color: white;
}

a.wp-block-button__link.wp-element-button {
  background: rgb(62, 86, 117);
  display: inline-block;
  padding: 15px 25px 15px;
  border-radius: 50px;
  color: white;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "Lato-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 0.9em;
}

a.wp-block-button__link.wp-element-button:hover {
  background: rgb(184, 222, 27);
  color: white;
}

.wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

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

.grid-auto {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

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

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

.bigGap {
  gap: 5rem;
}

.wrap .container > .alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media (max-width: 1400px) {
  .contentContainer {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1300px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 5em;
}

.sectionMargin {
  margin-top: 130px;
}

.sectionMarginSmall {
  margin-top: 70px;
}

@media (max-width: 1200px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
  .sectionMargin {
    margin-top: 70px;
  }
  .sectionMarginSmall {
    margin-top: 40px;
  }
}
header {
  position: fixed;
  width: 100%;
  transition: all ease-in 0.25s;
  z-index: 10000;
}

.headerTiny {
  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);
}

.topNav {
  width: 100%;
  background: rgb(62, 86, 117);
  padding: 15px 0;
  transition: all ease-in 0.25s;
}

.topNavTiny {
  margin-top: -54px;
}

.justify-right {
  display: flex;
  justify-content: end;
}

.justify-right a {
  margin-left: 30px;
}

.brandImg {
  width: 210px;
  transition: all ease-in 0.25s;
}

.brandImgTiny {
  width: 120px;
}

.mainNav {
  padding: 10px 0;
  background: white;
}

.mainMenu {
  margin-top: 20px;
  transition: all ease-in 0.25s;
}

.mainMenuTiny {
  margin-top: 2px;
}

.subNav {
  background: rgb(62, 86, 117);
  padding: 10px 0;
}

.subNav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.subNav ul li {
  margin-left: 30px;
}

.subNav ul li a {
  color: white;
}

@media (max-width: 1000px) {
  .subNav ul {
    flex-direction: column;
  }
  .subNav ul li {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .brandImg {
    width: 150px;
  }
  .brandImgTiny {
    width: 120px;
  }
  .mainMenu {
    margin-top: 10px;
  }
  .mainMenuTiny {
    margin-top: 2px;
  }
}
.breadCrump p,
.breadCrump a,
.breadCrump {
  color: white;
}

.breadCrump a:hover {
  color: rgb(184, 222, 27);
}

main {
  padding-top: 200px;
}

footer {
  background: rgb(62, 86, 117);
  padding: 50px 0 60px;
  margin-top: 100px;
  color: white;
}

footer a {
  color: white;
}

.footerFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.footerLinks a {
  align-content: center;
  text-align: center;
}

.footerLinks a:hover {
  background: white;
}

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

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

.footerNav ul li a:hover {
  color: rgb(184, 222, 27);
}

@media (max-width: 1270px) {
  .footerFlex {
    flex-direction: column;
  }
  .footerLinks {
    margin-bottom: 30px;
  }
}
@media (max-width: 730px) {
  .footerLinks {
    grid-template-columns: repeat(1, 1fr);
  }
  .footerLinks a {
    height: 80px;
  }
}
.hero {
  margin-top: -25px;
}

.hero img {
  width: 100%;
  height: 45vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}

@media (max-width: 1024px) {
  .hero img {
    height: 40vh;
  }
}
@media (max-width: 500px) {
  .hero img {
    height: 30vh;
  }
  .hero {
    margin-top: -45px;
  }
}
.linkboxWhite,
.linkboxGreen,
.linkboxBlue {
  border-radius: 40px;
  padding: 30px;
}

.linkboxWhite {
  background: white;
}

.linkboxGreen {
  background: rgb(184, 222, 27);
}

.linkboxBlue {
  background: rgb(62, 86, 117);
  color: white;
}

.linkBoxSchatten {
  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);
}

.linkboxGreen a,
.linkboxBlue a {
  background: white;
  color: black;
}

.linkboxGreen a:hover {
  background: rgb(62, 86, 117);
  color: white;
}

.linkBox h2,
.linkBox h1 {
  font-size: 1.6rem;
}

@media (max-width: 500px) {
  .linkBox h2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 310px) {
  .linkBox h2,
  .linkBox h1 {
    font-size: 1.4rem;
  }
}
.loop-card {
  border: 2px solid transparent;
  padding: 30px;
  border-radius: 40px;
}

.loop-card.is-wohn {
  border-color: #2ecc71;
}

.loop-card.is-gewerbe {
  border-color: #3498db;
}

.loop-card h4 {
  font-size: 1.3rem;
}

.aktuellesHead h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.newsletterBlock {
  background: rgb(184, 222, 27);
  padding: 60px 0;
}

.newsletterBlock h2 {
  text-align: center;
}

input.tnp-submit {
  background: white !important;
  display: inline-block;
  padding: 15px 25px 15px !important;
  border-radius: 50px;
  color: black !important;
  margin-top: 30px !important;
  font-family: "Lato-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 0.9em;
  cursor: pointer !important;
  transition: all ease-in 0.25s !important;
}

input.tnp-submit:hover {
  background: rgb(62, 86, 117) !important;
  color: white !important;
}

.bildblock {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0;
}

.bildblockBildMobile {
  display: none;
}

.bildblockContent {
  background: white;
  padding: 30px;
  border-radius: 40px;
  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);
}

.bildblockContainer {
  display: flex;
  justify-content: end;
}

.bildblockContent {
  width: 50%;
}

@media (max-width: 1024px) {
  .bildblock.wrap {
    display: block;
  }
  .bildblock {
    background: none !important;
    padding: 0;
  }
  .bildblockBildMobile {
    display: block;
    width: 100%;
  }
  .bildblockContainer {
    width: 100%;
    justify-content: center;
  }
  .bildblockContent {
    width: 80%;
    margin-top: -150px;
  }
}
@media (max-width: 500px) {
  .bildblockContainer {
    width: 100%;
  }
  .bildblockContent {
    width: 70%;
    margin-top: -45px;
  }
}
.ansprechpartner h2 {
  margin-bottom: 2rem;
}

.ansprechpartnerBox {
  background: white;
  padding: 30px;
  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);
  border-radius: 40px;
  margin-bottom: 2rem;
}

.ansprechpartnerBox p {
  margin-bottom: 0;
}

.heroGrossContainer {
  margin-top: -25px;
  height: 73vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 40px;
  padding: 4rem;
  display: flex;
  justify-content: end;
  align-items: end;
  box-sizing: border-box;
}

.heroGrossBox {
  width: min(95%, 35rem);
  background: white;
  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);
  padding: 30px;
  border-radius: 40px;
}

@media (max-width: 1024px) {
  .heroGrossContainer {
    height: 50vh;
    padding: 3rem;
  }
}
@media (max-width: 500px) {
  .heroGrossContainer {
    height: 72vh;
    padding: 1rem;
  }
}
.bild-1 img,
.bild-2 img {
  width: 90%;
  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);
  border-radius: 40px;
}

.bild-2 {
  text-align: right;
  margin-top: -30px;
}

@media (max-width: 1200px) {
  .bild-1 img,
  .bild-2 img {
    width: 55%;
  }
  .bild-2 {
    margin-top: -300px;
  }
}
@media (max-width: 500px) {
  .bild-1 img,
  .bild-2 img {
    width: 90%;
  }
  .bild-2 {
    margin-top: -30px;
  }
}
#slider {
  overflow-x: hidden;
  position: relative;
}

.gradientLeft,
.gradientRight {
  position: absolute;
  width: 300px;
  background: rgb(255, 255, 255);
  z-index: 20;
}

.gradientLeft {
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.gradientRight {
  top: 0;
  right: 0;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.main-gallery:focus {
  outline: none;
}

.gallery-cell {
  width: 50%;
  padding: 3rem;
  margin-right: 30px;
  background: rgb(184, 222, 27);
  border-radius: 40px;
  text-align: center;
  box-sizing: border-box;
}

.gallery-cell p {
  margin-bottom: 0;
}

.gallery-cell:hover {
  cursor: grab;
}

@media (max-width: 500px) {
  .gradientLeft,
  .gradientRight {
    position: absolute;
    width: 30px;
  }
  .gallery-cell {
    width: 50%;
    padding: 1.5rem;
  }
}
.accordion {
  margin-bottom: 24px;
}

.accordion-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

.accordion-item {
  width: 100%;
}

.accordion-trigger {
  width: 100%;
  display: block;
  color: black;
  padding: 20px 0 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  border: none;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid black;
  font-family: "Lato-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.accordion-icon {
  transition: transform 0.5s;
}

.accordion-item[open] .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  padding: 0px 0 20px;
}

.accordion-item:first-of-type {
  border: none !important;
}

.accordion-item {
  border: none !important;
}

.downloads {
  background: white;
  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);
  padding: 2rem;
  border-radius: 40px;
  box-sizing: border-box;
}

a.downloadBtn {
  background: rgb(62, 86, 117);
  display: block;
  padding: 15px 25px 15px;
  border-radius: 50px;
  color: white;
  margin-top: 20px;
  font-family: "Lato-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 0.9em;
}

a.downloadBtn:hover {
  background: rgb(184, 222, 27);
  color: black;
}

.cpt-children {
  margin-bottom: 3rem;
}

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

.cpt-full-width {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}

.btn-cpt-full-width {
  text-align: center;
}/*# sourceMappingURL=style.css.map */