﻿/* This simplyfied cssgrid is made by Peter Voitenleitner - GMFB
Feed me on Paypal if you like: https://paypal.me/Hakuoroku
⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢀⣀⣤⣴⣶⣾⣆⠄⠄⠄⠄⠄
⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠠⣤⣤⣤⠄⢤⣴⣶⣿⣿⣿⢟⣿⣿⣿⠄⠄⠄⠄⠄
⠄⠄⠄⠄⠄⣀⣠⣤⡾⢏⢠⣶⣶⣾⡑⡀⢸⠋⠁⠄⢠⣾⣿⣿⣿⠄⠄⠄⠄⠄
⠄⢀⣠⣶⣿⣿⣿⠟⠁⠁⠰⣋⢫⢲⡇⠛⠄⠄⢀⣠⣤⣉⠻⠿⠿⠄⠄⠄⠄⠄
⢰⣿⣿⣟⣋⣉⣁⠄⠄⠄⠄⠻⣆⣂⡕⠼⠂⠉⣿⣿⡇⢏⠉⠉⠁⠄⠄⠄⠄⠄
⠄⠙⢿⣿⣿⣿⣿⠃⢸⢋⡁⢊⠒⣲⡶⠊⢁⣴⣿⣿⣿⣦⣦⠄⠄⠄⠄⠄⠄⠄
⠄⠄⠄⠙⠻⣿⡟⠄⡆⢸⣧⣾⣶⣤⣤⣾⡿⣿⣿⠿⡻⣻⣿⠁⠄⠄⠄⠄⠄⠄
⠄⠄⠄⠄⠄⠄⠄⠘⠠⣾⣿⣿⡿⠿⠿⣥⣾⣿⠿⣛⠅⢰⣗⠄⠄⠄⠄⠄⠄⠄
⠄⠄⠄⠄⠄⠄⠄⠄⠄⠸⣶⣶⣿⣟⣛⣛⣛⠲⠿⣵⣿⣟⢅⠂⠄⠄⠄⠄⠄⠄
⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢹⡟⠋⣠⣤⣤⣤⣍⡑⠂⠬⢉⣾⠄⠄⠄⠄⠄⠄⠄
⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢠⠁⣿⣿⣿⣿⠿⠿⠿⠿⠷⢶⡄⠄⠄⠄⠄⠄⠄⠄
⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠘⠄⢉⣁⣀⣤⣤⣤⣤⣤⣤⣤⠄⠄⠄⠄⠄⠄⠄⠄
⠄⠄⠄⠄⠄⠄⠄⠄⠄⣀⠈⠙⠿⣿⣿⣿⣿⡍⠟⢁⣠⣤⣶⣶⣤⣄⡀⠄⠄⠄
⠄⠄⠄⠄⠄⠄⠄⢀⣾⣿⣿⣷⣦⣀⠉⠿⣿⡇⠄⣾⣿⣿⣿⣿⣿⣿⣿⣶⡀⠄
⠄⠄⠄⠄⠄⠄⢠⣾⣿⣿⣿⣿⣿⣿⣷⡄⠹⠇⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠄
⠄⠄⠄⠄⠄⠄⣾⣿⣿⣿⣿⣿⣿⣿⡿⠋⠄⠄⠈⠙⠿⢿⣿⣿⣿⣿⣿⣿⣿⡇
*/
/* Universal */

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  scroll-behavior: smooth; /*if you want to make one-pages */
}

img {
  width: 100%;
  object-fit: cover;
}

/* Typografie */
* {
    font-family: 'DM Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: #28252C;
  text-transform: none;
}

h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2.375em;
  line-height: 1em;
}

.abobox {
  font-size: 1.25em;
  color: #7247FF;
  font-weight: 800;
}

h4 {
  font-size: 2.125em;
}

h5 {
  font-size: 2em;
}

h6 {
  font-size: 1.75em;
}

p {
  font-size: 1.25em;
  line-height: 1.3;
}

a {
  color: #7247FF;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* Positions */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

/* Grid */

@media(min-width: 900px) {
  main {
      padding-top: 3em;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 20px;
      max-width: 1300px;
      margin: 30px auto; /* set auto if no fixed Navigation*/
      align-items: center; /* disable if you don't want to align items*/
  }
  .col-2{
    grid-column: span 2 / auto;
  }

  .col-3{
    grid-column: span 3 / auto;
  }

  .col-4{
    grid-column: span 4 / auto;
  }

  .col-5{
    grid-column: span 5 / auto;
  }

  .col-6{
    grid-column: span 6 / auto;
  }

  .col-7{
    grid-column: span 7 / auto;
  }

  .col-8{
    grid-column: span 8 / auto;
  }

  .col-9{
    grid-column: span 9 / auto;
  }

  .col-10{
    grid-column: span 10 / auto;
  }

  .col-11{
    grid-column: span 11 / auto;
  }

  .col-12{
    grid-column: span 12 / auto;
  }
}

@media (max-width: 900px) {
  main {
    padding: 10px;
    width: calc(100% - 20px);
  }
}

/*Navigation using grids - disable if not needed - use "position:fixed" to make it sticky */
nav {
  display: grid;
  background-color: #7247FF;
  grid-auto-flow: column;
  grid-gap: 30px;
  padding: 0 20px;
  margin: auto;
  position: fixed; /*can delete if you dont want it sticky */
  top: 0;
  width: 100%;
  /*box-shadow: 0 2px 3px rgb(2 31 63 / 0%), 0 30px 60px -25px rgb(2 31 63 / 10%), 0 0 120px rgb(2 31 63 / 5%);*/
}

@media(max-width: 900px) {
nav {
  margin: auto;
  position: fixed; /*can delete if you dont want it sticky */
  bottom: 0;
  width: 100%;
  top: auto;
  padding: 0;
}
}

  nav a {
    display: block;
    font-family: 'Lato', sans-serif;
    color: #FFF7F7;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    transition: color 0.5s ease;
  }

  nav a:hover {
    color: black;
  }

  #logo {
    display: grid;
    justify-content: start;
    align-content: center;
  }

  @media(max-width: 900px) {
    #logo {
      display: none;
    }
  }

  #logo p {
    font-size: 1.25em;
    font-weight: 700;
    line-height: inherit;
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #navlinks {
    display: grid;
    justify-content: end; /* you can change it to "start" if you want the nav bar on the left side but you need to switch it with the logo*/
    align-content: center;
    grid-auto-flow: column;
    margin-right: 20px;
    margin-left: 20px;
  }

  @media(max-width: 900px) {
    #navlinks {
      justify-content: center;
      margin: auto;
    }
  }

  /* Footer */

  footer {
    display: grid;
    min-height: 100px;
    grid-auto-flow: row;
    grid-gap: 30px;
    padding: 0 20px;
    margin: auto;
  }

  .social-media {
    display: grid;
    justify-content: center;
    align-content: center;
    grid-auto-flow: column;
    font-size: 2em;
    grid-gap: 20px;
  }

  .social-media a {
    color: #28252C;
    transition: color 0.5s ease;

  }

  .social-media a:hover {
    color: #7247FF;
  }

.paybox {
background-color: white;
padding: 1em;
border-radius: 0.5em;
box-shadow: 0 2px 3px rgb(2 31 63 / 0%), 0 30px 60px -25px rgb(2 31 63 / 10%), 0 0 120px rgb(2 31 63 / 5%);
transition: box-shadow 0.5s ease;
 }

 .paybox:hover {
  background-color: white;
  padding: 1em;
  border-radius: 0.5em;
  box-shadow: 0 2px 3px rgb(2 31 63 / 10%), 0 30px 60px -25px rgb(2 31 63 / 10%), 0 0 120px rgb(2 31 63 / 5%);
   }
  
.paybox-2 {
  max-width: 700px;
  margin: auto;
  background-color: white;
  padding: 2em;
  border-radius: 0.5em;
  box-shadow: 0 2px 3px rgb(2 31 63 / 0%), 0 30px 60px -25px rgb(2 31 63 / 10%), 0 0 120px rgb(2 31 63 / 5%);
   }

 a.box {
   text-decoration: none;
   color: #28252C;
 }

 a {
   text-decoration: none;
 }

 .price {
   font-size: 2em;
   line-height: 1em;
   font-weight: 700;;
   margin: 0;
 }

 .textbox-size {
   padding-left: 20%;
   padding-right: 20%;
 }

.orderlist {
  list-style: none;
  font-size: 1.25em;
}

.orderlist li:before {
  content: '✔️ ';
}

.mwst-info {
  text-align: center;
  display: block;
  font-size: 1em;
  color: grey;
}

#logo a {
  padding: 0;
}