@CHARSET "UTF-8";

/**
*
*/

body {
  font-family: Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#seite {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #seite {
  overflow: hidden;
  position: absolute;
}
.offcanvas #seite:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
a {
  color: #08a734;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #828282;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: Verdana, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #F85A16;
}

::-moz-selection {
  color: #fff;
  background: #F85A16;
}

::selection {
  color: #fff;
  background: #F85A16;
}



.kopf-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
}
.kopf-nav .hauptmenu {
  padding: 28px 0;
}
.kopf-nav .top {
  background: #08a734;
  padding: 7px 0;
  margin-bottom: 0;
}
.kopf-nav .top .ruf, .kopf-nav .top .kopf-social {
  display: inline-block;
  margin: 0;
}
.kopf-nav .top .ruf {
  font-size: 13px;
  padding-right: 20px;
  margin-right: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.kopf-nav .top .kopf-social li {
  font-size: 14px;
}
.kopf-nav .top .kopf-social li a {
  padding: 0 7px;
}
.kopf-nav .top .kopf-social li a i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.kopf-nav #kopf-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: Verdana, Arial, sans-serif;
}
.kopf-nav #kopf-logo a span {
  color: #08a734;
}

.kopf-nav a {
  padding: 5px 10px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .kopf-nav .menu-1 {
    display: none;
  }
}

.kopf-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.kopf-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.kopf-nav ul li a {
  font-size: 13px;
  padding: 30px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.kopf-nav ul li a:hover, .kopf-nav ul li a:focus, .kopf-nav ul li a:active {
  color: #08a734 !important;
}

.kopf-nav ul li.hat-dropdown .dropdown a:hover {
  color: #000000 !important;
}

.kopf-nav ul li.hat-dropdown {
  position: relative;
}
.kopf-nav ul li.hat-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: none;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #08a734;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.kopf-nav ul li.hat-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #08a734;
  border-width: 8px;
  margin-left: -8px;
}
.kopf-nav ul li.hat-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.kopf-nav ul li.hat-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.kopf-nav ul li.hat-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #f2f2f2;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

.kopf-nav ul li.hat-dropdown:hover a, .kopf-nav ul li.hat-dropdown:focus a {
  color: #06912e;
}
.kopf-nav ul li.active > a {
  color: #06912e !important;
}

/* Main Infos */
#bedv-header,
#bedv-counter,
.bedv-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.bedv-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
}
.bedv-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.bedv-cover {
  height: 800px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

.bedv-cover > .bedv-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .bedv-cover {
    height: 600px;
  }
}
.bedv-cover .display-t,
.bedv-cover .display-tc {
  z-index: 9;
  height: 700px;
  display: table;
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .bedv-cover .display-t,
  .bedv-cover .display-tc {
    height: 400px;
  }
}
.bedv-cover.bedv-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .bedv-cover.bedv-cover-sm {
    height: 400px;
  }
}
.bedv-cover.bedv-cover-sm .display-t,
.bedv-cover.bedv-cover-sm .display-tc {
  height: 400px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bedv-cover.bedv-cover-sm .display-t,
  .bedv-cover.bedv-cover-sm .display-tc {
    height: 400px;
  }
}

#bedv-header .display-tc,
.bedv-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
  padding: 0 40px;
}
#bedv-header .display-tc h1, #bedv-header .display-tc h2,
.bedv-cover .display-tc h1,
.bedv-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#bedv-header .display-tc h1,
.bedv-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #bedv-header .display-tc h1,
  .bedv-cover .display-tc h1 {
    font-size: 30px;
  }
}
#bedv-header .display-tc h2,
.bedv-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#bedv-services,
#bedv-gestartet,
#bedv-mitarbeiter,
#bedv-gallerie,
#bedv-kontakt,
#bedv-fusszeile {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #bedv-services,
  #bedv-gestartet,
  #bedv-mitarbeiter,
  #bedv-gallerie,
  #bedv-kontakt,
  #bedv-fusszeile {
    padding: 3em 0;
  }
}

#bedv-gallerie {
  padding-bottom: 0;
}

.bedv-ueberschrift h2 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.bedv-ueberschrift h2:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #F85A16;
  content: '';
}
.bedv-ueberschrift p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.bedv-ueberschrift span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#bedv-dienstleistung-liste {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#bedv-dienstleistung-liste li {
  display: block;
  padding: 0;
  margin: 0 0 15px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #bedv-dienstleistung-liste li {
    margin-left: 0;
  }
}
#bedv-dienstleistung-liste li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#bedv-dienstleistung-liste li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}
#bedv-dienstleistung-liste li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#bedv-dienstleistung-liste li a .dienstleistung-zusammenfassung {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #bedv-dienstleistung-liste li a .dienstleistung-zusammenfassung {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#bedv-dienstleistung-liste li a .dienstleistung-zusammenfassung span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#bedv-dienstleistung-liste li a .dienstleistung-zusammenfassung h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #bedv-dienstleistung-liste li a .dienstleistung-zusammenfassung h2 {
    font-size: 20px;
  }
}
#bedv-dienstleistung-liste li.zwei-drittel {
  width: 48.6%;
}
@media screen and (max-width: 768px) {
  #bedv-dienstleistung-liste li.zwei-drittel {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #bedv-dienstleistung-liste li.zwei-drittel {
    width: 100%;
  }
}
#bedv-dienstleistung-liste li.ein-drittel {
  width: 23.8%;
}
@media screen and (max-width: 768px) {
  #bedv-dienstleistung-liste li.ein-drittel {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #bedv-dienstleistung-liste li.ein-drittel {
    width: 100%;
  }
}
#bedv-dienstleistung-liste li.ein-halb {
  width: 49%;
}
@media screen and (max-width: 480px) {
  #bedv-dienstleistung-liste li.ein-halb {
    width: 100%;
  }
}


.dienstleistungen {
  padding: 25px;
  margin-top: -10em;
  background: #fff;
  -webkit-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -ms-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -o-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
}
@media screen and (max-width: 992px) {
  .dienstleistungen {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dienstleistungen {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.dienstleistungen span {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.dienstleistungen span img {
  width: 60px;
  margin: 0 auto;
}
.dienstleistungen h3 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
}
.dienstleistungen h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #08a734;
  content: '';
}

.bedv-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

.btn-primary {
  background: #08a734;
  color: #fff;
  border: 2px solid #08a734;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #08a734 !important;
  border-color: #08a734 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #08a734;
  border: 1px solid #08a734;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #08a734;
  color: #fff;
}

.glyphicon-font-10 {
  font-size: 10px;
}

.animate-box {
  opacity: 0;
}

.bedv-ueberschrift {
  margin-bottom: 5em;
}
.bedv-ueberschrift h2 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.bedv-ueberschrift h2:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #08a734;
  content: '';
}
.bedv-ueberschrift p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.bedv-ueberschrift span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.mitarbeiter {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .mitarbeiter {
    margin-bottom: 30px;
  }
}
.mitarbeiter img {
  width: 84%;
}
.mitarbeiter .title {
  width: 100%;
  position: absolute;
  bottom: 60%;
  left: 42%;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mitarbeiter .title h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}
.mitarbeiter .title h3 a {
  color: #000;
}
.mitarbeiter .title h3 a:hover, .mitarbeiter .title h3 a:focus {
  color: #08a734;
}
.mitarbeiter .title h2 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}
.mitarbeiter .title h2 a {
  color: #000;
}
.mitarbeiter .title h2 a:hover, .mitarbeiter .title h2 a:focus {
  color: #08a734;
}
.mitarbeiter .title span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}
.mitarbeiter .desc {
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 7px;
}
.mitarbeiter .desc .mitarbeiter-icons li a {
  color: #000;
}
.mitarbeiter .desc .mitarbeiter-icons li a i {
  font-size: 16px;
}

.-icons {
  margin: 0;
  padding: 0;
}
.mitarbeiter-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.mitarbeiter-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #08a734;
  padding-left: 10px;
  padding-right: 10px;
}
.mitarbeiter-icons li a i {
  font-size: 20px;
}

#bedv-fusszeile {
  position: relative;
}
#bedv-fusszeile .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#bedv-fusszeile h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
#bedv-fusszeile .bedv-fusszeile-links {
  padding: 0;
  margin: 0;
}
#bedv-fusszeile .bedv-fusszeile-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#bedv-fusszeile .bedv-fusszeile-links li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
#bedv-fusszeile .bedv-fusszeile-links li a:hover {
  text-decoration: underline;
}
#bedv-fusszeile .bedv-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #bedv-fusszeile .bedv-widget {
    text-align: left;
  }
}
#bedv-fusszeile .bedv-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#bedv-fusszeile .copyright .block {
  display: block;
}


.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

#karte {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #karte {
    height: 200px;
  }
}


.bedv-kontakt-info ul {
  padding: 0;
  margin: 0;
}
.bedv-kontakt-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.bedv-kontakt-info ul li a{
  color: #828282;
}
.bedv-kontakt-info ul li a:hover, .bedv-kontakt-info ul li a:active, .bedv-kontakt-info ul li a:focus{
  color: #08a734;
}

.bedv-kontakt-info ul li:before {
  color: #08a734;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bedv-kontakt-info ul li.user:before {
  font-size: 23px;
  content: "\ea36";
}
.bedv-kontakt-info ul li.adresse:before {
  font-size: 30px;
  content: "\e9d1";
}
.bedv-kontakt-info ul li.telefon:before {
  font-size: 23px;
  content: "\e9f4";
}
.bedv-kontakt-info ul li.fax:before {
  font-size: 23px;
  content: "\e9fc";
}
.bedv-kontakt-info ul li.steuer:before {
  font-size: 23px;
  content: "\ea06";
}
.bedv-kontakt-info ul li.handy:before {
  font-size: 23px;
  content: "\e9e4";
}
.bedv-kontakt-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.bedv-kontakt-info ul li.web:before {
  font-size: 23px;
  content: "\e9af";
}
.bedv-kontakt-info p {
  font-size: 12px;
  line-height: 2.5;
  color: #828282;
}

.bedv-smallfont {
	font-size: 12px;
}

#bedv-gestartet {
  position: relative;
}
#bedv-gestartet .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#bedv-gestartet h2 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px !important;
  line-height: 1.5em;
}
#bedv-gestartet h2 span {
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
}
#bedv-gestartet h2 .percent {
  color: #F85A16;
  font-weight: 700;
}
#bedv-gestartet p {
  color: rgba(255, 255, 255, 0.5);
}
#bedv-gestartet .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#bedv-gestartet .form-control::-webkit-input-placeholder {
  color: #fff;
}
#bedv-gestartet .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#bedv-gestartet .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#bedv-gestartet .form-control:-ms-input-placeholder {
  color: #fff;
}
#bedv-gestartet .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#bedv-gestartet .btn {
  height: 54px;
  border: none !important;
  background: #08a734;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#bedv-gestartet .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#bedv-gestartet .form-inline .form-group .form-control {
  width: 100%;
}
