/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.02.2016, 20:57:11
    Author     : philiprogge
*/
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background: url('../img/Fotolia_65342009_XXL_net.jpg') fixed;
}
.text-block {
  text-align: justify;
}
.text-bold {
  font-weight: bold;
}
h1.lavendel {
  font-size: 35px;
  margin-bottom: 25px;
}
h2.lavendel {
  font-family: 'Garamond';
  color: #64329a;
}
.font-vio {
  font-family: 'Garamond';
  color: #64329a;
}
nav {
  padding-top: 10px;
  background-color: transparent!important;
  border-color: transparent!important;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
nav.scroll {
  background-color: rgba(250, 250, 250, 0.9) !important;
}
nav .navbar-brand {
  padding-top: 5px;
  height: 100px;
}
nav .navbar-nav li.active {
  color: #777!important;
}
nav .navbar-nav li.active > a {
  background-color: transparent!important;
}
nav .navbar-nav li.active > a i {
  color: #333;
}
nav .navbar-nav li.active > a i.home {
  color: #f67d2f;
}
nav .navbar-nav li.active > a i.flower {
  color: #4fba35;
}
nav .navbar-nav li > a {
  text-align: center;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  height: 100px;
  min-width: 95px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
nav .navbar-nav li > a:hover,
nav .navbar-nav li > a:active,
nav .navbar-nav li > a.a {
  padding-top: 10px;
  color: #777!important;
}
nav .navbar-nav li > a:hover i,
nav .navbar-nav li > a:active i,
nav .navbar-nav li > a.a i {
  font-size: 45px;
  color: #333;
}
nav .navbar-nav li > a:hover i.home,
nav .navbar-nav li > a:active i.home,
nav .navbar-nav li > a.a i.home {
  color: #f67d2f;
}
nav .navbar-nav li > a:hover i.flower,
nav .navbar-nav li > a:active i.flower,
nav .navbar-nav li > a.a i.flower {
  color: #4fba35;
}
nav .navbar-nav li > a i {
  display: block;
  margin-bottom: 5px;
  font-size: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.background {
  background-position: bottom left;
  width: 100%;
  height: 100%;
  position: fixed;
}
#wrapper {
  min-height: 100%;
  position: relative;
  width: 100%;
}
#wrapper #wrapper-inner {
  width: 100%;
  height: 100%;
  /* content */
}
#wrapper #wrapper-inner div.no-margin {
  margin: 0px;
}
#wrapper #wrapper-inner > div.content > div.container {
  background-color: rgba(248, 248, 248, 0.8);
  padding: 25px 50px;
  color: #555;
}
#wrapper #wrapper-inner > div.content > div.container img.img-thumbnail {
  width: 250px;
}
#wrapper #wrapper-inner > div.content > div.container img.img-thumbnail.pull-right {
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
#wrapper #wrapper-inner > div.content > div.container img.img-thumbnail.pull-left {
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
div.footer {
  padding: 10px 0px;
}
div.footer img.logo-koerner {
  height: 50px;
}
div.footer .kpro {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.8) !important;
}
div.footer .kpro a {
  color: rgba(51, 51, 51, 0.8) !important;
}
article.page-impressum h2 {
  font-size: 25px;
}
article.page-impressum h3 {
  font-size: 18px;
}
article.page-produkte i.flower {
  font-size: 30px;
}
article.page-produkte .lead {
  margin-bottom: 0px;
  font-weight: bold;
}
article.page-produkte .items {
  margin-top: 15px;
}
article.page-produkte .items .panel {
  background-color: rgba(248, 248, 248, 0.9);
}
article.page-produkte .items .panel > a {
  color: #333;
  text-decoration: none;
}
article.page-produkte .items .panel .panel-heading {
  padding: 0px;
}
article.page-produkte .items .panel .panel-heading .image-wrap {
  height: 225px;
}
article.page-produkte .items .panel .panel-heading .title {
  margin-top: -41px;
  z-index: 10;
  position: relative;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}
article.page-produkte .items .panel .panel-body {
  font-size: 14px;
  background-color: rgba(248, 248, 248, 0.9);
}
article.page-produkte .items .panel .panel-body ul {
  padding: 0px;
  padding-left: 15px;
}
article.page-produkte .items .panel .panel-footer {
  display: block;
  color: #333!important;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
article.page-produkte .items .panel .panel-footer:hover {
  background-color: #e8e8e8 !important;
}
.image-wrap {
  height: 225px;
  overflow: hidden;
  position: relative;
}
.image-wrap img {
  min-width: 100%;
  min-height: 100%;
  max-height: 220px;
}
.image-wrap.grow img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.image-wrap.grow img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.page-home #example1_129 .title-in-bg {
  width: auto!important;
  background: none!important;
  color: white!important;
  font-size: 42px!important;
  opacity: 0.9!important;
  letter-spacing: 2px;
  text-shadow: 0px 0px 12px #969696 !important;
}
.page-home #example1_129 .desc-in {
  height: 50px;
  font-size: 22px!important;
}
@media (max-width: 767px) {
  .navbar {
    margin-bottom: 0px;
    border-bottom: none;
  }
  .navbar #navbar {
    background: rgba(255, 255, 255, 0.9);
  }
  div.footer {
    background: white;
  }
  #wrapper #wrapper-inner > div.content > div.container img.img-thumbnail.pull-right {
    margin: 0px!important;
    float: none!important;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  div.img-wrapper > div.img div.title {
    display: none;
  }
  div.img-wrapper > div.img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  div.img-wrapper {
    height: 210px;
    width: 650px;
    position: relative;
    margin: 0px auto;
  }
  div.img-wrapper > div.img {
    position: absolute;
  }
  div.img-wrapper > div.img div.title {
    position: absolute;
    left: 10px;
    z-index: 11;
    bottom: 10px;
    color: white;
    font-weight: 200;
    text-shadow: 1px 1px 4px #000;
    font-size: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  div.img-wrapper > div.img:hover div.title {
    font-size: 20px;
    z-index: 25;
  }
  div.img-wrapper > div.img:hover img {
    height: 210px;
    z-index: 20;
    border-color: white;
  }
  div.img-wrapper > div.img img {
    height: 100px;
    z-index: 10;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 5px solid rgba(255, 255, 255, 0.6);
  }
  div.img-wrapper > div.img.bottom {
    bottom: 0px;
  }
  div.img-wrapper > div.img.center.left {
    left: 110px;
  }
  div.img-wrapper > div.img.center.right {
    left: 330px;
    right: auto;
  }
  div.img-wrapper > div.img.center img {
    height: 210px;
    width: 210px;
  }
  div.img-wrapper > div.img.center div.title {
    font-size: 20px;
  }
  div.img-wrapper > div.img.right {
    right: 0px;
  }
}
@media (min-width: 992px) {
  div.img-wrapper {
    height: 270px;
    width: 830px;
    position: relative;
    margin: 0px auto;
  }
  div.img-wrapper > div.img {
    position: absolute;
  }
  div.img-wrapper > div.img div.title {
    position: absolute;
    left: 10px;
    z-index: 11;
    bottom: 10px;
    color: white;
    font-weight: 200;
    text-shadow: 1px 1px 4px #000;
    font-size: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  div.img-wrapper > div.img:hover div.title {
    font-size: 20px;
    z-index: 25;
  }
  div.img-wrapper > div.img:hover img {
    height: 270px;
    z-index: 20;
    border-color: white;
  }
  div.img-wrapper > div.img img {
    height: 130px;
    z-index: 10;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 5px solid rgba(255, 255, 255, 0.6);
  }
  div.img-wrapper > div.img.bottom {
    bottom: 0px;
  }
  div.img-wrapper > div.img.center.left {
    left: 140px;
  }
  div.img-wrapper > div.img.center.right {
    left: 420px;
    right: auto;
  }
  div.img-wrapper > div.img.center img {
    height: 270px;
    width: 270px;
  }
  div.img-wrapper > div.img.center div.title {
    font-size: 20px;
  }
  div.img-wrapper > div.img.right {
    right: 0px;
  }
}
@media (min-width: 1200px) {
  div.img-wrapper {
    height: 315px;
    width: 975px;
    position: relative;
    margin: 0px auto;
  }
  div.img-wrapper > div.img {
    position: absolute;
  }
  div.img-wrapper > div.img div.title {
    position: absolute;
    left: 15px;
    z-index: 11;
    bottom: 15px;
    color: white;
    font-weight: 200;
    text-shadow: 1px 1px 4px #000;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  div.img-wrapper > div.img:hover div.title {
    font-size: 30px;
    z-index: 25;
  }
  div.img-wrapper > div.img:hover img {
    height: 315px;
    z-index: 20;
    border-color: white;
  }
  div.img-wrapper > div.img img {
    height: 150px;
    z-index: 10;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 7.5px solid rgba(255, 255, 255, 0.6);
  }
  div.img-wrapper > div.img.bottom {
    bottom: 0px;
  }
  div.img-wrapper > div.img.center.left {
    left: 165px;
  }
  div.img-wrapper > div.img.center.right {
    left: 495px;
    right: auto;
  }
  div.img-wrapper > div.img.center img {
    height: 315px;
    width: 315px;
  }
  div.img-wrapper > div.img.center div.title {
    font-size: 30px;
  }
  div.img-wrapper > div.img.right {
    right: 0px;
  }
}
img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
@media (min-width: 767px) and (max-width: 992px) {
  nav .navbar-nav li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
img.img-responsive.aligncenter {
  display: inline-block;
}
.wpcf7-list-item h2 {
  margin-top: 0px;
}
.wpcf7-list-item img.alignleft:last-child {
  margin-bottom: 0px;
}
/*# sourceMappingURL=style.css.map */