/**
 * Globals
 **/
/*
 * Teaser
*/
/**
 * Button
**/
/**
 * Events
 **/
/**
 * Multidownload
 **/
/* colors */
/* fonts */
/* has to be declared as 'semi-bold' */
/* icons */
/* others */
/**
 * Basic border
 **/
/**
 * Fonts
 **/
/**
 * Colors
 **/
/**
 * Layout Gaps
 **/
/**
 * Breakpoints
 */
/**
 * Hyphens
 */
/**
 * Download Icon Desktop
 */
/**
 * Download Icon Mobile
 */
.main-nav-open .tx-epwerkstickybanner__wrapper {
  pointer-events: all;
}
.tx-epwerkstickybanner__wrapper {
  display: none;
  position: fixed;
  background: #272727;
  color: #F6F6F3;
  font-weight: 400;
  z-index: 9999;
  width: 100%;
}
.tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__banner {
  width: 100%;
}
.tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body {
    flex-direction: row;
  }
}
.tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info {
  padding: 10% 8%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: auto;
}
@media (min-width: 600px) {
  .tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info {
    padding: 20px 50px;
  }
}
@media (min-width: 1200px) {
  .tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info {
    width: 66%;
    gap: 30px;
    flex-direction: row;
    align-items: flex-end;
    height: auto;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info .tx-epwerkstickybanner__info-text {
    width: 70%;
  }
}
.tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info .tx-epwerkstickybanner__info-text .tx-epwerkstickybanner__title {
  font-weight: bolder;
  font-size: 22px;
  margin-bottom: 0.5rem;
}
.tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info .tx-epwerkstickybanner__info-text p:last-child {
  margin-bottom: 0;
}
.tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body .tx-epwerkstickybanner__image-wrapper {
  width: 100%;
  height: 25vh;
}
.tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body .tx-epwerkstickybanner__button--wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10%;
}
@media (min-width: 600px) {
  .tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body .tx-epwerkstickybanner__button--wrapper {
    margin-top: 20px;
    width: auto;
  }
}
.tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body .tx-epwerkstickybanner__button--wrapper .tx-epwerkstickybanner__button {
  color: #272727;
  background: #edecea;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 15px 0;
  border-radius: 6px;
  width: 100%;
  transition: all 0.2s ease;
}
.tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body .tx-epwerkstickybanner__button--wrapper .tx-epwerkstickybanner__button:hover {
  background-color: #e3e2df;
  text-decoration: none;
}
@media (min-width: 600px) {
  .tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__body .tx-epwerkstickybanner__button--wrapper .tx-epwerkstickybanner__button {
    padding: 15px 40px;
    width: auto;
  }
}
.tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__close {
  background: url("/typo3conf/ext/ep_werk_stickybanner/Resources/Public/Images/close-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 12px;
  right: 15px ;
  font-size: 22px;
  cursor: pointer;
  z-index: 25;
}
.tx-epwerkstickybanner__wrapper .tx-epwerkstickybanner__close:hover {
  background: url("/typo3conf/ext/ep_werk_stickybanner/Resources/Public/Images/close-w--hover.svg");
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--top {
  bottom: 0;
  transition: margin-top 350ms;
}
@media (min-width: 1200px) {
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--top .tx-epwerkstickybanner__image-wrapper {
    width: 33%;
    height: 25vh;
  }
}
@media (min-width: 1200px) {
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--top {
    top: 0;
    bottom: auto;
  }
}
.tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--bottom {
  bottom: 0;
}
@media (min-width: 1200px) {
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--bottom .tx-epwerkstickybanner__image-wrapper {
    width: 33%;
    height: 25vh;
  }
}
.tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--left {
  bottom: 0;
}
@media (min-width: 1200px) {
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--left {
    top: 0;
    left: 0;
    bottom: 0;
    width: 20%;
  }
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--left .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body {
    flex-direction: column-reverse;
    height: 100%;
  }
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--left .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info {
    width: 100%;
    height: 50%;
    padding: 12%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--left .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info .tx-epwerkstickybanner__info-text {
    width: 100%;
  }
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--left .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info .tx-epwerkstickybanner__button--wrapper {
    width: 100%;
  }
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--left .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info .tx-epwerkstickybanner__button--wrapper .tx-epwerkstickybanner__button {
    width: 100%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--left .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body .tx-epwerkstickybanner__image-wrapper {
    width: 100%;
    height: 50%;
  }
}
.tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--right {
  bottom: 0;
}
@media (min-width: 1200px) {
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
  }
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--right .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body {
    flex-direction: column-reverse;
    height: 100%;
  }
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--right .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info {
    width: 100%;
    height: 50%;
    padding: 12%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--right .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info .tx-epwerkstickybanner__info-text {
    width: 100%;
  }
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--right .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info .tx-epwerkstickybanner__button--wrapper {
    width: 100%;
  }
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--right .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info .tx-epwerkstickybanner__button--wrapper .tx-epwerkstickybanner__button {
    width: 100%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner__position--right .tx-epwerkstickybanner__image-wrapper {
    width: 100%;
    height: 50%;
  }
}
.tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner--no-image {
  height: auto;
}
.tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner--no-image .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info {
  padding: 14% 8.333333%;
  height: auto;
}
@media (min-width: 600px) {
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner--no-image .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info {
    padding: 50px;
  }
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner--no-image .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info .tx-epwerkstickybanner__button--wrapper {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner--no-image .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info {
    width: 100%;
  }
  .tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner--no-image .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info .tx-epwerkstickybanner__button--wrapper {
    margin-top: 0;
    margin-right: 20px;
  }
}
.tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner--no-image.tx-epwerkstickybanner__position--left .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info,
.tx-epwerkstickybanner__wrapper.tx-epwerkstickybanner--no-image .tx-epwerkstickybanner__position--right .tx-epwerkstickybanner__banner .tx-epwerkstickybanner__body .tx-epwerkstickybanner__info {
  height: 100%;
}
.tx-epwerkstickybanner__wrapper a {
  color: #000;
}
.desktop-text {
  display: none;
}
@media (min-width: 600px) {
  .desktop-text {
    display: block;
  }
}
@media (min-width: 600px) {
  .mobile-text {
    display: none;
  }
}
.mobile-text .collapse--text.collapse:not(.show) {
  display: block;
  height: 4rem;
  overflow: hidden;
  visibility: inherit;
  -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 80%);
  mask-image: linear-gradient(to bottom, black 30%, transparent 80%);
}
.mobile-text .collapse--text.collapsing {
  height: 4rem;
}
.mobile-text .read-more {
  color: #ee8532;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 6px;
}
.mobile-text .read-more:after {
  background: url("/typo3conf/ext/ep_werk_stickybanner/Resources/Public/Images/read-more.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 4px;
  background-size: 16px 10px;
  padding-right: 24px;
}
.mobile-text .read-more.collapsed::after {
  content: 'Mehr';
}
.mobile-text .read-more:not(.collapsed)::after {
  content: 'Weniger';
  background: url("/typo3conf/ext/ep_werk_stickybanner/Resources/Public/Images/read-less.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 4px;
  background-size: 16px 10px;
  padding-right: 24px;
}
/*# sourceMappingURL=stickybanner.css.map */