/* 
Theme Name: Schwarzburg - Child
Author: BEHIVE
Author URI: https://www.behive.agency
Template: hello-elementor
Version: 1.2
Text Domain: behive-child
*/
body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#content .entry-title {
  display: none;
}

.left-text {
  text-align: left;
}

.center-text {
  text-align: center;
}

.right-text {
  text-align: right 0 px;
}

.uppercase {
  text-transform: uppercase !important;
}

.no-margin {
  margin: 11px !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.relative {
  position: relative;
}

.clearboth {
  clear: both;
}

.hidden {
  display: none;
}

/* TSX STYLE */
.elementor-archiv-widget {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media screen and (max-width: 768px) {
  .elementor-archiv-widget {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 420px) {
  .elementor-archiv-widget {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}
.elementor-archiv-widget-item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
}

.elementor-archiv-widget .archiv-date {
  color: white;
  margin-bottom: 5px;
}

.elementor-archiv-widget .archiv-title,
.elementor-archiv-widget .archiv-title a {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.elementor-archiv-widget .archiv-image {
  width: 100%;
}

.elementor-archiv-widget .archiv-text {
  color: white;
  font-weight: lighter;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.elementor-archiv-widget .archiv-link {
  margin-top: auto;
}

.elementor-archiv-widget .archiv-link a {
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid white;
  transition: color 0.2s ease-in-out;
}
.elementor-archiv-widget .archiv-link a:hover {
  color: white;
  border-color: white;
}

.filter-buttons .elementor-button-wrapper {
  margin: 0px 10px 10px 0px;
  display: inline-block;
}
.filter-buttons .elementor-button-wrapper a {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  fill: white;
  color: white;
  background-color: rgba(2, 1, 1, 0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 40px 40px 40px 40px;
  transition: background-color 0.3s ease-in-out;
}

.filter-heading {
  margin-top: 40px;
  color: white;
  font-weight: bold;
}

.filter-buttons .elementor-button-wrapper a:hover {
  background-color: white;
  color: black;
}

.filter-buttons .elementor-button-wrapper a.activated {
  background-color: white;
  color: black;
}

.slider-content .slick-list {
  overflow-x: hidden;
}

.slick-slide {
  transition: opacity 0.15s linear;
  color: white;
}

.slider-nav .slick-slide {
  opacity: 0.5;
  font-size: 28px;
  line-height: 36px;
  font-family: "Marcellus", Sans-serif;
  text-align: center;
}

.slider-nav .slick-slide:hover {
  cursor: pointer;
}

.slider-nav {
  width: 42%;
  float: left;
}

.slider-content {
  width: 58%;
  float: left;
  padding: 20px;
}

.slick-slide.slick-active {
  opacity: 1;
}

.slider-nav .slick-current {
  transform: scale(1.2);
  opacity: 1;
  font-weight: normal;
  color: white;
  margin: 20px 0;
}

.carousel-arrow-button {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  margin-right: 20px;
  z-index: 20;
}

.carousel-arrow-button:hover {
  cursor: pointer;
}

/*POPUP*/
.dialog-close-button {
  font-size: 20px !important;
  border-radius: 100% !important;
  right: -64px !important;
  top: -64px !important;
}
@media screen and (max-width: 512px) {
  .dialog-close-button {
    right: -44px !important;
    top: -44px !important;
  }
}

.eicon-close {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 512px) {
  .eicon-close {
    width: 40px !important;
    height: 40px !important;
  }
}

.eicon-close:before {
  left: 20px;
  top: 20px;
  position: absolute;
}
@media screen and (max-width: 512px) {
  .eicon-close:before {
    left: 10px !important;
    top: 10px !important;
  }
}

/*
 *  STYLE 11
 */
.dialog-widget-content {
  padding: 20px 10px;
  background-color: #2f2f2f;
}

.dialog-message::-webkit-scrollbar-track {
  background-image: -webkit-linear-gradient(0deg, #2f2f2f 25%, #2f2f2f 25%, #2f2f2f 40%, #c8ad76 40%, #c8ad76 60%, #2f2f2f 60%, #2f2f2f);
  border-radius: 0;
}

.dialog-message::-webkit-scrollbar {
  width: 10px;
  background-color: #2f2f2f;
}

.dialog-message::-webkit-scrollbar-thumb {
  background-color: #c8ad76;
  border-radius: 10px;
}

.dialog-message {
  font-size: 18px;
}
@media screen and (max-width: 512px) {
  .dialog-message {
    font-size: 16px;
    line-height: 1.3em;
    overflow-x: hidden;
  }
  .dialog-message p {
    overflow-wrap: break-word;
  }
}

.dialog-type-lightbox .dialog-buttons-wrapper {
  border-top: 0;
}

.elementor-lightbox .dialog-lightbox-close-button {
  right: 0 !important;
  top: 0 !important;
}

/* TSX STYLE */
.elementor-standorte-widget {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media screen and (max-width: 768px) {
  .elementor-standorte-widget {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 420px) {
  .elementor-standorte-widget {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}
.elementor-standorte-widget-item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
}

.elementor-standorte-widget .standort-wrap {
  border: 1px solid white;
  padding: 10px 20px;
}

.elementor-standorte-widget .standorte-title,
.elementor-standorte-widget .standorte-title a {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.elementor-standorte-widget .standorte-image {
  width: 100%;
}

.elementor-standorte-widget .standorte-text {
  color: white;
  font-weight: lighter;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.elementor-standorte-widget .standorte-link {
  margin-top: auto;
}
.elementor-standorte-widget .standorte-link a {
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid white;
  transition: color 0.3s ease-in-out;
}
.elementor-standorte-widget .standorte-link a:hover {
  color: white;
  border-color: white;
}

.filter-buttons .elementor-button-wrapper {
  margin: 0px 10px 10px 0px;
  display: inline-block;
}
.filter-buttons .elementor-button-wrapper a {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  fill: white;
  color: white;
  background-color: rgba(2, 1, 1, 0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 40px 40px 40px 40px;
  transition: background-color 0.3s ease-in-out;
}

.filter-heading {
  margin-top: 20px;
  color: white;
  font-weight: bold;
}

.filter-buttons .elementor-button-wrapper a:hover {
  background-color: white;
  color: black;
}

.filter-buttons .elementor-button-wrapper a.activated {
  background-color: white;
  color: black;
}
/*# sourceMappingURL=style.css.map */
