/* grün: #004B05 */
/* oldgrün: #-2C7773 */
/* schwarz: #080808 */
/* oldschwarz: #-252525 */

html {
  overflow-x: hidden;
}

body {
  font-family: Georgia, serif;
  color: #080808;
  background-color: #ffffff;
  /* background-color: #004B05; */
  overflow-x: hidden;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

/*header section*/
.hero_area {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-size: cover;
  background-position: top right;
}

.sub_page .hero_area {
  min-height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #080808;
  text-align: center;
  width: fit-content;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  position: relative;
}

 .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  width: 75px;
  left: 50%;
  height: 2.5px;
  background-color: #004B05;
  bottom: 8px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #191919;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  position: fixed; /* Make it stick/fixed */
  top: 0; /* Stay on top */
  width: 100%; /* Full width */
  background-color: white;
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 45px;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote_btn-container a {
  color: #050505;
}

.quote_btn-container a img {
  width: 15px;
  margin: 0 25px;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.slider_section .slider_number-container {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4%;
}

.slider_section .slider_number-container .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0b0a0b;
}

.slider_section .slider_number-container .number-box hr {
  border: none;
  width: 2px;
  height: 320px;
  background-color: #bcbcc0;
}

.slider_section .detail_box h2 {
  margin-bottom: 0;
}

.slider_section .detail_box h1 {
  font-weight: 600;
  color: #e1603a;
  font-size: 5rem;
  margin-bottom: 30px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 8px 85px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 25px;
  margin: 35px 0;
}

.slider_section .detail_box a:hover {
  background-color: transparent;
  color: #0d0806;
}

.slider_section .carousel_btn-container {
  width: 100px;
  position: absolute;
  bottom: -20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 2%;
  z-index: 999;
}

.slider_section .carousel_btn-container .carousel-control-prev,
.slider_section .carousel_btn-container .carousel-control-next {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #e1603a;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
}

.slider_section .carousel_btn-container .carousel-control-prev:hover,
.slider_section .carousel_btn-container .carousel-control-next:hover {
  background-color: #050505;
}

.slider_section .carousel_btn-container .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.slider_section .carousel_btn-container .carousel-control-next {
  background-image: url(../images/next.png);
}

.about_section {
  position: relative;
}

.about_section .section_number {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1603a), to(#004B05));
  background: linear-gradient(to bottom, #e1603a, #004B05);
  right: 5%;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about_section .detail_box {
  text-align: right;
}

.about_section .detail_box p {
  margin: 35px 0;
}

.about_section .img-box img {
  width: 100%;
}

.why_section {
  text-align: center;
  color: #ffffff;
  background-image: url(../images/why-bg.jpg);
  background-size: cover;
  position: relative;
}

.why_section .section_number {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1603a), to(#004B05));
  background: linear-gradient(to bottom, #e1603a, #004B05);
  top: 0;
  left: 5%;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.why_section h2 {
  font-weight: bold;
}

.why_section p {
  margin: 60px 0;
}

.why_section a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #e1603a;
  border-radius: 30px;
}

.why_section a:hover {
  background-color: transparent;
  color: #ffffff;
}

.gallery_section {
  position: relative;
}

.gallery_section::before, .gallery_section::after {
  position: absolute;
  content: "";
  width: 125px;
  height: 140px;
  background-size: cover;
}

.gallery_section::before {
  top: 3%;
  left: 5%;
}

.gallery_section::after {
  bottom: 0;
  right: 5%;
}

.gallery_section .section_number {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1603a), to(#004B05));
  background: linear-gradient(to bottom, #e1603a, #004B05);
  top: 0;
  right: 5%;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery_section .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.gallery_section .img_container .img-box {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.gallery_section .img_container .img-box:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery_section .img_container img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gallery_section .img_container .box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gallery_section .img_container .box-1 .box-1-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery_section .img_container .box-1 .b-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gallery_section .img_container .box-1 .b-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gallery_section .img_container .box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.client_section {
  position: relative;
}

.client_section .heading_container {
  position: relative;
}

.client_section .heading_container .section_number {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1603a), to(#004B05));
  background: linear-gradient(to bottom, #e1603a, #004B05);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.client_section .container .row {
  padding-top: 75px;
}

.client_section .detail_box {
  position: relative;
  padding: 25px 25px 45px;
  border-radius: 100px;
  margin: 45px 0;
  border: 1px solid #ccc;
  color: #050505;
}

.client_section .detail_box:hover {
  color: #ffffff;
  background-color: #004B05;
  border-color: transparent;
}

.client_section .detail_box .img_box {
  position: absolute;
  width: 115px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.client_section .detail_box .img_box img {
  width: 100%;
}

.client_section .detail_box h5 {
  padding-left: 125px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 18px;
}

.arrange_section {
  padding: 10% 0;
  background-image: url(../images/arrangement.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.arrange_section .section_number {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1603a), to(#004B05));
  background: linear-gradient(to bottom, #e1603a, #004B05);
  top: 0;
  left: 5%;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrange_section .detail_box {
  width: 70%;
  margin: 0 auto;
  padding: 65px 30px;
  text-align: center;
  background-color: rgba(5, 5, 5, 0.6);
  color: #ffffff;
  border: 2px solid #b9b1ad;
}

.arrange_section .detail_box h2 {
  margin-bottom: 45px;
}

.top_banner_section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact_section {
  position: relative;
  /* background-image: url(../images/flowers.png); */
  background-size: cover;
  background-position: center;
}

.contact_section .section_number {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1603a), to(#004B05));
  background: linear-gradient(to bottom, #e1603a, #004B05);
  top: 0;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact_section h2 {
  margin-bottom: 65px;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #004B05;
  outline: none;
  color: #080808;
}

.contact_section input::-webkit-input-placeholder {
  color: #6c757d;
}

.contact_section input:-ms-input-placeholder {
  color: #6c757d;
}

.contact_section input::-ms-input-placeholder {
  color: #6c757d;
}

.contact_section input::placeholder {
  color: #6c757d;
}

.contact_section input.message-box {
  height: 120px;
}

.map_section .map_container {
  height: 375px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}

.map_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
   background-color: #ffffff;
  color: #080808;

  /* background-color: #004B05;
  color:white; */

}

.info_section h5 {
  margin-bottom: 20px;
  font-weight: 700;
}

.info_section .info_logo h5 {
  font-size: 38px;
  font-family: Georgia, serif;
}

.info_links ul {
  padding-left: 15px;
}

.info_links ul .active::before {
  background-color: #e1603a;
}

.info_links ul .active a {
  color: #e1603a;
}

.info_links ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}

.info_links ul li::before {
  content: "";
  left: -15px;
  top: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info_links ul li a {
  color: #ffffff;
}

.info_insta .insta_container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_insta .insta_container img {
  width: 100%;
}

.info_insta .insta_container .insta-box {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.info_insta .insta_container .b-1,
.info_insta .insta_container .b-3 {
  width: 50px;
}

.info_insta .insta_container .b-2,
.info_insta .insta_container .b-4 {
  width: 68px;
}

.info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info_contact > div img {
  width: 20px;
  height: auto;
  margin-right: 12px;
}

/* footer section*/
.footer_section {
  background-color: #004B05;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
}

@media (max-width: 768px) {

  .flower-back-rothkopf:before {

  content: "";
  background-image: url(../images/backgrounds/back_flower_green.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 150px 200px !important;
  position: absolute;
  top: 25%;
  right: 0%;
  bottom: -200px;
  left: 0px;
  opacity: 0.5;
    }
.flower-back-shop:before {

content: "";
background-image: url(../images/backgrounds/back_flower_green.png);
background-repeat: no-repeat;
background-position-x: right;
background-size: 150px 200px !important;
position: absolute;
top: 15%;
right: 0px;
bottom: -200px;
left: 0px;
opacity: 0.5;
  }

  .flower-back-shop-reverse:before {

  content: "";
  background-image: url(../images/backgrounds/back_flower_green_reversed.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 150px 200px !important;
  position: absolute;
  top: 50%;
  right: 45%;
  bottom: -200px;
  left: 0px;
  opacity: 0.5;
    }
  }



@media (min-width: 768px) {

  .flower-back-rothkopf:before {

  content: "";
  background-image: url(../images/backgrounds/back_flower_green.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 200px 250px !important;
  position: absolute;
  top: 30%;
  right: 0px;
  bottom: -200px;
  left: 0px;
  opacity: 0.5;
    }
.flower-back-shop:before {

content: "";
background-image: url(../images/backgrounds/back_flower_green.png);
background-repeat: no-repeat;
background-position-x: right;
background-size: 200px 250px !important;
position: absolute;
top: 15%;
right: 0px;
bottom: -200px;
left: 0px;
opacity: 0.5;
  }

  .flower-back-shop-reverse:before {

  content: "";
  background-image: url(../images/backgrounds/back_flower_green_reversed.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 200px 250px !important;
  position: absolute;
  top: 50%;
  right: 65%;
  bottom: -200px;
  left: 0px;
  opacity: 0.5;
    }
  }

.footer_section p {
  color: white;
  margin: 0;
  text-align: center;
  padding: 20px 35px;
  margin: 0;
  position: relative;
}

.footer_section a {
  color: #080808;
}

.card {
  background: transparent;
  transition: all 0.5s ease;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  overflow: hidden;
  padding: unset !important;
  margin: 15px;
}

.card:hover {
  color: transparent;
  transform: scale(1.025);
}

@keyframes popBackground {
  0% {
    height: 20px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%
  }

  50% {
    height: 80px;
    border-top-left-radius: 75%;
    border-top-right-radius: 75%
  }

  75% {
    height: 160px;
    border-top-left-radius: 85%;
    border-top-right-radius: 85%
  }

  100% {
    height: 320px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%
  }
}

.card .pic {
  position: relative
}

.card .pic img {
  width: 100%;
  height: 280px;
  object-fit: cover
}

.card .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 70px;
  background-color: #1b9ce3;
  color: white;
  position: absolute;
  bottom: 0px;
  transition: all ease
}

.card .date .day {
  font-size: 14px;
  font-weight: 600
}

.card .date .month,
.card .date .year {
  font-size: 10px
}

.card .text-muted {
  font-size: 12px
}

.card:hover .text-muted {
  color: #fff !important
}

.card .content {
  padding: 0 20px
}

.card .content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: #004B05;
  border-radius: 5px;
  font-size: 12px;
  border: none
}

.card:hover .content .btn {
  background: #fff;
  color: #004B05;
  box-shadow: #0000001a 0px 3px 5px
}

.card .content .btn .fas {
  font-size: 10px;
  padding-left: 5px
}

.card .content .foot .admin {
  color: #1b9ce3;
  font-size: 12px
}

.card:hover .content .foot .admin {
  color: #fff
}

.card .content .foot .icon {
  font-size: 12px
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #004B05;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.close {
  font-size: 1.5rem;
}

.img-opacity {
  opacity: 0.5;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
}

.img-opacity:hover {
  opacity: 1;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #004B05;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row-gallery-dk {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns that sits next to each other */
.column-gallery-dk {
  flex: 25%;
  max-width: 25%;
}
.column-img-padding {
  padding: 5px;
}

.column-gallery-dk img-gallery-dk {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
  .column-gallery-dk {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column-gallery-dk {
    flex: 100%;
    max-width: 100%;
  }
}

.info_footer {
  margin-bottom: 1rem;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
}

.info_footer_contact {
  margin-bottom: 1rem;
  width: fit-content;
  align-items: center !important;
}


.info_footer_opening {
  margin-bottom: 1rem;
  align-items: center;
  text-align: center;
}

.first-section {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}

.h2-underline {
  font-weight: bold;
  font-size: x-large;
  color: #080808 !important;

  text-align: center;
  background-image: url(../images/backgrounds/header_sep.png);
    background-repeat: repeat-x;
    background-position: bottom;
    line-height: 21px;
    margin: 20px 0 55px 0;

}

/* h2 span {
  background: #FFF;
  padding: 0 20px;
} */


h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h2 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h2 em {
  font-style: normal;
  font-weight: 600;
}

.twelve h2 {
  letter-spacing:1px; text-align:center; margin:auto; white-space:nowrap; padding-bottom:13px;
}
.twelve h2:before {
    background-color: #004B05;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 10px;
}
.twelve h2:after {
    background-color:#004B05;
    content: '';
    display: block;
  position:absolute; right:0; bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

.headline-adjuster {

  width: fit-content;
  margin-bottom: 50px;
}



.preset-5 {
  text-align: center;
}
.img-border-image.preset-5 .img-border-image-link {
  padding-left: 40px;
  padding-bottom: 40px;
  z-index: 1;
}
.img-border-image .img-border-image-link {
  position: relative;
  overflow: hidden;
  transition: .3s;
  display: inline-block;
  max-width: 100%;
}

.img-border-image.preset-5 .img-border-image-link:before {
  background-color: transparent;
  border-color: #004B05 !important;
  border: 3px solid;
  z-index: -1;
  width: auto;
  height: auto;
  top: 40px;
  right: 40px;
}
.img-border-image .img-border-image-link:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid;
}
.img-border-image .img-border-image-link:before, .img-border-image .img-border-image-link:after {
  content: "";
  position: absolute;
  transition: all .3s ease-in-out;
}

.footer-border-top {
  border-top: 3px solid #004B05;
}

/* Text Style */

.h_about_us {
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 3px;
}
.cate_padding {
padding-left: 15px;
padding-right: 15px;
}

.text_about_us_8 {
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 1px;
}
.text_about_us_normal {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.spacing-top {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .margin-top-20 {
    margin-top: 20px;
  }
.margin-top-50 {
  margin-top: 50px;
}

.margin-top-100 {
  margin-top: 100px;
}
}
@media (max-width: 768px) {
  .margin-top-20 {
    margin-top: 5px;
  }
.margin-top-50 {
  margin-top: 10px;
}

.margin-top-100 {
  margin-top: 20px;
}
}

.heading_underline {
  font-weight: bold;
  color: #004B05 !important;
  width: 100%;
  text-align: center;
}

.center-img-about-us {
  text-align: center;
}
html {
  scroll-behavior: smooth !important;
}

@media (min-width: 768px) {
  .full-height-card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .button-repo {
    margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .desktop-margin {
    margin-top: -50px;
  }
}

@media (min-width: 768px) {
  .about-us-margin {
    margin-top: 100px;
  }
}

.container-fleurop {
  padding: 40px 0;
  background: #004B05;
  color: #FFF;
}

.wrapper-fleurop {
  margin: auto;
  width: 100%;
  max-width: 1280px;
  padding:0 20px;
}


.container-white {
  padding: 40px 0;
  background: #FFF;
  color: #FFF;
}

.wrapper-white {
  margin: auto;
  width: 100%;
  max-width: 1280px;
  padding:0 20px;
}

.img-icon-size {
  height: 50px;
  width: 50px;
}

.padding-unsetter {
  padding: unset;
}
.contact-info-item {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 30px;
  border-radius: 25px;
}

.contact-info-item .con-info-icon {
  border: 2px solid #004B05;
  border-radius: 100px;
  color: #004B05;
  font-size: 35px;
  margin: 0 auto 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 60px;
  height: 60px;
  width: 60px;
}

.contact-info-item .con-info-txt h4 {
  font-size: 18px;
  margin-top: -2px;
  margin-bottom: 15px;
}

.contact-info-item:hover .con-info-icon {
  background-color: #004B05;
  color: #ffffff;
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rounded-img {
    border-radius: 10px;
}
.effect-img {
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.75);
}

.img-fill-gallery {
width: -webkit-fill-available;
}

.center-content-page {
  align-self: center;
}

.dk-btn {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #004B05;
    cursor: pointer;
    box-sizing: border-box;
}

.dk-btn-white {
    color: #004B05;
    background-color: #FFF;
    border-color: #004B05;
}
.dk-btn-white:hover, .dk-btn-white:hover:focus {
    color: #FFF !important;
    background-color: #004B05;
    border-color: #004B05;
}

.dk-btn-green {
    color: #FFF;
    background-color: #004B05;
    border-color: #FFF;
}
.dk-btn-green:hover, .dk-btn-green:hover:focus {
    color: #004B05 !important;
    background-color: #FFF;
    border-color:#FFF;
}

@font-face {
    font-family: 'Great Vibes';
    src: url('../fonts/GreatVibes-Regular.woff2') format('woff2'),
        url('../fonts/GreatVibes-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.banner-text {
font-family: 'Great Vibes', cursive;
font-weight: 600;
}

@media (min-width: 768px) {
  .myimgscaler {
    height: 200px;
  }
}

@media (min-width: 768px) {
  .banner-large-text {
    font-size: 70px;
  }
}

@media (max-width: 768px) {
  .banner-large-text {
    font-size: 35px;
  }
}

.footer_section a:hover {
    color: white !important;
}

.footer_section a {
    color: white !important;
}

a:hover {
    color: #004B05 !important;
}
.owl-carousel{
    margin-bottom: 15px
}
.owl-carousel .owl-stage-outer{
    height: auto;
}
.owl-theme .owl-nav [class*='owl-']{
    border-radius: 50% !important;
    background: inherit !important;
    border: 3px solid #bbb;
    color: #bbb !important
}
.owl-theme .owl-nav [class*='owl-']:hover{
    border: 3px solid #004B05;
    color: #004B05 !important
}





@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

.ekko-lightbox-nav-overlay a {
  color: yellow !important;
  transition: opacity .1s;
}

.ekko-lightbox-nav-overlay a:hover {
  color: yellow !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #004B05 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}


/*# sourceMappingURL=style.css.map */
