/*
 * GENERAL VARIABLES
 */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* Oversize */
/*
 * SPAcER
 */
/*
 * LISTINGS VARIABLES
 */
/*
 * BUTTON VARIABLES
 */
/*
 * GALLERY
 */
/*
 * MODAL DIALOG
 */
/*
 * NAVIGATION VARIABLES
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/* General */
/* Color */
/*
 * Aside
 */
/*
 * PAGE VARIABLES
 */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #F7931E 0%, #009245 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * CONTENT MIXINS
 */
/*
 * toogle elements
 */
/*
 * REMARKS
 */
/*	simple-button		- Generiert normalen Button					*/
/*	btn-diagonal-close	- Größe der Border an Button anpassen		*/
/*	btn-double-swipe	- Größe der Border an Button anpassen		*/
/*	btn-zoning			- Größe der Border an Button anpassen		*/
/*	btn-slice			- Weite der Border an Button anpassen		*/
/*	btn-aware			- leeren span in a-Tag hinterlegen			*/
/*	btn-alternate		- Text/[WIDGET_LINK_MORE] in span einbinden	*/
/*	btn-v-overlap		- Text/[WIDGET_LINK_MORE] in span einbinden	*/
/*	btn-h-overlap		- Text/[WIDGET_LINK_MORE] in span einbinden	*/
button.screenreader,
button.clean {
  background: transparent;
  border: none;
  color: inherit;
}
button.screenreader:focus,
button.clean:focus {
  left: auto;
  position: relative;
  outline: none;
  display: inline-block;
}
button.screenreader:focus.screenreader,
button.clean:focus.screenreader {
  background: #fff;
  color: #333;
  position: relative !important;
}
button.screenreader:focus-visible,
button.clean:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}
/*
 * SIMPLE BUTTON
 */
.simple-button {
  padding: 10px 15px;
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #F7931E;
  border-radius: 0;
  color: #F7931E;
  font-size: 120%;
  font-weight: 300;
  text-decoration: none;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.simple-button:hover,
.simple-button:focus {
  font-weight: 300;
  text-decoration: none;
}
.simple-button.text-small {
  padding: 5px 10px;
  font-size: 90%;
}
.simple-button.text-large {
  padding: 15px 25px;
  font-size: calc(100% + 20%);
}
.simple-button.text-larger {
  padding: 20px 40px;
  font-size: calc(100% + 50%);
}
.simple-button.simple-effect:hover,
.simple-button.simple-effect-fullsize:hover {
  background: #F7931E;
  border: 1px solid #F7931E;
  color: #fff;
}
.simple-button.simple-effect-fullsize {
  width: 100%;
  text-align: center;
}
.simple-button.highlight {
  padding: 10px 15px;
  background: #009245;
  border: 1px solid #009245;
  border-radius: 5px;
  color: #fff;
  font-size: 120%;
  font-weight: 300;
  text-decoration: none;
}
.simple-button.highlight:before,
.simple-button.highlight .link-text {
  color: #fff;
}
.simple-button.highlight.simple-effect:hover,
.simple-button.highlight.simple-effect-fullsize:hover {
  background: #fff !important;
  color: #009245 !important;
  border: 1px solid #009245 !important;
  text-decoration: none !important;
}
.simple-button.highlight.simple-effect:hover:before,
.simple-button.highlight.simple-effect-fullsize:hover:before,
.simple-button.highlight.simple-effect:hover .link-text,
.simple-button.highlight.simple-effect-fullsize:hover .link-text {
  color: #009245;
}
.simple-button.icon-left:before,
.simple-button.icon-right:before {
  font-weight: 300;
}
.simple-button.icon-effect a {
  border-radius: 30px;
  width: auto;
  max-width: 40px;
  height: 40px;
  background: transparent;
  overflow: hidden;
}
.simple-button.icon-effect a .link-text {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  height: 100%;
}
.simple-button.icon-effect a .link-text > span {
  display: inline-block;
  padding-bottom: 1px;
  width: 100%;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.simple-button.icon-effect a .link-text i {
  position: relative;
  right: -2px;
}
.simple-button.icon-effect a:hover {
  max-width: 100%;
  padding-left: 30px !important;
}
.simple-button.icon-effect a:hover .link-text > span {
  opacity: 1;
}
/*
 * SWIPE-BUTTON
 */
.btn-swipe {
  overflow: hidden;
}
.btn-swipe:not( .icon ).simple-button:before,
.btn-swipe > span:before {
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #F7931E;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-swipe:hover.simple-button,
.btn-swipe:hover > span {
  color: #fff;
}
.btn-swipe:hover:not( .icon ).simple-button:before,
.btn-swipe:hover > span:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/*
 * DIAGONAL-SWIPE BUTTON
 */
.btn-diagonal-swipe {
  overflow: hidden;
}
.btn-diagonal-swipe:not( .icon ).simple-button:before,
.btn-diagonal-swipe > span:before {
  content: '';
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0px;
  right: -50px;
  bottom: 0px;
  left: 0px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #F7931E;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-diagonal-swipe:not( .icon ).simple-button:after,
.btn-diagonal-swipe > span:after {
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-diagonal-swipe:hover > span,
.btn-diagonal-swipe:hover.simple-button {
  color: #fff;
}
.btn-diagonal-swipe:hover:not( .icon ).simple-button:before,
.btn-diagonal-swipe:hover > span:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.btn-diagonal-swipe {
  overflow: hidden;
}
.btn-diagonal-swipe:not( .icon ).simple-button:before,
.btn-diagonal-swipe > span:before {
  content: '';
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0px;
  right: -50px;
  bottom: 0px;
  left: 0px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #F7931E;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-diagonal-swipe:not( .icon ).simple-button:after,
.btn-diagonal-swipe > span:after {
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-diagonal-swipe:hover > span,
.btn-diagonal-swipe:hover.simple-button {
  color: #fff;
}
.btn-diagonal-swipe:hover:not( .icon ).simple-button:before,
.btn-diagonal-swipe:hover > span:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/*
 * DOUBLE-SWIPE BUTTON
 */
.btn-double-swipe {
  overflow: hidden;
}
.btn-double-swipe:not( .icon ).simple-button:before,
.btn-double-swipe > span:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -50px;
  bottom: 0px;
  left: 0px;
  border-bottom: 80px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-right: 0px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-double-swipe:not( .icon ).simple-button:after,
.btn-double-swipe > span:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-bottom: 80px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-left: 0px solid transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-double-swipe:hover > span,
.btn-double-swipe:hover.simple-button {
  color: #fff;
}
.btn-double-swipe:hover:not( .icon ).simple-button:before,
.btn-double-swipe:hover > span:before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
.btn-double-swipe:hover:not( .icon ).simple-button:after,
.btn-double-swipe:hover > span:after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}
.btn-double-swipe {
  overflow: hidden;
}
.btn-double-swipe:not( .icon ).simple-button:before,
.btn-double-swipe > span:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -50px;
  bottom: 0px;
  left: 0px;
  border-bottom: 80px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-right: 0px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-double-swipe:not( .icon ).simple-button:after,
.btn-double-swipe > span:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-bottom: 80px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-left: 0px solid transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-double-swipe:hover > span,
.btn-double-swipe:hover.simple-button {
  color: #fff;
}
.btn-double-swipe:hover:not( .icon ).simple-button:before,
.btn-double-swipe:hover > span:before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
.btn-double-swipe:hover:not( .icon ).simple-button:after,
.btn-double-swipe:hover > span:after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}
/*
 * DIAGONAL-CLOSE BUTTON
 */
.btn-diagonal-close {
  overflow: hidden;
}
.btn-diagonal-close:not( .icon ).simple-button:before,
.btn-diagonal-close > span:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -50px;
  bottom: 0px;
  left: 0px;
  border-bottom: 80px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-right: 0px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-diagonal-close:not( .icon ).simple-button:after,
.btn-diagonal-close > span:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-bottom: 80px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-left: 0px solid transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-diagonal-close:hover > span,
.btn-diagonal-close:hover.simple-button {
  color: #fff;
}
.btn-diagonal-close:hover:not( .icon ).simple-button:before,
.btn-diagonal-close:hover > span:before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
.btn-diagonal-close:hover:not( .icon ).simple-button:after,
.btn-diagonal-close:hover > span:after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}
.btn-diagonal-close:not( .icon ).simple-button:before,
.btn-diagonal-close > span:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -50px;
  bottom: 0px;
  left: 0px;
  border-bottom: 80px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-right: 0px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-diagonal-close:not( .icon ).simple-button:after,
.btn-diagonal-close > span:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-bottom: 80px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-left: 0px solid transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-diagonal-close:hover > span,
.btn-diagonal-close:hover.simple-button {
  color: #fff;
}
.btn-diagonal-close:hover:not( .icon ).simple-button:before,
.btn-diagonal-close:hover > span:before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
.btn-diagonal-close:hover:not( .icon ).simple-button:after,
.btn-diagonal-close:hover > span:after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}
.btn-diagonal-close {
  overflow: hidden;
}
.btn-diagonal-close:not( .icon ).simple-button:before,
.btn-diagonal-close > span:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-diagonal-close:not( .icon ).simple-button:after,
.btn-diagonal-close > span:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-diagonal-close:hover > span,
.btn-diagonal-close:hover.simple-button {
  color: #fff;
}
/* Größe der Border an Button anpassen */
.btn-diagonal-close {
  overflow: hidden;
}
.btn-diagonal-close:not( .icon ).simple-button:before,
.btn-diagonal-close > span:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -50px;
  bottom: 0px;
  left: 0px;
  border-bottom: 80px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-right: 0px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-diagonal-close:not( .icon ).simple-button:after,
.btn-diagonal-close > span:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-bottom: 80px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-left: 0px solid transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-diagonal-close:hover > span,
.btn-diagonal-close:hover.simple-button {
  color: #fff;
}
.btn-diagonal-close:hover:not( .icon ).simple-button:before,
.btn-diagonal-close:hover > span:before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
.btn-diagonal-close:hover:not( .icon ).simple-button:after,
.btn-diagonal-close:hover > span:after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}
.btn-diagonal-close:not( .icon ).simple-button:before,
.btn-diagonal-close > span:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -50px;
  bottom: 0px;
  left: 0px;
  border-bottom: 80px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-right: 0px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-diagonal-close:not( .icon ).simple-button:after,
.btn-diagonal-close > span:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-bottom: 80px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-left: 0px solid transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-diagonal-close:hover > span,
.btn-diagonal-close:hover.simple-button {
  color: #fff;
}
.btn-diagonal-close:hover:not( .icon ).simple-button:before,
.btn-diagonal-close:hover > span:before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
.btn-diagonal-close:hover:not( .icon ).simple-button:after,
.btn-diagonal-close:hover > span:after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}
.btn-diagonal-close:not( .icon ).simple-button:before,
.btn-diagonal-close > span:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-diagonal-close:not( .icon ).simple-button:after,
.btn-diagonal-close > span:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-diagonal-close:hover > span,
.btn-diagonal-close:hover.simple-button {
  color: #fff;
}
.btn-diagonal-close:not( .icon ).simple-button:before,
.btn-diagonal-close > span:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #F7931E;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-diagonal-close:not( .icon ).simple-button:after,
.btn-diagonal-close > span:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #F7931E;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-diagonal-close:hover.simple-button,
.btn-diagonal-close:hover > span {
  color: #fff;
}
.btn-diagonal-close:hover:not( .icon ).simple-button:before,
.btn-diagonal-close:hover > span:before {
  -webkit-transform: translateX(-49%);
  transform: translateX(-49%);
}
.btn-diagonal-close:hover:not( .icon ).simple-button:after,
.btn-diagonal-close:hover > span:after {
  -webkit-transform: translateX(49%);
  transform: translateX(49%);
}
.btn-diagonal-close:not( .icon ).simple-button:before,
.btn-diagonal-close > span:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #F7931E;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-diagonal-close:not( .icon ).simple-button:after,
.btn-diagonal-close > span:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #F7931E;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-diagonal-close:hover.simple-button,
.btn-diagonal-close:hover > span {
  color: #fff;
}
.btn-diagonal-close:hover:not( .icon ).simple-button:before,
.btn-diagonal-close:hover > span:before {
  -webkit-transform: translateX(-49%);
  transform: translateX(-49%);
}
.btn-diagonal-close:hover:not( .icon ).simple-button:after,
.btn-diagonal-close:hover > span:after {
  -webkit-transform: translateX(49%);
  transform: translateX(49%);
}
/*
 * ZONING BUTTON
 */
/* Größe der Border an Button anpassen */
.btn-zoning {
  overflow: hidden;
}
.btn-zoning:not( .icon ).simple-button:before,
.btn-zoning > span:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top: 25px solid #F7931E;
  border-bottom: 25px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-right: 30px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-zoning:not( .icon ).simple-button:after,
.btn-zoning > span:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top: 25px solid #F7931E;
  border-bottom: 25px solid #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-left: 30px solid transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-zoning:hover > span,
.btn-zoning:hover.simple-button {
  color: #fff;
}
.btn-zoning:hover:not( .icon ).simple-button:before,
.btn-zoning:hover > span:before {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}
.btn-zoning:hover:not( .icon ).simple-button:after,
.btn-zoning:hover > span:after {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}
/*
 * SLICE BUTTON
 */
/* Größe der Border an Button anpassen */
.btn-slice {
  overflow: hidden;
}
.btn-slice:not( .icon ).simple-button:after,
.btn-slice > span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #F7931E transparent transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: unset;
  left: unset;
  border: 0 solid;
  transform: rotate(360deg);
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-slice:not( .icon ).simple-button:before,
.btn-slice > span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #F7931E;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0px;
  left: 0px;
  border: 0 solid;
  transform: rotate(360deg);
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-slice:hover > span,
.btn-slice:hover.simple-button {
  color: #fff;
}
.btn-slice:hover:not( .icon ).simple-button:before,
.btn-slice:hover > span:before {
  border-width: 80px 262.5px;
  border-color: #F7931E;
}
.btn-slice:hover:not( .icon ).simple-button:after,
.btn-slice:hover > span:after {
  border-width: 80px 262.5px;
  border-color: #F7931E;
}
/*
 * AWARE BUTTON
 */
.btn-aware {
  overflow: hidden;
}
.btn-aware:not( .icon ).simple-button:after,
.btn-aware > span:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #F7931E;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-aware:hover > span,
.btn-aware:hover.simple-button {
  color: #fff;
}
.btn-aware:hover:not( .icon ).simple-button:after,
.btn-aware:hover > span:after {
  width: 225%;
  height: 562.5px;
}
/* SMOOSH BUTTON */
.btn-smoosh {
  overflow: hidden;
}
.btn-smoosh:not( .icon ).simple-button:before,
.btn-smoosh > span:before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0px;
  bottom: -1px;
  left: 0px;
  background-color: #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.btn-smoosh:not( .icon ).simple-button:after,
.btn-smoosh > span:after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0px;
  bottom: -1px;
  left: 0px;
  background-color: #F7931E;
  z-index: -1;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.btn-smoosh:hover > span,
.btn-smoosh:hover.simple-button {
  color: #fff;
}
.btn-smoosh:hover:not( .icon ).simple-button:before,
.btn-smoosh:hover > span:before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-smoosh:hover:not( .icon ).simple-button:after,
.btn-smoosh:hover > span:after {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
/*
 * COLLISION BUTTON
 */
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.btn-collision {
  overflow: hidden;
}
.btn-collision:not( .icon ).simple-button:before,
.btn-collision > span:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #F7931E;
  border-radius: 50%;
  z-index: -1;
  box-sizing: border-box;
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-collision:not( .icon ).simple-button:after,
.btn-collision > span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #F7931E;
  border-radius: 50%;
  z-index: -1;
  box-sizing: border-box;
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.btn-collision:hover > span,
.btn-collision:hover.simple-button {
  color: #fff !important;
}
.btn-collision:hover:not( .icon ).simple-button:before,
.btn-collision:hover > span:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.btn-collision:hover:not( .icon ).simple-button:after,
.btn-collision:hover > span:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/*
 * From Top
 */
.from-top a:before {
  left: -1px;
  height: 0;
  width: 100%;
  bottom: 0;
  border: 1px solid #F7931E;
  border-top: 0;
  border-bottom: 0;
}
.from-top a:after {
  left: -1px;
  height: 0;
  width: 100%;
  top: 0;
}
.from-top:hover a:before {
  height: 100%;
}
.from-top:hover a:after {
  height: 100%;
}
/*
 * From Left
 */
.from-left a:before {
  top: -1px;
  width: 0;
  height: 100%;
  right: 0;
  border: 1px solid #F7931E;
  border-left: 0;
  border-right: 0;
}
.from-left a:after {
  top: -1px;
  width: 0;
  height: 100%;
  left: 0;
}
.from-left:hover a:before {
  width: 100%;
}
.from-left:hover a:after {
  width: 100%;
}
/*
 * From right
 */
.from-right a:before {
  top: 0;
  width: 0;
  height: 100%;
  left: 0;
  border: 1px solid #F7931E;
  border-left: 0;
  border-right: 0;
}
.from-right a:after {
  top: 0;
  width: 0;
  height: 100%;
  right: 0;
}
.from-right:hover a:before {
  width: 100%;
}
.from-right:hover a:after {
  width: 100%;
}
/*
 * From center
 */
.from-center a:before {
  top: -1px;
  left: 50%;
  height: 100%;
  width: 0;
  border: 1px solid #F7931E;
  border-left: 0;
  border-right: 0;
}
.from-center a:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #F7931E;
}
.from-center:hover a:before {
  left: 0;
  width: 100%;
}
.from-center:hover a:after {
  top: 0;
  height: 100%;
}
/*
 * From Bottom
 */
.from-bottom a:before {
  left: -1px;
  height: 0;
  width: 100%;
  top: 0px;
  border: 1px solid #F7931E;
  border-top: 0;
  border-bottom: 0;
}
.from-bottom a:after {
  left: -1px;
  width: 100%;
  bottom: 0;
  height: 0;
}
.from-bottom:hover a:before {
  height: 100%;
}
.from-bottom:hover a:after {
  height: 100%;
}
/*
 * Rounded Svg
 */
.rounded-svg-fill {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.rounded-svg-fill:before {
  content: "";
  top: 0px;
  right: unset;
  bottom: unset;
  left: 0px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  opacity: 0.5;
  background: #F7931E;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.rounded-svg-fill span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  vertical-align: middle;
  color: #ffffff;
  transition: 0.4s;
}
.rounded-svg-fill svg {
  position: relative;
  top: 2px;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff6d9;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.rounded-svg-fill:hover span {
  color: #fff;
}
.rounded-svg-fill:hover::before {
  width: 100%;
  opacity: 1;
  background: #F7931E;
}
.rounded-svg-fill:hover::before svg {
  transform: translateX(0);
}
.rounded-svg-fill:active {
  transform: scale(0.96);
}
/*
 * UNFILL-EFFECTS
 */
/*
.btn-unfill {
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 250px;
	cursor: pointer;
}
*/
/*
 * BORDERLINE TOP AND BUTTOM - BUTTON
 */
.btn-2border {
  color: #F7931E;
  transition: all 0.3s;
  position: relative;
}
.btn-2border:hover {
  color: #fff;
}
.btn-2border:hover a {
  letter-spacing: 2px;
  color: #fff !important;
}
.btn-2border:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.btn-2border:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}
.btn-2border a {
  transition: all 0.3s;
  background: transparent !important;
}
.btn-2border::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(80, 43, 22, 0.5);
  border-bottom-color: rgba(80, 43, 22, 0.5);
  transform: scale(0.1, 1);
}
.btn-2border::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  transition: all 0.3s;
  background-color: #502b16;
}
/* CROSS BUTTON */
.btn-cross {
  color: #ffffff;
  transition: all 0.5s;
  position: relative;
}
.btn-cross:hover {
  color: #502b16;
}
.btn-cross:hover a {
  color: #ffffff !important;
}
.btn-cross:hover::before {
  transform: rotate(-45deg);
  background-color: rgba(80, 43, 22, 0);
}
.btn-cross:hover::after {
  transform: rotate(45deg);
  background-color: rgba(80, 43, 22, 0);
}
.btn-cross a {
  background: transparent !important;
  z-index: 2;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-cross::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.5s;
  border: 1px solid rgba(80, 43, 22, 0.2);
  background-color: #502b16;
}
.btn-cross::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.5s;
  border: 1px solid rgba(80, 43, 22, 0.2);
  background-color: #502b16;
}
/* COMPLETE BORDER - Button */
.btn-4border {
  color: #ffffff;
  transition: all 0.5s;
  position: relative;
}
.btn-4border a {
  background: transparent !important;
}
.btn-4border:hover {
  color: #502b16;
}
.btn-4border:hover a {
  color: #ffffff !important;
}
.btn-4border:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-4border:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
.btn-4border::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background-color: #502b16;
  transition: all 0.3s;
}
.btn-4border::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #502b16;
  transform: scale(1.2, 1.2);
}
/*
 * EFFECTS
 */
/*
 * PULSE EFFECT
 */
.pulse-effect {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.pulse-effect:hover {
  animation: pulse 1s;
  -webkit-animation: pulse 1s;
  -moz-animation: pulse 1s;
  box-shadow: 0 0 0 32px rgba(0, 0, 0, 0);
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.pulse-effect:focus {
  animation: pulse 1s;
  -webkit-animation: pulse 1s;
  -moz-animation: pulse 1s;
  box-shadow: 0 0 0 32px rgba(0, 0, 0, 0);
  color: #502b16;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
}
/*
 * RAISE EFFECT
 */
.raise-effect {
  transition: 0.4s;
}
.raise-effect:hover {
  box-shadow: 0 8px 8px -2px #F7931E;
  transform: translateY(-8px);
  border: 1px solid #fff;
  color: #fff;
}
.raise-effect:focus {
  box-shadow: 0 8px 8px -2px #914f1b;
  transform: translateY(-8px);
  border: 1px solid #fff;
  color: #fff;
}
/*
 * BORDERLINE EFFECT
 */
.borderline-effect a {
  position: relative;
  display: inline-block;
  width: 277px;
  font-size: 16px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
}
.borderline-effect svg {
  position: absolute;
  top: 0;
  left: 0;
}
.borderline-effect svg rect {
  stroke: #EC0033;
  stroke-width: 4;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.borderline-effect span {
  color: #ffffff;
}
.borderline-effect:hover svg rect {
  stroke-width: 4;
  stroke-dasharray: 196, 543;
  stroke-dashoffset: 437;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
/* Fallback */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn1:hover svg rect {
    stroke: #ffffff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
  }
}
/*
 * SLIDE TEXT
 */
.slide-effect {
  background: transparent;
  outline: none;
  position: relative;
  border: 2px solid #ffffff;
  padding: 15px 50px;
  overflow: hidden;
}
.slide-effect:hover {
  cursor: pointer;
}
.slide-effect:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}
.slide-effect:hover div {
  opacity: 0;
  transform: translate(100%, 0);
}
.slide-effect:before {
  content: attr(data-hover);
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900;
  font-size: 0.8em;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 0.3s ease-in-out;
}
.slide-effect div {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900;
  font-size: 0.8em;
  transition: all 0.3s ease-in-out;
}
/*
 * ICONS
 */
.icons-container {
  display: flex;
}
.background {
  background: #f06060;
}
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
}
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hi-icon:before {
  font-family: 'ecoicon';
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
/*
 * Effect 1
 */
.hi-icon-effect-1 .hi-icon {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
/*
 * Effect 1a
 */
.hi-icon-effect-1a .hi-icon:hover {
  background: #ffffff;
  color: #f06060;
}
.hi-icon-effect-1a .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*
 * Effect 4
 */
.hi-icon-effect-4 .hi-icon {
  width: 92px;
  height: 92px;
  box-shadow: 0 0 0 4px #ffffff;
}
.hi-icon-effect-4 .hi-icon:before {
  line-height: 92px;
}
.hi-icon-effect-4 .hi-icon:after {
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
  border: 4px dashed #fff;
}
.hi-icon-effect-4 .hi-icon:hover {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  color: #fff;
}
.hi-icon-effect-4a .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.hi-icon-mail:before {
  content: "\f003";
  font-family: FontAwesome;
}
/*
 * BURGER-MENU
 */
.mobile-svg-btn {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-svg-rotate.active {
  transform: rotate(45deg);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 7.5;
  stroke-linecap: round;
}
/* FIRST ANIMATION */
.mobile-svg-btn-1 .top {
  stroke-dasharray: 40 139;
}
.mobile-svg-btn-1 .bottom {
  stroke-dasharray: 40 180;
}
.mobile-svg-btn-1.active .top {
  stroke-dashoffset: -98px;
}
.mobile-svg-btn-1.active .bottom {
  stroke-dashoffset: -138px;
}
/*
 * ARROW ANIMATION
 */
.mobile-svg-btn-arrow .top {
  stroke-dasharray: 40 121;
}
.mobile-svg-btn-arrow .bottom {
  stroke-dasharray: 40 121;
}
.mobile-svg-btn-arrow.active .top {
  stroke-dashoffset: -102px;
}
.mobile-svg-btn-arrow.active .bottom {
  stroke-dashoffset: -102px;
}
/*
 * SECOND ANIMATION
 */
.mobile-svg-btn-2 .top {
  stroke-dasharray: 40 121;
}
.mobile-svg-btn-2 .bottom {
  stroke-dasharray: 40 121;
}
.mobile-svg-btn-2.active .top {
  stroke-dashoffset: -68px;
}
.mobile-svg-btn-2.active .bottom {
  stroke-dashoffset: -68px;
}
/*
 * FALLBACK  FOR IE 10/11
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #webapp_cover {
    position: relative;
    width: 39px;
    margin: 0 auto;
    transform: translateY(-50%) scale(2);
  }
  #menu_button {
    width: 39px;
    overflow: hidden;
  }
  #menu_checkbox {
    display: none;
  }
  #menu_checkbox:checked + #menu_label:before {
    left: -39px;
  }
  #menu_checkbox:checked + #menu_label:after {
    left: 39px;
  }
  #menu_checkbox:checked + #menu_label #menu_text_bar:before {
    animation: moveUpThenDown 0.8s ease 0.2s forwards, shakeWhileMovingUp 0.8s ease 0.2s forwards, shakeWhileMovingDown 0.2s ease 0.8s forwards;
  }
  #menu_label {
    position: relative;
    display: block;
    height: 29px;
    cursor: pointer;
  }
  #menu_label:before {
    content: '';
    position: absolute;
    top: 0px;
    right: unset;
    bottom: unset;
    left: 0px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
  }
  #menu_label:after {
    content: '';
    position: absolute;
    top: 12px;
    right: unset;
    bottom: unset;
    left: 0px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
  }
  #menu_text_bar {
    position: absolute;
    top: 24px;
    right: unset;
    bottom: unset;
    left: 0px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
  }
  #menu_text_bar:before {
    content: 'CLOSE';
    position: absolute;
    top: 5px;
    right: 0;
    bottom: unset;
    left: 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
  }
  @keyframes moveUpThenDown {
    0% {
      top: 0;
    }
    50% {
      top: -27px;
    }
    100% {
      top: -14px;
    }
  }
  @keyframes shakeWhileMovingUp {
    0% {
      transform: rotateZ(0);
    }
    25% {
      transform: rotateZ(-10deg);
    }
    50% {
      transform: rotateZ(0deg);
    }
    75% {
      transform: rotateZ(10deg);
    }
    100% {
      transform: rotateZ(0);
    }
  }
  @keyframes shakeWhileMovingDown {
    0% {
      transform: rotateZ(0);
    }
    80% {
      transform: rotateZ(3deg);
    }
    90% {
      transform: rotateZ(-3deg);
    }
    100% {
      transform: rotateZ(0);
    }
  }
}
/*
 * TOC WIDGETS
 *
 * - widget variables
 * - aside links widget
 * - sections widget
 * - text with links widget
 * - contact widget
 * - contact topline widget
 * - cites widget
 * - reviews widget
 * - countdown circular
 * - counter circular
 * - preview icon widget
 * - scrolling text widget
 * - image widget
 * - modal widgets
 */
ul.widgets {
  list-style: none;
}
/*
 * ASIDE LINKS WIDGET
 */
div#aside-links {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div#aside-links > ul {
  list-style: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group .textblock {
  background: #F7931E;
  color: #fff;
  height: auto;
  margin-left: -1px;
  z-index: 1;
  position: relative;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group .textblock .textblock-title {
  text-align: center;
  font-weight: 600;
  font-size: calc(100% + 50%);
  padding: 15px 15px 5px;
  margin: 0;
  position: relative;
  border: solid 1px #fff;
  border-bottom: none;
  border-right: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group .textblock .textblock-title:after {
  content: '';
  width: 80%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 10%;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group .textblock .text-block-text {
  padding: 15px;
  border: solid 1px #fff;
  border-top: none;
  border-right: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .list-icon {
  background: #009245;
  color: #333;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .textblock {
  background: #009245;
  color: #333;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .textblock a {
  font-weight: 600;
  color: #F7931E;
  text-decoration: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .textblock a:hover,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .textblock a:focus-visible {
  color: #F7931E;
  text-decoration: underline;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight:hover .list-icon {
  background: #F7931E;
  color: #fff;
  border: solid 1px #F7931E;
  border-right: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight:hover .textblock {
  background: #F7931E;
  color: #fff;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect {
  padding: 10px 15px;
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #F7931E;
  border-radius: 0;
  color: #F7931E;
  font-size: 120%;
  font-weight: 300;
  text-decoration: none;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #009245 !important;
  color: #333 !important;
  border: solid 1px #009245 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect:hover,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect:focus {
  font-weight: 300;
  text-decoration: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.text-small {
  padding: 5px 10px;
  font-size: 90%;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.text-large {
  padding: 15px 25px;
  font-size: calc(100% + 20%);
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.text-larger {
  padding: 20px 40px;
  font-size: calc(100% + 50%);
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.simple-effect:hover,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.simple-effect-fullsize:hover {
  background: #F7931E;
  border: 1px solid #F7931E;
  color: #fff;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.simple-effect-fullsize {
  width: 100%;
  text-align: center;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight {
  padding: 10px 15px;
  background: #009245;
  border: 1px solid #009245;
  border-radius: 5px;
  color: #fff;
  font-size: 120%;
  font-weight: 300;
  text-decoration: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight:before,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight .link-text {
  color: #fff;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight.simple-effect:hover,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight.simple-effect-fullsize:hover {
  background: #fff !important;
  color: #009245 !important;
  border: 1px solid #009245 !important;
  text-decoration: none !important;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight.simple-effect:hover:before,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight.simple-effect-fullsize:hover:before,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight.simple-effect:hover .link-text,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight.simple-effect-fullsize:hover .link-text {
  color: #009245;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-left:before,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-right:before {
  font-weight: 300;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-effect a {
  border-radius: 30px;
  width: auto;
  max-width: 40px;
  height: 40px;
  background: transparent;
  overflow: hidden;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-effect a .link-text {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  height: 100%;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-effect a .link-text > span {
  display: inline-block;
  padding-bottom: 1px;
  width: 100%;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-effect a .link-text i {
  position: relative;
  right: -2px;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-effect a:hover {
  max-width: 100%;
  padding-left: 30px !important;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-effect a:hover .link-text > span {
  opacity: 1;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect:hover,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect:focus {
  font-weight: 300;
  text-decoration: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.text-small {
  padding: 5px 10px;
  font-size: 90%;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.text-large {
  padding: 15px 25px;
  font-size: calc(100% + 20%);
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.text-larger {
  padding: 20px 40px;
  font-size: calc(100% + 50%);
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.simple-effect:hover,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.simple-effect-fullsize:hover {
  background: #F7931E;
  border: 1px solid #F7931E;
  color: #fff;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.simple-effect-fullsize {
  width: 100%;
  text-align: center;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight {
  padding: 10px 15px;
  background: #009245;
  border: 1px solid #009245;
  border-radius: 5px;
  color: #fff;
  font-size: 120%;
  font-weight: 300;
  text-decoration: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight:before,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight .link-text {
  color: #fff;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight.simple-effect:hover,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight.simple-effect-fullsize:hover {
  background: #fff !important;
  color: #009245 !important;
  border: 1px solid #009245 !important;
  text-decoration: none !important;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight.simple-effect:hover:before,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight.simple-effect-fullsize:hover:before,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight.simple-effect:hover .link-text,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.highlight.simple-effect-fullsize:hover .link-text {
  color: #009245;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-left:before,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-right:before {
  font-weight: 300;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-effect a {
  border-radius: 30px;
  width: auto;
  max-width: 40px;
  height: 40px;
  background: transparent;
  overflow: hidden;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-effect a .link-text {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  height: 100%;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-effect a .link-text > span {
  display: inline-block;
  padding-bottom: 1px;
  width: 100%;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-effect a .link-text i {
  position: relative;
  right: -2px;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-effect a:hover {
  max-width: 100%;
  padding-left: 30px !important;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect.icon-effect a:hover .link-text > span {
  opacity: 1;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect:hover,
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.highlight .simple-button.simple-effect:focus-visible {
  background: #fff !important;
  color: #009245 !important;
  border: solid 1px #009245 !important;
  text-decoration: underline !important;
}
@media only screen and (min-width: 900px) {
  div#aside-links {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 15000;
  }
  div#aside-links.only-icon {
    right: 15px;
  }
  div#aside-links.only-icon .aside-links-list > li {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
  }
  div#aside-links.only-icon .aside-links-list > li:hover {
    background: #fff;
    border-color: #F7931E !important;
    color: #F7931E;
  }
  div#aside-links.only-icon .aside-links-list > li:hover a,
  div#aside-links.only-icon .aside-links-list > li:hover a:hover {
    color: #F7931E;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li {
    position: absolute;
    top: 0;
    right: -1px;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item {
    display: flex;
    cursor: pointer;
    -webkit-transition: border 0.3s ease-in;
    -moz-transition: border 0.3s ease-in;
    -o-transition: border 0.3s ease-in;
    -ms-transition: border 0.3s ease-in;
    transition: border 0.3s ease-in;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item:hover .list-icon {
    background: #fff;
    border-color: #F7931E !important;
    color: #F7931E;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item:hover .list-icon a,
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item:hover .list-icon a:hover {
    color: #F7931E;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item .list-icon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    border: solid 1px #fff;
    border-right: none;
    color: #fff;
    background: #F7931E;
    font-size: 135%;
    line-height: 48px;
    text-align: center;
    z-index: 2;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item .list-link {
    display: inline-block;
    height: 50px;
    width: calc(100% -  50px);
    line-height: 48px;
    background: #F7931E;
    color: #fff;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item .list-link > a {
    display: inline-block;
    padding: 0 35px 0 5px;
    color: #fff;
    text-decoration: none !important;
    white-space: nowrap;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item .list-link > a:focus {
    text-decoration: underline !important;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group {
    width: 300px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.keep-closed:not( .open ),
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.closed {
    right: 0;
    height: 50px;
    overflow: hidden;
    z-index: -1;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group .list-link {
    width: calc(100% + 1px -  50px);
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.closed {
    width: 50px;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li:nth-child(1) {
    top: 0;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li:nth-child(2) {
    top: 52px;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li:nth-child(3) {
    top: 104px;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li:nth-child(4) {
    top: 156px;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li:nth-child(5) {
    top: 208px;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li:nth-child(6) {
    top: 260px;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .highlight:hover .list-icon {
    border: solid 1px #009245 !important;
    border-right: none !important;
  }
}
div#aside-links.only-icon .aside-links-list > li {
  border: solid 1px #fff;
  background: #F7931E;
  height: 50px;
  width: 50px;
  line-height: 48px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div#aside-links.only-icon .aside-links-list > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50px  - 2px);
  height: calc(50px  - 2px);
  color: #fff;
  text-decoration: none;
}
div#aside-links.only-icon .aside-links-list > li a i {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 135%;
}
div#aside-links.only-icon .aside-links-list > li:nth-child(1) {
  top: 0;
}
div#aside-links.only-icon .aside-links-list > li:nth-child(2) {
  top: 57.5px;
}
div#aside-links.only-icon .aside-links-list > li:nth-child(3) {
  top: 115px;
}
div#aside-links.only-icon .aside-links-list > li:nth-child(4) {
  top: 172.5px;
}
div#aside-links.only-icon .aside-links-list > li:nth-child(5) {
  top: 230px;
}
div#aside-links.only-icon .aside-links-list > li:nth-child(6) {
  top: 287.5px;
}
@media only screen and (max-width: 899px) {
  div#aside-links {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  body.sticky-asidelinks-bottom div#aside-links,
  body.fixed-asidelinks-bottom div#aside-links {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    background: #F7931E;
    border-top: solid 1px #fff;
    z-index: 50000;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li {
    display: inline-block;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item {
    width: 75px !important;
    height: 75px !important;
    overflow: hidden;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item .list-icon,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item .list-icon {
    width: 75px !important;
    height: 75px !important;
    position: relative;
    border: none !important;
    color: #fff;
    background: #F7931E;
    font-size: 135%;
    line-height: 72px !important;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item.open .list-icon,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item.open .list-icon {
    color: #F7931E;
    background: #fff;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item.open .list-link,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item.open .list-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
    width: 100% !important;
    text-align: center;
    color: #F7931E;
    background: #fff;
    border-top: solid 1px #F7931E;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item.open .list-link > a,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item.open .list-link > a {
    color: #F7931E;
    padding: 0 5px;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li:nth-child( n+2 ),
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li:nth-child( n+2 ) {
    border-left: solid 1px #fff;
  }
  body.fixed-asidelinks-bottom {
    padding-bottom: 75px;
  }
  body.fixed-asidelinks-bottom div#aside-links {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item {
    width: 50px !important;
    height: 50px !important;
  }
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item .list-icon {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
}
/*
 * SECTIONS WIDGET
 */
section.widget-section.light {
  background: #f2f2f2;
}
section.widget-section.dark {
  background: #000;
}
section.widget-section.highlight {
  background: #F7931E;
}
section.widget-section.text-light h1,
section.widget-section.text-light h2,
section.widget-section.text-light h3,
section.widget-section.text-light p,
section.widget-section.text-light span,
section.widget-section.text-light a,
section.widget-section.text-light :before,
section.widget-section.text-light :after {
  color: #fff;
}
section.widget-section.text-light ul > li {
  border-color: #fff;
}
section.widget-section.text-dark h1,
section.widget-section.text-dark h2,
section.widget-section.text-dark h3,
section.widget-section.text-dark p,
section.widget-section.text-dark span,
section.widget-section.text-dark a {
  color: #000;
}
section.widget-section.logo-light.section-main:before,
section.widget-section.logo-light .section-main:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url("https://www.ekz-energieberatung.de/images//ekz/logo-light.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: contain !important;
  z-index: 0;
}
section.widget-section.logo-dark.section-main:before,
section.widget-section.logo-dark .section-main:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url("https://www.ekz-energieberatung.de/images//ekz/logo-dark.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: contain !important;
  z-index: 0;
}
section.widget-section.bg-light.section-main:after,
section.widget-section.bg-light .section-main:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url("https://www.ekz-energieberatung.de/images//ekz/background-light.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  z-index: -1;
}
section.widget-section.bg-dark.section-main:after,
section.widget-section.bg-dark .section-main:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url("https://www.ekz-energieberatung.de/images//ekz/background-dark.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  z-index: -1;
}
section.widget-section.main-left .section-main,
section.widget-section.main-right .section-main,
section.widget-section.main-wrap .section-main {
  width: calc( 100% -  350px);
}
section.widget-section.main-left .section-aside,
section.widget-section.main-right .section-aside,
section.widget-section.main-wrap .section-aside {
  width: 350px;
}
section.widget-section.main-left.main-wide .section-main,
section.widget-section.main-right.main-wide .section-main,
section.widget-section.main-wrap.main-wide .section-main {
  width: 75%;
}
section.widget-section.main-left.main-wide .section-aside,
section.widget-section.main-right.main-wide .section-aside,
section.widget-section.main-wrap.main-wide .section-aside {
  width: 25%;
}
section.widget-section.main-left.main-normal .section-main,
section.widget-section.main-right.main-normal .section-main,
section.widget-section.main-wrap.main-normal .section-main {
  width: 66.666%;
}
section.widget-section.main-left.main-normal .section-aside,
section.widget-section.main-right.main-normal .section-aside,
section.widget-section.main-wrap.main-normal .section-aside {
  width: 33.333%;
}
section.widget-section.main-left.main-divide,
section.widget-section.main-right.main-divide,
section.widget-section.main-wrap.main-divide {
  display: flex;
  overflow: hidden;
}
section.widget-section.main-left.main-divide .section-main,
section.widget-section.main-right.main-divide .section-main,
section.widget-section.main-wrap.main-divide .section-main {
  width: 50%;
  max-width: calc(1280px / 2);
  padding: 30px 0 30px 30px;
  align-self: center;
}
section.widget-section.main-left.main-divide .section-aside,
section.widget-section.main-right.main-divide .section-aside,
section.widget-section.main-wrap.main-divide .section-aside {
  width: 50%;
  padding: 0;
}
section.widget-section.main-left.main-divide .section-aside .plugin-infoimage,
section.widget-section.main-right.main-divide .section-aside .plugin-infoimage,
section.widget-section.main-wrap.main-divide .section-aside .plugin-infoimage {
  height: 100%;
}
section.widget-section.main-left.main-divide .section-aside .plugin-infoimage img,
section.widget-section.main-right.main-divide .section-aside .plugin-infoimage img,
section.widget-section.main-wrap.main-divide .section-aside .plugin-infoimage img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
section.widget-section.main-right .section-main {
  float: right;
  padding: 15px !important;
  padding-right: 0 !important;
}
section.widget-section.main-right .section-aside {
  float: left;
  padding: 15px !important;
  padding-left: 0 !important;
}
section.widget-section.main-left .section-main {
  float: left;
  padding: 15px !important;
  padding-left: 0 !important;
}
section.widget-section.main-left .section-aside {
  float: right;
  padding: 15px !important;
  padding-right: 0 !important;
}
section.widget-section.main-full .content-main {
  width: 100%;
  padding: 30px 0;
  float: none;
}
section.widget-section.side-on-side .section-main {
  padding: 30px;
  align-self: flex-start;
}
section.widget-section.side-on-side .section-main h2 {
  padding-top: 0;
}
section.widget-section.side-on-side .section-main ul {
  margin-top: 7.5px;
  margin-bottom: 15px;
  padding-left: 15px;
}
section.widget-section.side-on-side .section-aside {
  position: relative;
  padding: 0;
}
section.widget-section.side-on-side .section-aside > div.plugin-infoimage {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
section.widget-section.side-on-side .section-aside > div.plugin-infoimage img {
  height: 100% !important;
  object-fit: cover;
}
/*
 * TEXT WITH LINK WIDGET
 */
.widget-textWithImage.dark-color.cta-background .content-text-description,
.text-with-image.dark-color.cta-background .content-text-description {
  text-shadow: 0px 0px 10px #fff !important;
}
.widget-textWithImage.dark-color .content-text-description h2,
.text-with-image.dark-color .content-text-description h2,
.widget-textWithImage.dark-color .content-text-description h3,
.text-with-image.dark-color .content-text-description h3,
.widget-textWithImage.dark-color .content-text-description p,
.text-with-image.dark-color .content-text-description p,
.widget-textWithImage.dark-color .content-text-description a:not(.simple-button),
.text-with-image.dark-color .content-text-description a:not(.simple-button),
.widget-textWithImage.dark-color .content-text-description li,
.text-with-image.dark-color .content-text-description li,
.widget-textWithImage.dark-color .content-text-description b,
.text-with-image.dark-color .content-text-description b,
.widget-textWithImage.dark-color .content-text-description em,
.text-with-image.dark-color .content-text-description em {
  color: #000 !important;
}
.widget-textWithImage.light-color .content-text-description h2,
.text-with-image.light-color .content-text-description h2,
.widget-textWithImage.light-color .content-text-description h3,
.text-with-image.light-color .content-text-description h3,
.widget-textWithImage.light-color .content-text-description p,
.text-with-image.light-color .content-text-description p,
.widget-textWithImage.light-color .content-text-description a:not(.simple-button),
.text-with-image.light-color .content-text-description a:not(.simple-button),
.widget-textWithImage.light-color .content-text-description li,
.text-with-image.light-color .content-text-description li,
.widget-textWithImage.light-color .content-text-description b,
.text-with-image.light-color .content-text-description b,
.widget-textWithImage.light-color .content-text-description em,
.text-with-image.light-color .content-text-description em {
  color: #fff !important;
}
.widget-textWithImage .content-text-description h2,
.text-with-image .content-text-description h2 {
  padding-top: 0;
}
.widget-textWithImage .content-text-description .simple-button,
.text-with-image .content-text-description .simple-button {
  margin-right: 15px;
  margin-bottom: 15px;
}
.widget-textWithImage.cta-background .content-image picture,
.text-with-image.cta-background .content-image picture,
.widget-textWithImage.cta-background.bg-image picture,
.text-with-image.cta-background.bg-image picture {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.widget-textWithImage.cta-background .content-image picture img,
.text-with-image.cta-background .content-image picture img,
.widget-textWithImage.cta-background.bg-image picture img,
.text-with-image.cta-background.bg-image picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.widget-textWithImage.cta-background .content-wrap,
.text-with-image.cta-background .content-wrap,
.widget-textWithImage.cta-background .cta-wrap,
.text-with-image.cta-background .cta-wrap {
  position: relative;
  width: 60%;
  max-width: 1280px;
  margin: 0 auto;
}
.widget-textWithImage.cta-background .content-wrap .content-text,
.text-with-image.cta-background .content-wrap .content-text,
.widget-textWithImage.cta-background .cta-wrap .content-text,
.text-with-image.cta-background .cta-wrap .content-text {
  padding: 120px 0;
}
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description h2,
.text-with-image.cta-background .content-wrap .content-text .content-text-description h2,
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description h2,
.text-with-image.cta-background .cta-wrap .content-text .content-text-description h2,
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description h3,
.text-with-image.cta-background .content-wrap .content-text .content-text-description h3,
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description h3,
.text-with-image.cta-background .cta-wrap .content-text .content-text-description h3,
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description p,
.text-with-image.cta-background .content-wrap .content-text .content-text-description p,
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description p,
.text-with-image.cta-background .cta-wrap .content-text .content-text-description p,
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description a:not(.simple-button),
.text-with-image.cta-background .content-wrap .content-text .content-text-description a:not(.simple-button),
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description a:not(.simple-button),
.text-with-image.cta-background .cta-wrap .content-text .content-text-description a:not(.simple-button),
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description li,
.text-with-image.cta-background .content-wrap .content-text .content-text-description li,
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description li,
.text-with-image.cta-background .cta-wrap .content-text .content-text-description li,
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description b,
.text-with-image.cta-background .content-wrap .content-text .content-text-description b,
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description b,
.text-with-image.cta-background .cta-wrap .content-text .content-text-description b,
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description em,
.text-with-image.cta-background .content-wrap .content-text .content-text-description em,
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description em,
.text-with-image.cta-background .cta-wrap .content-text .content-text-description em {
  color: #fff;
  text-shadow: 0px 0px 10px #555;
}
.widget-textWithImage.cta-background.content-small .content-wrap,
.text-with-image.cta-background.content-small .content-wrap {
  width: 40%;
}
.widget-textWithImage.cta-background.content-wide .content-wrap,
.text-with-image.cta-background.content-wide .content-wrap {
  width: 80%;
}
.widget-textWithImage.image-aside,
.text-with-image.image-aside {
  display: flex;
  align-items: center;
}
.widget-textWithImage.image-aside .elemetspace-small,
.text-with-image.image-aside .elemetspace-small {
  gap: 15px;
}
.widget-textWithImage.image-aside .elemetspace-medium,
.text-with-image.image-aside .elemetspace-medium {
  gap: 30px;
}
.widget-textWithImage.image-aside .elemetspace-large,
.text-with-image.image-aside .elemetspace-large {
  gap: 45px;
}
.widget-textWithImage.image-aside.image-aside-right,
.text-with-image.image-aside.image-aside-right {
  flex-direction: row-reverse;
}
.widget-textWithImage.image-aside .content-image,
.text-with-image.image-aside .content-image {
  width: 50%;
  position: relative;
  padding: 0;
}
.widget-textWithImage.image-aside .content-image img,
.text-with-image.image-aside .content-image img {
  width: 100%;
  height: auto;
  display: block;
}
.widget-textWithImage.image-aside .content-wrap,
.text-with-image.image-aside .content-wrap {
  width: 50%;
  padding: 60px 30px;
}
.widget-textWithImage.image-aside.content-wide .content-wrap,
.text-with-image.image-aside.content-wide .content-wrap {
  width: 66.666%;
}
.widget-textWithImage.image-aside.content-wide .content-wrap .content-text,
.text-with-image.image-aside.content-wide .content-wrap .content-text {
  max-width: calc( 1310px - 33.333vw );
}
.widget-textWithImage.image-aside.content-wide .content-image,
.text-with-image.image-aside.content-wide .content-image {
  width: 33.333%;
}
.widget-textWithImage.image-aside.content-small .content-wrap,
.text-with-image.image-aside.content-small .content-wrap {
  width: 33.333%;
}
.widget-textWithImage.image-aside.content-small .content-wrap .content-text,
.text-with-image.image-aside.content-small .content-wrap .content-text {
  max-width: calc( 1340px - 66.666vw );
}
.widget-textWithImage.image-aside.content-small .content-image,
.text-with-image.image-aside.content-small .content-image {
  width: 66.666%;
}
@media only screen and (max-width: 750px) {
  .widget-textWithImage.image-aside,
  .text-with-image.image-aside {
    flex-direction: column;
  }
  .widget-textWithImage.image-aside .content-image,
  .text-with-image.image-aside .content-image {
    width: 100%;
    order: 1;
  }
  .widget-textWithImage.image-aside .content-wrap,
  .text-with-image.image-aside .content-wrap {
    width: 100%;
    order: 2;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.widget-textWithImage.card-view,
.text-with-image.card-view {
  box-shadow: unset;
  border: none;
}
.widget-textWithImage.card-view .content-image,
.text-with-image.card-view .content-image {
  position: relative;
  padding-bottom: 56.25%;
}
.widget-textWithImage.card-view .content-image picture,
.text-with-image.card-view .content-image picture {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.widget-textWithImage.card-view .content-image picture img,
.text-with-image.card-view .content-image picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.widget-textWithImage.card-view .content-wrap,
.text-with-image.card-view .content-wrap {
  padding: 15px;
}
.widget-textWithImage.icon-card,
.text-with-image.icon-card {
  position: relative;
  padding: 50px 15px 15px;
  margin: 50px 0 0 0;
  border: 1px solid #F7931E;
  text-align: center;
}
.widget-textWithImage.icon-card .content-image,
.text-with-image.icon-card .content-image {
  background: #F7931E;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 250%;
  position: absolute;
  top: -35px;
  left: calc( 50% - 35px );
}
.widget-textWithImage.icon-card .content-image object,
.text-with-image.icon-card .content-image object {
  height: 62.5px;
  width: 62.5px;
  object-fit: contain;
}
/*
 * CONTACT WIDGET
 */
.widget-contact .widget-contact-headline {
  display: block;
  text-transform: none;
  font-weight: 600;
}
.widget-contact .contact-address {
  padding: 5px 0;
}
.widget-contact .contact-address > span > span:after {
  content: ' ';
}
.widget-contact ul.widget-contact-data {
  list-style: none;
  margin: 5px 0 !important;
}
.widget-contact ul.widget-contact-data > li:nth-child(n+2) {
  padding-top: 3px;
}
.widget-contact ul.widget-contact-data > li span.label {
  display: inline-block;
  width: 30px;
  padding-right: 5px;
  text-align: center;
  vertical-align: top;
}
.widget-contact ul.widget-contact-data > li span.text {
  display: inline-block;
  width: calc(100% - 30px);
}
.widget-contact a[href^="tel"]:link {
  color: #333;
}
.widget-contact a[href^="tel"]:visited {
  color: #333;
}
.widget-contact a[href^="tel"]:hover {
  color: #333;
}
.widget-contact .opening-list {
  list-style: none;
}
ul.contact-social {
  list-style: none;
}
ul.contact-social li {
  display: inline-block;
}
ul.contact-social li a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 150%;
  color: #F7931E;
  background: #fff;
}
ul.contact-social li a:hover {
  color: #009245;
  background: #000;
}
/*
 * CONTACT TOPLINE WIDGET
 */
ul.topline-contact {
  list-style: none;
  overflow: hidden;
}
ul.topline-contact > li {
  display: inline-block;
  float: left;
  padding: 0 5px;
}
ul.topline-contact > li > i,
ul.topline-contact > li > a > i {
  padding-right: 5px;
}
ul.topline-contact > li ul.opening-list {
  list-style: none;
  display: inline;
}
ul.topline-contact > li ul.opening-list > li {
  display: inline-block;
  position: relative;
}
ul.topline-contact > li ul.opening-list > li:nth-child(n+2):before {
  content: '//';
  width: 30px;
  display: inline-block;
  text-align: center;
}
ul.topline-contact > li:nth-child(n+2):before {
  content: '|';
  width: 30px;
  display: inline-block;
  text-align: center;
}
ul.topline-contact > li .opening-today-intro {
  padding-right: 5px;
}
/*
 * CITES WIDGET
 */
.view-frontend .widget-cite {
  width: 80%;
  margin: 0 10%;
}
.view-frontend .widget-cite .cite-text {
  font-size: calc(100% + 50%);
  font-weight: 300;
  text-align: center;
  font-style: italic;
  color: #333;
}
.view-frontend .widget-cite .cite-text span {
  color: #555;
  display: inline-block;
  padding: 0 5px;
}
.view-frontend .widget-cite .cite-author {
  text-align: right;
  margin: 0 50px 0 0;
  padding: 10px 0 0 0;
  color: #555;
}
/*
 * REVIEWS WIDGET
 */
.view-frontend .widget-review {
  width: 80%;
  margin: 0 10%;
  list-style: none;
}
.view-frontend .widget-review:nth-child(n+2) {
  padding-top: 30px;
}
.view-frontend .widget-review .review-meta span {
  display: inline-block;
  padding-right: 15px;
}
.view-frontend .widget-review .review-text {
  font-size: calc(100% + 50%);
  text-align: center;
  font-style: italic;
  color: #555;
}
.view-frontend .widget-review .review-text span {
  color: #555;
  display: inline-block;
  padding: 0 5px;
}
.view-frontend .widget-review .review-author {
  text-align: right;
  color: #555;
}
.view-frontend .widget-review .review-source a {
  color: inherit;
}
.view-frontend .click-list .widget-review {
  width: 100%;
  margin: 0;
}
/*
 * COUNTDOWN CIRCULAR WIDGET
 */
.widget-countdown-circular {
  display: flex;
  gap: 7.5px;
}
.widget-countdown-circular.default-background .circle-foreground {
  stroke: #555;
}
.widget-countdown-circular.default-foreground .circle-foreground {
  stroke: #f2f2f2;
}
.widget-countdown-circular.highlight-background-1 .circle-background {
  stroke: #F7931E;
}
.widget-countdown-circular.highlight-background-2 .circle-background {
  stroke: #009245;
}
.widget-countdown-circular.highlight-foreground-1 .circle-foreground {
  stroke: #F7931E;
}
.widget-countdown-circular.highlight-foreground-2 .circle-foreground {
  stroke: #009245;
}
.widget-countdown-circular .timer-item {
  position: relative;
  display: inline-flex;
}
.widget-countdown-circular .timer-item .timer-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.widget-countdown-circular .timer-item .timer-text .number {
  font-size: 150%;
  line-height: 1;
}
.widget-countdown-circular .timer-item .timer-text .text {
  font-size: 80%;
}
.widget-countdown-circular svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.widget-countdown-circular .circle-foreground {
  transition: all 1s linear;
}
.countdown-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 450px;
  height: auto;
  background: #fff;
  padding-bottom: 5px;
}
.countdown-wrap .content-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #F7931E;
  padding: 7.5px;
  font-size: 90%;
}
.countdown-wrap .content-text span,
.countdown-wrap .content-text a {
  color: #fff;
}
.countdown-wrap .content-text a:hover {
  text-decoration: underline;
}
.countdown-wrap .widget-countdown-circular {
  display: flex;
  gap: 7.5px;
  padding: 7.5px 0 2px;
}
.countdown-wrap .widget-countdown-circular.default-background .circle-foreground {
  stroke: #555;
}
.countdown-wrap .widget-countdown-circular.default-foreground .circle-foreground {
  stroke: #f2f2f2;
}
.countdown-wrap .widget-countdown-circular.highlight-background-1 .circle-background {
  stroke: #F7931E;
}
.countdown-wrap .widget-countdown-circular.highlight-background-2 .circle-background {
  stroke: #009245;
}
.countdown-wrap .widget-countdown-circular.highlight-foreground-1 .circle-foreground {
  stroke: #F7931E;
}
.countdown-wrap .widget-countdown-circular.highlight-foreground-2 .circle-foreground {
  stroke: #009245;
}
.countdown-wrap .widget-countdown-circular .timer-item {
  position: relative;
  display: inline-flex;
}
.countdown-wrap .widget-countdown-circular .timer-item .timer-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #F7931E;
}
.countdown-wrap .widget-countdown-circular .timer-item .timer-text .number {
  font-size: 130%;
  font-weight: 600;
  line-height: 1;
}
.countdown-wrap .widget-countdown-circular .timer-item .timer-text .text {
  font-size: 80%;
}
.countdown-wrap .widget-countdown-circular svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.countdown-wrap .widget-countdown-circular .circle-foreground {
  transition: all 1s linear;
}
.countdown-wrap .widget-countdown-circular svg.mobile {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .countdown-wrap {
    width: 350px;
  }
  .countdown-wrap .widget-countdown-circular svg.mobile {
    display: block;
  }
  .countdown-wrap .widget-countdown-circular svg.desktop {
    display: none;
  }
  .countdown-wrap .widget-countdown-circular .timer-item .timer-text {
    color: #F7931E;
  }
  .countdown-wrap .widget-countdown-circular .timer-item .timer-text .number {
    font-size: 105%;
    font-weight: 600;
  }
  .countdown-wrap .widget-countdown-circular .timer-item .timer-text .text {
    font-size: 65%;
    line-height: 1;
  }
}
/*
 * COUNTER CIRCULAR WIDGET
 */
.widget-counter-circular {
  display: flex;
  gap: 7.5px;
}
.widget-counter-circular.default-background .circle-foreground {
  stroke: #555;
}
.widget-counter-circular.default-foreground .circle-foreground {
  stroke: #f2f2f2;
}
.widget-counter-circular.highlight-background-1 .circle-background {
  stroke: #F7931E;
}
.widget-counter-circular.highlight-background-2 .circle-background {
  stroke: #009245;
}
.widget-counter-circular.highlight-foreground-1 .circle-foreground {
  stroke: #F7931E;
}
.widget-counter-circular.highlight-foreground-2 .circle-foreground {
  stroke: #009245;
}
.widget-counter-circular .circular-counter {
  position: relative;
  display: inline-flex;
}
.widget-counter-circular .circular-counter .counter-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.widget-counter-circular .circular-counter .counter-text .number {
  font-size: 150%;
  line-height: 1;
}
.widget-counter-circular .circular-counter .counter-text .text {
  font-size: 80%;
}
.widget-counter-circular svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.widget-counter-circular .circle-foreground {
  transition: all 1s linear;
}
/*
 * PREVIEW ICON WIDGET
 */
.preview-icon-widget {
  position: relative;
  padding: 15px;
  padding-top: 40px;
  margin-top: 25px;
  border: 1px solid #F7931E;
}
.preview-icon-widget .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  height: 50px;
  width: 50px;
  left: calc(50% - 25px);
  background: #F7931E;
}
.preview-icon-widget .icon-wrap i {
  color: #fff;
  font-size: 165%;
}
/*
 * SCROLLING TEXT WIDGET
 */
.widget-scrolling-text {
  overflow: hidden;
  width: 100%;
  padding: 0 40px;
  height: 40px;
  font-size: calc(100% + 50%);
}
.widget-scrolling-text .non-scrolling-text {
  display: inline;
  float: left;
  width: 50%;
  padding: 0 5px 0 0 ;
  margin: 0;
  text-align: right;
  font-weight: 600;
  line-height: 40px;
}
.widget-scrolling-text .scrolling-word-list {
  width: 50%;
  float: right;
  padding: 0 0 0 5px;
  margin: 0;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: var(--animationDuration);
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: var(--animationDuration);
  animation-iteration-count: infinite;
}
.widget-scrolling-text .scrolling-word-list > li {
  height: 40px;
  line-height: 40px;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .widget-scrolling-text .non-scrolling-text {
    width: 100%;
    position: absolute;
    padding: 0;
    top: 50px;
    left: 0;
    text-align: center;
    z-index: 10;
  }
  .widget-scrolling-text .scrolling-word-list {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
/*
 * IMAGE-WIDGET
 */
.simpleimage img {
  display: block;
  width: 100%;
  height: auto;
}
.simpleimage.mask-image {
  position: absolute;
}
.simpleimage.mask-image .mask-image-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.simpleimage.mask-image .mask-image-wrap object,
.simpleimage.mask-image .mask-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.simpleimage.mask-image .mask-image-wrap img {
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  object-fit: cover;
}
.simpleimage.bg-image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}
.simpleimage.bg-image picture,
.simpleimage.bg-image img {
  position: absolute;
  left: -99999px;
}
.widget-pagelogo a {
  position: relative;
}
.widget-pagelogo a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
/*
 * MODAL WIDGETS
 */
body .ui-widget-overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  filter: alpha(opacity=1);
  z-index: 1000000 !important;
}
body .ui-dialog.modal-popup {
  z-index: 1000001 !important;
  border: none;
  overflow: visible;
  font-size: 100%;
}
body .ui-dialog.modal-popup .ui-dialog-titlebar button.ui-dialog-titlebar-close {
  top: 25px;
}
body .ui-dialog.modal-popup.background-orange {
  background: #e64415;
  color: #fff;
}
body .ui-dialog.modal-popup.background-transparent {
  background: transparent;
  color: #fff;
}
body .ui-dialog.modal-popup.background-darkgrey {
  background: #F7931E;
  color: #fff;
}
body .ui-dialog.modal-popup.background-darkgrey h2,
body .ui-dialog.modal-popup.background-darkgrey a,
body .ui-dialog.modal-popup.background-darkgrey .ui-widget-content {
  color: #fff;
  line-height: normal;
}
body .ui-dialog.modal-popup.background-white {
  background: #fff;
  color: #F7931E;
}
body .ui-dialog.modal-popup.background-white h2 {
  color: #F7931E;
}
body .ui-dialog.modal-popup .ui-dialog-titlebar-close {
  text-indent: -99999px;
}
body .ui-dialog.modal-popup .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 50000000000;
  width: 30px;
  display: block;
  height: 30px;
}
body .ui-dialog.modal-popup button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
  background: #fff;
  border-radius: 25px;
}
body .ui-dialog.modal-popup.modal-small {
  width: 33.333% !important;
  max-width: 500px;
}
body .ui-dialog.modal-popup.modal-medium {
  width: 50% !important;
  max-width: 960px;
}
body .ui-dialog.modal-popup.modal-wide {
  width: 80% !important;
  max-width: 1280px;
}
body .ui-dialog.modal-popup.modal-extrawide {
  width: 96% !important;
  max-width: 1440px;
}
/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #000 */
/* For RTE Texts, .. */
/* Color One */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* SCROLL-TO-TOP */
/*
 * COLS
 */
/* ColRight & ColLeft Space */
/*
 * Listings
 */
/*
 * Listings
 */
/* Card-Item */
/* List-View */
/* Pagination */
/* Nav-Pageview */
/* SEARCH */
/* FAQ */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Mobile Navigation
 */
/* Sticky */
/* footer navigation */
/*
 * PAGE VARIABLES
 */
/* PAGE-LOGO */
/* TOPLINE */
/* Header-Elements */
/* FOOTER */
/* ASIDE */
