body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}


/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.container {
  max-width: 1280px;
  margin: 0 auto;
}
/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
  text-align: center;
}
section.module.parallax {
  position: relative;
  height: 800px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("../images/bg1.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/bg2.jpg");
}
section.module.parallax-3 {
  background-image: url("../images/bg3.jpg");
}
section.module.parallax-4 {
  background-image: url("../images/bg4.jpg");
}
section.module.parallax-5 {
  background-image: url("../images/bg5.jpg");
}


section.module.parallax-1 .since {
    display: none;
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 36px;
  }
  section.module.parallax h1 {
    font-size: 96px;
    margin: 0 auto;
  }
  section.module.parallax-1 .since {
    display: inline-block;
    text-align: center;
    margin: 80px auto 0 auto;
    height: 17px;
    width: 552px;
    background: url("../images/since.png") no-repeat;
  }
}

@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}



#winterpause {
  position: fixed;
  top: 0px;
  left:15%;
  background: orange;
  color:#fff;
  font-size: 12pt;
  font-weight: 700;
  padding: 10px 15px;
  z-index: 1000;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
}

#winterpause span {
  font-weight: 300;
  font-size: 10pt;
}



section.module.parallax-1 img {
    position: absolute;
    top: 60px;
    right: 60px;
    max-width: 65%;
}

section.module.parallax-1 h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 45px;
    padding: 300px 0 20px 0;
    margin: 0;
}

section.module.parallax-1 h1 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 25px;
}

section.module.parallax-1 .container {
    text-align: center;
    padding: 0 20px;
}




h4 {
    font-size: 16px;
  } 



.arrow {
    width: 69px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    opacity: 0.4;
    background: url("../images/arrow.png") no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 200ms ease-in-out 0s; /* explorer 10 */
    -webkit-transition: all 200ms ease-in-out 0s; /* chrome & safari */
    -moz-transition: all 200ms ease-in-out 0s; /* firefox */
    -o-transition: all 200ms ease-in-out 0s; /* opera */
}

.arrow:hover {
    opacity: 1;
}

.imgicons {
    display: inline-block;
    max-height: 127px;
    max-width: 90%;
    margin: 0 20px 140px 20px;
}

.imgs {
    display: inline-block;
    max-height: 380px;
    margin: 10px 14px;
    max-width: 100%;
}

section.module.content {
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow: auto;
}

section.module.content .store {
    overflow: auto;
    margin: 0 0 50px 30px;
    float: left;
}

section.module.content span {
    text-align: left;
    display: inline-block;
    float: left;
    margin: 10px 40px 0 0;
}

section.module.content .icon {
    width: 114px;
    height: 113px;
    background: url("../images/icon.jpg") no-repeat;
    float: left;
    margin: 25px 50px 0 30px;
}

section.module.content h1 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 23px;
    text-transform: uppercase;
}

section.module.content h2 {
    font-size: 22px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 37px;
    padding: 140px 0 50px 0;
    margin: 0;
}

section.module.content h2 b {
    font-weight: 700;
}

section.module.content .container.mid {
    max-width: 900px;
    padding: 50px 20px 60px 20px;
    overflow: auto;
}

section.module.content .container.small {
    max-width: 700px;
    padding: 0 20px 100px 20px;
    overflow: auto;
}

a {
    color: #4fafcc;
    text-decoration: none;
}

a:hover {
    color: #0f8ea6;
}