/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 7, 2013 */
@font-face {
  font-family: 'hannesboldregular';
  src: url('fonts/hannes-bold-webfont.eot');
  src: url('fonts/hannes-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/hannes-bold-webfont.woff') format('woff'), url('fonts/hannes-bold-webfont.ttf') format('truetype'), url('fonts/hannes-bold-webfont.svg#hannesboldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hannesregularregular';
  src: url('fonts/hannes-regular-webfont.eot');
  src: url('fonts/hannes-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/hannes-regular-webfont.woff') format('woff'), url('fonts/hannes-regular-webfont.ttf') format('truetype'), url('fonts/hannes-regular-webfont.svg#hannesregularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'voiceserifregularitalic';
  src: url('fonts/voiceserif-regular-italic-webfont.eot');
  src: url('fonts/voiceserif-regular-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/voiceserif-regular-italic-webfont.woff') format('woff'), url('fonts/voiceserif-regular-italic-webfont.ttf') format('truetype'), url('fonts/voiceserif-regular-italic-webfont.svg#voiceserifregularitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'voiceserifregularregular';
  src: url('fonts/voiceserif-regular-webfont.eot');
  src: url('fonts/voiceserif-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/voiceserif-regular-webfont.woff') format('woff'), url('fonts/voiceserif-regular-webfont.ttf') format('truetype'), url('fonts/voiceserif-regular-webfont.svg#voiceserifregularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* !globals
----------------------------------------- */
body {
  width: 100%;
  *zoom: 1;
  font-family: 'voiceserifregularregular';
  font-size: 200%;
  line-height: 1.5em;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/*
html, body, #page {
	min-height: 100%;
	height: 100%;
}
*/
.island {
  width: 88%;
  padding: 15px 2%;
  background-color: #fff;
  position: relative;
  margin: 20px auto;
  display: block;
}
.island.black {
  background-color: #000;
  color: #fff;
}
.island.nobg {
  background-color: transparent;
}
.hide {
  visibility: hidden;
  display: none;
}
a {
  color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0);
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #fafafa;
  background-color: #1f1f1f;
}
h1 {
  font-size: 1.25em;
  line-height: 1.5em;
  font-family: 'hannesregularregular';
  font-weight: normal;
  margin-bottom: 1em;
}
h1.boldHead {
  font-family: 'hannesboldregular';
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.25em;
  line-height: 1.4em;
  margin-bottom: 1em;
  font-family: 'voiceserifregularregular';
  font-weight: normal;
}
p {
  margin-bottom: 20px;
}
/* !background image
----------------------------------------- */
img.backgroundImage {
  min-height: 100%;
  /*  fill the background  */

  min-width: 1024px;
  width: 100%;
  /*  scale it  */

  height: auto;
  position: fixed !important;
  /*  position it  */

  top: 0;
  left: 0;
}
@media screen and (max-width: 200px) {
  img.backgroundImage {
    left: 50%;
    /*  without this it's all "no can do" forthe background images  */

    margin-left: -512px;
  }
}
/* !container
----------------------------------------- */
#backgroundContainer {
  z-index: 1;
}
#page {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  /*  very important for showing the content with fullscreen background  */

  /* z-index: 100; */

  padding-bottom: 20px;
}
/* !layout // mobile first
----------------------------------------- */
#header {
  position: relative;
  padding-top: 25px;
  z-index: 500;
}
#logo {
  width: 92%;
  padding-left: 0;
  padding-right: 0;
}
#logo img {
  width: 100%;
  height: auto;
}
#headerNav ul li {
  position: relative;
}
#headerNav ul li a {
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'hannesregularregular';
  font-size: 1em;
  height: 60px;
  line-height: 60px;
}
#headerNav ul li:hover ul.subNav,
#headerNav ul li.mssInPath ul.subNav {
  height: 270px;
  padding-top: 2px;
}
#headerNav ul li ul.subNav {
  position: relative;
  top: -10px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#headerNav ul li ul.subNav li {
  display: block;
}
#headerNav ul li ul.subNav li a {
  background: #666;
  display: block;
  padding: 15px 2%;
  width: 88%;
  margin: 0 auto;
  box-shadow: 0 -2px 0 0 #ffffff;
}
#sideContent {
  z-index: 500;
  min-height: 200px;
  font-family: 'hannesboldregular';
  font-size: 1.5em;
}
#content {
  z-index: 500;
  min-height: 500px;
}
#slides-container {
  position: relative;
  z-index: 250;
  width: 100%;
  height: 630px;
  overflow: hidden;
  top: 100px;
}
#slides-holder {
  width: 100%;
  height: 630px;
}
#slides {
  width: 100%;
  height: 630px;
  position: relative;
  left: 0;
}
#slides li {
  float: left;
}
#slides li a:hover {
	background-color: transparent;
}
#slides li a img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out; 
	/* opacity: 0.8 */
}
#slides li.activeSlide img {
	/* opacity: 1.0; */
}
#slides li a:hover img {
	
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
	/* opacity: 1.0; */
}
a.slidenav {
  /*width: 100px;*/

  height: 50px;
  position: fixed;
  top: 50%;
  margin-top: -90px;
  display: none;
  z-index: 667;
  text-decoration: none;
  font-size: 80px;
  line-height: 40px;
  padding: 20px 15px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
  background-color: #eee;
  color: #555;
  font-family: 'hannesregularregular';
  opacity: 0.6;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #ffffff;
}
.shop a.slidenav {
  display: block;
}
.slidenav#prev {
  left: 0px;
}
.slidenav#next {
  right: 0px;
}
a.slidenav:hover {
  color: #ffffff;
  opacity: 1;
  background: #1f1f1f;
}
.shop #content {
  position: relative;
}
.shop #content img {
  float: left;
  margin-right: 20px;
}
.shop #content h1 {
  font-size: 1.25em;
  margin: 10px 0 20px 0;
  font-family: 'hannesregularregular';
  display: none;
}
.shop #content #content-close {
  position: absolute;
  top: 15px;
  top: -240px;
  right: 15px;
  display: block;
  font-family: 'hannesboldregular';
  font-size: 1.25em;
  color: #000;
  color: #fff;
  text-decoration: none;
  z-index: 9999;
}
.shop #content #content-close:hover {
  color: #1f1f1f;
  color: #fff;
  opacity: 1;
  background: transparent;
}
#footernav {
  visibility: hidden;
}
/* !toggle verantwortung
----------------------------------------- */
.toggle-entry {
  margin-bottom: 20px;
}
.toggle-control:after {
  float: right;
  font-family: 'hannesboldregular';
  font-size: 1.5em;
  text-decoration: none;
  color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0);
  content: "+";
}
.toggle-control:after:hover {
  color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0);
}
.toggle-entry.active .toggle-control:after {
  content: "-";
}
/* !responsive structure
----------------------------------------- */
@media screen and (min-width: 1024px) {
  body {
    font-size: 100%;
  }
  #logo {
    width: 290px;
    margin-left: 0;
  }
  #sideContent {
    max-width: 144px;
    width: 144px;
    left: 106px;
    float: left;
    margin-top: 110px;
    text-align: right;
    font-size: 1.25em;
  }
  #content {
    max-width: 616px;
    width: 66%;
    float: right;
    margin-top: 110px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  }
  .shop #content {
    position: relative;
  }
  .shop #content img {
    float: left;
    margin-right: 20px;
  }
  .shop #content h1 {
    font-size: 1.25em;
    margin: 10px 0 20px 0;
    font-family: 'hannesregularregular';
    display: block;
  }
  .shop #content #content-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    font-family: 'hannesboldregular';
    font-size: 1.25em;
    color: #000;
    text-decoration: none;
    z-index: 9999;
  }
  .shop #content #content-close:hover {
    color: #1f1f1f;
  }
  #footer {
    clear: both;
    position: absolute;
    bottom: 40px;
    z-index: 499;
    font-family: 'hannesboldregular';
    font-size: 1.5em;
  }
  #footerNav {
    clear: both;
    position: absolute;
    right: -8.8%;
    background: #000;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    *zoom: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
  }
  #footerNav:before,
  #footerNav:after {
    content: "";
    display: table;
  }
  #footerNav:after {
    clear: both;
  }
  #footerNav a {
    text-decoration: none;
    color: #fff;
  }
  #headerNav {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #headerNav ul.mainNav li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
  }
  #headerNav ul.mainNav li a {
    background: #000;
    display: block;
    color: #fff;
    height: 30px;
    width: 130px;
    text-decoration: none;
    line-height: 30px;
    padding: 0 0 0 10px;
  }
  #headerNav ul.mainNav li:hover ul.subNav,
  #headerNav ul.mainNav li.mssInPath ul.subNav {
    height: 120px;
    padding-top: 2px;
  }
  #headerNav ul.mainNav li ul.subNav {
    position: absolute;
    top: 40px;
    height: 0;
    overflow: hidden;
  }
  #headerNav ul.mainNav li ul.subNav li {
    display: block;
    margin-left: 0;
    margin-top: 0;
    box-shadow: 0 -2px 0 0 #ffffff;
  }
  #headerNav ul.mainNav li ul.subNav li a {
    margin: 0;
    background: #666;
    width: 130px;
    padding: 0 0 0 10px;
  }
  /* !slideshow products
  	----------------------------------------- */
  #slides-container {
    position: absolute;
    z-index: 250;
    width: 100%;
    height: 630px;
    overflow: hidden;
    top: 180px;
  }
  #slides-holder {
    width: 100%;
    height: 630px;
  }
  #slides {
    width: 100%;
    height: 630px;
    position: relative;
    left: 0;
  }
  #slides li {
    float: left;
  }
  a.slidenav {
    /*width: 100px;*/

    height: 50px;
    position: fixed;
    top: 50%;
    margin-top: -90px;
    display: block;
    z-index: 667;
    text-decoration: none;
    font-size: 80px;
    line-height: 40px;
    padding: 20px 15px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background-color: #eee;
    color: #555;
    font-family: 'hannesregularregular';
    opacity: 0.6;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background: #ffffff;
  }
  .slidenav#prev {
    left: 0px;
  }
  .slidenav#next {
    right: 0px;
  }
  a.slidenav:hover {
    color: #ffffff;
    opacity: 1;
    background: #1f1f1f;
  }
}
