@charset "UTF-8";
/*!=========================================================
--------- Custom WF Styles
 =========================================================*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.sr-only-focusable:focus, .sr-only-focusable:active {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

/* 
------ Schriften
*/
a {
  color: #D0372C;
  text-decoration: none;
  transition: .4s ease;
}
a:hover {
  opacity: .6;
}
.headline {
  font-family: 'Grotesk-B', sans-serif;
}
ul {
  padding-left: 12.5px;
  list-style-type: square;
}
.color-feba-red {
  color: #d0372c;
}

strong {
  font-family: 'Grotesk-B', sans-serif;
}


/* 
------ Layouts
*/
:root {
  --bs-body-line-height: 1.4;
}
body {
    margin-top: 60px /* fixed navbar ausgleichen */
}
body hr {
    height: 1px !important;    
    opacity: 1;
    margin: 0;
}

.edge2edge {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.edge2edge > .container {
    padding: 0 0.75rem;
}

.wf-content-container {
    margin: auto;
    width: 100%;
}
@media (min-width: 992px) {
    .wf-content-container {
        width: 70%;
        max-width: 992px;
    }
}
.aktuelles .wf-content-container {
    width: 100%;
    max-width: 100%;
}
.wf-block {
    margin-bottom: 8rem;
}
.wf-layout:not(:last-child) {
    margin-bottom: 4rem;
}


/* 
------ Default Header Styles
*/
.header-img-overlay {
    background: #00000080;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.header-img-wrapper h1, .header-img-wrapper p {
    color: #EAEAEA;
}
.header-img-wrapper {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    margin-bottom: 4rem;
}	
.hero-top-wrapper {
    min-height: calc(50vh - 60px);
    padding-top: 120px;
    padding-bottom: 60px;
}

@media (min-width: 992px){
    .header-img-wrapper {        
        margin-bottom: 8rem;
    }
    .hero-top-wrapper {
        min-height: calc(70vh - 60px);
    }
}



/* 
------ Buttons
*/
.wf-button, .gform_button {
    background: none;
    text-decoration: none;
    border-radius: 0;
    margin: auto;
    border: 1px solid;
    font-family: 'Grotesk-B', sans-serif;
    line-height: 1.5;
    padding: 7px 30px;
    transition: .4s ease;      
    color: #D0372C;
    border-color: #D0372C;
    display: inline-block;
}
.wf-button:hover, .gform_button:hover, .wf-button.active {
    background: #D0372C;      
    color: #F2F2F2;
    opacity: 1;
}
.dark-bg .wf-button, .wf-button.btn-white {
    background: none;
    color: #EAEAEA;
    border-color: #EAEAEA;
}
.dark-bg .wf-button:hover, .wf-button.btn-white:hover, .dark-bg .wf-button.active {
    background: #eaeaea;      
    color: #1F1F1F;
}
.dark-bg .wf-button:focus, .wf-button.btn-white:focus {
    box-shadow: none;
}
.wf-button-wrapper {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    gap: 1rem;
}
.wf-button-wrapper>* {
    width: fit-content;
    margin: 0;
}
@media(min-width:992px) {
    .wf-button-wrapper {
        flex-direction: row;
        margin-top: auto;
    }
}


/* 
------ Color settings
*/
.dark-bg {
  background: #1F1F1F;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg p, .dark-bg a, .dark-bg span {
  color: #EAEAEA;
}
.dark-bg hr, .dark-bg .top-line hr {
  background-color: #EAEAEA;
}

/* 
------ Interaktives Feba-Haus
*/
/* Basic styles */
.feba-interactive {
  background: #e4e4e4;
  height: auto;
  overflow: hidden;
}
.feba-interactive-image-wrapper {
  position: relative;
  margin: 6rem 0 4rem;
}
.dimension-wrapper {
  padding-top: 46.43%;
  position: relative;
}
@media(min-width:2100px) {
  .dimension-wrapper {
    padding-top: 44.43%;
  }
}
@media(min-width:2200px) {
  .dimension-wrapper {
    padding-top: 42.43%;
  }
}
.dimension-sub-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.dimension-sub-wrapper > * {
  height: 100%;
  width: 100%;
}
.feba-interactive-background-wrapper { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feba-interactive-background-wrapper > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feba-interactive-image-wrapper .imp-initialized {
  display: flex;
  justify-content: center;
}
@media(min-width:992px) {
  .feba-interactive-image-wrapper {
      position: relative;
      margin: 6rem 8rem 4rem;
  }
}
@media(min-width:1200px) {
  .feba-interactive-image-wrapper {
      margin: 6rem 14rem 4rem;
  }
}
@media(min-width:1400px) {
  .feba-interactive-image-wrapper {
      margin: 6rem 20rem 4rem;
  }
}

.imp-container {
  max-width: 1400px !important;
  margin: auto !important;
}
.imp-canvas {
  max-width: 1400px !important;
  height: auto !important;
}

/* Shape styles (klickbare Flächen) ehemals .imp-shape-poly */
.imp-object {
  animation: dash 80s linear infinite;
  animation-play-state: paused;
}
.feba-shape-active {
  fill: rgba(208, 55, 44, 0.6666666666666666) !important;
  opacity: 1 !important;
}
.feba-shape-focus {
  fill: rgba(208, 55, 44, 0.6666666666666666) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  stroke-width: 2px !important;
  stroke-dasharray: 15 !important;
  stroke-linecap: round !important;
  opacity: 1 !important;
  animation-play-state: running;
  stroke-dashoffset: 20;
}

/* Buttons */
.feba-interactive-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: auto;
  position: relative;
  padding-bottom: 40px;
}
.feba-interactive-menu .button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 10px;
  margin: 0 15px;
}
.interactive-button {
  background: none;
  color: #D0372C;
  text-decoration: none;
  margin: auto;
  flex-basis: calc(50% - 15px);
  text-align: center;
  font-family: 'Grotesk-B', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #d0372c;
  border-radius: 25px;
  padding: 4px 15px;
  transition: .4s ease;
  display: inline-block;
  cursor: pointer;
}
#wf-konfigurator-button {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.interactive-button.wf-active, .interactive-button.wf-focus {
  background: #D0372C;      
  color: #F2F2F2;
  opacity: 1;
}
.interactive-button.disabled, .interactive-button:disabled {
  pointer-events: none;
  opacity: .65;
}

.feba-interactive-menu .btn-group, .feba-interactive-menu .btn-group-vertical {
  display: inline-block;
  flex-basis: calc(50% - 15px);
  vertical-align: unset;
}
.feba-interactive-menu .btn-group .interactive-button {
  width: 100%;
}
@media(min-width:992px) {
  .feba-interactive-menu .button-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .interactive-button, .feba-interactive-menu .btn-group, .feba-interactive-menu .btn-group-vertical {
    flex-basis: auto;
  }
}

/* Banner styles (Konfigurator und Produktinfo Buttons) */
.interactive-banner-wrapper {
  opacity: 0;
  display: none;
  overflow: hidden;
}
.interactive-banner-wrapper.wf-active {
  z-index: 10;
  display: block;
  animation: banner-visible 0.5s forwards;
}
.interactive-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
.interactive-banner-wrapper .wf-button {
  display: flex;
  align-items: center;
  background-color: #d0372c;
  color: #fff;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 25px 0 0 25px;
  margin: 0;
  width: fit-content;
}
.interactive-banner-wrapper .wf-button i.bi-gear:before {
  animation: icon-rotate 12s linear infinite;
  animation-play-state: paused;
}
.interactive-banner-wrapper .wf-button:hover i.bi-gear:before {
  animation-play-state: running;
}
.interactive-banner-wrapper .wf-button:hover i.bi-info-lg:before {
  animation: info-animation 1s ease;
}
@media (max-width: 991.98px) {
  .interactive-banner-wrapper {
    height: max-content;
    width: max-content;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
  }
  .interactive-banner {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .interactive-banner-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    height: fit-content;
    width: fit-content;
  }
  .interactive-banner-wrapper .wf-button {
    padding: 10px 15px;
  }
}
.interactive-banner-wrapper i {
  font-size: 30px;
  display: flex;
  width: fit-content;
}
@media(min-width:992px) {
  .interactive-banner-wrapper i {
    font-size: 35px;
    display: flex;
    width: fit-content;
  }
}
/* Banner loading animation (focus change) */
.wf-loading-animation {
  display: none;
}
.interactive-banner-wrapper.wf-loading-spinner .wf-loading-animation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.interactive-banner-wrapper.wf-loading-spinner .wf-button {
  opacity: 0.5;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lds-ellipsis div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

/* Modell Switcher Toggle */
.interactive-switcher {
  width: max-content;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.interactive-switcher .switcher-button {
  cursor: pointer;
  min-width: 85px;
  border: 1px solid #1f1f1f;
  display: inline-block;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
  font-family: 'Grotesk-B', sans-serif;
  transition: background 600ms ease, color 600ms ease;
}
.interactive-switcher input[type=radio].toggle {
  display: none;
}
.interactive-switcher input[type=radio].toggle + label:hover {
  background: none;
  color: #1f1f1f;
}
.interactive-switcher input[type=radio].toggle + label:after {
  background: #1f1f1f;
  border-radius: 25px;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}
.interactive-switcher input[type=radio].toggle.toggle-left + label {
  border-right: 0;
}
.interactive-switcher input[type=radio].toggle.toggle-left + label:after {
  left: 100%;
}
.interactive-switcher input[type=radio].toggle.toggle-right + label {
  margin-left: -5px;
}
.interactive-switcher input[type=radio].toggle.toggle-right + label:after {
  left: -100%;
}
.interactive-switcher input[type=radio].toggle:checked + label {
  cursor: default;
  color: #fff;
  transition: color 200ms;
}
.interactive-switcher input[type=radio].toggle:checked + label:after {
  left: 0;
}
.interactive-switcher input[type=radio].toggle-left + label{
  border-radius: 25px 0 0 25px;
}
.interactive-switcher input[type=radio].toggle-left:checked + label:after {
  border-radius: 25px 0 0 25px;
}
.interactive-switcher input[type=radio].toggle-right + label{
  border-radius: 0 25px 25px 0;
}
.interactive-switcher input[type=radio].toggle-right:checked + label:after {
  border-radius: 0 25px 25px 0;
}

/* Interaktives Feba-Haus Animationen */
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes banner-visible {
  0% { 
    opacity: 0;
    transform: translateX(100%);
  }
  100% { 
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes icon-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes info-animation {
  30% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


/* 
------ wfBanner Block
*/
.wfbanner .col-12 {
    margin-bottom: 35px;
}
.wfbanner .col-12:last-child {
    margin-bottom: 0;
}
.wfbanner h2 {
    color: #EAEAEA;
    margin-bottom: 0;
    font-family: 'Grotesk', sans-serif;
}
.banner-streifen {
    background-image: url('/wp-content/themes/understrap-child/img/Feba_weisseStreifen.svg');  
    position: absolute;
    right: 0;
    width: 70%;
    height: 100px;
    bottom: 0;
    background-position: center;
    background-size: cover;
}
.edge2edge.wf-banner-wrapper {
    padding-top: 90px;
    padding-bottom: 120px;
}

@media (min-width: 992px) {
    .banner-streifen {
        height: 190px;
        width: 50%;
    }
    .edge2edge.wf-banner-wrapper {
        padding-bottom: 140px;
        padding-top: 140px;
    }
}

/* 
------ wfDownloads Block
*/
.downloads-item {
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid #1f1f1f;
  transition: all 0.3s ease;
  position: relative;
}
.downloads-item:first-child {
  border-top: 1px solid #1f1f1f;
}
.downloads-item:hover {
  background-color: #1f1f1f;
  color: white;
  padding-left: 30px;
}
.downloads-item i {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.downloads-item p {
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 0;
}

/* 
------ wfFeedback Block
*/
.dfFeedback {
  padding-bottom: 35px;
  text-align: center;
}
.feedback-customer {
  display: inline-flex;
  align-items: center;
  max-width: 550px;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.feedback-customer p:first-child {
  margin-bottom: -3px;
  font-size: 28px;
  color: #004C82;
  font-weight: bolder;
  line-height: 1.2;
  margin-bottom: 5px;
}
.feedback-customer p {
  margin-bottom: -3px;
  text-align: center;
}
.feedback-customer img {
  background: black;
  height: 100px;
  width: 100px;
}
.carousel-indicators {
  margin-bottom: 0;
  bottom: -35px;
}
.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background-color: #1F1F1F;		
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 0;
  opacity: 1;
  transition: .4s ease;
}
.carousel-indicators .active {
  background-color: #D0392E;			
}
@media(min-width:992px) {
  .feedback-customer {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .feedback-customer p:first-child {
    font-size: 35px;
  }
  .feedback-customer h2, .feedback-customer p {
    text-align: left;
  }
  .feedback-customer p {
    margin-bottom: -3px;
  }
}

/* 
------ wfProdukteteaser Block
*/
.slider-wrap .carousel img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider-wrap .content-wrap {
  display: grid;
  align-self: center;
  padding-left: 48px;
}
.slider-wrap .carousel-indicators {
  bottom: -15%;
}
.wf-produkt-card {
  position: relative;
  height: 225px;
  color: #fff;
  transition: all 0.6s ease-in-out;
  margin-bottom: calc(var(--bs-gutter-x));
}
.wf-produkt-card:last-child {
  margin-bottom: 0;
}
.wf-produkt-card .content-wrap {
  position: absolute;
  bottom: 0;
  padding: 0 1rem 1rem;
  width: calc(100% - var(--bs-gutter-x));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wf-produkt-card p {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
}
.wf-produkt-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.wf-produkt-card img {
  -webkit-filter: blur(0px) brightness(0.8);
  filter: blur(0px) brightness(0.8);
}
.wf-produkt-card:hover img {
  -webkit-filter: blur(1px) brightness(0.5);
  filter: blur(1px) brightness(0.5);
}

/* 
------ wfMedia Block
*/
.wfMedia figure {
  margin-bottom: 0;
}
.wfMedia .wf-button {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .wfMedia .wf-button {
      margin-bottom: 0rem;
  }
}

/* 
------ Flex-Content Block
*/
.wfFlexContent p {
    margin-bottom: 0;
}

.wfFlexContent .wf-flex-button:not(:first-child) {
    margin-top: calc(-4rem/2);
}


/* 
--------- wfProdukte Block
*/
/* Accordion Basics */
.wfProdukte .accordion-item {
  background-color: transparent;
}
.accordion-body {
  padding: 30px;
  background: #fff;
  border-top: 1px solid #1d1d1b;
}
/* Accordion Border */
.accordion-flush .accordion-item {
  border-top: 1px solid #1d1d1b !important;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #1d1d1b !important;
}
.wfProdukteIcon {
  font-size: 1.2rem;
  transition: all 0.2s ease;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
@media(min-width:992px) {
  .accordion-body {
      padding: 30px 40px;
  }
}
/*  Accordion Header */
.wfProdukte .accordion-button {
  font-family: 'Grotesk',sans-serif;
  background-color: transparent;
  padding: 2rem 0;
  flex-direction: column;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
  cursor: default;
}
.wfProdukte .accordion-button:not(.collapsed) {
  color: #1d1d1b;
  background-color: transparent;
  box-shadow: none;
}
.wf-accordion-cta {
  margin-top: 2rem;
}
.accordion-button-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wf-button-main-wrapper {
  display: flex;
}
/* Produktbeschreibung Abstand wenn Header Button aktiv */
.wf-abstand-klein, .wf-abstand-mittel, .wf-abstand-gross {
  padding-bottom: 2rem;
}
.wf-accordion-button-content {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion-button:focus, .accordion-button:active {
  box-shadow: none;
  outline: none;
}
.wfProdukte .accordion-button::after {
  display: none;
}
@media(min-width:992px) {
  .accordion-button-wrap {
      flex-direction: row;
      align-items: center;
  }
  /* Accordion Button Bildgrösse beschränken */
  .wf-produkt-details-wrapper picture, .accordion-button-wrap .produkt-bild-wrapper {
      width: 30%;
  }
  .wf-accordion-button-content {
      width: 68%;
      padding: 2rem 2rem 0;
  }
  /* Produktbeschreibung Abstand wenn Header Button aktiv */
  .wf-abstand-klein {
      padding-bottom: 2rem;
  }
  .wf-abstand-mittel {
      padding-bottom: 2.5rem;
  }
  .wf-abstand-gross {
      padding-bottom: 3rem;
  }
}
/* Accordion Abstände und Grössen */
.wfProdukte .accordion-button .wf-produkt-titel, .wf-produktdetails-titel {
  font-size: 1.5rem;
  margin-bottom: 0;
  max-width: 85%;
}
.wf-produktdetails-titel {
  margin-bottom: 2.5rem;
}
.wf-produkt-details-wrapper .wf-produkt-details {
  padding: 2rem 0 0;
}
.wf-produkt-details-wrapper .wf-produkt-details p {
  line-height: 1.2;
}
.wf-ausfuehrung-titel {
  font-family: 'Grotesk-B',sans-serif;
}
/* Accordion Buttons */
.wfProdukte .wf-button {
  color: #1f1f1f;
  border-color: #1f1f1f;
}
.wfProdukte .wf-button:hover {
  color: #fff;
  background-color: #1f1f1f;
}
.wfProdukte .wf-button-wrapper:only-child {
  margin-bottom: 0 !important;
}
/* Accordion Produktbeschreibung */
.wf-produkt-details-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.wf-produkt-details-wrapper:last-child {
  margin-bottom: 0;
}
@media(min-width:992px) {
  .wf-produkt-details-wrapper {
      flex-direction: row;
  }
  .wf-produkt-details-wrapper picture, .wf-produkt-details-wrapper .produkt-bild-wrapper {
      width: 20%;
  }
  .wf-produkt-details-wrapper .wf-produkt-details {
      width: 80%;
  }
  .wf-produkt-details-wrapper .wf-produkt-details {
      padding: 0 3rem;
  }
  .wf-produkt-details-wrapper .wf-produkt-details:first-child {
      padding: 0;
  }
}
/* Accordion No-Content */
.no-accordion-body .accordion-button {
  cursor: default;
}
.no-accordion-body .accordion-button::before {
  display: none;
}

/* 
------ Aktuelles Cards 
*/
.aktuteaser-subref .refteaser-arrow-icon {
    bottom: unset;
    top: calc(var(--bs-gutter-x) * .5);
}
.aktuteaser-subref .refteaser-arrow-icon i {
    color: #D0372C;
}
.aktuelles-teaser-wrapper .teaser-card:not(.cardhide):nth-child(1) .top-line hr, .content-teaser-wrapper .teaser-card:not(.cardhide):nth-child(1) .top-line hr {
    background: #1f1f1f;
}
@media (min-width: 768px) {
    .aktuelles-teaser-wrapper .teaser-card:not(.cardhide):nth-child(2) .top-line hr, .content-teaser-wrapper .teaser-card:not(.cardhide):nth-child(2) .top-line hr {
        background: #1f1f1f;
    }
}
@media (min-width: 992px) {
    .aktuelles-teaser-wrapper .teaser-card:not(.cardhide):nth-child(3) .top-line hr, .content-teaser-wrapper .teaser-card:not(.cardhide):nth-child(3) .top-line hr {
        background: #1f1f1f;
    }
}
#aktulles-wrapper {
    margin-bottom: 4rem;
}
@media(min-width: 992px) {
    #aktulles-wrapper {
        margin-bottom: 8rem;
    }                        
}

/* 
------ Referenzen Cards 
*/
.referenzen-teaser-wrapper h3, .subref-text h3, .referenzen-einleitung-wrapper h3 {
    font-family: 'Grotesk', sans-serif;
}
.referenzen-teaser-wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.refteaser-einleitung {
    padding-bottom: 2rem;
}
.refteaser-hauptref {
    padding-bottom: 2rem;
}
.subref-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.subref-img {        
    padding-bottom: 2rem;
}
.refteaser-hauptref h3 {
    margin-top: 2rem;
}
.refteaser-sub-wrapper {
    margin-top: 2rem;
}
.refteaser-arrow-icon i {
    color: #EAEAEA;
}
.refteaser-arrow-icon {
    position: absolute;
    right: calc(var(--bs-gutter-x) * .5);
    top: calc(var(--bs-gutter-x) * .5);
    font-size: 1.5rem;
    cursor: pointer;
}

@media (min-width: 992px) {
    .refteaser-sub-wrapper {
        margin-top: unset;
    }
    .subref-img {        
        padding-top: 2rem;
    }
    .refteaser-arrow-icon {                
        bottom: calc(var(--bs-gutter-x) * .5);
        top: unset;
    }
}




/* 
------ Page Team 
*/
.teaser-card .top-line hr {
    background: none;
}
.teaser-card:not(.cardhide):nth-child(1) .top-line hr {
    background: #EAEAEA;
}
@media(min-width:992px) {
    .teaser-card:nth-child(2) .top-line hr {
        background: #EAEAEA;
    }
}
            
p.mehrerfahren-text {
    margin-top: 2rem;
}
.mehrerfahren-wrapper {
    background: #1F1F1F;
    z-index: 9999;
    width: 600px;
}
.mehrerfahren-wrapper .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: none;
    width: 30px;
    height: 30px;
}
.mehrerfahren-wrapper .offcanvas-body {
    margin-top: 100px;
}

#team-wrapper, #aktulles-wrapper {
    min-height: 300px;
}
.team-img {
    margin-top: 2rem;
}
.team-img img {
    max-width: 100%;
    min-height: 250px;
    object-fit: cover;
    height: auto;
}
.sort-buttons-button {
    margin-bottom: 2rem;
    display: flex;
}
.kategorienbuttons-wrapper {
    margin-bottom: 2rem;
}
.teamcards-wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.cardhide {
    display: none !important;
}
.wrapper-fade-inout {
    transform: scale(0.1, 0.1);
    opacity: 0;
}
.team-content {
    margin-top: 2rem;   
    margin-bottom: 2rem;   
}
.team-content p:last-child {
    margin-bottom: 0;
}
a.vCard {
    text-decoration: underline;
}
a.vCard:hover {
    text-decoration: none;
}

.teaser-card h2 {
    font-family: 'Grotesk', sans-serif;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .team-img {
        margin-bottom: 2rem;
    }  
    .team-content {
        margin-top: unset;   
        margin-bottom: unset;   
    } 
}

/* 
------ Page Contact
*/
.kontaktangaben-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: column;
    margin: auto;
    height: 100%;
    align-content: center;
}
.kontaktangaben-wrapper>* {
    width: calc(100% - 0.5rem);
}
.kontaktangaben-wrapper a {
    display: block;
    color: var(--bs-body-color);
}
@media (min-width:576px) {
    .kontaktangaben-wrapper {
        flex-direction: row;
    }
    .kontaktangaben-wrapper>* {
        width: calc(50% - 0.5rem);
    }
}

/* 
------ Gravity Forms / WP Forms
*/
@media (min-width: 641px) {
    .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
        padding-right: 0 !important;
    }
}
.gform-body input, .gform-body textarea, input {
    border: 0;
    border-bottom: 1px solid;
    border-color: #1f1f1f;
}
.gform_button {
    margin: 0 auto 0 0;
}
.gform_confirmation_message {
    background: #1f1f1f;
    color: white;
    border: none;
    border-radius: 0;
    padding: 1rem;
    margin-top: 1.5rem;
}
.gform_wrapper.gform_validation_error .gform_validation_errors {
  background: #2b2b2b!important;
  border: none!important;
  border-radius: 0!important;
  padding: 1rem!important;
  margin-top: 2rem!important;
  margin-bottom: 30px!important;
}
.gform_wrapper.gform_validation_error .gform_validation_errors>h2 {
    color: #fff !important;
    font-family: 'Grotesk', sans-serif;
    font-size: 1rem !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
  display: none !important;
}

.gform_wrapper.gform_validation_error .gfield_validation_message, .gform_wrapper.gform_validation_error .validation_message {
    background: transparent !important;
    color: #d0372c !important;
    border: none !important;
    border-radius: 0;
    padding: 5px 0 0 !important;
    margin-top: 0 !important;
}
#Passwort {
    padding: 8px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1f1f1f;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1f1f1f;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #1f1f1f;
}

@media(min-width:768px) {
    .gform_wrapper, .gform_confirmation_message {
        width: 50%;
        margin: auto;
    }
}

/* Jobinserat Formular */
.stellen-formular_wrapper.gform_wrapper, .stellen-formular_wrapper .gform_confirmation_message {
  margin: auto !important;
  width: 100% !important;
}

@media (min-width: 992px) {
  .stellen-formular_wrapper.gform_wrapper, .stellen-formular_wrapper .gform_confirmation_message {
    width: 70% !important;
    max-width: 992px !important;
  }
}

/* Gravity Forms Meldungen */
.stellen-formular_wrapper.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
  text-align: center;
}
/* Gravity Forms Footer overrides */
.stellen-formular .gform_page_footer {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}
.stellen-formular .gform_page_footer * {
  width: 0;
  height: 0;
  opacity: 0;
}
.stellen-formular #gform_page_6_7 .gform_page_footer {
    width: auto;
    height: auto;
    opacity: 1;
    overflow: visible;
    pointer-events: all;
}
.stellen-formular #gform_page_6_7 .gform_page_footer * {
    width: auto;
    height: auto;
    opacity: 1;
    margin: 0;
}
.stellen-formular #gform_page_6_7 .gform_previous_button {
  display: none;
}

/* Buttons */
.stellen-formular .gform_next_button {
    background: none;
    text-decoration: none;
    border-radius: 0;
    margin: auto;
    border: 1px solid;
    font-family: 'Grotesk-B', sans-serif;
    line-height: 1.5;
    padding: 7px 30px;
    transition: .4s ease;
    color: #D0372C;
    border-color: #D0372C;
    display: inline-block;
}
.stellen-formular .gform_next_button:hover {
  background: #D0372C;
  color: #F2F2F2;
  opacity: 1;
}
.stellen-formular_wrapper .gfield_radio {
  display: flex !important;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .stellen-formular_wrapper .gfield_radio {
    flex-wrap: nowrap;
  }
}
.stellen-formular_wrapper .gfield_radio > * {
  width: 50% !important;
}
/* Versteckt die eigentlichen Radio-Buttons, aber sie sind immer noch funktional */
.stellen-formular_wrapper .gfield-choice-input {
  opacity: 0;
  position: absolute;
}

/* Grundlegendes Styling für die Container */
.stellen-formular_wrapper .gchoice {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin: 5px;
  padding: 0 !important;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}
.stellen-formular_wrapper .gfield-choice-input + label {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 1.5rem !important;
  min-height: 125px;
}
/* Styling für das Label, wenn das zugehörige Radio-Element ausgewählt ist */
.stellen-formular_wrapper .gfield-choice-input:checked + label, .stellen-formular_wrapper .gfield-choice-input:hover + label  {
  background-color: #1f1f1f;
  color: white;
  border-color: #1f1f1f;
}
/* Grundlegendes Styling für Labels */
.stellen-formular_wrapper label.gform-field-label--type-inline {
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease;
}
/* Icon für "Ja" */
/* .stellen-formular_wrapper #label_6_90_0::before {
  font-family: 'Bootstrap Icons';
  content: "\2713";
  display: inline-block;
  content: '';
} */
/* Icon für "Nein" */
/* .stellen-formular_wrapper #label_6_90_1::before {
  font-family: 'Bootstrap Icons';
  content: "\2717";
  display: inline-block;
  content: '';
} */
.stellen-formular_wrapper .gfield-choice-input + label::before {
  font-size: 6rem;
  color: #d0372c;
}
.stellen-formular_wrapper .gfield-choice-input:checked + label::before, .stellen-formular_wrapper .gfield-choice-input:hover + label::before {
  color: #fff;
}
@media(min-width: 768px) {
  .stellen-formular .ginput_container--name, .stellen-formular .gfield--type-phone, .stellen-formular .gfield--type-email, .stellen-formular .wf-name-field {
    width: 50%;
    margin: auto;
  }
}



/*
--------------- Stellen PT
*/
.stellen-single-wrapper {
  margin-top: 64px;
  min-height: 500px;
}
@media(min-width:1200px) {
  .stellen-single-wrapper {
    margin-top: 128px;
    min-height: 550px;
  }
}
/* Job Intro */
.stellen-single-wrapper .additional-infos-wrap {
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
  .stellen-single-wrapper .additional-infos-wrap {
    gap: 1rem;
    flex-direction: row;
  }
}
.stellen-single-wrapper .additional-infos-sub-wrap {
    display: flex;
}
.stellen-single-wrapper .wfSubIconText, .stellen-single-wrapper .wfSubIconText a {
    font-size: 1rem;
    color: #1F1F1F;
}
.stellen-single-wrapper .additional-infos-sub-wrap p {
    padding-left: 5px;
    margin-bottom: 0;
}



/*
--------------- Cookie law info Plugin
*/

/* New Cookie Plugin */
.wf-youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cky-accordion-header .cky-always-active {
  color: #d0372c !important;
}
.cky-notice-des *, .cky-preference-content-wrapper *, .cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc * {
  font-size: var(--bs-body-font-size) !important;
  font-weight: var(--bs-body-font-weight) !important;
  line-height: var(--bs-body-line-height) !important;
}
.video-placeholder-youtube {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.cky-btn {
  font-size: 1rem !important;
  font-family: 'Grotesk-B',sans-serif !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
}
.cky-preference-header {
  border-bottom: 1px solid #fff !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn {
  color: #fff !important;
  opacity: 0.6 !important;
}
.cky-audit-table-element h3 {
  font-size: 1.3rem;
}


#cookie-law-info-bar {
  bottom: 15px !important;
  margin: auto !important;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

#CONSTANT_OPEN_URL {
  padding: 10px 16px 10px;
}

.cli-bar-message p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.cli-bar-btn_container {
justify-content: center;
margin-top: 15px;
gap: 15px;
}

.cli_settings_button:hover {
opacity: 0.7;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-bottom: 0;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
  font-family: 'Grotesk-B',sans-serif;
  line-height: 1.5;
  font-size: 1rem !important;
  color: #1F1F1F;
  background-color: #EAEAEA !important;
  border: 1px solid transparent;
  padding: 7px 10px;
  transition: all 0.3s ease;
  margin-top: 0;
}

.cli-plugin-button:hover {
  background-color: #1F1F1F !important;
  color: #EAEAEA !important;
  border-color: #EAEAEA !important;
  opacity: 1;
}

.wf-cookie-banner-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #1F1F1F;
  border: 2px solid #1F1F1F;
  padding: 0.8rem 2rem;
  transition: .4s ease;
  border-radius: 0;
  -webkit-appearance: unset;
}

.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
  background: none;
  color: #1F1F1F;
}

.cli-switch input:checked + .cli-slider {
  background-color: #1F1F1F;
}

@media (max-width: 576px) {
  #cookie-law-info-bar a {
    display: block;
    clear: both;
    margin: 0.5em 1em 0 1em;
    width: auto;
  }
}

/* 
------ 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: translate(0,-100px);
    opacity: 0;
    transition: .5s all ease;
}
  
.motion_reveal_menu.motion_active {
    transform: translateY(0);
    opacity: 1;
}
/*# sourceMappingURL=child-theme-wf.css.map */


/*
--------------- 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;
  -ms-touch-action: none;
  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 * {
    -webkit-box-sizing: border-box;
            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 */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          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;
  -webkit-transform: translateZ(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 {
  -ms-touch-action: none;
  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%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

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

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  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; }

/*
    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: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          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; }

.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;
  -webkit-transition: opacity 0.25s ease-out;
  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;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          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 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            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;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
    
    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: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.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;
  -webkit-transition: opacity 0.25s ease-out;
          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 {
  -webkit-box-sizing: border-box;
          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% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

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

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            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;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* 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: rgba(0, 0, 0, 0.3); }

/* 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; }
