/* 
    Created on : Nov 16, 2018, 1:09:19 PM
    Author     : sch
*/
html, * {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  color: #666666; }

body {
  width: 100%;
  height: 100vh;
  background-image: url(../img/BgPhotobyJosefMallaun.jpg);
  background-size: cover;
  background-attachment: fixed; }

ul#menu {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background-color: #0092dd;
  width: 100%;
  height: 3rem; }
  @media only screen and (max-width: 420px) {
    ul#menu {
      height: 6rem; } }
  ul#menu li {
    background-color: red;
    display: contents;
    height: 3rem;
    line-height: 3rem; }
    ul#menu li a {
      box-sizing: border-box;
      border-right: 0.1rem solid #07A8FF;
      display: inline-block;
      float: left;
      height: 3rem;
      font-size: 1rem;
      line-height: 3rem;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      color: white;
      padding: 0 1rem; }
      @media only screen and (max-width: 420px) {
        ul#menu li a {
          border-bottom: 0.1rem solid #07A8FF; } }
    ul#menu li a:hover, ul#menu li a:active {
      background-color: #07A8FF; }
  ul#menu li#logo a {
    border-left: 0;
    background-image: url(../img/lissportJenWhite.png);
    background-size: auto 1rem;
    background-repeat: no-repeat;
    background-position: center;
    height: 3rem;
    width: 8rem; }
  @media only screen and (max-width: 420px) {
    ul#menu li#mKontakt a {
      float: right;
      border: 0.1rem solid #07A8FF; } }

section {
  position: relative;
  padding: 3rem 0;
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.85); }
  section h2, section h3 {
    text-transform: uppercase;
    text-align: center; }
  section h2 {
    font-size: 2rem;
    line-height: 3.5rem; }
  section h3 {
    font-size: 1.8rem;
    line-height: 3.3rem; }
  section h4 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem; }
  section div#toko h3 {
    padding-top: 3.3rem;
    height: 13.3rem;
    background-image: url(../img/Toko_Wappen_6cm_RZ.png);
    background-size: auto 10rem;
    background-repeat: no-repeat;
    background-position: bottom; }
  section div#kunzmann h3 {
    padding-top: 3.3rem;
    height: 8.3rem;
    background-image: url(../img/znacky/kunzmann250x63trans.png);
    background-repeat: no-repeat;
    background-position: bottom; }
  section div#srb h3 {
    padding-top: 3.3rem;
    height: 10.3rem;
    background-image: url(../img/znacky/srb.png);
    background-repeat: no-repeat;
    background-position: bottom; }
  section p, section address, section ul, section ol {
    width: auto;
    margin: 1rem; }
    @media only screen and (min-width: 1024px) {
      section p, section address, section ul, section ol {
        margin: 3rem; } }
    @media only screen and (max-width: 1024px) {
      section p, section address, section ul, section ol {
        margin: 2rem; } }
    @media only screen and (max-width: 420px) {
      section p, section address, section ul, section ol {
        margin: 1rem; } }
  section .iframe {
    border: 0;
    height: 10rem;
    margin: 0; }
    @media only screen and (min-width: 1024px) {
      section .iframe {
        margin: 3rem;
        width: calc(100% - 6rem); } }
    @media only screen and (max-width: 1024px) {
      section .iframe {
        margin: 2rem;
        width: calc(100% - 4rem); } }
    @media only screen and (max-width: 420px) {
      section .iframe {
        margin: 1rem;
        width: calc(100% - 2rem); } }
  section div {
    clear: both; }
    section div div.produkt {
      float: left;
      clear: none;
      text-align: center; }
      @media only screen and (min-width: 1024px) {
        section div div.produkt {
          margin-left: 3rem;
          width: calc(25vw - 4rem); } }
      @media only screen and (max-width: 1024px) {
        section div div.produkt {
          margin-left: 2rem;
          width: calc(50% - 4rem); } }
      @media only screen and (max-width: 420px) {
        section div div.produkt {
          margin-left: 1rem;
          width: calc(100% - 2rem); } }
      section div div.produkt h5 {
        text-align: center; }
      section div div.produkt img {
        width: 100%; }

section#home {
  text-align: center;
  background-color: transparent;
  padding-top: calc(50vh - 6.5rem); }
  @media only screen and (max-width: 420px) {
    section#home {
      padding-top: calc(50vh - 8.75rem); } }
  section#home h1 {
    font-size: 0pt;
    position: relative;
    height: 5rem; }
  section#home h1::after {
    position: absolute;
    top: 0;
    left: 1rem;
    content: "";
    background-image: url(../img/lissportShadow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% - 2rem);
    height: 5rem;
    /*padding-left: 1rem;
    padding-right: 1rem;*/ }
  section#home h2, section#home h3 {
    text-transform: uppercase;
    text-shadow: -1px 0 1px #000;
    color: white; }
  section#home h2 {
    font-size: 3rem;
    line-height: 4.5rem; }
  section#home h3 {
    font-size: 2rem;
    line-height: 3.5rem; }

/*# sourceMappingURL=tokowax.css.map */
