/*Google Font*/

body {font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  line-height: 1.2rem;
  color: #727271;

}

/* Seiten inhalte zentrieren und auf eine Maximalbreite begrenzen - ohne Flexbox... */
main{
  max-width: 100vw;
  margin: 0 auto;
}

main img#backgroundimage {
  z-index: -100;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.1;
}


/*------------------------------------------*/
/*DESKTOP-VERSION*/
/*------------------------------------------*/
@media (min-device-width: 768px){

  main img#logo-grey {
    position: fixed;
    box-sizing: border-box;
    align-items: center;
    top: 40px;
    left: 20%;
    right: 20%;
    margin: 20px auto;
    padding: 20px;
    width: 300px;
  }

  .my-startpage-header{
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0em;

    -webkit-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -o-transform: skew(-5deg);
  }

  .my-startpage-header img{
    -webkit-transform: skew(5deg);
    -moz-transform: skew(5deg);
    -o-transform: skew(5deg);
  }


  .my-startpage-header .container{
    position: fixed;
    top: 20vh;
    left: 7%;
    display: flex;
    max-width: 90vw;
    height: 510px;
    box-sizing: border-box;
    padding: 0rem 0rem 0rem 0rem;
    overflow: hidden;
  }

  .my-startpage-header .container a{
    flex-shrink: 0.6;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-right: 1px;
    transition: all 1s;
    max-width: 90%;
    opacity: 0.8;
  }

  .my-startpage-header .container a:hover{
    flex-shrink: 0.1;
    transition: 1s;
    opacity: 1;
  }


  section.header_image {
    background-color: #fff;
    padding-top: 0rem;
    padding-bottom: 0rem;
    flex-basis: 100%;
    text-align: center;
    font-size: 1rem;
    flex-wrap: nowrap;
  }

  section.header_image_mobile {display:none;}
  section.header_image_mobile a img {display:none;}


  /*------------------------------------------*/
  /*KONTAKT*/
  /*------------------------------------------*/

  section.kontakt {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    text-align: center;
    background-color: #fff;
    color: #C5C6C6;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 10px 10px 10px 10px lightgrey;
  }

  .kontakt-block {
    width: 30%;
  }

  .shop-links {
    width: 30%;
  }

  .blau a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #355271;
  }

  .gruen a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFC000;
  }

  section.kontakt div.kontakt-block ul li{
    display:inline;
    margin-top: 7px;
    margin-right: 5px;
    line-height: 12px;
    font-size: 14px;
  }

  section.kontakt div.kontakt-block ul li a{
    text-decoration: none;
    color: #C5C6C6;
  }

  section.kontakt div.kontakt-block ul li a:hover{
    text-decoration: none;
    color: #898989;
  }

}


/*------------------------------------------------------------------------*/

/*------------------------------------------*/
/*MOBILE-VERSION*/
/*------------------------------------------*/
@media (max-device-width: 768px){

  section.header_image {
    display: none;
  }

  main img#logo-grey {
    position: fixed;
    box-sizing: border-box;
    align-items: center;
    bottom: 70px;
    left: 20%;
    right: 20%;
    margin: 20px auto;
    padding: 20px;
    width: 200px;
  }

  section.header_image_mobile {
    text-align: center;
    position: static;
    display: flex;
    max-width: 100vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  main img#logo-grey {
    position: static;
    object-fit: cover;
    max-height: 80px;
    max-width: 200px;
    padding: 20px;
    margin: 0;
}

  section.header_image_mobile img {
    width: 90%;
  }
  
  main img#backgroundimage {
    object-fit: cover;
    height: 100vh;
}

  section.kontakt {
    position: static !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px 0px;
  }

}
