@charset "UTF-8";

/* Ins SCSS übertragen */
/* .home div#page {
  padding-top: calc(58.33px + 2rem);
} */
div#page {
  padding-top: 58.33px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.hero-top-wrapper-intro h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}



@media(min-width: 768px) {
  /* .home div#page {
    padding-top: calc(59px + 2rem);
  } */
  div#page {
    padding-top: 59px;
  }
}
@media(min-width: 1200px) {
  /* .home div#page {
    padding-top: calc(68px + 2rem);
  } */
  div#page {
    padding-top: 68px;
  }
  h2 {
    font-size: 2.2rem;
  }

  .hero-top-wrapper-intro h1 {
    font-size: 2.2rem;
  }

}


.fw-400 {
  font-weight: 400 !important;
}

@media(max-width: 767.98px) {
  .wf-mobile-gx {
      --bs-gutter-x: 0.75rem;
  }
}

p {
  word-break: auto-phrase;
}


/* Team Seite */
.kategorienbuttons-wrapper {
  gap: 0 5px;
  margin-bottom: 5rem;
}
#team-wrapper {
  gap: 3rem 0;
  margin-bottom: 8rem;
}
.team-content {
  margin-top: 0;
}

.wf-small-h1 {
  font-size: 1.125rem;
  font-weight: 300;
  font-family: 'BuenosAires';
 }
/*!
--------- Custom WF Styles
 */

 .list-unstyled li {
  display: flex;
  padding-bottom: 6px;
}
.list-unstyled svg {
  min-height: 24px;
  min-width: 24px;
}
.list-unstyled p {
  word-break: break-all;
}

.wf-fullscreen-hero .header-img-bg {
  height: 70vh;
}
/* @media (min-width: 768px) {
  .wf-fullscreen-hero .header-img-bg {
    height: calc(100vh - 60px);
  }
} */
.hero-img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0000006e;
  z-index: 2;
}
.hero-img-overlay h1, .hero-img-overlay p {
  color: #fefefe;
}
.header-img-wrapper.wf-fullscreen-hero {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .header-img-wrapper.wf-fullscreen-hero {
    margin-bottom: 8rem;
  }
}





.youtube-player {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block;
}
img.youtube-thumbnail {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  transition: .4s ease;
}
img.youtube-thumbnail:hover {
  opacity: .7;
}
div.youtube-play-btn {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;        
  background: url("/wp-content/themes/understrap-child/img/play-fill.svg") no-repeat center center; 
  background-size: 72px 72px;
  transition: .4s ease;
}
div.youtube-play-btn:hover {
  transform: scale(0.9);
}
.youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}






/* 
------- FlexContent Block and wf-layout
*/
.wf-block .wf-layout {
  margin-bottom: 1rem;
}
.wf-block .wf-line {
  margin-top: 0;
}
.wf-block br {
  margin: .7rem;
  content: "";
  font-size: 100%;
  display: block;
}

/* .wf-block {
  margin-bottom: 8rem;
} */
.aktuelles-teaser-wrapper.wf-block {
  margin-bottom: 0;
}
.wf-block .aktuelles-teaser-title {
  margin-bottom: 0;
}

.wf-block .wf-layout p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.wf-block .wf-layout .wf-button {
  margin-top: 0rem;
}
.wf-layout br {
  margin-top: 15px;
  display: block;
  content: " ";
}
.wf-block .wf-layout:last-child, .wf-block .wf-layout p:last-child, .wf-block .wf-layout h3:last-child {
  margin-bottom: 0 !important;
}
.wf-block ul {
  margin-bottom: 0;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .wf-block .wf-layout {
      margin-bottom: 1rem;
  }
  .wf-block .col-lg-6.wf-layout:nth-last-child(2) {
      margin-bottom: 0 !important;
  }
}

/* 
------ Teaser Cards / wfpagelink
*/

.mp-teaser-item .arrow-icon-wrapper {
  position: absolute;
  right: 25px;
  bottom: 25px;
  height: 35px;
  width: 35px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.mp-teaser-item .arrow-icon-wrapper::after {
  content: "";
  background-color: #f4f4f4;
  width: 0;
  position: absolute;
  top: 33%;
  left: 65%;
  height: 0;
  border-radius: 25px;
  transition: 0.2s ease;
  z-index: 1;
}
.mp-teaser-item:hover .arrow-icon-wrapper::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.mp-teaser-item .arrow-up-right {
  fill: #fff;
  transform: rotate(-45deg);
  height: 35px;
  width: 35px;
  z-index: 2;
}
.mp-teaser-item:hover .arrow-up-right {
  fill: #000;
}


/* 
------ wfAccordion Block
*/
.wf-block .accordion-body .wf-layout {
  margin-bottom: 2rem;
}
.wfAccordion .plus-animation {
  height: 32px;
  width: 32px;
  margin-left: auto;
  position: absolute;
  right: 25px;
  border: 2px solid #000;
  border-radius: 50%;
}
.wfAccordion .plus-animation > * {
  height: 2px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 2;
}
.wfAccordion .accordion-button:not(.collapsed) .plus-animation > * {
  background-color: #fff;
}
.wfAccordion .plus-animation > *:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.wfAccordion .accordion-button:not(.collapsed) .plus-animation > *:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wfAccordion .accordion-button:not(.collapsed) .plus-animation > *:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.plus-animation::after {
  content: "";
  background-color: #000;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  border-radius: 25px;
  transition: 0.2s ease;
  z-index: 1;
}
.wfAccordion .accordion-button:not(.collapsed) .plus-animation::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wfAccordion .accordion-item .img-wrap {        
  position: absolute;
  left: 5px;
  transition: transform 0.4s ease;
}
.wfAccordion .accordion-button {
  padding: 1rem 1.25rem;
}
.wfAccordion .no-icon {
  padding-left: 0 !important;
}
.wfAccordion .accordion-body.no-icon {
  padding-right: 0 !important;
}
.wfAccordion .accordion-button p {
  margin-bottom: 0;
  max-width: 80%;
  margin-left: 35px;
}
.wfAccordion .accordion-button >*:first-child {
  margin-bottom:0;
  margin-left: 25px;
  margin-right: 45px;
}
.wfAccordionIcon {
  font-size: calc(1rem * 1.5);
  transition: all 0.2s ease;
}
.wfAccordion .accordion-body {
  margin: 0 25px 25px;
}
.wfAccordion .accordion-body p {
  margin-bottom: 0rem;
  line-height: 1.2;
  padding-bottom: 0.5rem;
}
.wfAccordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.wfAccordion .accordion-body ul, .wfAccordion .accordion-body ol {
  margin-bottom: 0;
}
.wfAccordion .accordion-button:not(.collapsed) {    
  background-color: transparent;
  box-shadow: none;
}
.wfAccordion .accordion-button::after {
  display: none;
}
.accordion-button:focus, .accordion-button:active {
  border: none;
  box-shadow: none;
  outline: none;
}
.wf-block .accordion-body .wf-layout .img-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .wfAccordion .accordion-button {
  padding: 1.5rem 4rem;
  }
  .wfAccordion .accordion-item .img-wrap {
      left: 15px;
  }
  .wfAccordion .accordion-button p {
  margin-left: 0;
  max-width: 65%;
  }
  .wfAccordionIcon {
      font-size: calc(1rem * 2);
  }
}


/* 
------- wfBanner Block
*/
.grey-bg.wf-banner-wrapper.wfbanner {
  background-color: #f4f4f4;
}
.wfbanner .col-12 {
  margin-bottom: 2rem;
}
.wfbanner .col-12:last-child {
  margin-bottom: 0;
}
.dark-bg .wf-button {
  color: #fff;
  border-color: #fff !important;
}

.dark-bg .wf-button a {
  color: #fff;
}
.dark-bg .wf-button::after {
  background-color: #fff;
}
.edge2edge.wf-banner-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.edge2edge.wf-banner-wrapper.light-bg {
  padding: 0;
}

.wf-button:hover a {
  color: #000;
  opacity: 1;
}
.wf-button:hover::before {
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .wf-button:hover a {
    color: #fff;
    opacity: 1;
  }
  .dark-bg .wf-button:hover {
    color: #000;
  }
  .dark-bg .wf-button:hover a {
    color: #000;
  }
  .wf-button:hover::before {
    color: white !important;
    transform: rotate(0);
  }
  .wf-button:hover::after {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .wf-button:hover p, #wrapper-footer .wf-button:hover p {
    color: #fff;
  }

.hero-img-overlay .wf-button:hover {
  background: #fefefe;
}
.wf-button:hover a, .wfAccordion .wf-button:hover a:hover {
  opacity: 1;
}
.wf-button:hover {
  /* background-color: #000; */
  color: #fff;			
}		
}

@media (min-width: 992px) {
  .edge2edge.wf-banner-wrapper {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}


/* 
------- wfDownloads Block
*/
.wfDownloads-einleitung {
  margin-bottom: 2rem;
}
.downloads-item {
  display: flex;
  padding: 20px;
  position: relative;
  background-color: #f4f4f4;
  border-radius: 15px;
  margin-bottom: 15px;
}
/* .downloads-item:hover {  
  padding-left: 2rem;
} */
.downloads-item i {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.downloads-item .download-icon {
  margin-left: auto;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
}
.downloads-item .download-icon svg {
  height: 25px;
  width: 25px;
  fill: black;
  transition: 0.4s ease;
  z-index: 2;
}
.downloads-item .download-icon svg path {
  fill: inherit;
}
.downloads-item:hover .download-icon svg {
  fill: white;
}
.downloads-item .download-icon::after {
  content: "";
  background-color: black;
  width: 0;
  position: absolute;
  left:50%;
  height: 0;
  border-radius: 25px;
  transition: 0.2s ease;
  z-index: 1;
}
.downloads-item:hover .download-icon::after {
  width: 100%;
  height: 100%;
  left: 0;
}
.downloads-item p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-family: GT-Sectra;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-right: 20px;
}


.downloads-item p .file-type {
  font-family: 'BuenosAires';
  font-size: 12px;
  font-weight: 300;
  padding-left: 15px;
}
@media(min-width: 768px) {
  .downloads-item p {
    font-size: 25px;
  }
  .downloads-item p .file-type {
    font-size: 15px;
  }
}

/* 
------- wfMedia Block
*/
/* .carousel-item {
  max-height: 60vh;
} */

.wf-ps-caption {
  color: white;
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 15px;
}
.wfMedia .img-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s ease;
}
.wfMedia .img-wrapper picture {
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
/* .wfMedia .img-wrapper .wf-overlay + picture img {
  filter: blur(3px);
} */
.wfMedia .img-wrapper .wf-overlay:not(.d-none) + picture img {
  filter: blur(3px);
}
.wfMedia .img-wrapper:hover img {
  transform: scale(1.025);
}
.img-wrapper .small-row:last-child {
  margin-top: 22.5px;
  position: relative;
}
.wfMedia .wf-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  z-index: 1;
}
.wfMedia .wf-overlay:hover .wf-plus {
  transform: scale(1.05);
}
.wf-plus {
  position: relative;
  width: 40px;
  height: 40px;
  transition: 0.4s ease;
}
.wf-plus span {
  position: absolute;
  background: #000;
  margin-top: -1.5px;
  border-radius: 10px;
}
.wf-plus span:first-child {
  width: 100%;
  height: 3px;
  top: calc(50% - 1px);
}
.wf-plus span:last-child {
  height: 100%;
  width: 3px;
  left: calc(50% - 1px);
}
.wfMedia figure:not(.tile) {
  margin-bottom: 0.75rem;
}
.wfMedia figure:not(.tile):nth-child(2), .wfMedia figure:not(.tile):nth-child(3) {
  margin: 0;
}
.wfMedia .wf-button {
  margin-bottom: 2rem;
}
.wf-gallery-link:has(> .wf-overlay) {
  position: relative;
  display: block;
}

a.wf-gallery-link:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .small-row img {
      height: 160px;
  }
  .big-row img {
      height: calc(320px + 0.75rem);
  }
  .wfMedia figure:not(.tile) {
      margin: 0;
  }
  .wfMedia .wf-button {
      margin-bottom: 0rem;
  }
  .wfMedia .wf-overlay:hover .wf-plus {
      transform: scale(1.1);
  }
}

@media (min-width: 1400px) {
  .small-row img {
      height: 200px;
  }
  .big-row img {
      height: calc(400px + 0.75rem);
  }
} 


/* 
  ------- Main Page Teaser Block
*/
.main-page-teaser .mp-teaser-img {
  background-size: cover;
  background-position: center;
  min-height: 400px;					
  height: 100%;					                        
}    
.img-dark-overlay {        
  width: 100%;
  height: 100%;
  background: #00000087;
  position: relative;
  display: flex;
  padding: 64px 32px;
}
.img-dark-overlay:hover {
  background: #ffffff7a;
}    
.main-page-teaser .mp-teaser-icon {
  position: absolute;
  right: 15px;
  top: 13px;        
  font-size: 1.5rem;
  line-height: 1;
}
/* .main-page-teaser .mp-teaser-item {
  margin-top: .75rem;                        
} */
.mp-teaser-wrapper {
  margin-top: -.75rem;                        
}
@media (min-width: 768px) {
  /* .main-page-teaser .mp-teaser-item {
    margin-top: 1.5rem;                        
  } */
  .mp-teaser-wrapper {
    margin-top: -.75rem;                      
  }
}
@media (min-width: 992px) {
  .main-page-teaser .mp-teaser-img {
    min-height: calc(50vh - 60px);
  }        
}


/* 
------- Button
*/
.wf-button {
  display: flex;
  align-items: center;
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;    
  border: 2px solid;					
  padding: 0;
  transition: .5s ease;	    		
  -webkit-appearance: none;
  cursor: pointer;				
}
.wf-button::before {
  color: black !important;
  transition: .5s ease;
  content: "\f140";
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 1px;
  font-size: 34px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wf-button::after {
  content: "";
  background-color: black;
  width: 0;
  position: absolute;
  height: 0;
  border-radius: 25px;
  transition: 0.2s ease;
  z-index: 1;
  left: 5px;
}

.wf-button.close::before {
  content: "\F622";
}
.wf-button p {
  color: #000;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  padding: 0 10px;
  transition: color .4s ease;
  z-index: 2;
  margin-bottom: 0;
  pointer-events: none;
  user-select: none;
}

.wf-button i {
  display: flex;
  align-items: center;
  padding: 1px;
  font-size: 34px;
}
.hero-top-wrapper .wf-button {
  margin-top: 1rem;
}

		
.wf-button a {
  padding: 0 10px;
  transition: .4s ease;					
  line-height: 1;
  text-decoration: none;
  z-index: 2;
}




/* 
------ Default Header Styles
*/
.header-img-wrapper video::-webkit-media-controls-start-playback-button {
  display: none;
}
.header-img-wrapper video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}
.header-img-bg video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.header-img-bg .header-bgvideo {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.header-img-bg {
  height: 35vh;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.header-img-wrapper.home-header-wrapper .carousel-inner {
  border-radius: 15px;
  /* border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; */
}
.header-img-wrapper .carousel-inner {
  border-radius: 15px;
}
.hero-top-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.home-header-wrapper.hero-top-wrapper {
  padding-top: 3rem;
}
.home-header-wrapper .wf-banner-card {
  height: 100%;
}

.hero-anker-wrapper {
  margin-top: 4rem;
}
.hero-anker-wrapper.anker-grid-filter {
  margin-bottom: 2rem;
}
.hero-anker-wrapper hr {
  margin: 0;
}
.hero-top-wrapper p {
  margin-bottom: 0;
}
.hero-top-wrapper.wf-box-intro {
  background: #F0F5FB;
  margin-top: 0;
  padding: 2rem;
  z-index: 1;
  position: relative;
}	
.quad-header-wrapper .header-img-wrapper {
  width: 100%;
}
.quad-header-wrapper .header-img-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.quad-header-wrapper {                        
  margin-top: 0.75rem;
  margin-bottom: 4rem;
}
.quer-header-carousel {
  margin-bottom: 4rem;
}
.quad-header-wrapper .carousel-inner {
  border-radius: 20px;
}
.quad-header-einleitung {
  margin-top: 4rem;
}
.home-header-wrapper.quer-header-carousel {
  /* margin-top: 0; */
  margin-bottom: 0;
  /* padding: 0; */
}
@media (min-width: 576px){
  .hero-top-wrapper.wf-box-intro {
    margin-top: -5%;
  }
  .quad-header-wrapper {                            
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }
  .quer-header-carousel {
    margin-bottom: 4rem;
  }

}
@media (min-width: 768px){ 
  .quad-header-einleitung {
    margin-top: 6rem;
  }
  .quer-header-carousel {
    margin-bottom: 8rem;
  }
}
@media (min-width: 992px){
  .header-img-bg {
    height: 60vh;
  }
  .hero-top-wrapper {							
    padding-top: 6rem;
    padding-bottom: 4rem;
    /* padding-left: 30px;
    padding-right: 30px; */
  }
  .home-header-wrapper.hero-top-wrapper {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .home-header-wrapper.quer-header-carousel {
    margin-top: 0;
  }
  .hero-top-wrapper-intro {
    padding-top: 10px;
    padding-left: 25px;
    max-width: 85%;
  }
  .hero-top-wrapper.wf-box-intro {
    margin-top: -5%;
  }
  .hero-top-wrapper.wf-box-intro .col-lg-8 {
    width: 100%;
  }		
  .quad-header-wrapper {
    margin-top: 4rem;                            
    margin-bottom: 10rem;                            
  }
  .quad-header-einleitung {
    margin-top: 0;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px){
  .home-header-wrapper.hero-top-wrapper {
    padding-bottom: 8rem;
  }
}

/* 
----- wfFooter
*/
#wrapper-footer { 
  border-radius: 0;
  padding-top: 4rem;
  padding-bottom: 100px;
  /* margin-top: 8rem; */
  /* margin-left: 1.5rem;
  margin-right: 1.5rem; */
  /* margin-bottom: 1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 40% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 40% 100%, 0 80%); */
}

@media (max-width:767.98px) {
  #wrapper-footer { 
    margin-top: 4rem;
    /* margin: 4rem 0 30px 0; */
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 40% 100%, 0 95%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 40% 100%, 0 95%); */
  }
}



/* 
----- Banner Styles
*/
.wf-alert-banner {
  width: 100%;
  z-index: 9999;
  text-align: center;
  display: block;
  padding: 10px;
}

.wf-alert-banner a {  
  display: block;
}

@media (min-width: 576px) {
  .wf-alert-banner {
    padding: 6px;
  }
  .wf-alert-banner a {
    margin-left: 1rem;
    display: unset;
    margin-left: 1rem;
  }
}

/* 
----- Referenzen / Portfolio Page Styles
*/
.page-referenzen-wrapper {
  margin-top: 8rem;
  margin-bottom: 7rem;
}
.referenz-img picture {
  transition: .4s ease;
}
.referenz-img picture:hover {
  opacity: .5;
}





@keyframes dropdown-animation {
  from {
    opacity: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

.dropdown-menu.dropdown-animation {
  animation: dropdown-animation 0.3s forwards;
  transform-origin: top;
  display: none; /* Standardmäßig ausgeblendet */
}


/* Aktuelles Allgemein */
.posts-slider-wrapper .no-title-handler {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .posts-slider-wrapper .no-title-handler .tile:first-child {
      margin: 0 0.75rem 0 0.75rem;
  }
  .posts-slider-wrapper .slider-einleitung-wrap {
      padding-right: 100px;
  }
  .posts-slider-wrapper .slider-einleitung-wrap > * {
      width: 30vw;
  }
  .posts-slider-wrapper .slider-einleitung-wrap h2 {
      padding-right: 0;
  }
}
@media (min-width: 992px) {
  .posts-slider-wrapper .slider-einleitung-wrap > * {
      width: 27vw;
  }
}
@media(max-width:991.98px) {
  .aktuelles-teaser-card-wrapper {
      padding-right: 1.125rem;
  }
  .mobile-slider {
      overflow-y: scroll;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
  }
}
@media (max-width: 575.98px) { 
  .aktuelles-teaser-card-wrapper {
      padding-left: 0;
      padding-right: 0;
  }
  .aktuelles-teaser-card-wrapper .teaser-card:first-child {
      margin-left: 0.75rem;
  }
  .aktuelles-teaser-card-wrapper .teaser-card:last-child {
      margin-right: 0.75rem;
  }
}


.subref-img {
    border-radius: 15px;
    overflow: hidden;
}
.subref-img::before {
    display: block;
    content: "";
    padding-top: 60%;
}

.subref-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s ease;
}
.aktuelles-teaser-wrapper .teaser-card:hover img {
    transform: scale(1.05);
}

.card-content-wrapper i {
    position: absolute;
    right: 30px;
    bottom: 0;
    font-size: 40px;
}

/* 
--------- Referenzen Slider
*/

/*
--------------- Infitity Slider 
https://codepen.io/joshhunt/pen/LVQZRa
*/  

/* Hide scrollbar for Chrome, Safari and Opera */
#wf_infinity_gallery::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
#wf_infinity_gallery {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#wf_infinity_gallery::-webkit-scrollbar { 
  display: none; 
}
.wf_hide_scrollbar {
  position: relative;
  display: flex;
}
@media(max-width:767.98px) {
    .wf_hide_scrollbar {
        flex-direction: column;
    }
}
#wf_infinity_gallery {
  overflow: scroll;
  /* padding-top: 1.666666666rem; */
}
@media(min-width:768px) {
  #wf_infinity_gallery {
      /* padding-top: 2.666666666rem; */
  }
}
#wf_infinity_gallery .row__inner {
  display: flex;
  align-items: baseline;
  transition: 250ms transform;
  font-size: 0;
  white-space: nowrap;
  /* padding-bottom: 10px; */
}
.posts-slider-wrapper.wf-slider-bg {
    background-color: #f4f4f4;
    padding: 100px 0 100px;
    /* clip-path: polygon(0 0, 100% 0, 100% 93%, 40% 100%, 0 93%); */
}
.posts-slider-wrapper h2 {
    min-width: fit-content;
    padding-right: 100px;
}
.tile {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 18px;
  transition: 250ms all;
  transform-origin: center left;
}
.posts-slider-wrapper .tile {
    margin: 0 0.75rem 0 0;
}
.galerie-slider-wrapper .tile {
    margin: 0 0.75rem 0 0;
}
.galerie-slider-wrapper .tile:first-child {
    margin: 0 0.75rem 0 0.75rem;
}
.header-slider-wrapper .tile {
    margin: 0 0.75rem 0 0;
}
.header-slider-wrapper .tile:first-child {
    margin: 0 0.75rem 0 0.75rem;
}
@media(min-width: 768px) {
    .posts-slider-wrapper .tile {
			margin: 0 0.75rem 0 0;
    }
    .galerie-slider-wrapper .tile {
			margin: 0 0.75rem 0 0;
    }
    .galerie-slider-wrapper .tile:first-child {
			margin: 0 0.75rem 0 0.75rem;
    }
		.header-slider-wrapper .tile {
			margin: 0 0.75rem 0 0;
    }
    .header-slider-wrapper .tile:first-child {
			margin: 0 0.75rem 0 0.75rem;
    }
		
}
/* .galerie-slider-wrapper .tile:last-child {
    margin: 0 0.75rem 0 0 !important;
} */

/* .tile:last-child {
  margin-right: 0;
} */
.post-slider-wrapper .wfInfinitySlider-image {
  max-width: 100%;
  padding: 0;
}
.galerie-slider-wrapper .wfInfinitySlider-image {
    max-width: 100%;
    padding-right: 0;
}
.header-slider-wrapper .wfInfinitySlider-image {
    max-width: 100%;
    padding-right: 0;
}
@media(min-width:768px) {
    .galerie-slider-wrapper .wfInfinitySlider-image {
        padding-left: 0;
    }
}
.row.wfInfinitySlider > .col-12:not(.wfInfinitySlider-image) {
  padding: 0;
}
.row.wfInfinitySlider {
  padding-right: 0;
  flex: 0 0 100%;
}
.row.wfInfinitySlider {
  margin-left: 0;
}
.row.wfInfinitySlider {
  width: calc((100vw - 100%) / 2 + 100%);
  justify-content: flex-start!important;
}
.tile .tile-wrap {
  position: relative;
  transition: all 0.4s ease;
  width: 259px;
}
.tile .content-wrap h4, .tile .content-wrap p {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
white-space: normal;
word-wrap: break-word;
}
.tile .content-wrap p {
color: #454545;
}
.tile-wrap .tile-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
@media(min-width:768px) {
    .tile-wrap .tile-image {
    border-radius: 15px;
}
}
.tile-wrap:hover .tile-image img {
    transform: scale(1.05);
}
.tile .tile-image:before {
  display: block;
  content: "";
}
.tile .tile-image:before {
  padding-top: 60%;
}

.tile-wrap .tile-image img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}



@media(max-width: 575.98px) {
    .tile .tile-wrap {
    	width: 300px;
    }
		.header-slider-wrapper .tile .tile-wrap {
    	width: 300px;
    }
}

@media(min-width:576px) {
    .tile .tile-wrap {
        /* max-width: 400px; */
        width: 350px;
    }
}
@media(min-width:768px) {
    .tile .tile-wrap {
      width: 500px;
    }
		.header-slider-wrapper .tile .tile-wrap {
    	width: 650px;
    }
}
@media(min-width:1200px) {
  .tile .tile-wrap {
      /* max-width: 500px; */
      /* width: 17vw; */
  }
}
@media(min-width:1400px) {
  .tile .tile-wrap {
      /* max-width: 600px; */
  }
}
.tile .tile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease;
}
.tile .tile-image .content-wrap {
  position: absolute;
  bottom: 0;
  padding: 0 1.3333333333rem 3.3333333333rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tile .tile-image .content-wrap h3 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  white-space: break-spaces;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.tile .tile-image span {
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-left: 0.15rem;
  transition: all 0.4s ease-in-out;
}
.timeline-bar-wrapper {
    height: 50px;
}
.header-slider-wrapper .timeline-bar-wrapper {
	margin-top: 1.5rem;
}
.wf-carousel-control {
  display: flex;
  width: auto;
  gap: 8px;
  position: absolute;
  top: 0;
}
.posts-slider-wrapper .wf-carousel-control {
    right: 30px;
}

@media(min-width: 768px) {
	.header-slider-wrapper .wf-carousel-control {
		right: 1.5rem;
	}
}

.carousel-control-wrap {
    border: 2px solid black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.carousel-control-wrap::after {
    content: "";
    background-color: black;
    width: 0;
    position: absolute;
    height: 0;
    border-radius: 25px;
    transition: 0.2s ease;
    z-index: 1;
}
.carousel-control-wrap.wf-carousel-prev::after {
    left: 15px;
}
.carousel-control-wrap.wf-carousel-next::after {
    right: 15px;
}
.carousel-control-wrap:hover::after {
    width: 100%;
    height: 100%;
}
.carousel-control-wrap.wf-carousel-prev:hover::after {
    left: 0;
}
.carousel-control-wrap.wf-carousel-next:hover::after {
    right: 0;
}
.carousel-control-wrap svg {
    fill: black;
    width: 40px;
    height: 40px;
    transition: 0.4s ease;
}
.carousel-control-wrap:hover svg {
    fill: white;
}
.carousel-control-prev, .carousel-control-next {
    font-size: 50px;
    display: flex;
  transition: 0.4s ease;
}

.wf-carousel-next .carousel-control-next, .wf-carousel-prev .carousel-control-prev {
  position: relative;
  display: flex;
  width: auto;
  padding: 0;
  color: #000;
  border: 0;
  opacity: 1;
  z-index: 2;
}
.wf-carousel-next .carousel-control-next:focus, .wf-carousel-next .carousel-control-next:hover, .wf-carousel-prev .carousel-control-prev:focus, .wf-carousel-prev .carousel-control-prev:hover {
  color: #000;
  opacity: 1;
}


.aktuteaser-subref .arrow-icon-wrapper {
    position: absolute;
    right: 30px;
    bottom: 0;
    height: 35px;
    width: 35px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.aktuteaser-subref .arrow-icon-wrapper::after {
    content: "";
    background-color: #fff;
    width: 0;
    position: absolute;
    top: 33%;
    left: 65%;
    height: 0;
    border-radius: 25px;
    transition: 0.2s ease;
    z-index: 1;
}
.aktuteaser-subref:hover .arrow-icon-wrapper::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.aktuteaser-subref .arrow-up-right {
    fill: #fff;
    transform: rotate(-45deg);
    height: 35px;
    width: 35px;
    z-index: 2;
}
.aktuteaser-subref:hover .arrow-up-right {
    fill: #000;
}



		.wf-g-half, .wf-gy-half {
				--bs-gutter-y: 0.75rem;
		}
		.wf-g-half, .wf-gx-half {
				--bs-gutter-x: 0.75rem;
		}
		#wf_nav.navbar {
			background-color: rgba(255, 255, 255, 0.61);
			backdrop-filter: blur(21px);
		}

		@media(max-width: 1199.98px) {
			#wf_nav.navbar.offcanvas-open {
				backdrop-filter: unset;
			}
		}

		@media(min-width: 1200px) {
			#wf_nav.navbar {
				backdrop-filter: blur(21px);
			}
			#wf_nav .wf-button {
				z-index: 1001;
			}
			#wf_nav.navbar.dropdown-open {
				background-color: unset;
				backdrop-filter: unset;
			}
			nav.navbar .navbar-brand.custom-logo-link {
				z-index: 1001;
				position: relative;
			}
			.navbar-nav .dropdown-menu.show {
				z-index: -1;
			}
			.navbar-expand-xl .navbar-nav .dropdown-menu::after {
				content: "";
				position: absolute;
				width: 100%;
				height: 200px;
				min-width: 100%;
				left: 0;
				top: 0;
				transform: translateY(-68px);
				-webkit-clip-path: polygon(100% 0, 100% 49%, 40% 85%, 0 50%, 0 0);
				clip-path: polygon(100% 0, 100% 49%, 40% 85%, 0 50%, 0 0);
				background-color: #e9e9e9a6;
				backdrop-filter: blur(21px);
			}
		}
		@media (min-width: 1400px) {
			div#page {
					padding-top: 72px;
			}
			.navbar-expand-xl .navbar-nav .dropdown-menu::after {
				transform: translateY(-72px);
			}
		}



    @media(max-width:767.98px) {
      .wf-fluid-container-padding {
        padding: 0;
      }
    }
    @media(min-width:768px) {
      .wf-fluid-col-padding {
        padding: 0;
      }
    }

    .modal-backdrop.show {
        opacity: 1;
        backdrop-filter: blur(6px) !important;
        background-color: rgb(0 0 0 / 20%) !important;
    }
    .modal-backdrop.fade {
      transition: .15s linear;
    }

    .gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
      display: none !important;
    }
    .gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
      font-weight: 300 !important;
      font-size: 18px !important;
    }

    .gform_wrapper.gravity-theme .gsection {
      margin-top: 30px;
      border-bottom: none !important;
      padding: 0 !important;
    }
    h3.gsection_title {
      font-size: 18px;
      font-weight: 400;
      font-family: BuenosAires, sans-serif;
      margin-bottom: 0;
    }
    .gform_wrapper.gravity-theme .gfield_label {
      font-size: 18px !important;
      font-weight: 300 !important;
      margin-bottom: 20px !important;
    }

    .gform_wrapper input {
      border: solid #000;
      border-width: 0 0 1px 0;
      padding: 0 0 5px 0 !important;
      background: none !important;
    }
    .ginput_container_consent input {
      margin-top: -10px;
    }
    .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
      border: solid #c02b0a !important;
      border-width: 0 0 1px 0 !important;
    }
    .gform_wrapper textarea {
      border: solid #000;
      border-width: 1px;
      padding: 5px !important;
      margin-top: 15px !important;
    }
    .gform_wrapper.gravity-theme .gfield select {
      color: #000;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      border-width: 0 0 1px;
      border-color: black;
      padding: 0 0 5px 0;
      font-weight: 300;
    }
    .gform_wrapper.gravity-theme .ginput_container_select {
      position: relative;
    }
    .gform_wrapper.gravity-theme .ginput_container_select::after {
      display: inline-block;
      content: "\F282";
      font-family: bootstrap-icons !important;
      font-style: normal;
      font-weight: normal !important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -.125em;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
    }
    .ginput_container_consent {
      font-size: 14px !important;
    }
    .gform_wrapper.gravity-theme .gform_footer {
      margin-top: 30px !important;
      padding-top: 0 !important;
    }

    .gform_wrapper.gravity-theme .gform_footer button.wf-submit-button {
      display: flex;
      align-items: center;
      height: 40px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      border: 2px solid;
      padding: 0;
      color: #000;
      transition: .5s ease;
      -webkit-appearance: unset;
      background: 0 0;
      border-color: #000 !important;
      border-radius: 25px;
      margin-bottom: 0;
      font-family: BuenosAires, sans-serif;
      font-weight: 300;
    }
    .gform_wrapper.gravity-theme .gform_footer button.wf-submit-button:hover {
      color: #fff;
    }
    .gform_wrapper.gravity-theme .gfield_required {
      display: none !important;
    }
    ::placeholder {
      color: #000;
      opacity: 1; /* Firefox */
      font-weight: 300;
    }

    ::-ms-input-placeholder { /* Edge 12 -18 */
      color: #000;
      font-weight: 300;
    }

    /* Gravity Forms Fehlermeldungen */
    .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
      margin-bottom: 0 !important;
    }
    .gform_wrapper.gravity-theme .gfield_error legend {
      color: inherit !important;
    }
    .gform_validation_errors ol {
      display: none;
    }
    .newsletter .gform_wrapper.gravity-theme .gform_validation_errors {
      margin-top: 0 !important;
    }
    .gfield_error select {
      border-bottom-color: #c02c0b !important;
    }

    #kontaktModalLabel {
      margin-bottom: 30px;
    }
    #kontaktModal .modal-content {
      border-radius: 15px;
    }
    #kontaktModal .modal-header {
      padding: 1rem 1rem 0;
    }
    #kontaktModal .modal-body {
      padding: 5rem 2rem 2rem;
    }
    
    #kontaktModal .page-kontakt-form_wrapper, #kontaktModal .gform_confirmation_wrapper {
      width: 100%;
    }

    .selected-product input {
      font-size: 32px !important;
      padding: 0 !important;
      border: 0;
      font-weight: 300;
    }

    @media(min-width:768px) {
      #kontaktModal .modal-dialog {
        margin-top: 1rem;
        margin-left: auto;
        margin-right: 1.5rem;
        
      }
    }

    /* Carousel */
    .carousel-control-wrap:hover svg {
      fill: white;
      z-index: 2;
    }

    /* Quad Carousel */
    .quad-header-carousel .wf-carousel-control {
      position: absolute;
      top: unset;
      bottom: -1.5rem;
      right: 0;
      transform: translateY(100%);
      display: flex;
    }
    .quer-header-carousel .wf-carousel-control .carousel-control-next, .quer-header-carousel .wf-carousel-control .carousel-control-prev, .quad-header-carousel .wf-carousel-control .carousel-control-next, .quad-header-carousel .wf-carousel-control .carousel-control-prev {
      opacity: 1;
    }

    /* Quer Carousel */
    .quer-header-carousel .wf-carousel-control{
      position: absolute;
      top: unset;
      bottom: -1.5rem;
      right: 0.75rem;
      transform: translateY(100%);
      display: flex;
    }


























/* 
--------- Standortöffnungszeiten / Openinghours / Öffnungszeiten / Standort
*/

h3.opening-row-title {
  font-size: 1.2rem;
}

#oeffnungszeiten {
  margin-bottom: 4rem;
}

@media(max-width:991px) {
  .timeCol-2 {
      margin-top: 2rem;
  }
  .timeCol-4 {
      margin-top: 2rem;
  }
}
.timeRow-2 {
  margin-top: 2rem;
}
.timeSub {
  display: flex;
  padding: 3px 0; 
}
.timeSub p {
  margin-bottom: 0;
}
.timeSub p:first-child {
  width: 60%;
  text-align: left;
}
.timeSub p:last-child {
  width: 70%;
  text-align: right;
}


/* 
----- Service / Leistungen Page Styles
*/
.service-item {
  margin-bottom: 2rem;
}
.service-item .card {
  padding-top: 1rem;
}
.service-icon {
  width: 150px;
  height: 150px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}


/* 
------ Cookie Banner
*/
body .cky-notice .cky-title {
  font-family: GT-Sectra;
  font-size: calc(1.29375rem + .525vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
body .cky-notice-des *, body .cky-preference-content-wrapper *, body .cky-dma-content-wrapper *, body .cky-accordion-header-des *, body .cky-gpc-wrapper .cky-gpc-desc * {
  font-weight: 300;
}

body .cky-notice-btn-wrapper .cky-btn {
  font-size: 18px;
  font-weight: 300;
  transition: .4s ease;
}

@media(min-width: 1200px) {
  body .cky-notice .cky-title {
    font-size: 1.6875rem;
  }
}

button.cky-btn.cky-btn-accept {
  display: flex;
  align-items: center;
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border: 2px solid;
  padding: 0;
  transition: .5s ease;
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0 !important;
  border-color: #000 !important;
  border-radius: 25px;
  color: #000 !important;
  padding-right: 10px;
  max-width: fit-content;
  z-index: 3;
}
button.cky-btn.cky-btn-accept:hover {
  opacity: 1;
}
button.cky-btn.cky-btn-accept:before {
  color: black !important;
  transition: .5s ease;
  content: "\f140";
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 1px;
  font-size: 34px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
button.cky-btn.cky-btn-accept:hover:before  {
  transform: rotate(45deg);
}
button.cky-btn.cky-btn-accept:after {
  content: "";
  background-color: black;
  width: 0;
  position: absolute;
  height: 0;
  border-radius: 25px;
  transition: 0.2s ease;
  z-index: 1;
  left: 5px;
}

@media (min-width: 768px) {
  button.cky-btn.cky-btn-accept:hover {
    color: #fff !important;
  }
  button.cky-btn.cky-btn-accept:hover:before  {
      color: white !important;
      transform: rotate(0);
  }
  button.cky-btn.cky-btn-accept:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
  }
}
/* 
------ wfMotionReveal 
*/
.motion_reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}
  
.motion_reveal.motion_active {
    transform: translateY(0);
    opacity: 1;
}

.motion_reveal_menu {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: .5s all ease;
}
  
.motion_reveal_menu.motion_active {
    transform: translateY(0);
    opacity: 1;
}




.pswp__button {
  color: white;
  opacity: 0.5;
}
.pswp__img--placeholder--blank{
  opacity: 0;
}
.pswp__button.bi-plus-lg {
  font-size: 2.25rem;
}
.pswp__button--arrow--right:before, .pswp__button--arrow--left:before {
  background: unset;
  font-size: 3rem;
}
.pswp__button.bi-arrow-left-short::before {
  content: "\f12c"!important;
}
.pswp__button.bi-arrow-right-short::before {
  content: "\f135"!important;
}
.pswp__button.bi-plus-lg::before {
  content: "\f64d"!important;
  margin-right: 1rem;
  transform-origin: center;
  transform: rotate(45deg) translate(-4px, 0);
}
.pswp__counter {
  font-size: 1.1rem;
  opacity: 0.5;
  padding: 0 0 0 1rem;
}
.pswp__caption__center {
  text-align: center;
  font-size: 1rem;
  max-width: 95vw;
}


/*
--------------- Photoswipe Gallery
*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  border-radius: 15px;
}

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

/*
    div element that matches size of large image
    large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }


/* Default Skin.css Photoswipe
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

Contents:

1. Buttons
2. Share modal and links
3. Index indicator ("1 of X" counter)
4. Caption
5. Loading indicator
6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

1. Buttons

*/
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 1;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: unset;
  background-size: unset;
  width: auto;
  height: auto; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: none; }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
    Arrow buttons hit area
    (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
  font-size: 2rem;
}

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

  /* OVERRIDE WF */
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: unset;
  top: unset;
  background-color: rgba(0, 0, 0, 0.3);
  height: auto;
  width: auto;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

    2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

    3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  line-height: 44px;
  color: #FFF;
  opacity: 1;
  padding: 0 10px; }

.pswp__button--close {
  height: 44px;
  line-height: 44px;
  color: #FFF;
  opacity: 1;
  padding: 0 10px;
  font-size: 2rem;
}
/*
    
    4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  padding: 10px;
  color: #fff; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

    5. Loading indicator (preloader)

    You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
            The idea of animating inner circle is based on Polymer ("material") loading indicator 
             by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
        */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
    
    6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);  */
}
.pswp__button--arrow--left svg,
.pswp__button--arrow--right svg {
  pointer-events: none;
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: #000; }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
    pswp__ui--hidden class is added when controls are hidden
    e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
/*# sourceMappingURL=child-theme-wf.css.map */