/* ************************************ LESS Vars **************************************** */
/* ************************************ AN Vars **************************************** */
/* ************************************ Global CSS **************************************** */
html,
button,
input,
select,
textarea {
  color: #000;
}
html {
  background: #4b4b4b url(../img/BG.jpg) repeat top left scroll;
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  width: 100%;
  height: 100%;
}
body {
  color: #fff;
  min-height: 100%;
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  font-size: 1em;
  line-height: 1.5;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
}
.wrapper {
  padding-bottom: 3em;
}
::-moz-selection {
  background: #f7d379;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f7d379;
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
table th {
  text-align: left;
}
table th,
table td {
  vertical-align: top;
}
ul {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
h1,
h2 {
  font-weight: 200;
  text-align: center;
  clear: left;
  line-height: 1.25em;
}
h1 {
  color: #fff;
  font-size: 2.75em;
  margin: 1.5em 0;
}
h2 {
  font-size: 2.25em;
}
a {
  color: #f7d379;
  text-decoration: underline;
  font-weight: 300;
}
strong {
  font-weight: 700;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
strong {
  font-weight: 700;
}
/* ************************************ Custom CSS **************************************** */
header {
  position: relative;
}
header > div {
  position: relative;
}
header #logo {
  display: block;
  width: 21em;
  margin: 0 auto;
  z-index: 102;
}
header #header-kontakt,
header #nav {
  z-index: 103;
  display: block;
  position: absolute;
}
header #nav {
  right: 0;
  top: 4em;
}
header #nav ul {
  height: 1em;
}
header #nav li {
  display: block;
  float: left;
  margin-left: 1em;
}
header #nav li .is_active {
  color: #000;
  font-weight: 700;
}
header #nav a {
  color: #f7d379;
  text-transform: uppercase;
}
header #nav .is_active {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
header #header-kontakt {
  font-size: 1.5em;
  margin: 0;
  left: 2em;
  top: 1em;
}
#home_header {
  background: url(../img/header.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content p {
  font-size: 1.5em;
  text-align: center;
  font-weight: 200;
}
.content_sub h2 {
  margin-top: 2em;
}
.content_sub p {
  margin: 0 0 0.5em 0;
}
.content_gal {
  width: 71.75em;
  margin: 0 auto;
}
.content_gal .content_gal-margin_right {
  margin-right: 0.25em;
}
.content_gal .content_gal-margin_topbottom {
  margin: 0.25em 0;
}
.content_gal .content_gal-half {
  width: 35.75em;
}
.content_gal > div {
  position: relative;
  float: left;
}
.content_gal > div p {
  font-size: 2em;
  position: absolute;
  top: 0.5em;
  margin: 0;
  text-align: center;
  color: #000;
  width: 100%;
}
.content_gal > div img {
  width: 100%;
}
#kontakt {
  width: 71.75em;
  margin: 0 auto;
}
#kontakt iframe {
  width: 100%;
  height: 41.75em;
}
#kontakt_formular {
  width: 25em;
  margin: 0 auto;
  position: relative;
  left: -2.5em;
}
#kontakt_formular label,
#kontakt_formular input,
#kontakt_formular textarea {
  font-size: 1em;
  display: block;
  float: left;
  margin-bottom: 0.5em;
  border: 0;
}
#kontakt_formular label,
#kontakt_formular input {
  height: 1em;
}
#kontakt_formular label {
  width: 20%;
  padding: 0.5em 0;
  clear: left;
}
#kontakt_formular input,
#kontakt_formular textarea {
  width: 74%;
  padding: 0.5em 2.5%;
  color: #f7d379;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}
#kontakt_formular input:active,
#kontakt_formular textarea:active {
  border: 1px solid #fff;
}
#kontakt_formular textarea {
  height: 5em;
}
#kontakt_formular input[type="submit"] {
  border: 0;
  font-size: 2em;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  margin-left: 20%;
  background: rgba(247, 211, 121, 0.2);
  color: #fff;
  width: 80%;
  height: 1.75em;
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#kontakt_formular input[type="submit"]:hover {
  color: #000;
  background: #f7d379;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#kontakt_formular p {
  font-size: 1em;
  text-align: left;
}
/*------------------------------Über-------------------------------*/
#about {
  width: 49.5em;
  margin: 0 auto;
}
#about p,
#about .portrait {
  float: left;
}
#about p {
  font-size: 1.5em;
  width: 17em;
  text-align: justify;
  margin: 0 1.3333333333333em 0 0;
}
#about .portrait {
  width: 21em;
}
#about .portrait img {
  width: 100%;
}
/*------------------------------Galerie-------------------------------*/
#galerie {
  position: relative;
  padding-top: 5em;
}
#ref-navigation {
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#ref-navigation li {
  float: left;
  margin: 0.5em 0.5em 0 0;
}
#ref-navigation ul {
  list-style: none;
  margin: 1em auto;
  position: relative;
  left: 2em;
}
#ref-navigation .navlink {
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: url(../img/navspriteneu.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.5;
}
#ref-navigation .navlink:hover,
#ref-navigation .navlink.active {
  opacity: 1;
  -webkit-box-shadow: 0 0 20px #000000;
  -moz-box-shadow: 0 0 20px #000000;
  -ms-box-shadow: 0 0 20px #000000;
  -o-box-shadow: 0 0 20px #000000;
  box-shadow: 0 0 20px #000000;
}
#ref-navigation .navlink.active {
  outline: 0;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-box-shadow: 0 0 30px #000000;
  -moz-box-shadow: 0 0 30px #000000;
  -ms-box-shadow: 0 0 30px #000000;
  -o-box-shadow: 0 0 30px #000000;
  box-shadow: 0 0 30px #000000;
}
#ref-navigation.is_fixed {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ref-item {
  padding-top: 7em;
  margin-bottom: 3.5em;
}
.ref-item img {
  margin-bottom: 1em;
}
.infobereich,
.bilderbereich {
  float: left;
}
.infobereich img,
.bilderbereich img {
  width: 100%;
}
.infobereich {
  width: 20%;
  margin-right: 5%;
}
.infobereich h3 {
  text-align: center;
  font-weight: 300;
}
.bilderbereich {
  width: 75%;
}
/* template classes */
.center {
  margin: 0 auto;
}
.fl {
  float: left;
}
.block {
  display: block;
}
.w10 {
  width: 10em;
}
.w11 {
  width: 11em;
}
.w12 {
  width: 12em;
}
.w13 {
  width: 13em;
}
.w14 {
  width: 14em;
}
.w15 {
  width: 15em;
}
.w16 {
  width: 16em;
}
.w17 {
  width: 17em;
}
.w18 {
  width: 18em;
}
.w19 {
  width: 19em;
}
.w20 {
  width: 20em;
}
.w21 {
  width: 21em;
}
.w22 {
  width: 22em;
}
.w23 {
  width: 23em;
}
.w24 {
  width: 24em;
}
.w25 {
  width: 25em;
}
.w26 {
  width: 26em;
}
.w27 {
  width: 27em;
}
.w28 {
  width: 28em;
}
.w29 {
  width: 29em;
}
.w30 {
  width: 30em;
}
.w31 {
  width: 31em;
}
.w32 {
  width: 32em;
}
.w33 {
  width: 33em;
}
.w34 {
  width: 34em;
}
.w35 {
  width: 35em;
}
.w36 {
  width: 36em;
}
.w37 {
  width: 37em;
}
.w38 {
  width: 38em;
}
.w39 {
  width: 39em;
}
.w40 {
  width: 40em;
}
.w41 {
  width: 41em;
}
.w42 {
  width: 42em;
}
.w43 {
  width: 43em;
}
.w44 {
  width: 44em;
}
.w45 {
  width: 45em;
}
.w46 {
  width: 46em;
}
.w47 {
  width: 47em;
}
.w48 {
  width: 48em;
}
.w49 {
  width: 49em;
}
.w50 {
  width: 50em;
}
.w51 {
  width: 51em;
}
.w52 {
  width: 52em;
}
.w53 {
  width: 53em;
}
.w54 {
  width: 54em;
}
.w55 {
  width: 55em;
}
.w56 {
  width: 56em;
}
.w57 {
  width: 57em;
}
.w58 {
  width: 58em;
}
.w59 {
  width: 59em;
}
.w60 {
  width: 60em;
}
.w61 {
  width: 61em;
}
.w62 {
  width: 62em;
}
.w63 {
  width: 63em;
}
.w64 {
  width: 64em;
}
.w65 {
  width: 65em;
}
.w66 {
  width: 66em;
}
.w67 {
  width: 67em;
}
.w68 {
  width: 68em;
}
.w69 {
  width: 69em;
}
.w70 {
  width: 70em;
}
.w71 {
  width: 71em;
}
.w72 {
  width: 72em;
}
.max {
  width: 100%;
}
.h18 {
  height: 18em;
}
.h20 {
  height: 20em;
}
.h23 {
  height: 23em;
}
.h34 {
  height: 34em;
}
.relative {
  position: relative;
}
.ml-1 {
  margin-left: -1em;
}
.ml05 {
  margin-left: 0.5em;
}
.ml1 {
  margin-left: 1em;
}
.mt-1 {
  margin-top: -1em;
}
.mt1 {
  margin-top: 1em;
}
.mt2 {
  margin-top: 2em;
}
.mt3 {
  margin-top: 3em;
}
.mt4 {
  margin-top: 4em;
}
.mt5 {
  margin-top: 5em;
}
.mt6 {
  margin-top: 6em;
}
.mt7 {
  margin-top: 7em;
}
.mt8 {
  margin-top: 8em;
}
.mr1 {
  margin-right: 1em;
}
.mr2 {
  margin-right: 2em;
}
.mr3 {
  margin-right: 3em;
}
.mr4 {
  margin-right: 4em;
}
.mr5 {
  margin-right: 5em;
}
.mr6 {
  margin-right: 6em;
}
.mr7 {
  margin-right: 7em;
}
.mr8 {
  margin-right: 8em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mb3 {
  margin-bottom: 3em;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.t0 {
  top: 0;
}
.t05 {
  top: 0.5em;
}
.t1 {
  top: 1em;
}
.t2 {
  top: 2em;
}
.t3 {
  top: 3em;
}
.t4 {
  top: 4em;
}
.t5 {
  top: 5em;
}
.t6 {
  top: 6em;
}
.r0 {
  right: 0;
}
.r05 {
  right: 0.5em;
}
.r1 {
  right: 1em;
}
.r2 {
  right: 2em;
}
.r3 {
  right: 3em;
}
.r4 {
  right: 4em;
}
.b0 {
  bottom: 0;
}
.b05 {
  bottom: 0.5em;
}
.b1 {
  bottom: 1em;
}
.b2 {
  bottom: 2em;
}
.b3 {
  top: 3em;
}
.b4 {
  bottom: 4em;
}
.l0 {
  left: 0;
}
.l05 {
  left: 0.5em;
}
.l1 {
  left: 1em;
}
.l2 {
  left: 2em;
}
.l3 {
  left: 3em;
}
.l4 {
  left: 4em;
}
.l23 {
  left: 23em;
}
.p0-5 {
  padding: .5em;
}
.p1 {
  padding: 1em;
}
.pb1 {
  padding-bottom: 1em;
}
.pb2 {
  padding-bottom: 2em;
}
.pb4 {
  padding-bottom: 4em;
}
.pb6 {
  padding-bottom: 6em;
}
.pt2 {
  padding-top: 2em;
}
.tcenter {
  text-align: center;
}
.tblock {
  text-align: justify;
}
.s4 {
  font-size: 4em;
}
.s3 {
  font-size: 3em;
}
.s225 {
  font-size: 2.25em;
}
.s2 {
  font-size: 2em;
}
.s15 {
  font-size: 1.5em;
}
.s1 {
  font-size: 1em;
}
.s075 {
  font-size: 0.75em;
}
/* **************************** Media Queries ******************************** */
@media only screen and (max-width: 1280px) {
  html {
    font-size: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  html {
    font-size: 125%;
  }
}
@media only screen and (max-width: 880px) {
  header #logo {
    width: 60%;
  }
  header h1 {
    margin: 5% 0;
  }
  header #header-kontakt,
  header #nav {
    position: relative;
  }
  header #nav {
    top: 0;
  }
  header #nav ul {
    height: auto;
  }
  header #nav ul li {
    font-size: 2em;
    float: none;
    margin: 0;
    text-align: center;
  }
  header #header-kontakt {
    left: 0;
    text-align: center;
    font-size: 2em;
    margin-bottom: 2em;
  }
  .content_gal {
    width: 90%;
    margin: 0;
    padding: 5%;
  }
  .content_gal .content_gal-margin_right {
    margin-right: 0.5%;
  }
  .content_gal .content_gal-margin_topbottom {
    margin: 0.5% 0;
  }
  .content_gal .content_gal-half {
    width: 49.75%;
  }
  .content_gal > div {
    position: relative;
  }
  .content_gal > div p {
    font-size: 1.5em;
    top: 0.25em;
  }
  #kontakt {
    width: 90%;
    margin: 0;
    padding: 5%;
  }
  #kontakt iframe {
    width: 100%;
    height: 25em;
  }
  #kontakt_formular {
    width: 80%;
    left: 0;
  }
  #kontakt_formular input,
  #kontakt_formular textarea {
    float: none;
    width: 90%;
    padding: 5%;
  }
  #kontakt_formular label {
    width: 100%;
    font-size: 1.5em;
    text-align: center;
  }
  #kontakt_formular input[type="submit"] {
    margin-left: 0;
    width: 100%;
    height: 3em;
    margin-top: 1em;
  }
  /*------------------------------Über-------------------------------*/
  #about {
    width: 90%;
    margin: 5%;
  }
  #about p,
  #about .portrait {
    float: none;
  }
  #about p {
    width: 80%;
    margin: 1.5em auto;
  }
  #about .portrait {
    width: 80%;
    margin: 0 auto;
  }
  /*------------------------------Galerie-------------------------------*/
  #ref-navigation {
    display: none;
  }
  .ref-item {
    margin-top: 0;
  }
  .infobereich,
  .bilderbereich {
    float: none;
  }
  .infobereich {
    width: 100%;
    margin: 0 auto 2em auto;
    font-size: 1.5em;
  }
  .infobereich img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .bilderbereich {
    width: 100%;
  }
  /*-------------------------*/
  .mqhauto {
    height: auto;
  }
  .mqh10 {
    height: 14em;
  }
  .mqmcenter {
    margin: 0 auto;
  }
  .mqw100 {
    width: 100%;
  }
  .mqw90 {
    width: 90%;
  }
  .mqw44 {
    width: 44%;
  }
  .mqp0 {
    padding: 0;
  }
  .mqp5 {
    padding: 5%;
  }
  .mqp2 {
    padding: 2%;
  }
  .mqpb1 {
    padding-bottom: 1em;
  }
  .mqpb1-total {
    padding: 0 0 1em 0;
  }
  .mqm0 {
    margin: 0;
  }
  .mqmt1 {
    margin-top: 1em;
  }
  .mqmt2 {
    margin-top: 2em;
  }
  .mqmb1 {
    margin-bottom: 1em;
  }
  .mqmb2 {
    margin-bottom: 2em;
  }
  .mqmb1-total {
    margin: 0 0 1em 0;
  }
  .mqmb2-total {
    margin: 0 0 2em 0;
  }
  .mqmr2 {
    margin-right: 2%;
  }
  .mqmr4 {
    margin-right: 4%;
  }
  .mqnofl {
    float: none;
  }
}
/* **************************** Helper Classes ******************************** */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* **************************** print ******************************** */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
