/* Template: iResources | Author: eriktailor | Version: 1.0 */
/*----------------------------------------------------------*/

/*--------------------------------------------------------*/
/* # TABLE OF CONTENTS */
/*--------------------------------------------------------*/

/*
   # Import Color Skin
   # General & Typography
   # Header & Nav
   # Slider
   # Showcase
   # About
   # Blog
   # Contact
   # Footer
   # Media Queries

*/

/*--------------------------------------------------------*/
/* # IMPORT COLOR SKIN */
/*--------------------------------------------------------*/
@import url("colors/green.css");

/*--------------------------------------------------------*/
/* # GENERAL & TYPOGRAPHY */
/*--------------------------------------------------------*/
@font-face {
  font-family:'Raleway';
  font-weight: 500;
  src: local('Raleway'), local('Raleway-Medium'),
  url(../font/Raleway/static/Raleway-Medium.woff2) format('woff2'),
  url(../font/Raleway/static/Raleway-Medium.woff) format('woff');
}
@font-face {
  font-family:'Raleway';
  font-weight: 800;
  src: local('Raleway Bold'), local('Raleway-Bold'),
  url(../font/Raleway/static/Raleway-ExtraBold.woff2) format('woff2'),
  url(../font/Raleway/static/Raleway-ExtraBold.woff) format('woff');

}

body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #4e4e4e;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,h5,h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}
h1 {
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 14px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

h3 {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 8px;
}

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
  text-transform: none;
}

h5 {
  font-size: 17px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 21px;
}

p {
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  Font-weight: 500;
  line-height: 22px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: #333;
}

small {
  font-size: 80%;
}

a,
a:visited {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

p a,
p a:visited {
  line-height: inherit;
}

input,
textarea {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

.clear {
  display: block;
  clear: both;
}

.clear.margin {
  margin-bottom: 80px;
}

.divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #dedede;
  margin-bottom: 30px;
}

.section-title {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  padding-bottom: 40px;
}

.section-title h1 {
  font-size: 55px;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 35px;
  text-transform: uppercase;
}

.section-title h3 {
  font-size: 15px;
  color: #747474;
  text-transform: uppercase;
}

.section-title p {
  font-size: 19px;
  color: #747474;
  font-weight: 500; /*opacity: 0; filter: alpha(opacity=0)*/
  width: 70%;
  margin: 0 auto;
}

.back-top-btn {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 !important;
}

.back-top-btn i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 26px;
  text-align: center;
  line-height: 18px;
}

.back-top-btn:hover i {
  color: #fff;
}

.no-js .back-top-btn {
  display: none;
}

.back-top-btn.downscaled {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.transition-5s {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.button {
  padding: 10px 25px;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-transform: uppercase;
}

#loading {
  width: 100%;
  height: 100%;
  background: url("../img/ajax-loader.gif") no-repeat center center #fff;
  position: absolute;
  z-index: 99999;
}

div.btn {
  color: #4e4e4e;
}

a.btn {
  color: #4e4e4e;
}
.btn {
  text-transform: uppercase;
  padding: 12px 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #4e4e4e;
  font-weight: bold;
  font-size: 13px;
  display: table;
}

.btn:hover,
.btn.light:hover {
  border-color: transparent;
  color: white;
}

.btn.light {
  background: transparent;
  border: 2px solid #4e4e4e;
}

.gradiantGray {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.73) 80%,
    rgba(245, 245, 245, 1) 95%,
    rgba(243, 243, 243, 1) 99%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, rgba(255, 255, 255, 0)),
    color-stop(80%, rgba(255, 255, 255, 0.73)),
    color-stop(95%, rgba(245, 245, 245, 1)),
    color-stop(99%, rgba(243, 243, 243, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.73) 80%,
    rgba(245, 245, 245, 1) 95%,
    rgba(243, 243, 243, 1) 99%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.73) 80%,
    rgba(245, 245, 245, 1) 95%,
    rgba(243, 243, 243, 1) 99%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.73) 80%,
    rgba(245, 245, 245, 1) 95%,
    rgba(243, 243, 243, 1) 99%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.73) 80%,
    rgba(245, 245, 245, 1) 95%,
    rgba(243, 243, 243, 1) 99%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

#cookiePopup{
  z-index: 99999999;
  position: fixed;
  top:0;
  background-color: rgba(0, 0, 0, 0.3);
    min-width: 100vw;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    left: 0;
}
.cookiePopup-Container{
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  font-size: 14px;
  width: 70vw;
  max-width: 42.85em;
  box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
  text-align: justify;
  line-height: 1.8em;
  padding: 2em 1.4em;
  border-radius: 6px;
  transition: all 0.8s ease-in;
}
#cookiePopup p {
  text-align: center;
  margin: 1.4em 0;
}
#cookiePopup button {
  background-color: #6859fe;
  border: none;
  color: #ffffff;
  font-size: 1.2em;
  padding: 1em 1.4em;
  display: block;
  position: relative;
  margin: auto;
  border-radius: 5px;
}
#cookiePopup a {
  color: #6859fe;
}
.hide {
  visibility: hidden;
  bottom: 0;
  right: 0;
}
.show {
  visibility: visible;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 37.5em) {
  #cookiePopup {
    width: 100%;
  }
  .hide {
    bottom: 0;
    right: 0;
  }
  .show {
    right: 0;
    bottom: 0;
  }
}

/*--------------------------------------------------------*/
/* # HEADER & NAV */
/*--------------------------------------------------------*/
.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.top-header {
  width: 100%;
  height: 60px;
  background: #1a1a1a;
  z-index: 1;
  top: 0;
  position: absolute;
}

.top-header .menu {
  width: 473px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}

.top-header .menu li {
  line-height: 56px;
}

.top-header .menu a {
  color: #fff;
}

.top-header {
  text-align: center;
}

.sticky-wrapper {
  height: 60px !important;
}

.logo {
  width: auto;
  height: 60px;
}
.logo.extra img {
  margin: -1px 0px 0 0px;
  position: relative;
  z-index: 2;
}

.logo img {
  padding-top: 22px;
}

.header .socials {
  width: auto;
  height: 60px;
  float: right;
}

.header .socials li {
  float: left;
  padding: 0 10px;
  color: #d0d0d0;
}

.header .socials i {
  color: #d0d0d0;
  line-height: 60px;
  font-size: 26px;
}

.nav {
  width: 100%; /*height: 116px; background: none; z-index: -1;*/
}

.nav.hidden {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: -10;
  position: fixed;
}

.nav.transition {
  text-align: center;
}


.menu li {
  width: auto;
  line-height: 75px;
  float: left;
  margin-right: 20px;
}
.menu .extra {
  margin: 0;
}
.top-header .menu .logo {
  margin: 0px;
}
.top-header .menu .logo img {
  height: 74px;
  width: auto;
  margin: 0px;
}

.menu a {
  font-size: 13px;
  color: #616161;
  text-transform: uppercase;
  display: block;
  margin: 0 20px 0 0;
}

.menu li span {
  width: 100%;
  height: 4px;
  float: left;
  width: 0;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

.menu li:hover span {
  width: 77%;
}

.header.stuck {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.no-js .mobile-menu {
  display: none;
}

#bt-menu {
  display: none;
}

.offsite-nav .bt-menu ul {
  display: none;
}

.offsite-nav .bt-menu.bt-menu-open ul {
  display: block;
}

.offsite-nav #bt-menu {
  display: block;
}

.offsite-nav #nav {
  display: none;
}

.offsite-nav #header {
  height: 60px;
}

.offsite-nav .top-header {
  position: fixed;
  z-index: 7000;
}

#offsite-nav {
  position: absolute;
  z-index: 9999;
}

#offsite-nav *,
#offsite-nav *:after,
#offsite-nav *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bt-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-width: 0px;
  border-style: solid;
  border-color: #333;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
  transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}

.bt-menu.bt-menu-open {
  height: 100%;
  border-width: 0px 150px 50px 0px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: border-width 0.3s, background-color 0.3s;
  transition: border-width 0.3s, background-color 0.3s;
  z-index: 9999;
  right: 0;
}

.bt-overlay {
  position: absolute;
  width: 100%;
}

.bt-menu-open .bt-overlay {
  height: 100%;
}

.bt-menu-trigger {
  position: fixed;
  top: 2px;
  right: 80px;
  z-index: 99999;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.bt-menu-trigger i {
  color: #fff;
  font-size: 24px;
  line-height: 60px;
}

.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.bt-menu-trigger span:before {
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%);
}

.bt-menu-trigger span:after {
  -webkit-transform: translateY(250%);
  transform: translateY(250%);
}

.bt-menu-open .bt-menu-trigger span:before {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}

.bt-menu-open .bt-menu-trigger span:after {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}

.bt-menu ul {
  position: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bt-menu ul:first-of-type {
  top: 0;
  padding-top: 75px;
  right: 0;
}

.bt-menu.bt-menu-open ul:first-of-type {
  height: 100%;
  background: #333;
}

.bt-menu ul:nth-of-type(2) {
  right: 0;
  bottom: 0;
}

.bt-menu ul li,
.bt-menu ul li a {
  display: block;
}

.bt-menu ul:nth-of-type(2) li {
  float: left;
  font-size: 0px;
}

.bt-menu ul li {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
}

.bt-menu.bt-menu-open ul:first-of-type li,
.bt-menu.bt-menu-open ul:nth-of-type(2) li {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
  transition: transform 0.3s, opacity 0.3s;
}

.bt-menu ul:first-of-type li {
  width: 150px;
  height: 50px;
  line-height: 50px;
  -webkit-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0);
}

.bt-menu.bt-menu-open ul:first-of-type li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bt-menu ul:nth-of-type(2) li {
  width: 60px;
  height: 50px;
  line-height: 50px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bt-menu ul li a {
  display: block;
  outline: none;
  text-decoration: none;
}

.bt-menu ul:first-of-type li a {
  padding: 0 20px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.bt-menu ul:first-of-type li:last-child a {
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px rgba(0, 0, 0, 0.2);
}

.bt-menu ul:nth-of-type(2) li a {
  color: transparent;
  text-align: center;
  font-size: 0px;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) {
  width: 100%;
}

.bt-menu ul li a:before {
  color: #fff;
  font-size: 24px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.bt-menu ul li i {
  display: block !important;
  color: #fff;
  font-size: 30px;
}

/*--------------------------------------------------------*/
/* # SLIDER */
/*--------------------------------------------------------*/
.slider {
  width: 100%;
  height: 600px;
  position: relative;
  background-image: url("../img/slider/slider_bg_1.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
}
.slider.sommer {
  background-image: url("../img/slider/slider_bg_1.jpg");
}
.slider.herbst {
  background-image: url("../img/slider/slider_bg_2.jpg");
}
.slider.winter {
  background-image: url("../img/slider/slider_bg_3.jpg");
}

.slider .container {
  width: 1160px !important;
}

.slider-prev,
.slider-next {
  position: absolute;
  top: 40%;
  z-index: 500;
  color: #fff;
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 60px;
}

.slider-prev:hover,
.slider-next:hover {
  color: #fff;
  cursor: pointer;
}

.slider-prev {
  left: 0;
}

.slider-next {
  right: 0;
}

.slide {
  width: 100%;
  height: 600px;
  position: relative;
}

.slide .btn {
  text-transform: uppercase;
  padding: 12px 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  display: table;
}

.slide .btn:hover,
.slide .btn.light:hover {
  border-color: transparent;
}

.slide .btn.light {
  background: transparent;
  border: 2px solid #fff;
}

.slide .title {
  color: #fff;
  font-size: 90px;
  margin-bottom: 35px;
}

.slide .subtext {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}

.slide.left .model {
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide.left .contents {
  width: auto;
  padding: 15% 7% 0 0;
  position: absolute;
  right: 0;
}

.slide.right .model {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.slide.right .contents {
  width: auto;
  padding: 15% 0 0 7%;
  position: absolute;
  left: 0;
}

.slide.centered .model {
  width: auto;
  position: absolute;
  bottom: 0px;
}
.slide.centered .model.extra {
  width: auto;
  position: absolute;
  bottom: 0px;
  right: -100px;
}
.slide.centered .contents {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  padding: 20% 0 0;
}
.slide.centered .btn {
  text-align: center;
  margin: 0 auto;
}

.slide.top .model {
  width: auto;
  position: absolute;
}
.slide.top .model.extra {
  width: auto;
  position: absolute;
  bottom: 0px;
  right: -100px;
}
.slide.top .contents {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  padding: 20% 0 0;
}
.slide.top .btn {
  text-align: center;
  margin: 0 auto;
}

.slide .subtext,
.slide h1,
.slide .contents {
  text-shadow: 1px 1px #797979;
}

/*--------------------------------------------------------*/
/* # NEWS */
/*--------------------------------------------------------*/
#news {
  width: 100%;
  height: auto;
  padding: 110px 0 100px;
}
#news .section-title {
  text-indent: -99999px;
}
.news .date-box {
  text-transform: uppercase;
  display: block;
  text-align: center; /*background: url('../img/news-arrow.png') no-repeat -10px 60% transparent*/
}
.news .day {
  font-size: 160px;
  line-height: 75px;
  font-weight: 800;
}
.news .dec {
  font-size: 25px;
  font-weight: 300;
  line-height: 50px;
  margin: 0;
}
.news .month {
  font-size: 40px;
}
.news .month span {
  font-weight: 200;
}
.news .content-box {
  padding: 40px 70px 20px 40px;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 1px #e0e0e0;
  -webkit-box-shadow: 1px 1px 1px #e0e0e0;
  box-shadow: 1px 1px 1px #e0e0e0;
}
.news img {
  right: -100px;
  top: -40px;
  position: absolute;
}

.news .preview {
  height: 0px;
  width: 0px;
}

/*--------------------------------------------------------*/
/* # SHOWCASE */
/*--------------------------------------------------------*/
#showcase-select {
  width: 100%;
  height: auto;
  background: url("../img/grunge-texture.jpg") repeat 0 0 transparent;
  padding: 100px 0 0;
}
.showcase-select .container .one-third.column {
  height: 180px;
}

.showcase-texture {
  width: 100%;
  height: auto;
  background: url("../img/showcase-texture.png") no-repeat center bottom
    transparent;
}

.showcase-selector {
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=50);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-top: 80px;
}

.showcase-selector .btn.light {
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.showcase-selector.active .btn {
  margin: -20px auto;
  background: #9dc757;
  border: 2px solid #9dc757;
  color: #fff;
}

.showcase-selector .number {
  display: none;
  line-height: 50px;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  background: transparent;
  border: 2px solid #4e4e4e;
  color: #4e4e4e;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.showcase-selector .number:hover,
.showcase-selector.active .number {
  background-color: #9dc757;
  border: 2px solid #9dc757;
  color: #fff;
  font-size: 30px;
}
.showcase-selector.active .number {
  margin: -20px auto;
}

/*.showcase-selector.active{overflow: visible;height: 240px;cursor: auto;overflow: visible;position: absolute;bottom: 0px;}*/

.showcase-selector h2 {
  color: #747474;
  font-size: 26px;
}

.showcase-selector h2 span {
  font-weight: bold;
}

.showcase-selector.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.showcase-selector:hover {
  opacity: 1;
}

.showcase-bullet {
  width: 100%;
  height: 38px;
  background: url("../img/bullet_white.png") no-repeat;
  display: block;
  float: left;
  margin: 40px 0 0 45.7%;
  clear: both;
  bottom: 0;
  position: absolute;
}

#showcase {
  width: 100%;
  height: auto;
  padding: 70px 0;
}

.portfolio-item {
  margin-bottom: 50px;
  cursor: pointer;
  height: 230px;
}

.portfolio-item:hover figcaption {
  color: #fff;
}

.portfolio-item:hover img {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}

.portfolio-item figcaption {
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  color: #747474;
  line-height: 23px;
  padding: 10px 0;
  border-bottom: 2px solid #d8d8d8;
  font-weight: bold;
  margin-top: -30px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.more .portfolio-item figcaption {
  border-bottom: 1px dotted #d8d8d8;
}

.portfolio-item figcaption span {
  text-transform: none;
  display: block;
  font-size: 13px;
}

.portfolio-item img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.showcase.lightbox .lb-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 8888;
  left: 0;
  top: 0;
  display: none;
}

.showcase.lightbox .portfolio-detail {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 30px;
  width: 76%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 9000;
  left: 90px;
  display: none;
  animation-duration: 0.3s;
}

.showcase.lightbox .portfolio-detail .close {
  width: 50px;
  height: 50px;
  border: 2px solid #f1f1f1;
  text-align: center;
  line-height: 50px;
  color: #fff;
  display: block;
  border-radius: 50%;
  font-size: 21px;
  position: absolute;
  right: -2%;
  top: -2%;
  z-index: 9000;
  cursor: pointer;
}

.showcase.lightbox .portfolio-detail .close:hover {
  border-color: #fff;
}

.showcase.lightbox .portfolio-detail h3 {
  margin-bottom: 0;
  line-height: 65px;
}

.showcase.lightbox .portfolio-detail img {
  width: 100%;
  height: auto;
}

.showcase.lightbox .fullwidth-dt {
  display: none !important;
}

/* FullWidth */
.showcase.fullwidth .portfolio-detail {
  width: 100%;
  height: auto;
  background: #edebeb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  float: left;
  display: none;
  animation-duration: 0.3s;
}

.showcase.fullwidth .portfolio-detail .close {
  position: absolute;
  bottom: 0;
  background: #c0bfbf;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  left: 49%;
  bottom: -70px;
  cursor: pointer;
}

.showcase.fullwidth .portfolio-detail h3 {
  text-align: center;
  margin: 40px 0;
}

.showcase.fullwidth .portfolio-detail img {
  display: table;
  margin: 0 auto;
}

.showcase.fullwidth .portfolio-detail p {
  width: 49%;
  border-right: 1px solid #d6d4d4;
  float: left;
  padding-right: 20px;
}

.showcase.fullwidth .fullwidth-dt {
  width: 45%;
  float: left;
  margin-left: 20px;
}

.showcase.fullwidth .fullwidth-dt .button {
  float: left;
  margin: 0 20px 50px;
  padding: 13px 25px;
  color: #fff;
}

.showcase.fullwidth .fullwidth-dt h4 {
  float: left;
  display: block;
  font-size: 16px;
  line-height: 15px;
}

.showcase.fullwidth .fullwidth-dt .socials {
  float: left;
  width: 150px;
}

.showcase.fullwidth .fullwidth-dt .socials li {
  float: left;
  padding: 0 5px;
  font-size: 23px;
}

.showcase.fullwidth .fullwidth-dt .socials li i {
  color: #b6b6b6;
}

.showcase.fullwidth .prev-detail {
  bottom: 75px;
  font-size: 31px;
  left: -100px;
  position: absolute;
  display: none;
  cursor: pointer;
}

.showcase.fullwidth .next-detail {
  bottom: 75px;
  font-size: 31px;
  right: -100px;
  position: absolute;
  display: none;
  cursor: pointer;
}

.showcase .btn {
  margin: 20px auto 20px;
}

#showcase .more {
  clear: both;
  margin-bottom: 20px;
  padding-top: 30px;
  height: auto;
  width: 100%;
}
#showcase .more {
  margin-bottom: 20px;
}
#showcase .more {
  height: auto;
  padding-top: 35px;
  border-top: 1px dotted #cccccc;
}
#showcase .more .one-third {
  height: 50px;
  margin-bottom: 0px;
}

.showcase .notice {
  clear: both;
  text-align: center;
  line-height: 22px;
}

/*--------------------------------------------------------*/
/* # ABOUT */
/*--------------------------------------------------------*/
#about {
  width: 100%;
  height: auto;
  background: url("../img/about/about-bg.jpg") repeat-x bottom center
    transparent;
  padding: 160px 0 150px;
}

#about-details {
  width: 100%;
  height: auto;
  background: url("../img/about/about-details-bg.jpg") repeat-x bottom center
    transparent;
  padding: 0 0 0px;
}

.about-arrow {
  width: 100%;
  height: auto;
  background: url("../img/about/about-details-arrow-bg.png") no-repeat top
    center transparent;
  top: -90px;
  position: relative;
}

.about-content {
  margin: 0 auto;
  position: relative;
  width: 540px;
  padding: 60px 30px 0px 30px;
}

.about-content h2,
.about-content h3 {
}

.about-content img {
  padding-bottom: 60px;
}

.about-details .btn {
  margin: 0 auto;
}

/*--------------------------------------------------------*/
/* # CONTACT */
/*--------------------------------------------------------*/
#contact {
  width: 100%;
  height: auto;
  padding: 100px 0 70px;
}

.contact h2,
.contact h3 {
}

/*sommer */
.time-table-1 {
  display: block;
}
/*winter */
.time-table-2 {
  display: block;
}

.time-table-1 p,
.time-table-2 p {
  margin: 9px 0px 10px 10px;
}
.time-table-1 .cell.time-table-info,
.time-table-2 .cell.time-table-info {
  border: none !important;
  color: #9dc757;
  padding-left: 0px !important;
}

.time-table-1 p span,
.time-table-2 p span {
  padding-left: 8px;
  border: none;
  padding: 30px;
}
.time-table-1 .table,
.time-table-2 .table {
  display: table;
}
.time-table-1 .title,
.time-table-2 .title {
  display: table-caption;
}
.time-table-1 .row,
.time-table-2 .row {
  margin: 0;
}
.time-table-1 .cell,
.time-table-2 .cell {
  display: table-cell;
}
.time-table-1 .cell:first-child,
.time-table-2 .cell:first-child {
  width: 120px;
}
.time-table-1 .cell:last-child,
.time-table-2 .cell:last-child {
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
}

.time-table-1 .row.active,
.time-table-2 .row.active {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 2px solid #9dc757;
  color: #9dc757;
}
.time-table-1 .row.active .cell,
.time-table-2 .row.active .cell {
  border: none;
}
.contact-form {
  display: table;
}

.contact-form .success {
}

.text,
.textarea {
  border: 1px solid #f5f5f5;
  background-color: transparent;
  padding: 10px;
  color: #4e4e4e;
  font-weight: normal;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-box-shadow: inset 1px 2px 6px -1px #adadad;
  box-shadow: inset 1px 2px 6px -1px #adadad;
}

.text:focus,
.textarea:focus {
  outline: 1px;
}

.text {
  width: 60%;
  margin: 5px 0 5px;
  float: left;
}

.textarea {
  width: 95%;
  height: 160px;
  resize: none;
  float: left;
  margin: 5px 0 5px;
  overflow-y: auto;
}

.text::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

.text:-moz-placeholder,
.textarea:-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

.text::-moz-placeholder,
.textarea::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

.text:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

.send-btn {
  text-transform: uppercase;
  padding: 12px 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #4e4e4e;
  font-weight: bold;
  font-size: 12px;
  border: 2px solid #4e4e4e;
  background: transparent;
  display: table;
  margin: 20px 0 0 0;
  float: left;
  cursor: pointer;
}

.send-btn:hover {
  border-color: transparent;
  color: white;
}

.send-btn span {
  float: left;
  margin-right: 10px;
}

.send-btn i {
  float: right;
  font-size: 17px;
}

.success {
  display: none;
  margin-top: 23px;
}
.success h3,
.success strong {
  color: #9dc757;
}

/*--------------------------------------------------------*/
/* # google */
/*--------------------------------------------------------*/
#google {
  width: 100%;
  height: auto;
  padding: 0px 0 0px;
}

.google .responsiveContainer {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.google .responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.google .google-contact a {
  width: 396px;
  height: 186px;
  display: block;
  text-indent: -99999px;
  background: url("../img/brand_footer.png") no-repeat bottom center transparent;
  position: absolute;
  bottom: 0px;
}
.google .google-contact {
  height: 0;
  position: relative;
  margin: 0 auto;
  width: 396px;
}

/*--------------------------------------------------------*/
/* # FOOTER */
/*--------------------------------------------------------*/
#footer {
  width: 100%;
  height: auto;
}

.footer .footer-content .eight.columns {
}
.footer .footer-content .four.columns {
  float: right;
}

.footer .number {
  font-size: 20px;
  display: block;
  margin-top: 5px;
}

.footer-content {
  width: 100%;
  min-height: 100px;
  padding: 20px 0 0 0;
}

.footer-content h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  margin: 20px 0 10px;
}

.footer-content .links a {
  color: #7c7c7c;
  line-height: 19px;
}

.follow_google {
  background: url("../img/google_plus_icon.png") no-repeat 0 0 transparent;
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  margin-top: 10px;
  text-indent: -9999px;
}
.follow_google:hover {
  background-position: 0 -60px;
}

.subscribe-form {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.subscribe-form .text {
  background: #868686;
  padding: 10px;
  width: 80%;
  margin: 0;
}

.subscribe-form .send-btn {
  float: left;
  border-radius: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  text-align: center;
  margin: 0;
}

.subscribe-form .send-btn i {
  float: none;
}

.subscribe-form .success {
}

.nospam {
  float: left;
  display: block;
  line-height: 30px;
  font-size: 11px;
  color: #757575;
}

#copyright {
  width: 100%;
  height: auto;
  background: #f6f6f6;
  border-top: 1px solid #eaeaea;
}

#copyright p {
  text-align: center;
  line-height: 50px;
  margin: 0;
  font-size: 13px;
}

#copyright p span {
  font-weight: bold;
  color: #e1e1e1;
}

#impressum {
  border-top: 1px dotted #eaeaea;
}

#impressum .container {
  font-size: 12px;
  cursor: pointer;
  padding-top: 15px;
}

#impressum .more p,
#impressum .more adress {
  font-size: 13px;
  line-height: 19px;
}

/*--------------------------------------------------------*/
/* # MEDIA QUERIES */
/*--------------------------------------------------------*/

@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .slider .container {
    width: 959px !important;
  }
  .slide.left .model {
    width: 60%;
  }
  .slide.left .contents {
    padding-right: 10px;
  }

  .slide.right .model {
    width: 35%;
    padding-right: 10px;
  }
  .slide.right .contents {
    padding-left: 35px;
  }

  .slide.centered .model {
    width: auto;
  }
  .slide.top .model {
    width: auto;
  }
  .google .responsiveContainer {
    height: 150px;
  }
}

@media only screen and (max-width: 959px) {
  /* General */
  .section-title h1 {
  }
  .section-title p {
    width: 80%;
  }
  p {
  }

  /* Slider */
  .slider,
  .slide {
    height: 420px;
  }
  .slider .container {
    width: 768px !important;
  }
  .slide .title {
    margin-bottom: 25px;
    font-size: 68px;
  }
  .slide .subtext {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .slider-prev,
  .slider-next {
    font-size: 30px;
  }

  .slide.left .model {
    width: 50%;
  }
  .slide.left .contents {
    padding-right: 30px;
  }

  .slide.right .model {
    width: 40%;
  }
  .slide.right .contents {
    padding-left: 0;
  }

  .slide.centered .model {
    width: auto;
    bottom: 0px;
  }
  .slide.centered .contents {
    padding-top: 17%;
  }

  .slide.top .model {
    width: auto;
    bottom: -270px;
  }
  .slide.top .contents {
    padding-top: 20%;
  }

  /* Portfolio */
  .portfolio-item {
    height: 182px;
  }
  .portfolio-item figcaption span {
    display: none;
  }
  .portfolio-detail {
    left: 65px;
  }

  .showcase.fullwidth .portfolio-detail p {
    margin-left: 20px;
    width: 46%;
  }
  .showcase.fullwidth .portfolio-detail {
    left: 0;
  }
  .showcase.fullwidth .fullwidth-dt h4 {
    width: 200px;
    margin-left: 20px;
  }
  .showcase.fullwidth .fullwidth-dt .socials {
    margin-left: 15px;
  }
  .showcase.fullwidth .next-detail {
    right: -20px;
  }
  .showcase.fullwidth .prev-detail {
    left: -20px;
  }
  .showcase.lightbox .portfolio-detail {
    left: 8% !important;
  }

  .showcase-selector.active.gemuesepflanzen,
  .showcase-selector.active.gemuesedersaison,
  .showcase-selector.active.beetundbalkonpflanzen {
    background: none;
  }
  .showcase-selector.active .btn {
    opacity: 1;
  }

  /* About */
  .testimonials .quote {
    width: 200px;
  }

  /* Blog */
  .blog-detail {
    width: 708px;
  }
  .blog-detail footer {
    width: 768px;
  }

  .text {
    width: 42.5%;
  }
  .contact-form .text:first-child {
    margin-right: 10px;
  }
  .textarea {
    width: 93.5%;
  }
  .google .responsiveContainer {
    height: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .section-title h1 {
    /*font-size: 25px; line-height: 32px;*/
  }
  .section-title p {
    width: 80%;
    margin: 0 auto;
  }

  .blog-detail .eight.columns {
    width: 334px;
  }

  .contact .seven.columns {
    width: 326px;
  }
  .contact-details p {
    padding: 0 20px 20px;
  }
  .subscribe-form .text {
    width: 74%;
  }
  .nospam {
    font-size: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .container .one-third.column {
    height: auto;
    width: 200px;
    margin-right: 10px;
  }

  .top-header .container {
    width: 352px;
  }

  .about-content {
    width: auto;
  }
  .section-title h1 {
    font-size: 55px;
  }
  .section-title p {
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
  }

  .top-nav .menu li {
    margin-right: -10px;
  }
  .top-nav .logo img {
  }

  .slider,
  .slide {
    height: 500px;
  }
  .slide .btn {
    margin: 0 auto;
  }
  .slide .title {
    margin-bottom: 35px;
    font-size: 90px;
  }
  .slide .subtext {
    font-size: 16px;
  }
  .slider .container {
    width: 420px !important;
  }
  .slide .contents {
    padding: 35px 0 0 0 !important;
    width: 100% !important;
    text-align: center !important;
  }
  .slide.left .contents {
    width: 100%;
  }
  .slide.left .model {
    width: 85%;
    left: 35px;
  }
  .slide.right .model {
    width: 55%;
    right: 89px;
  }
  .slide.centered .model {
    /*width: 150%;*/
    width: auto;
    left: -130%;
    top: 30px;
  }
  .slide.centered .contents {
    padding-top: 47% !important;
  }

  .slide.top .model {
    /*width: 150%;*/
    width: auto;
    left: -130%;
    top: 0px;
  }
  .slide.top .contents {
    padding-top: 47% !important;
  }

  .slider-prev:hover,
  .slider-next:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
  }

  .showcase-select .one-third.column {
    width: 30%;
  }

  .showcase-selector i {
    font-size: 100px !important;
  }
  .showcase-selector h2 {
    font-size: 18px;
  }
  .showcase-selector p {
    display: none;
  }
  .showcase-bullet {
    display: none;
  }

  .showcase-selector .number {
    display: block;
  }
  .showcase-selector .btn.light {
    display: none;
  }

  #news {
    padding: 110px 0 60px;
  }
  .news img {
    left: 70px;
    top: -40px;
    position: relative;
  }

  .portfolio-item {
    height: 323px;
    margin-bottom: 30px !important;
  }
  .portfolio-detail {
    left: 20px;
  }

  #about-details {
    background-position-x: 60%;
  }

  .contact-details {
    height: auto;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px dotted #cccccc;
  }

  .showcase.fullwidth .portfolio-detail img {
    width: 100%;
  }
  .showcase.fullwidth .portfolio-detail p {
    margin-left: 0;
    width: 100%;
    padding: 0;
    border: 0;
    text-align: center;
  }
  .showcase.fullwidth .fullwidth-dt .button {
    margin: 0;
    font-size: 13px;
  }
  .showcase.fullwidth .fullwidth-dt {
    width: auto;
    margin: 0 auto;
    float: none;
    display: table;
    margin-left: 47px;
  }

  .showcase.lightbox .portfolio-detail {
    left: 5% !important;
  }

  .team-member {
    margin: 30px 0;
  }
  .testimonials {
    margin-top: 50px;
  }
  .testimonials .quote {
    width: 260px;
  }

  .blog-detail {
    width: 360px;
  }
  .blog-detail footer {
    width: 420px;
  }
  .blog-detail .eight.columns {
    width: auto;
  }

  .contact-details {
    margin-top: 33px;
  }
  .contact-us {
    margin-top: -7px;
  }
  .contact .seven.columns {
    width: auto;
  }

  .socials-bar .socials i {
    font-size: 23px;
  }
  .footer-content .three.columns {
    width: 33.3% !important;
  }

  .footer .four.columns {
    border-top: 1px dotted #eaeaea;
    border-bottom: 1px dotted #eaeaea;
    margin: 10px 0 20px 0;
    padding: 0 0 10px;
  }
  .follow_google {
    float: none;
  }

  #impressum .links p {
    line-height: 20px;
    height: auto;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 479px) {
  h3 {
    line-height: 24px;
  }
  .section-title {
    margin-bottom: 60px;
  }
  .section-title h1 {
    font-size: 55px;
  }
  .section-title p {
    width: 80%;
    font-size: 16px;
  }
  .bt-menu-trigger {
    right: 20px;
  }

  .top-header .container {
    width: 302px;
  }
  .top-nav .menu li {
    margin-right: -9px;
  }
  .top-nav .menu a {
    font-size: 10px;
  }
  .top-nav .logo {
    width: 64px;
  }

  .slider,
  .slide {
    height: 370px;
  }
  .slide .title {
    font-size: 58px;
    margin-bottom: 10px;
  }
  .slide .subtext {
    font-size: 14px;
  }
  .slider .container {
    width: 300px !important;
  }

  .slide.left .model {
    left: 22px;
  }
  .slide.right .model {
    right: 65px;
  }
  .slide.centered .model {
    top: -150px;
    left: -100%;
  }

  .slide.top .model {
    top: -150px;
    left: -100%;
  }

  .news img {
    left: 0;
    position: relative;
  }

  #mCSB_1 {
    max-width: 91% !important;
    margin: 0 auto;
  }

  #showcase {
    margin-top: -10px;
  }
  .showcase-selector h2 {
    font-size: 13px;
  }
  .showcase-selector i {
    font-size: 80px;
  }
  .showcase-bullet {
    left: -25px;
  }

  .showcase-select .container .one-third.column {
    width: 33%;
  }

  .showcase.lightbox .portfolio-detail {
    left: 1% !important;
  }

  .portfolio-item {
    height: 230px;
  }
  .portfolio-detail {
    margin-top: 100px;
    left: 6px;
  }
  .portfolio-detail h3 {
    font-size: 20px;
  }

  .container .one-third.column {
    height: auto;
    width: auto;
    margin-right: 0px;
  }

  .showcase.fullwidth .fullwidth-dt {
    margin: 0;
    display: block;
    width: 100%;
    float: left;
  }
  .showcase.fullwidth .fullwidth-dt .button {
    float: none;
    margin: 0 auto;
    display: table;
  }
  .showcase.fullwidth .fullwidth-dt h4 {
    float: none;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .showcase.fullwidth .portfolio-detail .close {
    left: 43%;
  }
  .showcase.fullwidth .fullwidth-dt .socials {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .showcase.fullwidth .next-detail {
    right: -3px;
  }
  .showcase.fullwidth .prev-detail {
    left: -3px;
  }

  .testimonial .avatar {
    float: none;
    margin: 0 auto;
  }
  .testimonials .quote {
    width: 100%;
  }

  .blog-detail {
    width: 240px;
  }
  .blog-detail footer {
    width: 300px;
  }

  .text {
    width: 40.7%;
  }
  .textarea {
    width: 90.5%;
  }
  .contact-details {
    height: auto;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px dotted #cccccc;
  }
  .contact-details h3 {
    font-size: 14px;
  }
  .contact-us {
    margin-top: -30px;
  }

  .socials-bar .socials li {
    padding: 0 6px;
  }
  .footer-content .three.columns {
    width: 100% !important;
    text-align: center;
  }
  .footer-content .five.columns {
    text-align: center;
  }

  .google .responsiveContainer {
    height: 300px;
  }
}
