html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 20px;
}
h2 {
    background-color: #135686;
    border-radius: 0 5px 5px 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin: 50px 0 15px -60px;
    padding: 10px 0 10px 60px;
    width: 400px;
}
hr {
    background-color: #FFFFFF;
    border: 0 none;
    height: 5px;
    margin: 30px 0;
}
p {
    margin: 0 0 10px;
}
em, i {
    font-style: normal;
}
a {
    color: #135686;
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
html {
    min-height: 100%;
    position: relative;
    width: 100%;
}
strong {
    font-weight: bold;
}
ul {
    margin: 20px 0;
}
ul li {
    border-bottom: 1px solid #0066A0;
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
}
.button {
    background: linear-gradient(to bottom, #0070AC 0%, #103560 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 0 2px 2px #FFFFFF;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    padding: 20px;
    text-align: center;
    width: 340px;
}
.button a {
    color: #FFFFFF;
}
.button:hover {
    background: linear-gradient(to bottom, #C0001A 0%, #E20020 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    text-decoration: none;
}
body {
    background-color: #000000;
    color: #000000;
    font-family: 'Open Sans',sans-serif,Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 140%;
}
img.bg {
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    right: 0;
    width: 100%;
}
@media screen and (max-width: 1024px) {
img.bg {
    left: 50%;
    margin-left: -512px;
}
}
#main {
    display: inline-block;
    height: auto;
    margin: 50px 0 0 50px;
    position: absolute;
    width: 640px;
    z-index: 999;
}
#box {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px 5px 0 0;
    display: inline-block;
    height: auto;
    padding: 40px;
    width: 580px;
}
#logo {
    margin: -60px 0 0 -60px;
    position: absolute;
    z-index: 3;
}
.full {
    clear: both;
}
#preis SPAN {
    display: block;
    float: left;
    width: 200px;
}
#gallery {
    display: inline-block;
    margin: 0;
}
#gallery h2 {
    margin-top: 30px;
}
#gallery .thumb {
    float: left;
    margin: 0 1px 1px 0;
}
#feedback {
    background-color: #7AACC7;
    border-top: 5px solid #135686;
    clear: both;
    color: #FFFFFF;
    padding: 20px 40px;
    width: 580px;
}
#foot {
    background-color: #135686;
    border-radius: 0 0 5px 5px;
    height: 5px;
    width: 660px;
}
#copy {
    color: #FFFFFF;
    font-size: smaller;
    margin: 20px 0 0;
}
#copy a {
    color: #FFFFFF;
    padding: 20px 0 40px;
}
.fb-like {margin:10px 0;}

/*GALLERY
------------------------------------------------------------------------------------------*/

#lightbox {
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}
#lightbox img {
    height: auto;
    width: auto;
}
#lightbox a img {
    border: medium none;
}
#outerImageContainer {
    background-color: #FFFFFF;
    height: 600px;
    margin: 0 auto;
    position: relative;
    width: 600px;
}
#imageContainer {
    padding: 10px;
}
#loading {
    height: 25%;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}
#hoverNav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav {
    left: 0;
}
#hoverNav a {
    outline: medium none;
}
#prevlink, #nextlink {
    display: block;
    height: 100%;
    width: 49%;
}
#prevLink {
    float: left;
    left: 0;
}
#nextLink {
    float: right;
    right: 0;
}
#prevLink:hover, #prevLink:visited:hover {
    background: url("images/prevlabel.gif") no-repeat scroll left 15% rgba(0, 0, 0, 0);
}
#nextLink:hover, #nextLink:visited:hover {
    background: url("images/nextlabel.gif") no-repeat scroll right 15% rgba(0, 0, 0, 0);
}
#imageDataContainer {
    background-color: #FFFFFF;
    font: 10px/1.4em Verdana,Helvetica,sans-serif;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}
#imageData {
    color: #666666;
    padding: 0 10px;
}
#imageData #imageDetails {
    float: left;
    text-align: left;
    width: 70%;
}
#imageData #caption {
    font-weight: bold;
}
#imageData #numberDisplay {
    clear: left;
    display: block;
    padding-bottom: 1em;
}
#imageData #bottomNavClose {
    float: right;
    outline: medium none;
    padding-bottom: 0.7em;
    width: 66px;
}
#overlay {
    background-color: #000000;
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
}
#slider {
    border: 10px solid #FFFFFF;
    height: 300px;
    width: 560px;
    z-index: 1;
}
.rslides {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
#slider .rslides li {
    border: 0 none;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#slider .rslides li:first-child {
    display: block;
    float: left;
    position: relative;
}
#slider .rslides img {
    border: 0 none;
    display: block;
    float: left;
    height: 300px;
    width: 560px;
}

  /*RESPONSIVE
  ------------------------------------------------------------------------------------------*/

@media handheld and (max-width: 600px), screen and (max-device-width: 600px), screen and (max-width: 768px) {
body {
    background: none repeat scroll 0 0 #FFFFFF;
}
img.bg {display:none;
}
h1 {
  font-size:22px;
  color:#000;
  margin:40px 0 10px 0;
  padding:0;
  line-height: 120%;
}
h2 {
  font-size:19px;
  color:#135686;
  margin:40px 0 10px 0;
  padding:0;
  width:auto;
  font-weight:700;
  background-color:#fff;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#main {
    width:90%;
    margin:0 5%;
}
#box {
    width:100%;
    padding:0;
    margin:0;
}
#logo {
  margin:10px auto;
  z-index:3;
  position:absolute;
  width:281px; 
}
.button {
    margin: 10px 0;
    padding: 5%;
    width: 90%;
}
#container {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#slider {
    border: medium none;
    height: auto;
    margin: 104px 0 0;
    width: 100%;
    z-index: 1;
}
#gallerie {
    padding: 0 10px 20px;
}
#feedback {
    width:90%;
    border-radius: 0;
    padding:5%;
}
#foot {
    width:90%;
    border-radius: 0;
    padding:0 5%; 
}
#copy {
  color:#000;
  padding:20px 0 40px 0;
}
#copy a {
  color:#000;
}
.rslides {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.rslides li {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rslides li img {
    width: 100%;
}
}

