/*
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 : 10.08.2015, 22:37:42
    Author     : klausheuer
*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoone22a.eot?lvximm');
  src: url('../fonts/icomoond41d.eot?#iefixlvximm') format('embedded-opentype'), url('../fonts/icomoone22a.ttf?lvximm') format('truetype'), url('../fonts/icomoone22a.woff?lvximm') format('woff'), url('../fonts/icomoone22a.svg?lvximm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
img {
  width: 100%;
  height: auto;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: padding 0.3s ease, text-align 0.3s ease, margin 0.3s ease, top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease, opacity 0.3s ease, -webkit-filter 0.3s ease, color 0.3s ease, border 0.3s ease, background 0.3s ease;
  transition: padding 0.3s ease, text-align 0.3s ease, margin 0.3s ease, top 0.3s ease, bottom 0.3s ease, transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease, color 0.3s ease, border 0.3s ease, background 0.3s ease;
  text-shadow: none;
  background-clip: padding-box !important;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
*:focus {
  outline: none;
}
html,
body {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
body.tx_bigpicture {
  opacity: 0;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook-circle:before {
  content: "\e600";
}
.icon-twitter-circle:before {
  content: "\e601";
}
.icon-youtube-circle:before {
  content: "\e603";
}
.icon-menu:before {
  content: "\e604";
}
.icon-google-circle:before {
  content: "\e605";
}
.icon-pinterest-circle:before {
  content: "\e606";
}
.icon-arrow-down:before {
  content: "\e612";
}
.icon-arrow-up:before {
  content: "\e613";
}
.icon-search:before {
  content: "\e607";
}
.icon-close:before {
  content: "\e614";
}
.icon-corner-down:before {
  content: "\e608";
}
.icon-corner-up:before {
  content: "\e609";
}
.icon-corner-right:before {
  content: "\e60a";
}
.icon-corner-left:before {
  content: "\e60b";
}
.icon-mail:before {
  content: "\e615";
}
.icon-phone:before {
  content: "\e616";
}
.icon-menu-stacked:before {
  content: "\e60c";
}
.icon-facebook:before {
  content: "\e60f";
}
.icon-twitter:before {
  content: "\e610";
}
.icon-youtube:before {
  content: "\e611";
}
.icon-circle-left:before {
  content: "\e60d";
}
.icon-circle-right:before {
  content: "\e60e";
}
.icon-heart:before {
  content: "\e602";
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
ol,
ul {
  list-style: outside none none;
}
.small {
  font-size: 60%;
}
.intro {
  text-align: center;
}
.intro.text_center .content {
  opacity: 1;
}
/* Images in textboxes */
img.image-right,
img.image-left {
  padding-bottom: 20px;
}
@media only screen and (min-width: 460px) {
  .intro-image-right {
    float: right;
    margin-left: 30px;
    width: 50px;
  }
  .intro-image-left {
    float: left;
    margin-right: 30px;
    width: 50px;
  }
  .intro-image-center {
    display: table;
    text-align: center;
    width: 100%;
  }
  .intro-image-center div {
    display: table-cell;
    text-align: center;
  }
  .intro-image-center div img {
    width: auto;
  }
}
/* content container width */
.content.content_small,
.content.content_regular,
.content.content_width {
  width: 90%;
}
@media only screen and (min-width: 460px) {
  .content.content_small {
    width: 30%;
  }
  .content.content_regular {
    width: 50%;
  }
  .content.content_width {
    width: 80%;
  }
}
/* content container position */
.text_left .content {
  margin-left: 5%;
}
@media only screen and (min-width: 460px) {
  .content.transition_left {
    margin-left: -100%;
    display: block;
    transition: margin 3s ease 0.5s;
    margin-right: auto;
  }
  .isVisi .content.transition_left {
    text-indent: 0px;
    margin-left: 10%;
  }
}
.text_right .content {
  margin-left: 5%;
}
@media only screen and (min-width: 460px) {
  .content.transition_right {
    margin-right: -100%;
    display: block;
    transition: margin 3s ease 0.5s;
    margin-left: auto;
  }
  .isVisi .content.transition_right {
    text-indent: 0px;
    margin-right: 10%;
  }
}
.text_center .content {
  margin-left: 5%;
}
@media only screen and (min-width: 460px) {
  .text_center .content {
    display: block;
    transition: opacity 0.2s 0 ease;
    opacity: 0;
  }
  .text_center .content.content_small {
    margin-left: 35%;
  }
  .text_center .content.content_regular {
    margin-left: 25%;
  }
  .text_center .content.content_width {
    margin-left: 10%;
  }
  .text_center.isVisi .content {
    opacity: 1;
    transition: opacity 0.2s 1s ease;
    /* Mouse enter: delay */
  }
}
/* content boxes */
.box_1 {
  padding: 20px;
}
/* Images in textboxes */
img.image-right,
img.image-left {
  padding-bottom: 20px;
}
@media only screen and (min-width: 460px) {
  img.image-right {
    float: right;
    width: 30%;
    padding-left: 30px;
  }
  img.image-left {
    float: left;
    width: 30%;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 460px) {
  .left-content-col,
  .right-content-col {
    width: 48%;
    float: left;
  }
  .left-content-col {
    margin-right: 4%;
  }
}
/* next anchor button */
.next-button {
  display: none;
}
.is-intro-button {
  display: none;
}
@media only screen and (min-width: 460px) {
  .next-button {
    border-color: #fff;
    border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-width: 2px 2px medium;
    bottom: 0;
    color: #fff;
    font-size: 3em;
    margin: 0 0 0 -43px;
    left: 50%;
    padding: 20px 20px 0;
    position: absolute;
    text-decoration: none;
    display: block;
  }
  .next-button.anchor_color_bright {
    border-color: #fff;
    color: #fff;
  }
  .next-button.anchor_color_dark {
    border-color: #999;
    color: #999;
  }
  .next-button.anchor_color_bright:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .next-button.anchor_color_dark:hover {
    background-color: rgba(60, 60, 60, 0.2);
  }
  .is-intro-button {
    font-size: 6em;
    color: #fff;
    text-decoration: none;
    padding-top: 0px;
    transition: padding-top 0.5s;
    display: block;
  }
  .is-intro-button:hover {
    padding-top: 10px;
  }
}
.gallery {
  text-align: center;
}
.gallery-image {
  float: left;
}
.gallery-image a {
  color: #666;
  text-decoration: none;
}
/* 2 col gallery */
.gallery-cols_2 {
  width: 45%;
  padding: 2.5%;
  display: block;
  transition: text-indent 3s ease 0.5s;
}
@media only screen and (min-width: 460px) {
  .gallery-cols_2:nth-of-type(1n) {
    text-indent: -100%;
  }
  .gallery-cols_2:nth-of-type(1n) {
    text-indent: 100%;
  }
  .isVisi .gallery-cols_2 {
    text-indent: 0px;
  }
}
/* 4 col gallery */
.gallery-cols_4 {
  width: 45%;
  padding: 2.5%;
  display: block;
  transition: text-indent 3s ease 0.5s;
}
@media only screen and (min-width: 460px) {
  .gallery-cols_4 {
    width: 24.5%;
    padding: 2%;
  }
  .gallery-cols_4:nth-of-type(1n),
  .gallery-cols_4:nth-of-type(2n) {
    text-indent: -100%;
  }
  .gallery-cols_4:nth-of-type(3n),
  .gallery-cols_4:nth-of-type(4n) {
    text-indent: 100%;
  }
  .isVisi .gallery-cols_4 {
    text-indent: 0px;
  }
}
/* 6 col gallery */
.gallery-cols_6 {
  width: 45%;
  padding: 2.5%;
  display: block;
  transition: text-indent 3s ease 0.5s;
}
@media only screen and (min-width: 460px) {
  .gallery-cols_6 {
    width: 16.666%;
    padding: 1%;
  }
  .gallery-cols_6:nth-of-type(1n),
  .gallery-cols_6:nth-of-type(2n),
  .gallery-cols_6:nth-of-type(3n) {
    text-indent: -100%;
  }
  .gallery-cols_6:nth-of-type(4n),
  .gallery-cols_6:nth-of-type(5n),
  .gallery-cols_6:nth-of-type(6n) {
    text-indent: 100%;
  }
  .isVisi .gallery-cols_6 {
    text-indent: 0px;
  }
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  width: 80% !important;
  height: auto !important;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  width: 80% !important;
  padding: 0 10px 0;
  padding: 0px;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}
/** reset lightbox position **/
#lightbox-container-image-data-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#lightbox-nav > a {
  transition: none 0s ease 0s ;
}
#lightbox-loading {
  height: 25%;
  left: 48%;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 4%;
}
.meta-header {
  height: 30px;
  padding: 8px 25px 0;
  font-size: 12px;
}
.meta-header ul.menu li {
  float: left;
}
.meta-header ul.menu li a {
  color: #fff;
  margin-left: 20px;
  font-size: 12px;
  text-decoration: none;
}
.meta-header ul.menu li a:hover {
  text-decoration: underline;
}
header {
  min-height: 60px;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  width: 100%;
  z-index: 1000;
}
header.fixed-header {
  position: fixed;
  top: 0;
  overflow: visible;
}
.one-page-menu {
  margin-top: 0px;
  transition: margin 0s;
}
.section-fixed-header {
  margin-top: 60px;
  transition: margin 0s;
}
#logo {
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
}
#logo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #logo {
    height: 30px;
    width: auto;
  }
  #logo img {
    height: 100%;
    width: auto;
  }
}
#nav .mobil-menu-icon {
  font-size: 40px;
  margin: 0 10px;
  cursor: pointer;
}
#nav ul {
  display: none;
  clear: both;
  overflow: visible;
  position: absolute;
  z-index: 10000;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
#nav ul > li {
  float: none;
  margin: 20px;
}
#nav ul > li > a {
  text-decoration: none;
}
#nav ul.active {
  display: block;
}
#nav ul.active > li > a {
  color: #fff;
  font-size: 21px;
}
@media only screen and (min-width: 992px) {
  #nav {
    float: right;
    display: block;
  }
  #nav .mobil-menu-icon {
    display: none;
  }
  #nav ul {
    display: block;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
  #nav ul > li {
    margin: 10px;
    float: left;
  }
  #nav ul > li > a:hover {
    text-decoration: underline;
  }
}
footer {
  padding: 20px;
}
.footer-left,
footer-right {
  opacity: 0.7;
}
footer a {
  text-decoration: none;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}
.footer-page-up {
  margin-left: 15px;
}
.footer-social-menu li {
  float: left;
  font-size: 25px;
  margin: 0 10px;
}
footer .menu li {
  float: left;
  padding: 0 10px;
}
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
form label {
  display: block;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  display: block;
  width: 100%;
  padding: 0.65em 0.75em;
  background: none;
  border: solid 2px rgba(185, 186, 187, 0.25);
  color: inherit;
  border-radius: 0.5em;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  border-color: #9ac8e9;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
  line-height: 1.35em;
}
form textarea {
  min-height: 8em;
}
form .formerize-placeholder {
  color: rgba(145, 146, 147, 0.85) !important;
}
form ::-webkit-input-placeholder {
  color: rgba(145, 146, 147, 0.85) !important;
}
form :-moz-placeholder {
  color: rgba(145, 146, 147, 0.85) !important;
}
form ::-moz-placeholder {
  color: rgba(145, 146, 147, 0.85) !important;
}
form :-ms-input-placeholder {
  color: rgba(145, 146, 147, 0.85) !important;
}
form ::-moz-focus-inner {
  border: 0;
}
form #messagesubmit {
  border: medium none;
  border-radius: 12px;
  font-size: 20px;
  padding: 10px 20px;
  cursor: pointer;
}
body.static article {
  margin: 50px 0;
}
body.static h1,
body.static h2 {
  margin-top: 50px;
}
body.static h1#logo {
  margin-top: 0px;
}
body.static p {
  margin-bottom: 20px;
}
/*# sourceMappingURL=onepagedesign.css.map */