@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic");
body {
  padding-top: 125px;
  background: #fff;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
@media only screen and (max-width: 1199px) {
  body {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 992px) {
  body {
    padding-top: 80px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: 'Roboto',sans-serif;
  color: #272727;
}

a {
  color: #83b841;
  -webkit-transition: color 400ms,background-color 400ms;
  -moz-transition: color 400ms,background-color 400ms;
  -o-transition: color 400ms,background-color 400ms;
  transition: color 400ms,background-color 400ms;
}
a:hover, a:focus {
  text-decoration: none;
  color: #2a95be;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.thumb {
  width: 100%;
  height: auto;
}

.gradiant, #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview, #get-in-touch {
  background-image: -moz-linear-gradient(90deg, #92B82A 0%, #689234 100%);
  background-image: -webkit-linear-gradient(90deg, #92B82A 0%, #689234 100%);
  background-image: -ms-linear-gradient(90deg, #92B82A 0%, #689234 100%);
}

.gradiant-horizontal, .progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #689234 0%, #92B82A 100%);
  background-image: -webkit-linear-gradient(4deg, #689234 0%, #92B82A 100%);
  background-image: -ms-linear-gradient(4deg, #689234 0%, #92B82A 100%);
}

.bg-motive1-left {
  background: url(../images/bg_thueringen_camping.png) 0px 0px repeat-y;
}

.bg-motive1-right {
  background: url(../images/bg_thueringen_camping.png) top left no-repeat;
}

.banner {
  padding: 250px 0px;
}

table.open {
  border-collapse: separate;
  border-spacing: 2px;
}
table.open td span {
  background: #83b841;
  color: #fff;
  padding: 5px 10px 5px 20px;
  display: block;
  text-align: right;
}
table.open td.time1, table.open td.time2 {
  padding: 5px 20px;
  background: #f5f5f5;
}
@media only screen and (max-width: 1200px) {
  table.open {
    margin: 0px auto;
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  table.open {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .box {
    margin-bottom: 40px;
  }
}

address .phone {
  margin-top: 10px;
  display: block;
  font-size: 200%;
  font-weight: 600;
}
address .phone .fa {
  color: #fff;
  background: #83b841;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-indent: 9px;
}

.modal {
  color: #252525;
}
.modal a:link,
.modal a:visited {
  color: #252525 !important;
  text-decoration: underline;
}
.modal a:hover,
.modal a:focus {
  color: #83b841;
}
.modal .modal-body {
  overflow-y: auto;
  overflow-x: none;
}

.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 180px;
  bottom: 0;
  left: 50%;
  margin-left: -90px;
  height: 1px;
  background: #83b841;
}
@media only screen and (max-width: 767px) {
  .section-header .section-title {
    font-size: 32px;
    word-break: break-word;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .section-title {
    font-size: 28px;
  }
}
.section-header span {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.section-header p {
  font-size: 18px;
}

.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 0px;
}
.btn.btn-primary {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #689234;
}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #83b841;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #83b841;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 1199px) {
  header .container {
    width: 100%;
  }
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 10px 15px 15px;
}
.navbar.navbar-default .navbar-brand img {
  height: 100px;
}
@media only screen and (max-width: 1199px) {
  .navbar.navbar-default .navbar-brand img {
    height: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar.navbar-default .navbar-brand img {
    height: 50px;
  }
}

#main-menu.navbar-default {
  background: url(../images/header/bg_header.jpg) top right no-repeat;
}

@media only screen and (min-width: 992px) {
  #main-menu.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding-top: 68px;
    padding-bottom: 2px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 992px) {
  #main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 68px;
    border-bottom: 3px solid #83b841;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 992px) {
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 10px 15px;
    color: #fff;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active, #main-menu.navbar-default .dropdown-menu > li.open, #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #83b841;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a, #main-menu.navbar-default .dropdown-menu > li.open > a, #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #fff;
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  #main-menu.navbar-default {
    height: 80px;
  }
  #main-menu.navbar-default .container {
    width: auto;
  }
  #main-menu.navbar-default .navbar-header {
    float: none;
  }
  #main-menu.navbar-default .navbar-header .navbar-toggle {
    margin-top: 15px;
    margin-right: 0px;
    display: block;
    border-color: transparent;
  }
  #main-menu.navbar-default .navbar-header .navbar-toggle:hover, #main-menu.navbar-default .navbar-header .navbar-toggle:focus {
    background-color: transparent;
  }
  #main-menu.navbar-default .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 0px;
  }
  #main-menu.navbar-default .navbar-header .navbar-toggle .icon-bar {
    margin-top: 6px;
  }
  #main-menu.navbar-default .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: #fff;
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #main-menu.navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  #main-menu.navbar-default .navbar-collapse.collapse.in {
    display: block !important;
  }
  #main-menu.navbar-default .navbar-nav {
    float: none !important;
    margin: 0px;
  }
  #main-menu.navbar-default .navbar-nav > li {
    float: none;
    border-bottom: 1px solid #f5f5f5;
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    text-tranform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  #main-menu.navbar-default .navbar-nav > li > a:hover {
    color: #83b841;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.active > a:hover,
  #main-menu.navbar-default .navbar-nav > li.active > a:focus {
    color: #fff;
    background: #83b841;
  }
  #main-menu.navbar-default .navbar-right {
    float: none !important;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 600px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media (max-width: 1199px) {
  #main-slider .item {
    height: 500px;
  }
}
@media (max-width: 991px) {
  #main-slider .item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #main-slider .item {
    height: 300px;
  }
}
@media (max-width: 575px) {
  #main-slider .item {
    height: 200px;
  }
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner .carousel-content h2, #main-slider .slider-inner .carousel-content h1 {
  margin-top: 220px;
  font-size: 44px;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
#main-slider .slider-inner .carousel-content h2 > span, #main-slider .slider-inner .carousel-content h1 > span {
  color: #83b841;
}
#main-slider .slider-inner .carousel-content h2 > span small, #main-slider .slider-inner .carousel-content h1 > span small {
  color: #83b841;
  position: relative;
  bottom: 7px;
}
#main-slider .slider-inner .carousel-content p {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  color: #444;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 18px;
}
#main-slider .slider-inner .btn {
  margin-top: 30px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover, #main-slider .owl-next:hover {
  background-color: #83b841;
}
#main-slider .owl-prev {
  left: 10px;
  text-indent: 0px;
}
#main-slider .owl-next {
  right: 10px;
  text-indent: 0px;
}
@media only screen and (max-width: 1199px) {
  #main-slider .slider-inner .carousel-content h2, #main-slider .slider-inner .carousel-content h1 {
    display: block;
    margin-top: 180px;
  }
}
@media only screen and (max-width: 991px) {
  #main-slider .slider-inner .carousel-content h2, #main-slider .slider-inner .carousel-content h1 {
    display: block;
    margin-top: 100px;
    font-size: 28px;
  }
  #main-slider .slider-inner .carousel-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #main-slider .owl-controls {
    display: none !important;
  }
  #main-slider .slider-inner .carousel-content h2, #main-slider .slider-inner .carousel-content h1 {
    display: block;
    margin-top: 80px;
    font-size: 24px;
    max-width: 80%;
  }
  #main-slider .slider-inner .carousel-content p {
    display: none;
  }
  #main-slider .slider-inner .carousel-content .btn {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 575px) {
  #main-slider .slider-inner .carousel-content h2, #main-slider .slider-inner .carousel-content h1 {
    max-width: 100%;
    display: block;
    margin-top: 20px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 350px) {
  #main-slider .slider-inner .carousel-content h1, #main-slider .slider-inner .carousel-content h2 {
    font-size: 20px;
  }
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #83b841;
}

#progressBar {
  display: none;
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#cta1 {
  background: #20222e url(../images/bgimages/campingplatz_thueringen_paulfeld_luftaufnahme.jpg) no-repeat 0 0;
  background-attachment: fixed;
}

#cta2 {
  background: #20222e url(../images/bgimages/campingplatz_thueringen_paulfeld_bungalow.jpg) no-repeat 0 0;
  background-attachment: fixed;
}

#cta3 {
  background: #20222e url(../images/bgimages/campingplatz_thueringen_paulfeld_familienurlaub.jpg) no-repeat 0 0;
  background-attachment: fixed;
}

#cta4 {
  background: #20222e url(../images/bgimages/campingplatz_thueringen_paulfeld_wandern.jpg) no-repeat 0 0;
  background-attachment: fixed;
}

.cta {
  color: #fff;
  padding: 180px 0px;
  font-size: 24px;
}
.cta .btn {
  margin-top: 10px;
}
.cta h1, .cta h2 {
  color: #fff;
  font-size: 56px;
  line-height: 1;
}
.cta h1 > span, .cta h2 > span {
  color: #83b841;
}
@media only screen and (max-width: 480px) {
  .cta h1, .cta h2 {
    font-size: 34px;
  }
}
.cta a {
  color: #fff;
}
.cta .phone {
  margin-top: 10px;
  display: block;
  font-size: 40px;
  font-weight: 600;
}
.cta .phone .fa {
  color: #dcb845;
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-indent: 5px;
}
@media only screen and (max-width: 767px) {
  .cta {
    font-size: 20px;
  }
  .cta h1, .cta h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .cta {
    font-size: 16px;
  }
  .cta h1, .cta h2 {
    font-size: 32px;
  }
  .cta .phone {
    font-size: 30px;
  }
  .cta .phone .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

#features {
  padding: 120px 0;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}
#features .media.service-box:first-child img {
  width: 100%;
}
#features .media.service-box a {
  display: block;
}
#features .media.service-box .media-body .media-heading {
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  #features .media.service-box:first-child img {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #features .media.service-box:first-child img {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  #features .media.service-box:first-child {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  #features .media.service-box.cerec .pull-left {
    display: none;
  }
}

#services {
  padding: 120px 0 75px;
}

.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #83b841;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms,background-color 400ms;
  position: relative;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #689234 0%, #92B82A 100%);
  background-image: -webkit-linear-gradient(90deg, #689234 0%, #92B82A 100%);
  background-image: -ms-linear-gradient(90deg, #689234 0%, #92B82A 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
.media.service-box a {
  outline: 0px;
}
.media.service-box p {
  outline: 0px;
  color: #64686d;
  line-height: 150%;
}
.media.service-box p a {
  color: #64686d;
}
.media.service-box p span {
  margin-top: 5px;
  color: #83b841;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  display: block;
}
.media.service-box p:hover {
  outline: 0px;
}
.media.service-box p:hover span {
  font-size: 120%;
}

#portfolio {
  padding: 120px 0;
  background-color: rgba(238, 238, 238, 0.5);
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover {
  background: #83b841;
  color: #fff;
  box-shadow: 0 -3px 0 0 #689234 inset;
  -webkit-box-shadow: 0 -3px 0 0 #689234 inset;
}
#portfolio .portfolio-filter > li a.active {
  background: #83b841;
  color: #fff;
  box-shadow: 0 -3px 0 0 #689234 inset;
  -webkit-box-shadow: 0 -3px 0 0 #689234 inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #689234 transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
@media only screen and (max-width: 480px) {
  #portfolio .portfolio-filter > li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  #portfolio .portfolio-filter > li a.active:after {
    display: none;
  }
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #portfolio .portfolio-item {
    width: 49.9%;
  }
}
@media only screen and (max-width: 480px) {
  #portfolio .portfolio-item {
    width: 99.9%;
  }
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -ms-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width;
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform,opacity;
  -ms-transition-property: -ms-transform,opacity;
  -o-transition-property: -o-transform,opacity;
  transition-property: transform,opacity;
}
.isotope.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}

#about, #infos {
  padding: 120px 0;
}
#about.youtube .video, #infos.youtube .video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
#about.youtube .video iframe, #infos.youtube .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  				/*
  			
  			
  				@media only screen and (min-width: 992px) and (max-width: 1199px) {
  					width: 450px;
  					height: 255px;
  				}
  
  				
  				@media only screen and (max-width: 575px) {
  					width: 450px;
  					height: 255px;
  				}
  				
  				@media only screen and (max-width: 480px) {
  					width: 400px;
  					height: 255px;
  				}*/
}

#work-process {
  background: #20222e url(../images/bgimages/campingplatz_thueringen_paiulfeld_luftaufnahme.jpg) no-repeat 0 0;
  background-attachment: fixed;
  color: #fff;
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #83b841;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #83b841;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
}

#team {
  padding: 120px 0;
}
#team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
  min-height: 450px;
  text-align: center;
  position: relative;
}
#team .team-member .more-info {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin-left: -13px;
  padding-top: 10px;
  border-top: 1px solid #dbdbdb;
}
#team .team-member .team-img {
  margin: -13px -13px 0 -13px;
}
#team .team-member .team-info {
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #64686d;
}
#team .team-member:hover {
  border-color: #83b841;
}
#team .team-member:hover .social-icons > li > a {
  background: #83b841;
}
@media only screen and (max-width: 992px) {
  #team .team-member {
    margin-bottom: 30px;
  }
  #team .team-member .team-info {
    margin-bottom: 30px;
  }
  #team .team-member .more-info {
    padding-top: 0px;
  }
  #team .team-member .more-info span {
    display: block;
    margin-top: 10px;
  }
  #team .team-member .team-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #team .team-member {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #303030;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #303030;
  color: #83b841;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}

.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}

.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

.animated {
  margin-top: 30px;
}
.animated strong {
  display: block;
}

.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

#get-in-touch {
  padding: 120px 0 50px;
  color: #fff;
}
#get-in-touch h1, #get-in-touch h2 {
  color: #fff;
}
#get-in-touch a, #get-in-touch a:link {
  color: #fff;
}
#get-in-touch a:hover {
  color: #fff;
  text-decoration: underline;
}

#blog {
  padding: 120px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #303030;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #83b841;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #83b841;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #83b841;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #83b841;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #83b841;
}

#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(131, 184, 65, 0.1);
  z-index: 1;
  display: block;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #83b841;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}

@media only screen and (max-width: 768px) {
  #footer {
    text-align: center;
  }
  #footer .text-right {
    text-align: center;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/*# sourceMappingURL=main.css.map */
