@font-face {
  font-family: schrift;
  src: url('schrift/Roboto-Medium.ttf') format('true'),
       url('schrift/Roboto-Thin.ttf') format('true'),
       url('schrift/Roboto-Light.ttf') format('true');
}

h2 {
  display: flex;
  justify-content: flex-end;
  margin-right: 8%;
  margin-top: 10px;
  margin-bottom: 0%;
}


h2 a {
  top: -10px;
  color: black; 
  text-decoration: none; 
  font-size: 24px; 
  font-weight: bold; 
  font-family: Roboto, sans-serif;
  margin-left: 3.5%;
  background: white;
  border-bottom: 1px solid black;
  padding-top: 21px;
  padding-right: 1.1%;
  padding-left: 1.1%;
  padding-bottom: 11px;
  transition: transform 0.3s;
}


#aboutMeModal.modal {
    background-color: white;
}


a#bbart {
  position: fixed;
  top: -10px;
  color: black; 
  text-decoration: none; 
  font-size: 24px; 
  font-weight: bold; 
  font-family: Roboto, sans-serif;
  background: white;
  border-bottom: none;
  padding-top: 21px;
  padding-right: 1.1%;
  padding-left: 1.1%;
  padding-bottom: 11px;
  transition: transform 0.3s;
}


a#bbart:hover {
  transform: translateY(15px);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.0);
}

.modal-content {
    background-color: red;
    margin: 15% auto;
    padding: 20px;
    border: 10px solid #888;
    width: 80%;
}

.close {
    color: black;
    position: fixed;
    top: 60px;
    right: 2.9%;
    font-size: 48px;
    font-weight: bold;
      z-index: 9998;
    cursor: pointer;
    transition: transform 0.8s; 
}

.close:hover,
.close:focus {
    color: yellow;
    text-decoration: none;
    cursor: pointer;
    z-index: 9998;
    transform: rotate(180deg); 
    text-shadow: -3px -3px 1px black, 3px -3px 1px black, -3px 3px 1px black, 3px 3px 1px black;
}


.contactFormLink {
  bottom: 10px;
  left: 45%;
  margin-top: 10px;
  margin-left: 35%;
  margin-right: 5%;
  border-top: 1px solid white;
  text-decoration: none;
  color: black;
  font-family: Roboto, sans-serif;
  font-size: 10px;
}


.impressumLink	{
  bottom: 10px; 
  left: 55%;
  border-top: 1px solid black;
  margin-top: 10px;
  border-top: 1px solid white;
  text-decoration: none;
  color: black;
  font-family: Roboto, sans-serif;
  font-size: 10px;
}

.aboutMeLink {
  top: 10px;
  right: 7%;
  margin-top: 10px;
  border-bottom: 1px solid #888;
  text-decoration: none;
  color: black;
  border: none;
  background: white;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  opacity: 0; 
  animation: fadeIn 1s ease-in-out forwards; 
  transition: none;
  font-weight: normal;
  letter-spacing: 1px;
}

.aboutMeLink:hover {
  color: black; 
  text-shadow: none;
  transform: none;
}


.galleryLink {
  top: 10px; 
  right: 14%;
  margin-top: 10px;
  border-bottom: 1px solid #888;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: bold;
  border: none;
  background: white;
  padding: 0;
  font-family: Roboto, sans-serif;
  opacity: 0;
  animation: fadeIn 0.75s ease-in-out forwards; 
  transition: none;
  font-weight: normal;
  letter-spacing: 1px;
}

.galleryLink:hover {
  color: black; 
  text-shadow: none;
  transform: none;
}


.cartLink {
  top: 8.5px; 
  right: 3%;
  margin-top: 6px; 
  border-bottom: 1px solid #888;
  text-decoration: none;
  color: black;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: initial;
  border: none;
  background: white;
  opacity: 0; 
  animation: fadeIn 1.5s ease-in-out forwards; 
  transition: none;
}

.cartLink:hover {
  color: black; 
  text-shadow: none;
  transform: none;
}


@keyframes fadeIn {
  from {
    opacity: 0; 
  }
  to {
    opacity: 1; 
  }
}

#aboutMeModal .modal-content {
    background-color: rgba(255, 255, 255, 0.0);
    margin-left: 6.1%;
    margin-right: 7%;
    margin-top: 5.5%;
    position: absolute;
    padding: 0px;
    border: none;
    width: auto;
    height: auto;
    margin-bottom: 1%;
}

#aboutMeModal .modal-content h3 {
    background: black;
    color: white;
    width: 400px;
    height: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7%;
    margin-top: 8%;
    text-align: center;
    padding-top: 14px;
    font-size: 14px;   
    font-family: Roboto, sans-serif;
    font-weight: normal;
}

#aboutMeModal .modal-content p {
    display: flex;
    margin-right: auto;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: -5%;
    line-height: 25px;
    width: auto;
}


#galleryModal .modal-content {
    background-color: white;
    margin-top: 0.1%;
    padding: 20px;
    border: none;
    width: auto;
    margin-bottom: 0;

}

div#galleryModal.modal {
    z-index: 2;
}


#galleryModal .modal-content img {
    display: block;
    margin: 0 auto;
    height: 750px;
    width: 536px;
    margin-top: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9); 
}

#galleryModal .modal-content img.bilderbreit {
    display: block;
    margin: 0 auto;
    height: 750px;
    width: auto;
    margin-top: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9); 
}



.gallery-item {
    position: relative;
    margin-top: 6%;
}

.add-to-cart-btn {
    background-color: black; 
    color: white; 
    padding: 13px 20px; 
    border: none; 
    cursor: pointer; 
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 14px;
    border-radius: 8px;
}

  a#testLink {
    display: none;
  }


    .box {
      display: none;
      width: 100%;
      height: 100%;
      background-color: white;
      position: absolute;
      z-index: 10;
    }

div#handylinks {
    display: grid;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
}

div#handyclose {
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;  
}

a#closehandylinks {
    margin-left: auto;
    text-decoration: none;
    padding-right: 20px;
    color: black;
    font-size: 40px;    
}


.galleryLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    border-top: 1px solid black;
    color: black;
}

.aboutMeLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.cartLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.contactFormLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.impressumLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}



.fixerino {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: white;
  z-index: 5;
  padding-left: 5%;
  border-bottom: 1px #d8dce1;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
}


.fixerino1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2%;
  background-color: white;
  padding: 10px;
  padding-left: 10%;
  border-top: 1px #d8dce1;
  z-index: 1;
  --box-shadow: -4px -5px 4px rgba(0, 0, 0, 0.5);
}

div.notification.success {
  position: fixed;
  top: 110px;
  margin-right: 6%;
  right: 15px;
  border: 1px solid black;
  width: 5%;
  background-color: yellow;
  padding: 5px;
  z-index: 9998;
  box-shadow: 0 0 19px rgba(3, 252, 65, 0.7); 
  border-radius: 5px;
}

div.notification .progress-bar {
  height: 2px;
  background-color: rgba(3, 252, 65, 1);
  margin-top: 5px;
  width: 5px;
  box-shadow: 0px 0px 11px rgba(138, 11, 26, 0.3);
  z-index: 9999;
}

.add-to-cart-btn:hover {
}

.image-description {
    top: 0;
    right: 100px;
    margin-top: 2%;
    display: block;
    }

body {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; /* Das Bild wird zentriert oben platziert */
}

html, body {
  height: 100%;
  margin: 0;
}

//.image-descriptionInEinerLinie {
    position: absolute;
    top: 0;
    right: 100px;
    display: flex;
    flex-direction: column;
    }


.additional-box {
    padding: 10px;
    padding-top: 1.2%;
    width: 540px;
    height: 125px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    border: none;
}

span.yellowbox {
    background: yellow;
    width: 110px;
    height: 43px;
    display: flow-root;
    position: fixed;
    margin-left: 30.6%;
    margin-top: 9.5%;
}

form {
    display: grid;
    padding-top: 1%;
}


span1 {
    display: inline-flex;
    width: 539px;
    margin-bottom: 10px;
}

p7 {
    font-family: Roboto, sans-serif;
    margin-left: auto;
    font-weight: 300;
    
}


p {
    width: 400px;
    font-family: Roboto, sans-serif;
    margin-top: 4px;
    font-weight: 300;
    letter-spacing: 1px;
}

p1 {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    padding-left: 18%;
    display: contents;
    width: 600px;
    font-weight: 300;
    letter-spacing: 1px;
}

p2 {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    padding-left: 18%;
    display: contents;
}

p3 {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    display: contents;
    padding-bottom: 0.4%;
    padding-top: 4.7%;
    display: block;
}

p10 {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    display: contents;
    padding-bottom: 0.7%;
    padding-top: 1.7%;
    display: block;
}


p9 {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    display: contents;
    padding-top: 0.4%;
    padding-bottom: 0.4%;
    display: block;
}


p4 {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    display: contents;
    padding-bottom: 2%;
    padding-top: 2%;
    display: block;
}


p5 {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    padding-left: 18%;
    display: contents;
}

p8 {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    text-align: center;
    color: black;
    font-weight: bold;
    margin-top: 1%;
    margin-bottom: 7.5%;
    padding: 10px 20px;
    justify-content: center;
}

p8 {
    display: flex;
}


h3 {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    display: contents;
    padding-bottom: 3%;
    display: block;
}

h5 {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    display: block;
    text-align: center;
    color: black;
    margin-top: 5px;
}



div#impressumModal.modal.impressumMod {
}



#impressumModal .modal-content {
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.5%;
    margin-bottom: 0;
    padding-left: 6.1%;
    padding-right: 6.1%;
    border: none;
    width: auto;
    height: 100%;
}

#cartModal .modal-content {
    background-color: rgba(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    padding: 20px;
    border: none;
    width: 40%;
}

.product-image {
    width: 90px; 
    height: auto; 
    margin-right: 25%;
    position: relative;
}

.cart-item {
     display: inline-block;
     margin-right: 10px; 
}

#updateCartBtn {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    display: block;
    text-align: center;
    color: black;
    margin-bottom: 40px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: rgba(255, 255, 255, 0.0);
}

#updateCartBtn:hover {
}

#updateCartBtn:active {
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

#kasseBtn {
    background-color: black; 
    color: white; 
    padding: 10px 20px; 
    border: none; 
    cursor: pointer; 
    width: -webkit-fill-available;
    width: -moz-available;
    transition: transform 0.3s;
    border-radius: 8px;
}

#kasseBtn:hover {
    transform: translateY(-5px);
}

#cartContent {
    margin-top: 10px;
}

.deleteBtn { 
    color: black; 
    padding: 5px 10px; 
    border: none; 
    cursor: pointer; 
    margin-left: auto;
    margin-top: 95px;
    background: none;
}

.deleteBtn:hover {
}

.quantity-input {
     width: 7.5%;
     padding: 5px;
     border: 1px solid #ccc;
     text-decoration: none;
     margin-left: 2%;
     outline: none;
}

#contactFormModal .modal-content {
    background-color: rgba(255, 255, 255);
    margin: 5.5% auto;
    padding: 20px;
    border: none;
    width: 30%;
}

#contactForm .modal-content {
    text-align: center; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    max-width: 20%; 
    margin: 0 auto; 
}

#contactFormModal .modal-content .form-row {
    margin-bottom: 10px; 
    display: flex; 
    justify-content: space-between; 
    flex-direction: column;
}

#contactFormModal .modal-content .form-row .input-container {
    width: calc(50% - 5px); 
}

#contactFormModal .modal-content .form-row .input-container label {
    display: block;
    width: 205%;
    text-align: center;
    padding-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    padding-top: 5px;
}

span.privacy-text {
    display: flex;
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    width: 90%;
    padding-top: 4px;
}

div.dataschutza {
   display: -webkit-inline-box;
}



#contactFormModal .modal-content .form-row .input-container input[type="text"],
#contactFormModal .modal-content .form-row .input-container input[type="email"],
#contactFormModal .modal-content .form-row .input-container textarea {
    height: 25px;
    width: 200%;
}

#contactFormModal .modal-content .form-row .input-container textarea {
    width: 200%;
    height: 175px; 
    resize: none;
}

#contactFormModal .modal-content .form-row input[type="submit"] {
    background-color: black; 
    color: white; 
    border-radius: 9px; 
    font-family: Roboto, sans-serif;
    padding: 10px 20px; 
    font-size: 12px; 
    cursor: pointer;
    border: none; 
}

#contactFormModal .modal-content .form-row input[type="submit"]:hover {
    transform: translateY(-5px);
}

form#contactForm {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}



.cookie-box {
            display: none;
            position: fixed;
            z-index: 1;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.4);
            padding: 20px;
	    width: 30%;
            font-family: Roboto, sans-serif;
        }
.cookie-box h6 {
            font-size: 16px;
            font-family: Roboto, sans-serif;
            font-weight: 300;
            margin-top: 8px;
        }
.cookie-box h7 {
            font-size: 16px;
            font-family: Roboto, sans-serif;
        }

button2 {
    background-color: black;
    color: white;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    transition: transform 0.3s;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    border-radius: 7px;
    float: right;
}

button2:hover {
    transform: translateY(-5px);
}

button1 {
    background-color: black;
    color: white;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    transition: transform 0.3s;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    border-radius: 7px;
    float: left;
}

button1:hover {
    transform: translateY(-5px);
}

.cart-item {
    display: flex;
    margin-right: 10px;
    align-items: center;
    border-top: 1px solid black;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cart-actions {
    padding-top: 20px;
    border-top: 1px solid black;
}

@media (max-width: 900px) {
  }


@media (max-width: 767px) {
  .galleryLink, .cartLink, .aboutMeLink, .impressumLink, .contactFormLink {
    display: none;
  }
  a#testLink {
    display: block;
    border: none;
    position: absolute;
    font-size: 40px;
    padding-bottom: 0px;
    top: -20px;
    height: 50px;
    background: none;
  }

  .cookie-box {
    display: none;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
    width: 95%;
    font-family: Roboto, sans-serif;
}

button2 {
    background-color: black;
    color: white;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    margin-left: 10%;
    margin-top: 10px;
    transition: transform 0.3s;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    border-radius: 7px;
}

#galleryModal .modal-content img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-top: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

#galleryModal .modal-content img.bilderbreit {
    display: block;
    margin: 0 auto;
    height: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-top: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.additional-box {
    padding-top: 1.2%;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 125px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10%;
    border: none;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.gallery-item {
  position: relative;
  margin-top: 6%;
  margin-bottom: 30%;
}

span1 {
    display: inline-flex;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-bottom: 10px;
}

p {
    width: 400px;
    font-family: Roboto, sans-serif;
    margin-top: 4px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-right: 15px;
}
    .box {
      display: none;
      width: 100%;
      height: 100%;
      background-color: white;
      position: absolute;
      z-index: 10;
    }

div#handylinks {
    display: grid;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
}

a#bbart {
  position: fixed;
  top: -10px;
  color: black;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  background: white;
  border-bottom: 1px solid black;
  padding-top: 21px;
  padding-bottom: 11px;
  padding-right: 0px;
  padding-left: 0px;
  transition: transform 0.3s;
}

div#handyclose {
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;  
}

a#closehandylinks {
    margin-left: auto;
    text-decoration: none;
    padding-right: 20px;
    color: black;
    font-size: 40px;    
}

p7 {
    font-family: Roboto, sans-serif;
    margin-left: auto;
    font-weight: 300;
    padding-left: 5%;
}

.galleryLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    border-top: 1px solid black;
    color: black;
}

.aboutMeLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.cartLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.contactFormLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.impressumLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.fixerino1 {
   display: none;
}

#aboutMeModal .modal-content {
    background-color: rgba(255, 255, 255, 0.0);
    margin-left: 6.1%;
    margin-right: 7%;
    margin-top: 15.5%;
    position: absolute;
    padding: 0px;
    border: none;
    width: auto;
    height: auto;
    margin-bottom: 1%;
}

#cartModal .modal-content {
    background-color: rgba(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    padding: 20px;
    border: none;
    width: 80%;
}

.product-image {
    width: 90px;
    height: auto;
    margin-right: 1%;
    position: relative;
}

select.quantity-select {
    position: absolute;
    margin-left: 68%;
}

#contactFormModal .modal-content {
    background-color: rgba(255, 255, 255);
    margin: 5.5% auto;
    padding: 20px;
    border: none;
    width: 85%;
    margin-top: 20%;
}

form#contactForm {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

form {
    display: grid;
    padding-top: 1%;
}

span.privacy-text {
    display: flex;
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    width: 100%;
    padding-top: 4px;
}

span.close {
    display: none;
}


#impressumModal .modal-content {
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    border: none;
    width: auto;
    height: auto;
}

.deleteBtn {
    color: black;
    padding: 5px 10px;
    border: none;
    padding-right: 0px;
    cursor: pointer;
    margin-left: auto;
    margin-top: 95px;
    background: none;
}

}






@media (min-width: 768px) and (max-width: 868px) {
  .galleryLink, .cartLink, .aboutMeLink, .impressumLink, .contactFormLink {
    display: none;
  }
  a#testLink {
    display: block;
    border: none;
    position: absolute;
    font-size: 40px;
    padding-bottom: 0px;
    top: -20px;
    height: 50px;
    background: none;
  }

  .cookie-box {
    display: none;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
    width: 95%;
    font-family: Roboto, sans-serif;
}

button2 {
    background-color: black;
    color: white;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    margin-left: 10%;
    margin-top: 10px;
    transition: transform 0.3s;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    border-radius: 7px;
}

#galleryModal .modal-content img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-top: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

#galleryModal .modal-content img.bilderbreit {
    display: block;
    margin: 0 auto;
    height: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-top: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.additional-box {
    padding-top: 1.2%;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 125px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10%;
    border: none;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.gallery-item {
  position: relative;
  margin-top: 6%;
  margin-bottom: 30%;
}

span1 {
    display: inline-flex;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-bottom: 10px;
}

p {
    width: 400px;
    font-family: Roboto, sans-serif;
    margin-top: 4px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-right: 15px;
}
    .box {
      display: none;
      width: 100%;
      height: 100%;
      background-color: white;
      position: absolute;
      z-index: 10;
    }

div#handylinks {
    display: grid;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
}

a#bbart {
  position: fixed;
  top: -10px;
  color: black;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  background: white;
  border-bottom: 1px solid black;
  padding-top: 21px;
  padding-bottom: 11px;
  padding-right: 0px;
  padding-left: 0px;
  transition: transform 0.3s;
}

div#handyclose {
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;  
}

a#closehandylinks {
    margin-left: auto;
    text-decoration: none;
    padding-right: 20px;
    color: black;
    font-size: 40px;    
}

p7 {
    font-family: Roboto, sans-serif;
    margin-left: auto;
    font-weight: 300;
    padding-left: 5%;
}

.galleryLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    border-top: 1px solid black;
    color: black;
}

.aboutMeLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.cartLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.contactFormLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.impressumLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.fixerino1 {
   display: none;
}

#aboutMeModal .modal-content {
    background-color: rgba(255, 255, 255, 0.0);
    margin-left: 6.1%;
    margin-right: 7%;
    margin-top: 15.5%;
    position: absolute;
    padding: 0px;
    border: none;
    width: auto;
    height: auto;
    margin-bottom: 1%;
}

#cartModal .modal-content {
    background-color: rgba(255, 255, 255, 0.4);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    padding: 20px;
    border: none;
    width: 80%;
}

.product-image {
    width: 90px;
    height: auto;
    margin-right: 1%;
    position: relative;
}

select.quantity-select {
    position: absolute;
    margin-left: 68%;
}

#contactFormModal .modal-content {
    background-color: rgba(255, 255, 255, 0.4);
    margin: 5.5% auto;
    padding: 20px;
    border: none;
    width: 85%;
    margin-top: 20%;
}

form#contactForm {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

form {
    display: grid;
    padding-top: 1%;
}

span.privacy-text {
    display: flex;
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    width: 100%;
    padding-top: 4px;
}

span.close {
    display: none;
}


#impressumModal .modal-content {
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    border: none;
    width: auto;
    height: auto;
}

.deleteBtn {
    color: black;
    padding: 5px 10px;
    border: none;
    padding-right: 0px;
    cursor: pointer;
    margin-left: auto;
    margin-top: 95px;
    background: none;
}

}









@media (min-width: 869px) and (max-width: 1024px) {
  .galleryLink, .cartLink, .aboutMeLink, .impressumLink, .contactFormLink {
    display: none;
  }
  a#testLink {
    display: block;
    border: none;
    position: absolute;
    font-size: 40px;
    padding-bottom: 0px;
    top: -20px;
    height: 50px;
    background: none;
  }

  .cookie-box {
    display: none;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
    width: 95%;
    font-family: Roboto, sans-serif;
}

button2 {
    background-color: black;
    color: white;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    margin-left: 10%;
    margin-top: 10px;
    transition: transform 0.3s;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    border-radius: 7px;
}

#galleryModal .modal-content img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-top: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

#galleryModal .modal-content img.bilderbreit {
    display: block;
    margin: 0 auto;
    height: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-top: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.additional-box {
    padding-top: 1.2%;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 125px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10%;
    border: none;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.gallery-item {
  position: relative;
  margin-top: 6%;
  margin-bottom: 30%;
}

span1 {
    display: inline-flex;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-bottom: 10px;
}

p {
    width: 400px;
    font-family: Roboto, sans-serif;
    margin-top: 4px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-right: 15px;
}
    .box {
      display: none;
      width: 100%;
      height: 100%;
      background-color: white;
      position: absolute;
      z-index: 10;
    }

div#handylinks {
    display: grid;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
}

a#bbart {
  position: fixed;
  top: -10px;
  color: black;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  background: white;
  border-bottom: 1px solid black;
  padding-top: 21px;
  padding-bottom: 11px;
  padding-right: 0px;
  padding-left: 0px;
  transition: transform 0.3s;
}

div#handyclose {
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;  
}

a#closehandylinks {
    margin-left: auto;
    text-decoration: none;
    padding-right: 20px;
    color: black;
    font-size: 40px;    
}

p7 {
    font-family: Roboto, sans-serif;
    margin-left: auto;
    font-weight: 300;
    padding-left: 5%;
}

.galleryLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    border-top: 1px solid black;
    color: black;
}

.aboutMeLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.cartLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.contactFormLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.impressumLink1 {
    padding-top: 8%;
    padding-left: 3.5%;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.fixerino1 {
   display: none;
}

#aboutMeModal .modal-content {
    background-color: rgba(255, 255, 255, 0.0);
    margin-left: 6.1%;
    margin-right: 7%;
    margin-top: 15.5%;
    position: absolute;
    padding: 0px;
    border: none;
    width: auto;
    height: auto;
    margin-bottom: 1%;
}

#cartModal .modal-content {
    background-color: rgba(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    padding: 20px;
    border: none;
    width: 80%;
}

.product-image {
    width: 90px;
    height: auto;
    margin-right: 1%;
    position: relative;
}

select.quantity-select {
    position: absolute;
    margin-left: 68%;
}

#contactFormModal .modal-content {
    background-color: rgba(255, 255, 255);
    margin: 5.5% auto;
    padding: 20px;
    border: none;
    width: 85%;
    margin-top: 20%;
}

form#contactForm {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

form {
    display: grid;
    padding-top: 1%;
}

span.privacy-text {
    display: flex;
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    width: 100%;
    padding-top: 4px;
}

span.close {
    display: none;
}

#aboutMeModal.modal {
    background-color: white;
}


#impressumModal .modal-content {
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    border: none;
    width: auto;
    height: 100%;
}

.deleteBtn {
    color: black;
    padding: 5px 10px;
    border: none;
    padding-right: 0px;
    cursor: pointer;
    margin-left: auto;
    margin-top: 95px;
    background: none;
}

}


