/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/
/**#######################################
STRUCTURE
#######################################**/
* {
  color: #9F9F9F;
}
html {
  overflow-x: hidden;
}
a, a span {
  color: #63B32E;
}
a:hover, a span:hover {
  color: #7ccf45;
}
#content-wrap {
  max-width: 1640px;
  margin: auto;
  width: 100%;
}
.font-size-lg {
  font-weight: 600;
  word-break: break-all;
}
.font-size-xl {
  font-weight: 900;
}
.header {
  margin-bottom: 1rem;
  hyphens: auto;
}
.subheader {
  margin-bottom: 1.5rem;
}
@media (max-width: 1399px) {
  #sidebar {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .font-size-xl {
    font-size: 30px !important;
  }
  .font-size-lg {
    font-size: 25px !important;
  }
}
/**#######################################

BOOTSTRAP OVERRIDES

#######################################**/
a.text-primary:hover {
  color: #7ccf45 !important;
}
a.text-secondary:hover {
  color: #b9b9b9 !important;
}
a.text-success:hover {
  color: #34ce57 !important;
}
a.text-danger:hover {
  color: #e4606d !important;
}
a.text-warning:hover {
  color: #f4c37d !important;
}
a.text-info:hover {
  color: #1fc8e3 !important;
}
/*a.text-light:hover {color: $colorLightHover !important;}*/
a.text-dark:hover {
  color: #949494 !important;
}
a.text-white:hover {
  color: #e6e6e6 !important;
}
a.text-muted:hover {
  color: #545b62 !important;
}
.btn {
  border-radius: 20px 0px 20px 0px;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**BTN PRIMARY**/
.btn-primary {
  background-color: #63B32E !important;
  border-color: #63B32E !important;
  color: #FFFFFF !important;
  -webkit-box-shadow: 0px 6px 0px #5bab26 !important;
  box-shadow: 0px 6px 0px #5bab26 !important;
  margin-bottom: 6px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn-primary:hover {
  background-color: #6dc732 !important;
  -webkit-box-shadow: 0px 6px 0px #5bab26;
  box-shadow: 0px 6px 0px #5bab26;
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus, .btn-primary:active {
  background-color: #4d8b24 !important;
  -webkit-box-shadow: 0px 1px 0px #cfcfcf !important;
  box-shadow: 0px 1px 0px #cfcfcf !important;
  margin-top: 6px;
  margin-bottom: 0px;
}
/**BTN SECONDARY**/
.btn-secondary {
  background-color: white !important;
  border-color: #ebebeb !important;
  color: #9F9F9F !important;
  -webkit-box-shadow: 0px 6px 0px #cfcfcf !important;
  box-shadow: 0px 6px 0px #cfcfcf !important;
  margin-bottom: 6px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn-secondary:hover {
  background-color: #ebebeb !important;
  -webkit-box-shadow: 0px 6px 0px #cfcfcf;
  box-shadow: 0px 6px 0px #cfcfcf;
}
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-primary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus, .btn-secondary:active {
  background-color: #63b32e !important;
  color: white !important;
  -webkit-box-shadow: 0px 1px 0px #cfcfcf !important;
  box-shadow: 0px 1px 0px #cfcfcf !important;
  margin-top: 6px;
  margin-bottom: 0px;
}
/**#######################################

FLATPACK & T3 OVERRIDES

#######################################**/
/**#######################################
TopBAR
#######################################**/
@media (min-width: 575px) {
  #topbar {
    padding-left: 140px !important;
  }
}
.navbar-logo {
  border-top: 4px solid white;
  float: left;
  margin-top: -74px;
}
@media (max-width: 1600px) {
  .search-bar {
    padding-right: 0px !important;
  }
  .top-street, .top-city {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .top-bar-left {
    min-width: initial;
    padding-bottom: 0px;
  }
  .navbar-logo {
    margin-top: -83px;
  }
  .navbar-logo img {
    width: auto;
    height: 221px;
  }
  .dropdown-menu {
    position: initial !important;
    -webkit-box-shadow: inset 0px 3px 10px rgba(130, 130, 130, 0.8);
    box-shadow: inset 0px 3px 10px rgba(130, 130, 130, 0.8);
    border-radius: 0px;
    border-bottom: 10px solid #63b32e;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
  }
  .dropdown-item {
    background: initial !important;
  }
}
@media (max-width: 1000px) {
  .top-bar-left {
    display: none !important;
  }
  .dropdown-quick-menu {
    display: flex !important;
  }
  #tx_indexedsearch fieldset, .tx-indexedsearch-searchbox, .tx-indexedsearch-form input, .search-search {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .dropdown-quick-menu {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .navBar img {
    width: auto;
    height: 122px;
  }
  .navbar-logo {
    float: left;
    margin-top: -23px;
    margin-left: 15px;
  }
  #topbar {
    padding-bottom: 20px !important;
  }
  .dropdown-item {
    text-align: center;
  }
}
/**#######################################
SEARCH
#######################################**/
#tx_indexedsearch fieldset {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tx-indexedsearch-search-submit {
  position: absolute;
  right: 10px;
  top: 4px;
  height: 30px;
  width: 30px;
}
.tx-indexedsearch-form::before {
  content: "";
  background-image: url("/fileadmin/user_upload/Images/Icons/magnifier-gr.png");
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  right: 10px;
  top: 4px;
  background-size: cover;
}
.tx-indexedsearch-searchbox-button {
  height: 30px;
  width: 30px;
  background: transparent;
  border: none;
  padding: 0px;
}
.tx-indexedsearch-form input {
  outline: none !important;
  box-shadow: 0px 5px 10px inset rgba(141, 141, 141, 0.25) !important;
  -webkit-box-shadow: 0px 5px 10px inset rgba(141, 141, 141, 0.25) !important;
  border-radius: 6px;
  border: none;
  padding: 5px 20px;
}
/**#######################################
HEADER
#######################################**/
#navbar, .navBar {
  -webkit-box-shadow: 0px 6px 0px #5bab26 !important;
  box-shadow: 0px 6px 0px #5bab26 !important;
}
.section-header {
  position: absolute;
  top: 0;
  z-index: 20000;
  width: 100%;
}
.section-header #navbar {
  /* box-shadow: 0px 6px 0px #5BAB26 !important;*/
}
.dropdown-menu {
  inset: -5px auto auto 0px !important;
}
.dropdown, .dropdown-toggle, .nav-link {
  background: none !important;
  -webkit-appearance: none !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}
.navbar-nav .nav-link {
  text-align: center;
}
#navbar .navbar-nav {
  padding: 6.7px 0px;
}
@media screen and (min-width: 1200px) {
  .mainNav .nav-item div.dropdown-menu {
    background-color: #FFFFFF !important;
    border-radius: 0;
    border-left: 10px solid #7ccf45;
  }
  .mainNav .nav-item {
    min-width: fit-content;
    padding: 0px 10px;
    text-align: center;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-box-shadow: 0px 6px 0px #5bab26 !important;
    box-shadow: 0px 6px 0px #5bab26 !important;
  }
  .mainNav .nav-item:hover, .mainNav .nav-item.open {
    -webkit-box-shadow: 0px 6px 0px #63B32E !important;
    box-shadow: 0px 6px 0px #63B32E !important;
    background-color: #7ccf45 !important;
    background-color: #7ccf45 !important;
    -webkit-transform: scale(1.1) translateY(-2px);
    -ms-transform: scale(1.1) translateY(-2px);
    transform: scale(1.1) translateY(-2px);
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
  }
  .navbar-nav .nav-link {
    padding: 0px !important;
  }
  a.dropdown-item {
    -webkit-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    transition: background-color 200ms;
    white-space: pre-line;
  }
  a.dropdown-item:hover {
    background-color: #e6e6e6 !important;
  }
}
@media (max-width: 575px) {
  #navbar {
    position: relative;
  }
  .mainNav {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -100;
    text-align: center;
  }
}
/**#######################################
SIDEBAR
#######################################**/
.sidebar-element {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.sidebar-element-body {
  max-height: 664px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0.5rem;
}
.sidebar-element-header {
  border-radius: 100px 100px 0px 0px;
  padding: 10px;
}
.linkList-item {
  padding: 10px;
}
/* width */
div::-webkit-scrollbar {
  width: 6px;
}
/* Track */
div::-webkit-scrollbar-track {
  background: #FFFFFF;
}
/* Handle */
div::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 10px;
}
/* Handle on hover */
a::-webkit-scrollbar-thumb:hover {
  background: #b9b9b9;
}
/* width */
a::-webkit-scrollbar {
  width: 6px;
}
/* Track */
a::-webkit-scrollbar-track {
  background: #FFFFFF;
}
/* Handle */
a::-webkit-scrollbar-thumb {
  background: #9F9F9F;
  border-radius: 10px;
}
/* Handle on hover */
a::-webkit-scrollbar-thumb:hover {
  background: #b9b9b9;
}
.sidebar-element-heading {
  border-bottom: 2px dashed white;
  padding-bottom: 5px;
}
/**#######################################
EVENT
#######################################**/
.event-container {
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  min-height: 130px;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.event-container:hover {
  border-bottom-right-radius: 0px;
}
.event-title {
  width: 100%;
  border-radius: 0px 0px 50px 0px;
}
.event-border {
  height: 1px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='lightgrey' stroke-width='2' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.event-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f3-widget-paginator {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f3-widget-paginator li {
  margin: 1rem;
  font-size: 20px;
}
.f3-widget-paginator a {
  color: #63B32E;
}
.sidebar-element .events {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.sidebar-element .scroll-container h2 {
  display: none;
}
.sidebar-element .events .event {
  width: 100% !important;
}
.sidebar-element .f3-widget-paginator {
  display: none;
}
/*termin download*/
.glyphicon-download-alt + a {
  color: #63B32E;
}
.glyphicon-download-alt + a:hover {
  color: #7ccf45;
}
#sidebar .header {
  display: none;
}
/**#######################################
TEXTMEDIA
#######################################**/
.ce-right img {
  border-radius: 0px 100px 0px 0px;
}
.ce-left img {
  border-radius: 0px 0px 0px 100px;
}
.ce-right {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.ce-left .ce-bodytext {
  padding-left: 50px;
}
.ce-right .ce-bodytext {
  padding-right: 50px;
}
.ce-above figure {
  margin-bottom: 1rem;
}
.ce-above figure, .ce-below figure {
  position: relative;
  overflow: hidden;
}
.above-below-header {
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.above-below-header-text {
  padding: 10px 0px;
  margin-bottom: 0px;
}
.above-below-header-text::after {
  content: "";
  position: absolute;
  width: 160%;
  height: 100%;
  bottom: 0;
  left: -30px;
  background-color: #63b32e;
  z-index: -5;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}
.frame ul li {
  font-size: 20px;
}
@media screen and (max-width: 493px) {
  #teaser {
    margin-bottom: 120px;
  }
  .above-below-header {
    display: none !important;
  }
  .ce-bodytext h2.header {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .ce-left .ce-bodytext {
    padding-left: 0px;
  }
  .ce-right .ce-bodytext {
    padding-right: 0px;
    padding-top: 20px;
  }
}
/**#######################################
FORMS
#######################################**/
form .form-control, form textarea {
  outline: none !important;
  -webkit-box-shadow: 0px 5px 10px inset rgba(141, 141, 141, 0.25) !important;
  box-shadow: 0px 5px 10px inset rgba(141, 141, 141, 0.25) !important;
  border-left: 5px solid #63b32e !important;
  border-radius: 0px !important;
}
.form-outline .form-control ~ .form-notch .form-notch-trailing, .form-notch .form-notch-leading, .form-notch .form-notch-middle {
  border-radius: 0px !important;
  border: none !important;
}
.form-outline .form-control:focus ~ .form-label {
  color: inherit !important;
}
form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  opacity: 1;
  /* Firefox */
}
form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  opacity: 1;
  /* Firefox */
}
form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  opacity: 1;
  /* Firefox */
}
form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  opacity: 1;
  /* Firefox */
}
form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  opacity: 1;
  /* Firefox */
}
form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9f9f9f;
}
form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9f9f9f;
}
.form-outline .form-control ~ .form-label {
  position: absolute;
  top: 0;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  left: 0.75rem;
  padding-top: 0.37rem;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  color: #9f9f9f;
}
.form-outline .form-control {
  min-height: auto;
  padding: 0.33em 0.75em;
  border: 0;
  background: transparent;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #9f9f9f;
}
.form-outline {
  margin: 20px 0px;
}
/**#######################################
Contact
#######################################**/
#contact {
  border-top: 5px dashed #cfcfcf;
  padding: 50px 0px;
  box-shadow: 0px 0px 10px #cfcfcf;
}
.contact-btn {
  max-width: 100% !important;
  padding: 0px;
}
.contact-details img {
  max-width: 160px;
  width: 96%;
  min-width: 130px;
  height: auto;
}
.contact-form {
  border-right: 5px dashed #cfcfcf;
  padding-right: 150px;
  padding-left: 0px;
}
.contact-form .container-limited {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .contact-form {
    border-right: 0px dashed #cfcfcf;
    padding: 0px;
    border-top: 5px dashed #cfcfcf;
    padding-top: 2.5rem;
  }
}
/**#######################################
CARDS
#######################################**/
/**#######################################
NEWS
#######################################**/
.news img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.news-card-container {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 300px;
  background-color: #63b32e;
  transition: 200ms all;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.news-card-container:hover {
  border-bottom-right-radius: 0px;
}
.news-card-date {
  background-color: #63b32e;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 23px;
}
.news-card-title {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.header-right {
  border-top: 2px dashed #9f9f9f;
}
.news-single .card-header {
  border-left: 5px solid #63b32e;
  border-radius: 0px 50px 0px 0px;
}
.news-related {
  padding: 0px 1.5rem;
}
.news-related-wrap {
  border-left: 5px solid #63b32e;
  border-radius: 0px 0px 0px 50px;
}
.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.side-news {
  padding: 10px;
}
.side-news:hover {
  background-color: #f5f5f5;
}
.sidebar-element-body .container-limited, .news-detail-text .container-limited {
  padding: 0px;
}
.news .wr-external-media {
  min-height: 400px;
}
.news-single .wr-external-media-body, .news-single .wr-external-media-header {
  color: white;
  text-shadow: 0px 0px 7px black;
  font-weight: 500;
}
.news-card-categories {
  min-height: 32px;
}
@media (max-width: 542px) {
  .title-wrap {
    display: initial;
  }
  .card-weiter {
    width: 100% !important;
  }
}
/**#######################################
IMAGELIST
#######################################**/
/**#######################################
CAROUSEL
#######################################**/
/******************************************************************************/
/*   Horizontal accordion                                          */
/******************************************************************************/
/**#######################################
Submenu
#######################################**/
.submenu-item {
  font-weight: 500;
  padding: 10px 20px;
}
/**#######################################
DIVIDER
#######################################**/
.ce-div {
  margin: auto;
  border-top: 5px grey dashed;
  background-color: transparent;
  -webkit-transform: scaleX(2);
  -ms-transform: scaleX(2);
  transform: scaleX(2);
  width: 50%;
}
/**#######################################
EVENTS
#######################################**/
.tx-events2 .row a:hover {
  color: #7ccf45 !important;
}
.side-event {
  padding: 10px;
}
.side-event:hover {
  background-color: #f5f5f5;
}
/**#######################################
INSTRUCTIONS
#######################################**/
/*instructions*/
.instruction-frame {
  border-bottom-right-radius: 100px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  border-left: 18px solid #63B32E;
  position: relative;
}
.instruction-frame::after {
  content: " ";
  width: 100%;
  height: 100%;
  box-shadow: 5px 0px 5px black;
  position: absolute;
  margin: auto;
  z-index: 21;
  width: 5px;
  height: 60px;
  left: 24px;
  top: 0;
  opacity: 0.3;
}
@media screen and (max-width: 542px) {
  .instruction-frame::after {
    display: none;
  }
}
.instruction-steps {
  position: absolute;
  z-index: 11;
  left: -2px;
  top: 0;
  width: 100%;
}
.instruction-step-action:not(.instruction-step-action.active) {
  width: 33px;
  height: 59px;
  cursor: pointer;
}
.instruction-step-action:not(.instruction-step-action.active):hover * {
  color: #e6e6e6 !important;
}
.instruction-step-action.active {
  width: 50%;
  height: 59px;
}
.instruction-step-action {
  position: relative;
}
.instruction-step-action.selected::before {
  content: " ";
  width: 41px;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #63b32e !important;
  top: 0;
  left: -31px;
}
.instruction-step-action.active::after {
  content: " ";
  width: 100px;
  height: 59px;
  position: absolute;
  z-index: -1;
  background-color: #63B32E;
  right: -7%;
  top: 0;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
.instruction-step-action:hover {
  cursor: pointer;
}
.instruction-action-title {
  display: none;
}
.instruction-step-action.active span.instruction-action-title {
  display: inline-block;
}
.instruction-content {
  position: relative;
}
.instruction-content img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-bottom-right-radius: 100px;
}
.instruction-content {
  display: none;
}
.instruction-content.active {
  display: block;
}
.instruction-content-description {
  border-bottom-right-radius: 100px;
  position: absolute;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 500;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media (max-width: 542px) {
  .instruction-step-action.active {
    width: 34px;
    height: 59px;
  }
  .instruction-step-action.active::after {
    display: none;
  }
  .instruction-content-description {
    border-bottom-right-radius: 100px;
    position: initial;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 500;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    padding: 10px 10px 10px 40px !important;
  }
  .instruction-content img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-bottom-right-radius: initial;
  }
  .instruction-action-title {
    display: none !important;
  }
}
@media (min-width: 542px) {
  .intext-title {
    display: none;
  }
}
/**#######################################
FOOTER
#######################################**/
#footerNav .navbar-nav {
  max-height: 400px;
}
.policy-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid white;
}
#Datenschutz:after {
  content: "|";
  margin-left: 10px;
}
@media (max-width: 800px) {
  #footerNav .navbar-nav {
    max-height: initial;
  }
}
@media (max-width: 662px) {
  .policy-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 369px) {
  #Datenschutz:after {
    content: "|";
    margin-left: 10px;
    display: none;
  }
}
/**#######################################
COOKIE MANAGER
#######################################**/
/**#######################################
Indexed search
#######################################**/
.searchresults a {
  color: #63B32E;
}
.tx-indexedsearch-res {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.tx-indexedsearch-res:hover {
  background-color: #e6e6e6;
}
/**#######################################
Ultimate slider
#######################################**/
#teaser {
  margin-top: 100px;
}
.tx-wr-ultimate-slider div.ult-stage {
  overflow: initial !important;
}
.ult-scrolldown::before {
  content: " ";
  background-color: #63B32E;
  width: 100vw;
  height: 40px;
  position: absolute;
  cursor: default !important;
  pointer-events: none;
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
.ult-scrolldown {
  width: 60px;
  height: 92px;
  border-radius: 0px;
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  border: none;
  -webkit-transform: translateY(50%) skewX(-20deg);
  -ms-transform: translateY(50%) skewX(-20deg);
  transform: translateY(50%) skewX(-20deg);
}
.ult-scrolldown i {
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
  color: #FFFFFF;
  font-size: 4rem;
}
.ult-scrolldown:hover {
  -webkit-animation: none !important;
  animation: none !important;
}
