@import "wkr_css.css";
html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

body {
  font-family: "Myriad W05 Light";
  font-size: 20px;
}

p {
  font-family: "Myriad W05 Light";
  font-size: 20px;
  line-height: 1.5em;
}
@media (min-width: 1200px) {
  p {
    font-size: 24px;
  }
}

ul li {
  font-size: 20px;
}
@media (min-width: 1200px) {
  ul li {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 20px;
  }
  .row {
    margin: 0 -15px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    padding: 0 15px;
  }
  .content p {
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1680px;
  }
}
h1 {
  font-size: 70px;
  color: #00519e;
  letter-spacing: -0.5px;
  hyphens: auto;
}

h2 {
  font-size: 40px;
  color: #00519e;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
  hyphens: auto;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 65px;
  }
}
h2.kicker {
  padding: 0 0 30px 0;
}

h3 {
  font-size: 28px;
  hyphens: auto;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 40px;
  }
}

strong {
  font-family: "Myriad W01 Bd";
  color: #00519e;
}

img {
  width: 100%;
  height: auto;
}

section {
  max-width: 100%;
  background: #fff;
  padding: 10vh 0 !important;
}

.bg-green {
  background: #9FAE4D !important;
  color: #fff;
}

.bg-lightblue {
  background: #eeF1f7 !important;
  color: #fff;
}

.bg-blue {
  background: #00519e !important;
  color: #fff;
}

span.marker {
  background-image: linear-gradient(#fff 60%, #fdc400 55%);
  display: inline;
}
.bg-lightblue span.marker {
  background-image: linear-gradient(#eeF1f7 60%, #fdc400 55%);
  display: inline;
}

header.menu {
  position: fixed;
  top: 0;
}
header.menu .header-logo {
  background: url(../img/logo-wohnstaette-krefeld-mono.svg) no-repeat top left;
  background-size: cover;
}
@media (max-width: 992px) {
  header.menu .header-logo {
    width: 200px;
    background: url(../img/full-logo.svg) no-repeat top left !important;
    background-size: contain !important;
  }
}
header.menu.is-fixed {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
header.menu.is-fixed .header-logo {
  background: url(../img/full-logo.svg) no-repeat top left;
  background-size: contain;
}
@media (max-width: 992px) {
  header.menu.is-fixed .header-logo {
    width: 200px;
    background: url(../img/full-logo.svg) no-repeat top left !important;
    background-size: contain !important;
  }
}
header.menu .navbar-light .navbar-nav .nav-link {
  display: block;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../img/burger-primary.svg);
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 8px 0;
  }
  .navbar-light .navbar-nav .nav-link:last-child {
    padding-bottom: 16px;
  }
}
.stage {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.stage .stage-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.stage .stage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stage .caption-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.stage .caption-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 2;
  opacity: 0.9;
}
.stage .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.stage .container h1 {
  font-size: 40px;
  line-height: 1.1em;
  color: #fff;
  margin: 0;
  padding: 0 0 0 0;
  hyphens: none;
}
@media (min-width: 768px) {
  .stage .container h1 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .stage .container h1 {
    font-size: 100px;
  }
}
.stage .container p {
  font-size: 24px;
  line-height: 1.4em;
  font-family: "Myriad W05 Light";
  color: #fff;
  margin: 0;
  max-width: 800px;
  padding: 20px 0 15px 0;
  display: block;
}
@media (min-width: 768px) {
  .stage .container p {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .stage .container p {
    font-size: 44px;
  }
}

.blue {
  color: #00519e;
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #00519e;
  text-align: center;
  width: 50px;
  height: 50px;
}
.scroll-top:hover {
  background: #fdc400;
}
.scroll-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scroll-top img {
  max-width: 56%;
  display: block;
  margin: 10px auto 0 auto;
}
.scroll-top span {
  display: none;
}

.open-cookie-settings {
  display: none;
}

#sticky-navigator {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #sticky-navigator {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 1600px) {
  #sticky-navigator {
    padding: 80px 0 0 0;
  }
}
#sticky-navigator h3 {
  font-size: 26px;
  font-weight: 400;
  color: #00519e;
  margin: 0;
  padding: 0 0 15px 0;
}
#sticky-navigator ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sticky-navigator ul li {
  display: block;
  margin: 0;
  padding: 3px 15px 3px 0;
}
@media (min-width: 1400px) {
  #sticky-navigator ul li {
    padding: 5px 15px 5px 0;
  }
}
@media (min-width: 1600px) {
  #sticky-navigator ul li {
    padding: 5px 40px 5px 0;
  }
}
#sticky-navigator ul li a, #sticky-navigator ul li a:active, #sticky-navigator ul li a:hover, #sticky-navigator ul li a:visited {
  font-size: 17px;
  color: #7f7f7f;
  margin: 0;
  padding: 4px 0 4px 13px;
  display: block;
  position: relative;
}
#sticky-navigator ul li a:before, #sticky-navigator ul li a:active:before, #sticky-navigator ul li a:hover:before, #sticky-navigator ul li a:visited:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: transparent;
  content: "";
}
#sticky-navigator ul li a:active, #sticky-navigator ul li a:hover {
  color: #000;
}
#sticky-navigator ul li.current a, #sticky-navigator ul li.current a:active, #sticky-navigator ul li.current a:hover, #sticky-navigator ul li.current a:visited {
  font-size: 17px;
  font-weight: 600;
  color: #00519e;
  margin: 0;
  padding: 4px 0 4px 13px;
  display: block;
}
#sticky-navigator ul li.current a:before, #sticky-navigator ul li.current a:active:before, #sticky-navigator ul li.current a:hover:before, #sticky-navigator ul li.current a:visited:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #fdc400;
  content: "";
}
#sticky-navigator ul li.current a:active, #sticky-navigator ul li.current a:hover {
  font-size: 17px;
  font-weight: 600;
  color: #00519e;
  margin: 0;
  padding: 4px 0 4px 13px;
  display: block;
}

.preface {
  position: relative;
  top: 0;
}
.preface header {
  position: relative;
}
.preface img {
  margin: 0;
}

.preface-text p {
  font-family: "Myriad W05 Light";
  font-size: 20px;
}
@media (min-width: 1200px) {
  .preface-text p {
    font-size: 24px;
  }
}
.preface-text ul {
  margin-bottom: 20px;
}
.preface-text ul li {
  font-size: 25px;
  color: #000;
}

.image-fullwidth {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 1360px;
  margin: 0 auto;
  padding: 40px 0 74px 0;
}
.image-fullwidth img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image-grid {
  position: relative;
  padding: 60px 0 60px 0;
}

.intro {
  position: relative;
}
.intro .icons {
  position: relative;
  padding: 80px 0 60px 0;
  overflow: hidden;
}
.intro .icons .col-auto {
  position: relative;
  padding: 10px;
}
.intro .icons img {
  width: auto;
  max-height: 130px;
  margin: 0 0 15px 0;
}
.intro .icons .icon-scale {
  position: relative;
  z-index: 2;
  border: 5px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.intro p.copy {
  font-size: 16px;
  padding: 60px 0 0 0;
}

section.fields-of-action .fields-text {
  margin: 0 0 -10px 0;
  padding: 80px 0 0 0;
}
section.fields-of-action .fields-text p {
  font-family: "Myriad W05 Light";
  font-size: 20px;
}
@media (min-width: 1200px) {
  section.fields-of-action .fields-text p {
    font-size: 24px;
  }
}
section.fields-of-action .fields-text ul {
  margin: 0;
  padding: 0 0 15px 0;
  list-style-type: none;
}
section.fields-of-action .fields-text ul li {
  position: relative;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0 0 0 42px;
}
section.fields-of-action .fields-text ul li:before {
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54'%3E%3Cpath data-name='Pfad 2' d='M27 0A27 27 0 1 1 0 27 27 27 0 0 1 27 0Z' fill='%23fdc400'/%3E%3Cpath data-name='Pfad 1' d='m18 26 7 7 12-12' fill='none' stroke='%2300519e' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

section.climate {
  padding: 100px 0;
}
section.climate p {
  font-family: "Myriad W05 Light";
}

.accordion {
  margin: 0 15px;
}
@media (min-width: 768px) {
  .accordion {
    margin: 0 0;
  }
}
.accordion .card {
  border: 0 !important;
}
.accordion .card {
  margin: 15px -20px;
}
@media (min-width: 1200px) {
  .accordion .card {
    margin: 15px -40px;
  }
}
.accordion .card .card-header {
  border-radius: 0;
  background: none;
  padding: 0;
  border: 0;
}
.accordion .card .card-header h2 {
  margin: 0;
  padding: 0;
}
.accordion .card .card-header .btn {
  font-size: 20px;
  border: 0;
  padding: 16px 70px 16px 20px;
  background: #eef1f7;
  height: auto;
  text-decoration: none;
  position: relative;
  white-space: initial;
  line-height: 1.3;
  hyphens: none;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .accordion .card .card-header .btn {
    font-size: 24px;
    padding: 16px 70px 16px 40px;
  }
}
.accordion .card .card-header .btn:hover {
  color: #00519e;
  background: rgba(0, 81, 158, 0.15);
}
.accordion .card .card-header .btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-align: center;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.002' height='7.002' viewBox='0 0 13.002 7.002'%3E%3Cpath id='Download' d='M1.646,4.646a.5.5,0,0,1,.708,0L8,10.293l5.646-5.647a.5.5,0,0,1,.708.708l-6,6a.5.5,0,0,1-.708,0l-6-6a.5.5,0,0,1,0-.708Z' transform='translate(-1.499 -4.499)' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(17%) sepia(99%) saturate(2402%) hue-rotate(195deg) brightness(93%) contrast(103%);
  background-size: contain;
}
@media (min-width: 1200px) {
  .accordion .card .card-header .btn:after {
    right: 40px;
  }
}
.accordion .card .card-header .btn:not(.collapsed) {
  background: #fdc400;
}
.accordion .card .card-header .btn:not(.collapsed):after {
  top: 49%;
  transform: translateY(-49%) rotateZ(180deg);
}
.accordion .card .card-body {
  padding: 20px;
}
@media (min-width: 1200px) {
  .accordion .card .card-body {
    padding: 20px 60px 20px 40px;
  }
}
.accordion .card .card-body p {
  font-size: 21px;
  line-height: 1.5em;
}

footer {
  max-width: 100%;
}
footer .container p,
footer .container ul li {
  font-size: 1rem;
}
footer .accordion {
  width: 100%;
}
footer .accordion .card {
  margin: 15px 0;
}
footer .accordion .card .card-header {
  margin-bottom: 0;
  border-bottom: 2px solid rgba(0, 81, 158, 0.2);
}
footer .accordion .card .card-header .btn {
  padding: 16px 70px 16px 20px;
}
footer .accordion .card .card-header .btn:after {
  right: 20px;
  width: 16px;
  height: 16px;
}
footer .accordion .card .card-header .btn:not(.collapsed):after {
  transform: translateY(50%) rotateZ(180deg);
}

.main {
  overflow-x: hidden;
  margin-right: -20%;
}

.horizontal-sliders {
  display: flex;
  flex-wrap: nowrap;
  width: 500%;
  overflow-x: hidden;
}

.next-block {
  height: 100vh;
  background: blue;
}

.reveal-it {
  position: relative;
  transform: scaleX(0);
  transition: 0.8s;
  transition-delay: 0.8s;
  transform-origin: left;
  overflow: hidden;
}

.reveal-it.active {
  transform: scaleX(1);
  transition-delay: 0s;
}

.reveal-it:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fdc400;
  transform-origin: right;
  transition: 0.8s;
  transition-delay: 0s;
}

.reveal-it.active:before {
  transform: scaleX(0);
  transition-delay: 0.8s;
}

.gsap-reveal {
  position: relative;
  overflow: hidden;
}

.gsap-reveal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.unnecessary-logo {
  display: block;
  height: 60px;
  width: 80px;
  margin: 0 auto 60px;
}

/*# sourceMappingURL=custom.css.map */
