.signature, .signature a {
  background: #0e0e0e;
  margin: 0;
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.signature-social-block {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.signature .copyright, .signature .signature-social-block li {
  display: inline-block;
}

.signature {
  padding-top: 5px;
  color: white;
}

.cc-grower {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 100000000;
}

body, html {
  background: #252525;
  color: white;
}

.imageleft img {
  width: 30%;
  float: left;
  border: 3px solid #008C45;
  padding: 0;
  box-shadow: 0px 0px 6px #0e0e0e;
  margin-right: 20px;
  margin-bottom: 10px;
}

#immobilien .row {
  margin: 0;
}

.imageright img {
  width: 30%;
  float: right;
  border: 3px solid #008C45;
  padding: 0;
  box-shadow: 0px 0px 6px #0e0e0e;
  margin-left: 20px;
  margin-bottom: 10px;
}

#navbar.navbar-lg .container {
  background: rgba(37, 37, 37, 0.8);
}

#navbar .navbar-brand img {
  margin-top: auto;
  padding: 13px;
  height: 100%;
}

.header .header-title {
  margin-top: 15px;
}

#navbar {
  background: #252525;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #008C45;
  border-bottom: 5px solid #008C45 !important;
  background-color: transparent;
}

#navbar.navbar-lg .container > .navbar-collapse > .nav > li > a:hover, #navbar.navbar-lg .container > .navbar-collapse > .nav > li > a:focus {
  background: transparent;
  color: #008C45;
}

.navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  border-bottom: 5px solid #008C45 !important;
  background-color: transparent !important;
  color: #008C45 !important;
}

.navbar-inverse .dropdown-menu {
  background-color: #252525;
}

.btn-hexagon-inverse {
  background-color: #252525;
}

.btn-hexagon-inverse:before {
  border-bottom-color: #252525;
}

.btn-hexagon-inverse:after {
  border-top-color: #252525;
}

.service:hover h3 {
  color: #008C45;
}

.titlehr {
  width: 20%;
  text-align: left;
  margin-left: 0;
  border-top: 3px solid #008C45;
}

#backtotop {
  background: #0e0e0e;
}

#backtotop:after {
  border-top-color: #0e0e0e;
}

#backtotop:before {
  border-bottom-color: #0e0e0e;
}

#navbar.navbar-lg .dropdown-menu {
  background: rgba(37, 37, 37, 0.8) !important;
}

.dropdown-menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}

#backtotopnew {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  transition: all 0.5s ease;
}

img {
  max-width: 100%;
}

.servicecont .col-md-4 {
  margin-bottom: 20px;
}

.team-member {
  height: 100%;
  margin-bottom: 70px;
}
.team-member .team-member-details {
  height: calc(100% - 90px);
}

.coldoc {
  margin-top: 20px;
  cursor: pointer;
  width: 100%;
}
.coldoc a {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.coldoc div {
  border: 3px solid #008C45;
  text-align: center;
  padding: 10px;
}

.coldoc:hover div {
  background: #0e0e0e;
}
.coldoc:hover a {
  color: #008C45;
}

.sameheightrow {
  display: flex;
  flex-wrap: wrap;
}
.sameheightrow h3 {
  margin-bottom: 20px;
  margin-top: 0;
}
.sameheightrow .service {
  height: 100%;
  margin-bottom: 0px;
  padding: 55px;
  cursor: pointer;
}

.sameheightrow > [class*=col-] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
}

.baurow > [class*=col-] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
}

.coltitle {
  border: 3px solid #008C45;
  text-align: center;
}
.coltitle h2 {
  font-size: 40px;
}

.imgzoombox {
  overflow: hidden;
  width: 100%;
}

/* Quick-zoom Container */
.zoomimage img {
  transform-origin: 65% 75%;
  transition: transform 1s, filter 0.5s ease-out;
}

/* The Transformation */
.zoomimage:hover img {
  transform: scale(1.2);
}

.hexaref {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 500;
  font-size: 18px;
  background: #008C45;
  width: 60px;
  cursor: default;
}

.hexaref:hover {
  color: white;
}

.hexaref:after {
  border-top-color: #008C45;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  width: 60px;
}

.hexaref:before {
  border-bottom-color: #008C45;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  width: 60px;
}

.refrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.refrow .col-md-4 {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.refrow .col-md-4 .service {
  height: 100%;
}

.rules {
  text-align: center;
  border: #008C45 2px solid;
  padding: 40px;
  cursor: pointer;
  max-width: 400px;
  margin: auto;
  margin-bottom: 40px;
}

.rules:hover {
  background: #0e0e0e;
}
.rules:hover .fa:before {
  content: "\f019" !important;
}

.steps {
  text-align: center;
  margin-bottom: 40px;
  border: #008C45 2px solid;
  padding: 40px;
  cursor: default;
  height: 100%;
}
.steps .btn-hexagon {
  cursor: default;
}

.steps:hover {
  background: #0e0e0e;
}

.inforrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hexaref:hover {
  color: white;
}

.hexinfo:after {
  border-top-color: #008C45;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  width: 60px;
}

.hexinfo:before {
  border-bottom-color: #008C45;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  width: 60px;
}

.hexinfo {
  font-weight: 500;
  font-size: 18px;
  background: #008C45;
  width: 60px;
  margin: auto;
  margin-bottom: 40px;
}

.hexinfo:hover {
  color: white;
}

.requestbanner {
  padding-top: 50px;
  padding-bottom: 20px !important;
  margin: 0;
}

#navbar.navbar-lg .container > .navbar-collapse > .nav > li.active a:hover, #navbar.navbar-lg .container > .navbar-collapse > .nav > li.active a:focus {
  background: transparent;
}

.dropdown-menu li a {
  color: white !important;
  border: none !important;
}

.dropdown-menu li a:hover {
  color: #008C45 !important;
}

.team-member-name {
  margin-bottom: 7px !important;
}

.team-member-details {
  border: #0e0e0e 2px solid;
  background: #0e0e0e;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: white;
  background-color: transparent;
  border-color: transparent;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #008C45;
  font-size: 18px;
  font-weight: 600;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

.panel-group {
  text-align: left;
}

.panel-body {
  color: #b1b1b1;
}

.panel-title > a:hover {
  color: #008C45;
}

.btn-primary {
  background: transparent;
  border: 2px solid #008C45;
  text-shadow: none;
  color: #008C45;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background: #008C45;
}

.form-control {
  background: transparent;
  color: #008C45;
  border: 1px solid #008C45;
}

.form-control:focus {
  border-color: #008C45;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(186, 154, 94, 0.6);
}

.contact-wrapper {
  margin-bottom: 40px;
}

.cc-grower {
  display: none;
}

#maincontent {
  min-height: calc(100vh - 275px);
}

.navbar-collapse {
  max-height: none;
}

.services-wrapper {
  margin-bottom: 0;
  padding-bottom: 80px;
}

#time {
  background: transparent;
  color: #008C45;
  border: 1px solid #008C45;
}

.about-wrapper {
  margin-top: -10px;
}

.serviceverkauf:hover {
  border-top: 5px solid #008C45;
}
.serviceverkauf:hover h2 {
  color: #008C45;
}

#english {
  display: none;
}

.english {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #navbar.navbar-lg .container > .navbar-collapse > .nav > li > a {
    font-size: 12px;
  }
  #navbar.navbar-lg .dropdown-menu a {
    font-size: 12px;
  }
  #navbar .container > .navbar-collapse > .nav > li > a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .analyse .panel-group {
    width: 64%;
    margin-right: 40px;
    margin-left: auto;
  }
  #specheader {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #navbar.navbar-lg .container > .navbar-collapse > .nav > li > a:hover, #navbar.navbar-lg .container > .navbar-collapse > .nav > li > a:focus {
    border-left: 5px solid #008C45;
    border-bottom: none !important;
    outline: none;
  }
  #immobilien img {
    width: 100%;
    margin-bottom: 40px;
  }
  .sameheightrow > [class*=col-] {
    margin-bottom: 40px;
  }
  .sameheightrow .service {
    padding: 35px;
  }
  .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    border-bottom: none !important;
    border-left: 5px solid #008C45;
  }
  #navbar.navbar-lg .container > .navbar-collapse > .nav > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .coltitle {
    display: none !important;
  }
}
.overlayimg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.overlayimg img {
  max-width: 80%;
  max-height: 80%;
}

.onetwopx {
  min-height: 85px;
}

.linkbigger {
  display: flex !important;
  align-items: center;
}

.navbar-toggle {
  margin-top: 25px;
}

.nav .caret {
  margin-left: 6px;
}

@media screen and (min-width: 1200px) {
  .onetwopx {
    min-height: 120px;
  }
  .linkbigger {
    font-size: 14px !important;
    font-weight: 700 !important;
  }
  #navbar.navbar-lg .dropdown-menu a {
    font-size: 16px !important;
  }
}
.iframe-container {
  position: relative;
  width: 100%; /* Adjust this to fit your site's layout */
}

.iframe-container::after {
  display: block;
  content: "";
  padding-bottom: calc(100vh - 280px);
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#navbar.navbar-lg .container > .navbar-collapse > .nav > li > a {
  padding: 17px !important;
}

#navbar .container > .navbar-collapse > .nav > li > a {
  padding: 17px !important;
}

@media screen and (min-width: 991px) {
  .mdrow {
    display: flex;
    flex-wrap: wrap;
  }
}
.video-left {
  width: 30%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: right;
}

@media screen and (max-width: 767px) {
  .header {
    height: 50%;
  }
}
@media screen and (min-width: 768px) {
  .navbar-collapse.collapse {
    display: flex !important;
    align-items: center;
  }
  #navbar .container > .navbar-collapse > .nav {
    vertical-align: middle;
    display: flex;
    list-style-type: none;
    padding: 0;
  }
  .navbar-nav > li {
    align-self: center;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
