/*
|--------------------------------------------------------------------------
| Layout
|--------------------------------------------------------------------------
*/
body,
html {
  height: 100%;
}
body {
  font-family: 'Calibri', sans-serif;
  color: #000;
}
body h1 {
  margin-bottom: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
body a {
  color: #6bcd0e;
}
body a:hover,
body a:focus {
  color: #6bcd0e;
  text-decoration: none;
}
body .logo {
  margin-top: 0.3rem;
}
@media (min-width: 576px) {
  body .logo {
    margin-bottom: 0.8em;
  }
}
main .header-area.has-background {
  background-image: url("/art/felma/header_bg.jpg");
  background-size: 100%;
}
@media (max-width: 991.98px) {
  main .header-area {
    background-image: url("/art/felma/header_bg.jpg");
    padding: 15px 15px 0 15px;
  }
}
@media (min-width: 992px) {
  main .header-area {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    transition: all 0.15s ease-in;
  }
  main .header-area .header-area-inner {
    padding: 0 0 0 10px;
  }
  main .header-area.headroom--not-top .header-area-inner {
    background-image: url("/art/felma/header_bg.jpg");
    background-size: 100%;
    position: fixed;
    width: 100%;
    top: -96px;
    left: 0;
    right: 0;
    z-index: 999;
    transform: translateY(96px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 50px;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  main .header-area .header-area-inner {
    padding: 0 50px 1.5rem 50px;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  main .header-area.headroom--not-top .header-area-inner {
    padding: 25px 50px;
  }
}
main .main-content {
  padding-top: 3rem;
}
main .slick-wrapper {
  min-height: 31vw;
  position: relative;
  /*
		&::after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
			background: linear-gradient(180deg, rgba(0,0,0,0.76234243697479) 0%, rgba(0,0,0,0) 20%);
		}
		*/
}
main .top-slider {
  position: relative;
}
main .top-slider .image::after,
main .top-slider .video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.76234244) 0%, rgba(0, 0, 0, 0) 20%);
}
main .info-slider {
  display: none;
}
main .info-slider.slick-initialized {
  display: block;
}
main section h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
main section.section {
  margin: 2rem 0;
}
main section.section .bottom-section {
  margin-bottom: -2rem;
}
main section .section-split {
  position: relative;
  margin: 8rem 0;
}
main section .section-split .image {
  display: block;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  main section .section-split .image {
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 9;
    position: absolute;
  }
}
main section .section-split.split-left {
  /* background-color: @color-alt4;
				color: @white; */
}
main section .section-split.split-left .image {
  left: 0;
}
main section .section-split.split-right .image {
  right: 0;
}
main section .section-split.specialist {
  margin-bottom: -2rem;
}
main section .section-split.specialist .image {
  right: 15rem;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
main section .section-split .section-split-content {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  main section .section-split .section-split-content {
    padding: 160px 0;
  }
}
main .socialmedia {
  margin: 1rem 0;
}
main .socialmedia .socialmedia {
  margin: 0;
}
.specialist .image {
  background-size: 400px !important;
  background-repeat: no-repeat !important;
}
.height-add-on {
  height: 8rem;
}
.slick-wrapper + .main-content {
  padding-top: 3rem;
}
footer {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  background-image: url("/art/felma/footer_bg.jpg");
  background-size: cover;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:focus {
  color: #6bcd0e;
}
footer .lang .active {
  font-weight: bold;
}
.footerbar {
  color: #fff;
  background-color: #000;
  font-size: 0.8rem;
}
.footerbar a {
  color: #fff;
}
.group-pic {
  margin-bottom: -2rem !important;
}
.group-pic a img {
  width: 100%;
}
/*
|--------------------------------------------------------------------------
| Behavior
|--------------------------------------------------------------------------
*/
html {
  scroll-behavior: smooth;
}
#nprogress .bar {
  background-color: #6bcd0e;
}
#nprogress .bar .peg {
  display: none;
}
#nprogress .spinner-icon {
  border-top-color: #6bcd0e;
  border-left-color: #6bcd0e;
}
.ajax-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: fadeIn 400ms linear;
  animation: fadeIn 400ms linear;
  z-index: 1;
}
.ajax-loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ajax-loader .spinner::after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #6bcd0e;
  border-left-color: #6bcd0e;
  border-radius: 50%;
  -webkit-animation: spinner 400ms linear infinite;
  animation: spinner 400ms linear infinite;
}
body.modal-open {
  overflow: visible;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal .modal-dialog {
  min-height: calc(100vh - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    min-height: calc(100vh - 60px);
  }
}
.modal .modal-dialog .modal-content {
  background-color: transparent;
  border-color: transparent;
}
.modal .modal-dialog .modal-content .modal-body h1 {
  text-align: center;
}
/*
|--------------------------------------------------------------------------
| Custom animations
|--------------------------------------------------------------------------
*/
svg:hover {
  fill: #6bcd0e;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}
@keyframes vanishIn {
  from {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(90px);
  }
  to {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
}
@keyframes vanishOut {
  from {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
  to {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(20px);
  }
}
@keyframes blink-down {
  from {
    opacity: 0;
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, -100%);
  }
}
/*
|--------------------------------------------------------------------------
| Ckeditor
|--------------------------------------------------------------------------
*/
#content.cke_editable {
  padding: 10px;
  background-image: none;
}
/*
|--------------------------------------------------------------------------
| helpers
|--------------------------------------------------------------------------
*/
.drop-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.vanishIn {
  animation-name: vanishIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.vanishOut {
  animation-name: vanishOut;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.embed-responsive-48by25::before {
  padding-top: 52.08333333%;
}
/*
|--------------------------------------------------------------------------
| buttons
|--------------------------------------------------------------------------
*/
.btn {
  border-radius: 0;
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.btn-primary {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #6bcd0e;
  border-color: #7395AE;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6bcd0e;
  border-color: #7395AE;
}
.btn-link {
  color: #6bcd0e;
}
.btn-link:hover,
.btn-link:focus {
  color: #7395AE;
  text-decoration: none;
}
/*
|--------------------------------------------------------------------------
| Main Nav
|--------------------------------------------------------------------------
*/
ul.main-nav.sf-menu {
  background-color: transparent;
}
ul.main-nav.sf-menu > li {
  background-color: transparent;
  transition: all 0.15s ease-in;
  white-space: nowrap;
}
ul.main-nav.sf-menu > li a {
  color: #fff;
  transition: all 0.15s ease-in;
  padding: 0.1em 1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 2rem;
}
ul.main-nav.sf-menu > li:hover {
  background-color: #fff;
}
ul.main-nav.sf-menu > li:hover > a {
  color: #6bcd0e;
  padding: 0.1em 1em;
}
ul.main-nav.sf-menu > li:hover > ul {
  opacity: 1;
}
ul.main-nav.sf-menu > li li:hover > ul {
  opacity: 1;
  transform: translateX(0);
}
ul.main-nav.sf-menu > li.parent-active > a {
  color: #6bcd0e;
}
ul.main-nav.sf-menu ul {
  min-width: 6rem;
  background-color: #fff;
  transition: all 0.15s ease-in;
  opacity: 0;
}
ul.main-nav.sf-menu ul li {
  background-color: #fff;
  transition: all 0.15s ease-in;
  width: 100%;
}
ul.main-nav.sf-menu ul li a {
  color: #000;
  padding: 0.4em 1em;
  font-size: 1.3rem;
}
ul.main-nav.sf-menu ul li:hover {
  background-color: #6bcd0e;
}
ul.main-nav.sf-menu ul li:hover a {
  color: #fff;
}
ul.main-nav.sf-menu ul li.active {
  background-color: #D9D9D9;
}
.shortucts a {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  .shortucts a {
    margin-right: 0rem;
    padding-bottom: 1.5rem;
    font-size: 0.7rem;
  }
}
.neg-marg {
  margin: -2rem 0;
  padding: 0 !important;
}
/*
|--------------------------------------------------------------------------
| flex navi
|--------------------------------------------------------------------------
*/
.menu-button {
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 0 !important;
}
.menu-button .touch-button {
  display: none;
}
.hamburger {
  outline: none !important;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin-top: 16px;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.active:hover {
  opacity: 0.7;
}
.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger-spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger-spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-spin.active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-spin.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger-spin.active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
ul.flexnav {
  padding: 0;
  margin-top: 2.1rem;
  border-bottom: 1px solid #fff;
}
ul.flexnav > li:first-child {
  margin-top: 1rem;
}
ul.flexnav li {
  margin: 0;
  padding: 0;
}
ul.flexnav li.parent-active a {
  color: #6bcd0e;
}
ul.flexnav li.parent-active ul li.active a {
  color: #6bcd0e;
  background-color: #523722;
}
ul.flexnav li.parent-active ul li a {
  color: #fff;
}
ul.flexnav li a {
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  padding: 0.5rem 1rem 0.3rem 0;
}
ul.flexnav li a:hover,
ul.flexnav li a:focus {
  color: #6bcd0e;
  text-decoration: none;
}
ul.flexnav li ul {
  padding: 0;
}
ul.flexnav li ul li a {
  padding: 0.8rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #523722;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
ul.flexnav li ul li a:hover {
  color: #fff;
}
ul.flexnav li ul li:first-of-type a {
  border-top: 1px solid #fff;
}
ul.flexnav li ul li:last-of-type a {
  border-bottom: 1px solid #fff;
}
ul.flexnav .touch-button {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: #523722;
  border: 1px solid white;
}
ul.flexnav .touch-button:after {
  font-family: FontAwesome;
  font-size: 32px;
  content: "\f107";
  transition: all 0.15s ease-in;
  color: #fff;
  position: absolute;
  left: 18px;
}
ul.flexnav .touch-button.active:after {
  transform: rotate(-180deg);
}
ul.flexnav .touch-button .navicon {
  display: none;
}
/*
|--------------------------------------------------------------------------
| cards
|--------------------------------------------------------------------------
*/
.card {
  background-color: #fff;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  transition: all 0.15s ease-in;
  border: none;
}
.card .image {
  position: relative;
  overflow: hidden;
}
.card .image img {
  width: 100%;
  transition: all 0.15s ease-in;
  min-height: 195px;
  object-fit: cover;
}
.card .slick-wrapper {
  min-height: auto;
}
.card .content {
  padding: 1rem;
  transition: all 0.15s ease-in;
  color: #000;
}
.card-with-link {
  overflow: hidden;
  /*
	a {
		opacity: 0;
		display: flex;
		height: 0;
		width: 0;
	}*/
}
.card-with-link:hover .image,
.card-with-link:focus .image,
.card-with-link:active .image {
  filter: brightness(110%);
}
.card-with-link:hover .image img,
.card-with-link:focus .image img,
.card-with-link:active .image img {
  transform: scale(1.04);
}
.card-gallery {
  cursor: pointer;
}
.card-gallery .card-gallery-first-image {
  width: 100%;
  margin-left: 0;
}
.card-gallery .content {
  padding: 0.35rem;
}
.card-gallery .content h3 {
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 0;
}
.card-gallery-first-image {
  min-height: 300px;
  width: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 15px;
}
/*
|--------------------------------------------------------------------------
| card-alternative-view
|--------------------------------------------------------------------------
*/
.card-alternative-view {
  position: relative;
}
.card-alternative-view .content {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding-bottom: 0;
}
.card-alternative-view .content .lead {
  max-height: 0;
  transition: max-height 0.35s ease-out;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1;
}
.card-alternative-view .content .lead.blend-in {
  max-height: 500px;
  transition: max-height 0.55s ease-in;
}
/*
|--------------------------------------------------------------------------
| beardcrumbs
|--------------------------------------------------------------------------
*/
.breadcrumb {
  background-color: #fff;
  padding: 0.75rem 0;
}
/*
|--------------------------------------------------------------------------
| dropdowns
|--------------------------------------------------------------------------
*/
.dropdown .dropdown-item.active {
  color: #7395AE;
  background-color: transparent;
}
/*
|--------------------------------------------------------------------------
| news slider
|--------------------------------------------------------------------------
*/
.news .carousel-title {
  margin-bottom: 10px;
}
.news .slider-controls a {
  margin-left: 5px;
  cursor: pointer;
}
.news .slick-disabled {
  opacity: 0.5;
}
.news .slick-track {
  display: flex !important;
}
.news .slick-slide {
  height: inherit !important;
}
/*
|--------------------------------------------------------------------------
| galerie slick slider
|--------------------------------------------------------------------------
*/
.slick-slider .slick-slide {
  margin-bottom: 0;
  position: relative;
  /* animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1); */
}
.slick-slider .slick-slide.slick-active {
  /* animation: slideIn 1.4s cubic-bezier(0.4, 0.29, 0.01, 1); */
}
.slick-slider .slick-slide.slick-active .slide-caption {
  opacity: 1;
  /* transform: translateY(0);
				transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s; */
}
.slick-slider .slick-slide .image img {
  transition: opacity 0.8s ease;
  opacity: 0;
}
.slick-slider .slick-slide .image img.show {
  opacity: 1;
}
.slick-slider .slick-slide .video video {
  transition: opacity 0.8s ease;
  opacity: 0;
}
.slick-slider .slick-slide .video video.show {
  opacity: 1;
}
.slick-slider .slick-dots {
  text-align: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  bottom: 1rem;
}
.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0px 5px;
  padding: 0px;
}
.slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
  outline: none;
}
.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before {
  color: #000;
}
.slick-slider .slick-dots li button:before {
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  content: '\f111';
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.15s ease-in;
}
.slick-slider .slick-dots li.slick-active button:before {
  color: #6bcd0e;
}
.slide-caption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-left: 4vw;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  transform: translateY(100px);
  text-shadow: 0 0.2rem 0.3rem rgba(44, 91, 115, 0.4);
}
@media (min-width: 1200px) {
  .slide-caption {
    font-size: 2rem;
  }
  .slide-caption h3 {
    font-size: 4rem;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  background-image: url("/art/felma/next.svg");
  background-size: 100% 100%;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.slick-arrow.slick-prev-arrow {
  left: 10px;
  transform: rotate(180deg);
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}
.slick-arrow.slick-next-arrow {
  right: 10px;
  filter: drop-shadow(-3px 3px 5px rgba(0, 0, 0, 0.5));
}
/* .top-slider {
	margin-top: -250px;
} */
/*
|--------------------------------------------------------------------------
| tabs & Tooltips
|--------------------------------------------------------------------------
*/
.nav-tabs .nav-link {
  border-radius: 0;
}
.tooltip .tooltip-inner {
  background-color: #fff;
  color: #000;
  padding: 1rem;
  font-weight: 500;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #fff !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #fff !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #fff !important;
}
/*
|--------------------------------------------------------------------------
| accordion
|--------------------------------------------------------------------------
*/
.accordion h5 {
  position: relative;
}
.accordion .btn-link {
  position: relative;
}
.accordion .btn-link:after {
  font-family: FontAwesome;
  font-size: 21px;
  content: "\f106";
  color: #6bcd0e;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: all 0.15s ease-in;
  transform: translateY(-50%);
}
.accordion .btn-link.collapsed:after {
  transform: rotate(-180deg) translateY(50%);
}
/*
|--------------------------------------------------------------------------
| pagination
|--------------------------------------------------------------------------
*/
.page-item.active .page-link {
  background-color: #6bcd0e;
  border-color: #6bcd0e;
}
.page-link {
  color: #6bcd0e;
  border-radius: 0 !important;
}
.page-link:hover {
  color: #7395AE;
}
/*
|--------------------------------------------------------------------------
| Info Panel
|--------------------------------------------------------------------------
*/
.info-panel {
  z-index: 99;
  /* apassungen für bootstrap */
}
.info-panel .ui-slideouttab-panel a.ui-slideouttab-handle {
  white-space: nowrap;
}
.info-panel .ui-slideouttab-panel .slide-out-head {
  background-color: #f5f5f5;
}
.info-panel .slide-out-div .hidden-xs {
  display: none ! important;
}
.info-panel .slide-out-div .bfb-textinput .col-sm-6,
.info-panel .slide-out-div .bfb-textinput .col-md-7,
.info-panel .slide-out-div .bfb-textarea .col-sm-6,
.info-panel .slide-out-div .bfb-textarea .col-md-7 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.info-panel .slide-out-div .bfb-textinput .col-sm-6 input,
.info-panel .slide-out-div .bfb-textinput .col-md-7 input,
.info-panel .slide-out-div .bfb-textarea .col-sm-6 input,
.info-panel .slide-out-div .bfb-textarea .col-md-7 input {
  width: 100%;
}
/*
|--------------------------------------------------------------------------
| Template: Formular
|--------------------------------------------------------------------------
*/
.required-control .col-form-label:after {
  content: " *";
}
.form-control,
.custom-select {
  border-radius: 0;
}
input.captcha {
  margin-top: 5px;
}
/*
|--------------------------------------------------------------------------
| Template: Gallery - PhotoSwipe
|--------------------------------------------------------------------------
*/
.photo-swipe > figure {
  margin-bottom: 30px;
}
.photo-swipe > figure > a > img {
  transition: opacity 0.15s ease-in-out;
}
.photo-swipe > figure > a:hover img {
  opacity: 0.85;
}
.photo-swipe > figure figcaption {
  margin-top: 5px;
}
/*
|--------------------------------------------------------------------------
| Template: Download
|--------------------------------------------------------------------------
*/
.download_content ul.jqueryFileTree {
  line-height: auto;
  font-family: inherit;
}
.download_content ul.jqueryFileTree > li {
  margin-bottom: 2px;
  background-position: 0 4px !important;
}
.download_content ul.jqueryFileTree > li:last-child {
  margin-bottom: 0;
}
.download_content ul.jqueryFileTree a {
  padding: 3px 5px;
  border-radius: 3px;
  display: inline-block;
}
.download_content ul.jqueryFileTree li:hover a,
.download_content ul.jqueryFileTree a:hover {
  background-color: #f5f5f5;
}
/*
|--------------------------------------------------------------------------
| Info Panel
|--------------------------------------------------------------------------
*/
.info-panel {
  display: none;
  width: 52px;
  position: fixed !important;
}
.info-panel .ui-slideouttab-panel {
  border: none;
  transition: box-shadow 0.2s linear;
}
.info-panel .ui-slideouttab-panel.ui-slideouttab-open {
  box-shadow: -10px 10px 50px 10px rgba(0, 0, 0, 0.1);
}
.info-panel .ui-slideouttab-panel .ui-slideouttab-handle {
  background-color: gray;
  color: #fff !important;
  font-size: 18px;
  padding: 0.5rem 1rem;
  border: solid 1px #fff;
}
.info-panel .ui-slideouttab-panel .slide-out-head {
  display: none;
}
.info-panel .ui-slideouttab-panel .slide-out-div {
  padding: 2rem 1rem !important;
  transition: all 0.15s ease-in;
}
.info-panel .ui-slideouttab-panel .slide-out-div .col-form-label {
  display: none;
}
.info-panel .ui-slideouttab-panel .slide-out-div .col-sm-9 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/*
|--------------------------------------------------------------------------
| google recaptcha
|--------------------------------------------------------------------------
*/
.grecaptcha-badge {
  z-index: 2;
  visibility: hidden;
}
/*
|--------------------------------------------------------------------------
| print
|--------------------------------------------------------------------------
*/
@media print {
  [data-aos] {
    display: block !important;
    opacity: 1 !important;
    transform: translate(0) scale(1) !important;
  }
}
/*
|--------------------------------------------------------------------------
| language-selection
|--------------------------------------------------------------------------
*/
.language-nav {
  padding-right: 2em;
}
.language-nav li a {
  color: #fff;
  padding: 0.5rem 0.2rem;
}
.language-nav li a:hover {
  color: #6bcd0e;
}
/*
|--------------------------------------------------------------------------
| overlayed image
|--------------------------------------------------------------------------
*/
.section-74 .overlayed {
  position: static !important;
}
.section-74 .overlayed .slick-wrapper {
  position: relative;
}
.section-74 .overlayed .slick-wrapper::after {
  display: none;
}
.overlayed {
  position: relative;
  margin-bottom: 1rem;
}
.overlayed .image::after {
  z-index: 1 !important;
}
.overlayed .overlay {
  position: absolute;
  color: #fff;
  background-color: rgba(82, 55, 34, 0.4);
  width: 80px;
  height: 80px;
  border-radius: 110%;
  transition: all 0.4s ease-out;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .overlayed .overlay {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .overlayed .overlay {
    width: 40px;
    height: 40px;
  }
}
.overlayed .overlay.grow-me {
  width: 150px;
  height: 150px;
}
@media (max-width: 991.98px) {
  .overlayed .overlay.grow-me {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .overlayed .overlay.grow-me {
    width: 70px;
    height: 70px;
  }
}
.overlayed .overlay .o-text {
  opacity: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}
@media (max-width: 991.98px) {
  .overlayed .overlay .o-text {
    line-height: 100px;
    font-size: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .overlayed .overlay .o-text {
    line-height: 70px;
    font-size: 0.6rem;
  }
}
.overlayed .overlay .o-text.show-me {
  opacity: 1;
  font-size: 1.2rem;
  font-weight: bold;
  transition: opacity 0.7s ease-in-out;
}
.overlayed .overlay:hover {
  background-color: rgba(82, 55, 34, 0.95);
}
.overlayed .o-theme1 {
  top: 30%;
  left: 26%;
}
.overlayed .o-theme2 {
  top: 70%;
  left: 50%;
}
.overlayed .o-theme3 {
  top: 10%;
  left: 27%;
}
.overlayed .o-theme4 {
  top: 50%;
  left: 25%;
}
.overlayed .o-theme5 {
  top: 90%;
  left: 70%;
}
.overlayed .o-theme6 {
  top: 75%;
  left: 20%;
}
.overlayed .o-theme7 {
  top: 70%;
  left: 70%;
}
.overlayed .o-theme8 {
  top: 88%;
  left: 48%;
}
.overlayed .o-theme9 {
  top: 13%;
  left: 65%;
}
.overlayed .o-theme10 {
  top: 75%;
  left: 85%;
}
.overlayed .o-theme11 {
  top: 88%;
  left: 60%;
}
.overlayed .o-theme12 {
  top: 80%;
  left: 80%;
}
.overlayed .o-theme13 {
  top: 50%;
  left: 70%;
}
.overlayed .o-theme14 {
  top: 60%;
  left: 20%;
}
.overlayed .o-theme15 {
  top: 25%;
  left: 50%;
}
.overlayed .o-theme16 {
  top: 35%;
  left: 70%;
}
.overlayed .o-theme17 {
  top: 50%;
  left: 85%;
}
.overlayed .o-theme18 {
  top: 70%;
  left: 40%;
}
/*
|--------------------------------------------------------------------------
| other
|--------------------------------------------------------------------------
*/
.search-icon {
  color: #fff;
  padding: 0.5rem 0.2rem 0.5rem 1.5rem;
}
.separator {
  margin-top: 0.5rem;
  color: #fff;
}
.mobile-language-nav {
  text-transform: uppercase;
  font-size: 1.8rem;
  float: right;
}
.mobile-language-nav a {
  color: #fff;
}
.search-mobile {
  margin-top: 10px;
}
.search-mobile .input-group-append .btn {
  padding: 0 0.5rem;
  font-size: 20px;
  background-color: #523722;
  color: #fff;
  border: 1px solid #fff;
}
.input-group-append .btn {
  padding: 0 0.5rem;
}
.slick-slide.overlay {
  background: transparent !important;
}
/*
|--------------------------------------------------------------------------
| fullscreen-video
|--------------------------------------------------------------------------
*/
.fullscreen-video {
  position: relative;
  z-index: 0;
  background-color: #341D09;
}
@media (min-width: 1500px) {
  .fullscreen-video {
    height: 100vh;
    overflow: hidden;
  }
}
.fullscreen-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.76234244) 0%, rgba(0, 0, 0, 0) 20%);
}
.fullscreen-video video {
  width: 100%;
  transition: opacity 0.15s ease-in;
  opacity: 0;
}
@media (min-width: 1500px) {
  .fullscreen-video video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
  }
}
.fullscreen-video video.show {
  opacity: 1;
}
.fullscreen-video .arrow-down {
  width: 60px;
  height: 38px;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  z-index: 2;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.fullscreen-video .arrow-down::after {
  content: '';
  background-image: url('/art/felma/arrow-down-white.png');
  filter: drop-shadow(0px 0.2rem 0.2rem rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  width: 60px;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: blink-down 0.8s linear infinite;
}
/*
|--------------------------------------------------------------------------
| overview timeline
|--------------------------------------------------------------------------
*/
.timeline {
  position: relative;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 16.666667%;
  width: 8px;
  background: #000;
  transform: translateX(-50%);
}
.timeline .timeline-event-big {
  border-radius: 50%;
  background: #6bcd0e;
  color: #fff;
  width: 90px;
  height: 90px;
  font-weight: 700;
  transform: translateX(-50%);
}
.timeline .timeline-event {
  z-index: 1;
}
.timeline .timeline-event .title h3 {
  color: transparent;
  font-size: 0;
  line-height: 0;
  border-bottom: 3px solid #6bcd0e;
  font-weight: 700;
  position: relative;
  transform: translateY(1rem);
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .timeline .timeline-event .title h3 {
    font-size: 1rem;
    line-height: 1rem;
    color: #6bcd0e;
    transform: translateY(0);
    margin-right: 0;
  }
}
.timeline .timeline-event .title h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #6bcd0e;
  transform: translate(-50%, 50%);
}
.timeline .timeline-event .content h3 {
  color: #6bcd0e;
  font-weight: 700;
}
.timeline .timeline-event .content .timeline-image img {
  width: 50%;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .timeline .timeline-event .content .timeline-image img {
    width: 100%;
  }
}
.timeline .timeline-event .content .timeline-lead > div > p:last-child {
  margin-bottom: 0;
}
.timeline .timeline-event.timeline-event-left .content .timeline-lead > div {
  width: 100%;
}
@media (min-width: 992px) {
  .timeline .timeline-event.timeline-event-left .title h3:before {
    width: 14px;
    height: 14px;
    left: auto;
    right: 0;
    transform: translate(50%, 50%);
  }
  .timeline .timeline-event.timeline-event-left .content .timeline-lead > div {
    width: auto;
  }
}
/*
|--------------------------------------------------------------------------
| news-overview
|--------------------------------------------------------------------------
*/
@media (max-width: 991.98px) {
  .news-overview .form-inline .form-control {
    display: block;
    width: 100%;
  }
  .news-overview .form-inline .input-group {
    width: 100%;
  }
  .news-overview .form-inline .input-group .form-control {
    width: 1%;
  }
}
.news-overview .date-pickers {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .news-overview .date-pickers {
    width: auto;
  }
}
.news-overview .card-with-link:hover,
.news-overview .card-with-link:focus,
.news-overview .card-with-link:active {
  background-color: #fff;
}
.news-overview h3 {
  font-weight: bold;
}
@media (min-width: 992px) {
  .news-overview h3 {
    font-size: 36px;
  }
}
.bfb-felmamagegenmehrpreis h2 {
  padding-top: 1.5rem;
  font-size: 1.5rem;
}
.bfb-felmamultipleradios .col-form-label.text-label,
.bfb-felmafreetext .col-form-label.text-label,
.bfb-freetextwithlabel .col-form-label.text-label {
  padding-top: 0 !important;
}
.bfb-freetextwithlabel .col-form-label {
  padding-top: 0 !important;
}
/*
|--------------------------------------------------------------------------
| tarteaucitron
|--------------------------------------------------------------------------
*/
.tarteaucitron-magic-block-recaptcha:has(.tarteaucitronAllow) {
  position: absolute;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  font-weight: 700;
}