/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
  overflow-x: hidden;
}

p {
  font-size: 20px;
}
@media(max-width: 580px){
  p {
    font-size: 15px;
  }
}
p.small {
  font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  color: #4CAF50;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: "Caveat", cursive;
  font-weight: 700;
}

hr.star-light,
hr.star-primary {
  margin: 25px auto 30px;
  padding: 0;
  max-width: 250px;
  border: 0;
  border-top: solid 5px;
  text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  display: inline-block;
  position: relative;
  top: -.8em;
  padding: 0 0.25em;
  font-family: FontAwesome;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: #4CAF50;
}

hr.star-primary {
  border-color: #2c3e50;
}

hr.star-primary:after {
  color: #2c3e50;
  background-color: #fff;
}

.img-centered {
  margin: 0 auto;
}

header {
  text-align: center;
  color: #fff;
}

header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}

header img {
  display: block;
  margin: 0 auto 20px;
}

header .intro-text .name {
  display: block;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
.navbar .nav,
.navbar .nav > li {
  float: none;
  display: inline-block;
  *display: inline; /* ie7 fix */
  *zoom: 1; /* hasLayout ie7 trigger */
  vertical-align: top;
  text-align: center;
}

.navbar-inner {
  text-align: center;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  header .intro-text .name {
    font-size: 4.75em;
  }

  header .intro-text .skills {
    font-size: 1.75em;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top {
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }

  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar-fixed-top.navbar-shrink {
  }

  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

.navbar {
  text-transform: uppercase;
  font-family: "Imprima", sans-serif
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px !important;
}

.navbar a:focus {
  outline: 0;
}

.navbar .navbar-nav {
  width: 100%;
}

.navbar .navbar-nav li a:focus {
  outline: 0;
}

.navbar-default,
.navbar-inverse {
  border: 0;
}

section {
  padding: 100px 0;
}

section h2 {
  margin: 0;
  font-size: 3em;
  margin-bottom: 45px;
  color: #1B5E20;
}
@media(max-width: 580px){
  section h2 {
    font-size: 2em;
  }
}
section.success {
  color: #fff;
  background: #4CAF50;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  outline: 0;
  color: #2c3e50;
}

@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }

  section.first {
    padding-top: 75px;
  }
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(24, 188, 156, 0.9);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.btn-outline {
  margin-top: 15px;
  border: solid 2px #fff;
  font-size: 20px;
  color: #fff;
  background: 0 0;
  transition: all 0.3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  border: solid 2px #fff;
  color: #4CAF50;
  background: #fff;
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.5em;
  background: 0 0;
  box-shadow: none !important;
  resize: none;
}

.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #4CAF50;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eee;
}

footer {
  color: #fff;
}

footer h3 {
  margin-bottom: 30px;
}

footer .footer-above {
  padding-top: 50px;
  background-color: #2c3e50;
}

footer .footer-col {
  margin-bottom: 50px;
}

footer .footer-below {
  padding: 35px 0;
  background-color: #1B5E20;
}

.btn-social {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
  outline: 0;
}

.scroll-top {
  z-index: 1049;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
}

.scroll-top .btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 28px;
}

.scroll-top .btn:focus {
  outline: 0;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #2c3e50;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #2c3e50;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}
.start,
.hochbeetbau,
.pflasterarbeiten,
.baumschnitt,
.honigverkauf,
.winterdienst,
.schreinereimontagen {
  text-align: center;
}
.hochbeetbau img,
.pflasterarbeiten img,
.baumschnitt img,
.honigverkauf img,
.winterdienst img,
.schreinereimontagen img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.start img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#person {
  background: url("../images/background/person.jpg");
  height: 100vh;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.box-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 60%;
  padding: 60px;
  background: rgba(0, 0, 0, 0.45);
  text-align: justify;
}
.box-center h2 {
  color: #fff;
}
.box-center img {
  width: 100%;
}
@media(max-width: 1350px){
  .box-center{
    width: 90%;
    padding: 20px;
  }
}
@media(max-width: 991px){
  .box-center{
    width: 90%;
    padding: 20px;
  }
}

@media(max-width: 700px){
  #person{
    height: auto !important;
  }
  .box-center {
    position: relative;
    display: inline-block;
    top: 0%;
    left: 0%;
    width: 100%;
    padding: 15px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    text-align: justify;
  }

}
.jimmy-background {
  background: url("../images/start/jimmy.jpg");
  background-size: cover;
  background-position: left center;
  height: 420px;
}

.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content-details-text {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 30%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: rgba(0,0,0,0.3);
}
.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details-text h3 {
  color: #fff;
  font-size: 2.3em;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}
#portfolio .col-md-6 {
  padding-bottom: 50px;
}
.hochbeetbau .col-md-6,
.pflasterarbeiten .col-md-6,
.baumschnitt .col-md-6,
.honigverkauf .col-md-6,
.schreinereimontagen .col-md-6,
.winterdienst .col-md-6 {
  padding-bottom: 15px;
  padding-top: 15px;
}
.btn-start a {
  text-decoration: none;
}
.btn-start {
  margin-top: 65px !important;
  width: 250px;
  border: 2px solid #fff;
  padding: 10px 5px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.btn-start:hover,
.btn-start:active {
  background: #fff;
  color: #000;
  text-decoration: none;
}
#divider-bg {
  background-image: url("../images/background/divider-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  height: 500px;
}
.text-center {
  text-align: center;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #4CAF50;
  text-decoration: none;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;

  text-align: center;
  font-size: 12px;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  color: #558B2F;
  text-decoration: none;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
#contact {
  background: #fff;
  padding-bottom: 0;
}
#contact a {
  color: #4CAF50;
}
#contact a:hover,
#contact a:focus,
#contact a:active {
  text-decoration: none;
  font-weight: bold;
}
form#contact-form .form-group label,
form#bestell-form .form-group label {
  text-align: left !important;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
form#contact-form input,
form#contact-form select,
form#contact-form textarea,
form#bestell-form input,
form#bestell-form select,
form#bestell-form textarea {
  font-size: 16px;
  line-height: 2em;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  font-family: fontawesome, "Montserrat", sans-serif;
  padding: 8px;
  width: 100%;
}
#hochbeet-slider,
#stein-slider,
#baum-slider,
#winterdienst-slider,
#bienen-slider,
#schreinerei-slider {
  background-size: cover;
  background-position: center center;
  height: 70vh;
}
#hochbeet-slider {
  background-image: url("../images/slider/hochbeet.jpg");
}
#stein-slider {
  background-image: url("../images/slider/stein.jpg");
}
#baum-slider {
  background-image: url("../images/slider/baum.jpg");
}
#winterdienst-slider {
  background-image: url("../images/slider/winterdienst.jpg");
}
#bienen-slider {
  background-image: url("../images/slider/bienen.jpg");
}
#schreinerei-slider {
  background-image: url("../images/slider/schreinerei.jpg");
}

.overlay {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.hover-image:hover .overlay {
  opacity: 1;
}

.lupe {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url("../images/lightbox/lupe.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
h4 {
  padding-bottom: 15px;
}
#line-through h2.background {
  position: relative;
  z-index: 1;
  text-align: center;
}
#line-through h2::before {
  border-top: 2px solid #4e8152;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 20%;
  right: 20%;
  bottom: 0;
  z-index: -1;
  margin: 0 50px;
}
.long #line-through h2::before {
  border-top: 2px solid #4e8152;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  bottom: 0;
  z-index: -1;
  margin: 0 50px;
}
#line-through h2 span {
  background-image: url("../images/background/bg.png");
  background-attachment: fixed;
  background-repeat: repeat;
  padding: 0 10px;
}
#contact h2 span {
  background: #fff;
  padding: 0 10px;
}
#contact .col-md-3,
#contact  .col-sm-6,
#contact  .col-xs-12 {
  padding: 0;
}
.footer-box {
  min-height: 150px;
  text-align: center;
  padding: 30px 0;
  color: #fff;
  font-weight: bold;
}
.box-tel {
  background: #2e7d32;
}
.box-fax {
  background: #388e3c;
}
.box-mobile {
  background: #43a047;
}
.box-mail {
  background: #4caf50;
}
.hide-small{
  display: block;
}
@media(max-width: 1190px) and (min-width: 992px){
  .hide-small{
    display:none;
  }
}
#myCarousel{
  display: block;
}
#myCarouselSmall{
  display: none;
}
@media(max-width: 900px){
  #myCarouselSmall{
    display: block;
  }
  #myCarousel{
    display: none;
  }
}
@media(max-width: 767px){
  .navbar .nav, .navbar .nav > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 270px;
    display: block;
    margin: 0 auto;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
}
.show-image-big{
  display: block;
}
.hide-image-small{
  display: none;
}
@media(max-width: 580px){
  .show-image-big{
    display: none;
  }
  .hide-image-small{
    display: block;
  }
}
.robotic {
  display: none;
}
.widget-search input[type="search"],
#contact-form input[type="text"],
#contact-form textarea,
#respond input[type="text"],
#respond textarea,
#bestell-form input[type="text"],
#bestell-form textarea,
.email {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.widget-search input[type="search"]:focus,
#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
#bestell-form input[type="text"]:focus,
#bestell-form textarea:focus,
#respond input[type="text"]:focus,
#respond textarea:focus {
  border-color: #ddd;
  box-shadow: 0 0 3px #eee;
  -o-box-shadow: 0 0 3px #eee;
  -moz-box-shadow: 0 0 3px #eee;
  -webkit-box-shadow: 0 0 3px #eee;
}
.btn-kontakt{
  width: 100%;
  background: #4CAF50;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.btn-kontakt:hover,
.btn-kontakt:active,
.btn-kontakt:focus{
  background: #1B5E20;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
#success{
  padding-top: 35px;
}
