section {
  position: relative;
}
.modal-header {
  border: none;
}

#fixed_contact a{
  font-size:13px !important;
  font-weight:600;
}
.form-control,
textarea {
  border-radius: 0;
  border: none;
  color: #000;
  box-shadow: none;
}
span.call_to_action {
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}
textarea {
  margin-top: 20px;
}
.unterseiten_footer p,
.unterseiten_footer p a {
  line-height: auto;
  color: #000;
}
.letztezeile {
  margin: 0 0 5px;
  margin-top: 25px;
  margin-bottom: 25px;
}
/* #showpartner-seite .unterseite,
#referenzen-seite .unterseite,
#leistungen-seite .unterseite,
#loesungen-seite .unterseite {
  opacity: 0.6;
} */
#showpartner-seite .unterseite6,
#pageid-15 .unterseite7,
#referenzen-seite .unterseite5,
#leistungen-seite .unterseite4,
#loesungen-seite .unterseite3 {
  opacity: 1;
  background:#9fbe1f !important;
  color:#b1c600 !important;
  /* box-shadow: 0 0 15px rgba(255, 255, 255, 0.6); */
}
.footer-unten {
  background-color: #fff;
}
.footer-unten p {
  margin-bottom: 0 !important;
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 400 !important;
  
}
.footer-unten a {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.headermodal {
  z-index: 99999999999;
}
.headermodal .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  padding-top: 0;
  padding-bottom: 50px;
}
.headermodal,
.modal-open {
  padding: 0 !important;
}
.headermodal .modal-dialog {
  width: 100%;
  margin: 0;
}
.headermodal .startlogo {
  left: auto;
  margin: 0;
  position: relative;
  float: left;
  margin-left: -55px;
  margin-bottom: 50px;
}
.headermodal button span {
  height: 75px;
  width: 75px;
  float: right;
  margin-top: 60px;
  opacity: 1;
}
div.row > .navispalte:first-child {
  padding-left: 10px;
}
div.row > .navispalte:last-child {
  padding-right: 10px;
}
.navispalte {
  padding: 0;
}
.navispalte ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navispalte ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #000;
}
.navispalte ul li a {
  font-size: 15px;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 5px;
}
.navispalte .h4 {
  font-size: 30px;
  color: #000;
  , sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}
.navispalte ul li:first-child {
  border-top: 2px solid #000;
}
#fixed_contact {
  position: fixed;
}
#fixed_contact.unterseite1 a {
  color: #fff;
}
#fixed_contact.unterseite2 {
  color: #000;
  top: 190px;
  background: #fff;
  line-height: inherit;
}
#fixed_contact.unterseite3 {
  color: #000;
  top: 320px;
  background: #fff;
  line-height: inherit;
}
#fixed_contact.unterseite4 {
  color: #000;
  top: 450px;
  background: #fff;
  line-height: inherit;
}
#fixed_contact.unterseite5 {
  color: #000;
  top: 580px;
  background: #fff;
  line-height: inherit;
}
#fixed_contact.unterseite6 {
  color: #000;
  top: 710px;
  background: #fff;
  line-height: inherit;
}
#fixed_contact.unterseite7 {
  color: #000;
  top: 840px;
  background: #fff;
  line-height: inherit;
}
.unterseite{
  margin-top: -71px;
}
#fixed_contact a {
  color: #000;
  text-decoration: none;
  display: block;
  height: 90px;
}
.birnen {
  margin: 0 auto;
  margin-top: -150px;
  position: absolute;
  left: calc(50% - 200px / 2);
  width: auto;
  padding: 0;
  margin-left: 0;
}
.birnerechts {
  animation: birnerechts 3s infinite ease-in-out;
  position: absolute;
}
.birnelinks {
  animation: birnelinks 3s infinite;
  transform-origin: 90% 23%;
  position: absolute;
  left: -100px;
}
.birnen {
  animation: birnemitte 3s infinite ease-in-out;
}
.vcircle {
  z-index: 0;
}
.hovercircle {
  position: absolute;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 1000;
  top: 0;
  left: 0;
  transform: scale(0.8);
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.vcircle:hover .hovercircle {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
/* .kreis2:hover .hovercircle {
  display: block !important;
}
.kreis3:hover .hovercircle {
  display: block !important;
}
.kreis4:hover .hovercircle {
  display: block !important;
} */
@keyframes birnerechts {
  0% {
    transform: rotate(-20deg);
    margin-top: -20px;
    margin-left: 40px;
    animation-timing-function: ease-in;
  }
  25% {
    transform: rotate(0deg);
    margin-top: 0;
    margin-left: 0;
  }
  50% {
    transform: rotate(0deg);
    margin-top: 0;
    margin-left: 0;
  }
  75% {
    transform: rotate(0deg);
    margin-top: 0;
    margin-left: 0;
    animation-timing-function: ease-out;
  }
  100% {
    transform: rotate(-20deg);
    margin-top: -20px;
    margin-left: 40px;
    animation-timing-function: ease-in;
  }
}
@keyframes birnelinks {
  0% {
    transform: rotate(0deg);
    margin-top: 0;
    margin-left: 0;
  }
  25% {
    transform: rotate(0deg);
    margin-top: 0;
    margin-left: 0;
    animation-timing-function: ease-out;
  }
  50% {
    transform: rotate(20deg);
    margin-top: -20px;
    margin-left: -40px;
    animation-timing-function: ease-in;
  }
  75% {
    transform: rotate(0deg);
    margin-top: 0;
    margin-left: 0;
  }
}
@keyframes birnemitte {
  0% {
    /*  margin-left: -194px; */
  }
  25% {
    /* margin-left: -194px; */
    animation-timing-function: ease-out;
  }
  50% {
    /* margin-left: -154px; */
    animation-timing-function: ease-in;
  }
  75% {
    /*  margin-left: -194px; */
  }
}
@keyframes schwimmen {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#topmenu i {
  transition: 0.5s;
}
#topmenu i:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.mb50 {
  margin-bottom: 50px;
}
.rocket-bg {
  overflow: hidden;
}
.close:hover,
.close:focus {
  outline: none;
}
.z1 {
  z-index: 1;
}
#beratung_home #topmenu i:hover {
  cursor: pointer;
}
footer#footerlink form {
  margin-bottom: 50px;
}
.btn.btn-primary {
  color: #fff;
  background-color: #a7c600;
  border: 0px !important;
  outline: 0 !important;
  font-size: 18px;
  padding: 10px 38px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #89a201;
  border: 0px !important;
}

#myModal .modal-dialog {
  z-index: 999999;
}
#myModal .modal-dialog .col-md-12 {
  float: none;
}

.form-data-check-invisible {
  opacity: 0;
  margin-left: -20000px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
