@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}

.sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  background: #24242a;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}



/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}

h2 {
  font-size: 30px;
  color: #00731b;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 26px;
  color: #00731b;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
}

h6 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
}

p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}



/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0d0d0d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-block {
  background: #24242a;
  padding: 15px 0;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 2px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #00731b;
  color: #0d0d0d;
  text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
  background: rgba(13, 13, 13, 0.5);
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  width: 28%;
  padding-right: 15px;
}
.navbar-default .nav-wrap {
  width: 100%;
}
.navbar-default .nav > li > a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #03b22c;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #03b22c;
}

.top-nav-collapse {
  background: #24242a;
}
.top-nav-collapse .navbar-brand {
  height: auto;
}
.top-nav-collapse .navbar-brand img {
  width: 52px;
  height: 52px;
}
.top-nav-collapse .nav > li > a {
  padding: 30px 15px;
}

    /* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
  overflow: hidden;
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero .item .caption h1 span {
  font-weight: 700;
}
#owl-hero .item .caption h5 {
  color: #fff;
  margin: 0;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #00731b;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #000;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #00731b;
  top: 47%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
  left: -5px;
}

#owl-hero:hover .owl-next {
  right: -5px;
}

#owl-hero h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}


.header-text{
	background:rgba(0, 115, 27, 0.5);
    position:absolute;
    top:0px;
	width:100%;
    height:350px;
	padding:2%;
}

#intro-header{
    overflow:hidden;
	}
	
#intro-header  .background-item {
    height: 600px;
    background-repeat: no-repeat;
    background-position: 50% 0;
  background-size: cover;
}  
	

    /* ==========================================================================
Welcome Style
========================================================================== */
#kanzlei {
  padding: 90px 0;
  text-align: center;
}
#kanzlei h2 {
  text-transform: uppercase;
  font-size: 30px;
  color:#00731b;
  font-weight:600;
}
#kanzlei h2 span {
  font-weight: 700;
}
#kanzlei h6 {
  color: #000;
  font-size:18px;
  font-weight:600;
}

#kanzlei img {
  margin-top: 40px;
  margin-bottom: 40px;
}

    /* ==========================================================================
Services Style
========================================================================== */
#rechtsgebiete {
  background: #24242a;
  padding: 90px 0;
  text-align: center;
}

#rechtsgebiete h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-weight:600;
}

#rechtsgebiete p {
  color: #fff;
}

#rechtsgebiete .media-body p {
  color: #fff;
  text-align: justify;
}

#rechtsgebiete .services-box {
  margin-top: 80px;
  margin-bottom: 20px;
  vertical-align: baseline;
  text-align: left;
  color: #fff;
  font-size: 20px;
}


    /* =====================================================================
Person Style
========================================================================== */
#person {
  padding: 90px 0;
  text-align: center;
}

#person h2 {
  text-transform: uppercase;
  font-size: 30px;
  color:#00731b;
  font-weight:600;
}


    /* ==========================================================================
Testimonials Style
========================================================================== */
#testimonials {
  background: #24242a;
  padding: 70px 0;
  text-align: center;
}

#testimonials h2 {
  text-transform: uppercase;
  color: #fff;
  font-size:30px;
  font-weight:600;
}

#testimonials h6 {
  color: #00731b;
  font-size:20px;
  font-weight:500;
}

#testimonials p {
  color: #fff;
  font-size:16px;
  font-weight:400;
  text-align: justify;
}

#testimonials .item .quote {
  margin: 20px auto;
  width: 80%;
}

#testimonials .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #00731b;
}

#testimonials .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #00731b;
}

#testimonials .item h5 {
  color: #fff;
  line-height: 30px;
}

#testimonials .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}

#testimonials .owl-pagination .owl-page.active span {
  background-color: #fff;
}

#testimonials .owl-pagination .owl-page span {
  border: 2px solid #00731b;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


    /* ==========================================================================
Contact Us Style
========================================================================== */
#kontakt {
  background-image: url("../img/testimonials/Testimonials.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
}

#kontakt {
  padding: 70px 0;
  text-align: center;
}

#kontakt h2 {
  text-transform: uppercase;
  color: #00731b;
  font-size:30px;
  font-weight:600;
}

#kontakt h4 {
  font-size:18px;
  font-weight:500;
  color:#000;
}

#kontakt p {
  color: #000;
  font-size:18px;
  font-weight:500;
}
#kontakt form {
  margin: 40px 0;
}

#kontakt .form-group {
  margin-bottom: 35px;
}

#kontakt .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 3px solid #00731b;
  color: #0d0d0d;
  min-height: 45px;
}

#kontakt .textarea {
  height: 140px;
  resize: none;
}

#kontakt .btn-block {
  width: 400px;
  }
  
 #kontakt .kontakt-bg {
  background:rgba(255, 255, 255, 0.5);
	width:100%;
    height:100%;
	padding:2%;
 }

    /* ==========================================================================
Map Style
========================================================================== */
#map {
  width: 100%;
  height: 400px;
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}

footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}

footer .social {
  margin: 40px 0;
}

footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #059527;
}

footer h6 {
  text-transform: uppercase;
  color: #fff;
}

a.link:link { 
    text-decoration:none; 
    font-weight:bold; 
    color:#fff;
}

a.link:hover{ 
    text-decoration:none; 
    font-weight:bold; 
    color:#059527;
}

a.link-map:link { 
    text-decoration:none; 
    font-weight:bold; 
    color:#000;
}

a.link-map:hover{ 
    text-decoration:none; 
    font-weight:bold; 
    color:#059527;
}

    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 1024px) {
  /*-- Navigation --*/
  .navbar-default {
    background: #24242a;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
    width: 52px;
    height: 52px;
  }
  .navbar-default .navbar-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
  
  #kontakt .btn-block {
  width: 230px;
  }

  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 20px;
	color:00731b;
  }
  #owl-hero h5 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }
  
  #kanzlei h2 {
    font-size:22px;
  }
  
  #kanzlei h6 {
    font-size:14px;
  }
 
  #rechtsgebiete h2 {
    font-size:22px;
  }
  
  #rechtsgebiete h3 {
    font-size:18px;
  }
  
  #person h2 {
    font-size:22px;
  }
  
  #person h3 {
    font-size:18px;
  }
  
  #testimonials h2 {
    font-size:22px;
  }
  
  #testimonials h5 {
    font-size:18px;
  }
  
  #testimonials h6 {
    font-size:16px;
  }
  
  #kontakt h2 {
    font-size:22px;
  }
  
  #kontakt h4 {
    font-size:18px;
  }

}

.mini-gap {
    margin-bottom: 20px
}

.gap {
    margin-bottom: 60px
}


	
