/*
Theme Name:   Baumit
Author:       seoCon – Online Marketing Agentur
Author URL:   https://www.seocon.at
Template:     genesis
Version:      1.0
*/

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* ## General
--------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  font-family: "Franklin Gothic", sans-serif !important;
  color: #707070;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
p,
ul,
ol,
blockquote {
  margin: 0 0 16px;
  text-rendering: optimizeLegibility;
}
ul,
ol {
  padding-left: 20px;
}
blockquote {
  padding: 10px 0 10px 20px;
  border-left: 2px solid #1f1f1f;
}
blockquote p:last-child {
  margin: 0;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
hr {
  max-width: 80%;
  margin: 16px auto;
  border-color: #1f1f1f;
  border-width: 1px 0 0;
}
.screen-reader-text,
.genesis-skip-link {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.screen-reader-text:focus,
.genesis-skip-link:focus {
  position: relative !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  z-index: 100000;
}

/* ## Site Header
--------------------------------------------- */
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 3px 6px #00000029;
}
.admin-bar .site-header {
  top: 32px;
}
.site-header > .wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  max-width: 1200px;
  margin: auto;
}
.custom-logo-link {
  width: 133px;
}
.site-title {
  margin: 0;
  line-height: 1;
  font-size: 45px;
  font-weight: 600;
  color: #222;
}
.site-description {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* ## Content
--------------------------------------------- */
.elementor-widget-text-editor p:last-child,
.elementor-widget-text-editor ul:last-child,
.elementor-widget-text-editor ol:last-child {
  margin: 0;
}
.standort-liste {
  display: none;
}
.imagelightbox-action.action-vote,
#imagelightbox-caption {
  display: none !important;
}
.elementor-editor-active .standort-liste {
  display: block;
}
.FV_CL__one > article > a,
.FV_Winner__photo > a {
  cursor: default;
}

/* Form */

/* .fv_upload_form fieldset .fv_wrapper:first-child {
  display: none;
} */

/* ## winner (manu)
--------------------------------------------- */
.FV_Winner__name {
  display: none;
}
/* ## ende von: winner (manu)
--------------------------------------------- */

/* ## Pinnwand (enes)
--------------------------------------------- */

.pinnwand-gallery .owl-carousel,
.pinnwand-gallery .fv_upload {
  display: none;
}

.pinnwand-gallery .fv_contest-container {
  visibility: hidden;
  height: 0;
}

.pinnwand-gallery .fv_contest-container.is-active {
  visibility: visible;
  height: auto;
}

.pinnwand-select {
  text-align: right;
}

.pinnwand-select select {
  background: transparent;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #e20119;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 2px;
}

/* ## ende von: Pinnwand (enes)
--------------------------------------------- */

/* ## baustoff-haendler-slider (kevin)
--------------------------------------------- */
.baustoffhaendler-slider .elementor-swiper-button.elementor-swiper-button-next {
  right: -70px;
  transform: translateY(-18px);
}

.baustoffhaendler-slider .elementor-swiper-button.elementor-swiper-button-prev {
  left: -70px;
  transform: translateY(-18px);
}

.baustoffhaendler-slider
  .elementor-widget-wrap.elementor-element-populated.e-swiper-container {
  max-width: 80vw;
  margin: 0 auto;
}

.baustoffhaendler-slider .swiper-slide {
  box-shadow: 0px 3px 20px #00000029;
  height: 123px;
  transform: translateY(50%);
}

/* ## ende von: baustoff-haendler-slider (kevin)
--------------------------------------------- */

/* ## js-pop-up nach erfolgreichem upload auslbenden (kevin)
--------------------------------------------- */

#modal-widget {
  display: none !important;
}

/* ## ende von: js-pop-up nach erfolgreichem upload auslbenden (kevin)
--------------------------------------------- */

/* ## upload-seiten (kevin)
--------------------------------------------- */

main.content
  div.entry-content
  form.fv_upload_form.fv_upload_default
  div.fv_wrapper.fv-field-type--submit {
  order: unset;
}

main.content
  div.entry-content
  form.fv_upload_form.fv_upload_default
  label.checkbox_input {
  font-size: 12px !important;
}

/* ## ende von: upload-seiten (kevin)
--------------------------------------------- */

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
  background-color: #ecebe7;
  font-size: 15px;
}
.footer-widgets > .wrap {
  display: flex;
  flex-flow: row wrap;
  padding: 40px 10px 0;
  max-width: 1200px;
  margin: auto;
}
.footer-widget-area {
  width: 18%;
  padding-right: 10px;
}
.footer-widgets-5 {
  width: 28%;
  margin-bottom: 40px;
  padding: 0;
}
.footer-widgets a {
  color: #282724;
  text-decoration: none;
}
.footer-widgets a:hover,
.footer-widgets a:focus {
  color: #df0a25;
}
.footer-widget-area .widgettitle {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: #282724;
}
.footer-widgets ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style-type: none;
}
.footer-widgets li {
  margin-bottom: 12px;
  line-height: 20px;
}
.footer-widgets ul li:first-child {
  font-weight: 600;
}
.footer-widget-area .widget_text {
  clear: both;
}
.footer-widget-area .widget_text:last-child {
  padding-top: 12px;
}
.footer-widget-area .widget_media_image {
  float: left;
  margin-right: 10px;
}

/* ## Site Footer
--------------------------------------------- */
.site-footer {
  background-color: #ecebe7;
  font-size: 15px;
}
.site-footer > .wrap {
  padding: 24px 10px;
  max-width: 1200px;
  margin: auto;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.site-footer li {
  margin-left: 20px;
}
.site-footer a {
  color: #282724;
  text-decoration: none;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #df0a25;
}

/* ## Responsive
--------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .footer-widget-area {
    width: 25%;
  }
  .footer-widgets-5 {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
@media only screen and (max-width: 768px) {
  body * {
    hyphens: auto !important;
  }
  .site-title {
    font-size: 25px;
  }
  .footer-widget-area:not(.footer-widgets-5) {
    width: 50%;
  }
  .footer-widgets > .wrap {
    padding-bottom: 20px;
  }
  .footer-widgets ul {
    margin-bottom: 20px;
  }
  .footer-widgets li,
  .footer-widget-area .widgettitle {
    margin-bottom: 5px;
  }
  .footer-widget-area .widget_text:last-child {
    padding-top: 5px;
  }
  /* ## baustoff-haendler-slider (kevin)
    --------------------------------------------- */
  .baustoffhaendler-slider svg {
    font-size: 40px;
  }

  .baustoffhaendler-slider
    .elementor-swiper-button.elementor-swiper-button-next {
    right: -40px;
  }

  .baustoffhaendler-slider
    .elementor-swiper-button.elementor-swiper-button-prev {
    left: -40px;
  }

  .fv_upload_default .fv_wrapper {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* ## ende von: baustoff-haendler-slider (kevin)
    --------------------------------------------- */
}
@media only screen and (max-width: 600px) {
  .admin-bar .site-header {
    top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .site-header {
    padding: 10px 0;
  }
  .custom-logo-link,
  .header-widget-area {
    align-self: flex-end;
    width: 100px;
    margin-bottom: -10px;
  }
  .title-area {
    margin-left: -20px;
  }
  .site-title {
    font-size: 20px;
  }
  .footer-widget-area:not(.footer-widgets-5) {
    width: 100%;
  }
}

/* ## anpassungen 2024 (kevin)
  --------------------------------------------- */

#siloselfie .gewinnspiel-auswaehlen-box .standorte-box {
  transform: translateY(-61%);
}

@media screen and (max-width: 1024px) {
  #siloselfie .gewinnspiel-auswaehlen-box .standorte-box {
    transform: translateY(-65%);
  }
}

@media screen and (max-width: 400px) {
  #siloselfie .gewinnspiel-auswaehlen-box .elementor-button-text {
    font-size: 16px;
  }
}

#gewinnspiel-aktiv,
#gewinnspiel-nicht-aktiv {
  display: none;
}

#gewinnspiel-aktiv.show,
#gewinnspiel-nicht-aktiv.show {
  display: block;
}

.elementor-editor-active #gewinnspiel-aktiv,
.elementor-editor-active #gewinnspiel-nicht-aktiv {
  display: block;
}

/* ## ende von: anpassungen 2024 (kevin)
  --------------------------------------------- */
