.mobile-header,
.mobile-nav {
  display: none;
}

.topbar-mobile {
  display: none;
}

.topbar {
  display: flex;
}

.news {
  display: none;
}

.topbar-tablet {
  display: none;
}

.tablet-header,
.tablet-nav {
  display: none;
}




@media (min-width: 768px) and 
(max-width: 1360px) {

  /*==========HEADER UND NAV============*/
  header, nav {
    display: none;
  }
  
  body {
    margin-top: 0px !important;
  }

  .tablet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: black;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    margin-top: 30px;
  }

  .tablet-logo img {
    height: 60px;
    width: auto;
  }

  .tablet-hamburger {
    cursor: pointer;
  }

  .tablet-hamburger img {
    height: 40px;
    width: 40px;
    margin-top: 10px;
  }

  .tablet-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.940);
    color: white;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .tablet-nav.active {
    display: flex;
  }

  .tablet-nav ul {
    list-style: none;
    padding: 0;
  }

  .tablet-nav ul li {
    margin: 20px 0;
  }

  .tablet-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 50px !important;
    font-family: "Space Mono", monospace;
    letter-spacing: 2px;
  }


  /*========TOP BAR========*/
  .topbar,
  .topbar-left,
  .topbar-right {
    display: none;
  }

  .topbar-tablet {
  background-color: rgb(144, 139, 182);
  color: white;
  height: 30px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-family: monospace; 
  z-index: 999;
  }

  .topbar-right-tablet {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
  }

  .topbar-left-tablet {
    padding-left: 10px;
  }




/*========INDEX=========*/
  /*===HERO WELCOME===*/
  .herowelcome,
  .heroh1 {
    display: flex;
    margin-top: 50px !important;
    margin-bottom: 20px;
  }

.herowelome {
  display: flex;
  align-items: row;
}

.heroh1 {
  font-family: "Space Mono", monospace;
  font-size: 60px;
  margin: -30px auto;
  padding: 20px;
  text-align: center;
  letter-spacing: 2px;
}

  /*===SLIDER===*/
  .slider-container {
  position: relative;
  max-width: 768px;
  margin: 0 auto !important;
  border: 5px solid black;
  border-radius: 0px !important;
  margin-bottom: 0px !important
  }

  .slider {
  overflow: hidden;
}

  .slides {
    display: flex;
    transition: transform 0.3s linear;
    width: 100%;
  }

  .slide {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }

  .slide img {
    display: block;
    width: 100%;
    height: 500px !important; 
    object-fit: cover !important;
    object-position: top !important;
  }
  /*BUTTONS SIND SOWIESO WEGGESCHNITTEN, SO LASSEN, SONST ÄNDERN MIT
  INDEX HTML UM ES SAUBER ZU ENTFERNEN*/
  .slider-container button.prev img,
  .slider-container button.next img {
    display: none !important;
    cursor: pointer;
    z-index: 10;
    width: 60px;
    height: 60px;
    display: block;
  }

  .slider-container button.prev {
    display: none;
    left: 0px; 
    top: 0px;
    position: absolute;
    border: none;
    background: none;
  }

  .slider-container button.next {
    display: none;
    right: -0px; 
    top: 0px;
    position: absolute;
    border: none;
    background: none;
  }

  .slide-text-left-bottom {
    position: absolute;
    top: auto;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: white;
    padding: 20px;
    padding-left: 20px !important;
    min-height: 200px;
    background-color: rgba(0, 0, 0, 0.373);
  }

  /*=SLIDER SCHRIFTGRÖSSE=*/
  .slide-text-left-bottom h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 2px;
    letter-spacing: 1px;
    max-width: 130px;
  }

  .slide-text p {
    font-size: 25px !important;
    margin-right: 20px;
  }


  /*===BANNER===*/
  .banner2 {
    position: relative;
    height: auto;
    width: auto;
    background: black;
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px !important;
  }

  .headerbanner2 {
    height:auto;
    padding: 20px;
    border: 5px solid white;
    border-radius: 8px;
    width: fit-content;
    margin: 0 auto;
  }

  .headerbanner2 h1 {
    font-size: 30px !important;
    letter-spacing: 2px;
    font-family: "Space Mono", monospace;
    font-weight: 700;
    line-height: 40px;
  }

  .headerbanner2 p {
    font-size: 22px !important;
    font-weight: 400;
  }

  .contentbanner2 {
    display: flex;
    flex-direction: column !important;
    align-content: center;
    justify-content: center;
  }

  .contentbanner2 img {
    height: 50px !important;
    width: 50px !important;
    background: fixed rgb(214, 181, 255);
    border: 5px white;
    border-radius: 8px;
    margin: 20px;
  }

  .banner2defense,
  .banner2man,
  .banner2opp {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 300px !important; /*WIDTH EINZELNE BLÖCKE*/
    margin: 20px auto !important;
  }

  .contentbanner2 h2 {
    font-family: "Space Mono", monospace;
    font-size: 30px;
    margin-top: 10px;
  }

  .contentbanner2 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
  }

  .buttonbanner2 {
    font-family: "Space Mono", monospace;
    font-size: 25px;
    font-weight: 700;
    padding: 5px;
    margin-top: 40px;
    background-color: rgb(214, 181, 255);
    border-radius: 8px;
    border: none;
    color: black;
  }

  .buttonbanner2 a {
    text-decoration: none;
    color: black;
  }


  /*===SHOWCASE===*/
    .showcase {
    position: relative;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px !important;
  }

  .headershowcase {
    height:auto;
    padding: 10px !important;
    margin: 0px !important;
    margin-bottom: 25px !important;
  }

  .headershowcase h1 {
    font-size: 35px !important;
    letter-spacing: 4px;
    font-family: "Space Mono", monospace;
    font-weight: 700;
    line-height: 40px;
  }

  .ivkagcontent,
  .picturecontent,
  .customercontent {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 400px;
    margin: 20px;
  }

  .contentshowcase {
    display: flex;
    flex-direction: column !important;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 20px;
  }

  .contentshowcase img {
    height: 300px !important;
    width: 300px !important;
    display: flex;
    flex-direction: row;
    object-fit: cover;
    border: 5px solid black;
    border-radius: 8px;
    background-color: white;
    align-items: center;
    justify-content: center;
  }

  .contentshowcase h1 {
    font-family: "Space Mono", monospace;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .contentshowcase p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px !important;
    font-weight: 700;
    margin: 10px !important;
  }

  .ivkagcontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 650px !important;
    width: 350px !important;
    border: 5px solid black;
    border-radius: 8px;
    padding: 10px !important;
    box-sizing: border-box;
    background-color: rgb(214, 181, 255);
    margin: 0 auto !important;
  }

  .picturecontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 650px !important;
    width: 350px !important;
    border: 5px solid black;
    border-radius: 8px;
    padding: 10px !important;
    background-color: rgb(214, 181, 255);
    margin: 0 auto !important;
  }


  .customercontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 650px !important;
    width: 350px !important;
    border: 5px solid black;
    border-radius: 8px;
    padding: 10px !important;
    background-color: rgb(214, 181, 255);
    margin: 0 auto !important;
  }

  .showcasebutton {
    display: flex;
    flex-direction: column;
    font-family: "Space Mono",monospace;
    font-size: 30px;
    padding: 10px;
    font-weight: 700;
    border: 5px solid black;
    border-radius: 8px;
    max-width: fit-content;
    background-color: rgb(214, 181, 255);
    margin: 0 auto 20px auto;
    text-decoration: none;
    color: black;
    margin-top: 20px;
  }

  .showcase a {
    text-decoration: none;
    cursor: pointer;
  }

  /*KUNDENBEWERTUNG*/
  .kundenbewertung {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    padding: 30px;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    background-color: rgb(214, 181, 255);
  }

  .headerkundenbewertung {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .headerkundenbewertung h1 {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 4px;
    line-height: 50px !important;
  }

  .sliderkundenbewertung {
    position: relative;
    max-width: 100% !important;
    margin-top: 30px !important;
    margin: 50px auto;
    background-color: white;
    border: 5px solid black;
    border-radius: 8px;
  }

  .sliderkunde {
    width: 100%;
    overflow: hidden;
  }

  .slideskunde {
    display: flex;                 /* Slides nebeneinander in einer Reihe */
    transition: transform 0.5s ease-in-out;  
    width: 100%;
  }

  .slidekundeactive {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    padding: 20px;
  }

  .slidekundeslide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    padding: 20px;
  }

  .slidekundeactive img {
    display: block;
    max-width: 300px !important;
    max-height: 150px;            /* Höhe anpassen, oder 100% falls volle Höhe */
    margin: 0 auto 20px auto;
    object-fit: contain;
    align-self: center;
    padding: 20px;
  }

  .slidekundeslide img {
    display: block;
    max-width: 300px !important;
    max-height: 150px;
    margin: 0 auto 20px auto;
    object-fit: contain;
    align-self: center;
    padding: 20px;
  }

  /*SLIDERTEXT*/
  .slidekundeactive p {
    font-size: 18px !important;
    font-family: monospace;
    margin-bottom: 15px;
    color: black;             
    text-align: center;
    padding: 10px;
    line-height: 25px !important;
  }

  .slidekundeactive h3 {
    font-family: "Space Mono", monospace;
    font-size: 22px !important;
    font-weight: 700;
    color: black;
    text-align: center;
  }

  .slidekundeslide p {
    font-size: 18px !important;
    font-family: monospace;
    margin-bottom: 15px;
    color: black;             
    text-align: center;
    padding: 10px;
    line-height: 25px !important;
  }

  .slidekundeslide h3 {
    font-family: "Space Mono", monospace;
    font-size: 22px !important;
    font-weight: 700;
    color: black;
    text-align: center;
  }

  .sliderkundenbewertung button.prev,
  .sliderkundenbewertung button.next {
    display: none !important;
    cursor: pointer;
    z-index: 996;
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    top: 50%;
    border: none;
    transform: translateY(-50%);
  }

  .sliderkundenbewertung button.prev {
    display: none;
    left: 0px; 
    border: none;
    background: none;
  }

  .sliderkundenbewertung button.next {
    display: none;
    right: 0px; 
    border: none;
    background: none;
  }

  /*KUNDENBEWERTUNG2*/
  .headerkundenbewertung2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .headerkundenbewertung2 h1 {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 4px;
    margin-bottom: 30px;
    line-height: 50px;
  }

  .logoskundenbewertung2 {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5px !important;
    background-color: white;
    width: 260px !important;
    height: 400px !important;
    margin: 5px auto !important;
    padding: 5px !important;
    border: 5px solid black;
    border-radius: 8px;
  }

  .logoskundenbewertung2 img {
    width: auto;
    height: 50px !important;
    padding: 5px !important;
    object-fit: contain;
    display: block;
  }

  /*NEWS*/
.news {
  display: none;
}

.news-mobile {
  display: contents !important; /*Sonst lädt news bei Tablet nicht*/
  position: relative;
  padding: 10px !important;
}

.newsbox-mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 90% !important;
  align-content: center;
  margin: 0 auto !important;
  margin-top: 30px !important;
  border: 5px solid black;
  border-radius: 8px;
}

.newstopheader-mobile {
  display: flex;
  flex-direction: column !important;
  justify-content: space-evenly;
  border-bottom: 2px solid black;
  padding: 5px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.newstopheader-mobile > div {
  flex: 1;                     /* alle gleich breit */
  text-align: center;
  border-left: 0px;
}

.newstopheader-mobile > div:first-child {
  border-left: none;           /* erste Spalte ohne Linie */
}

.newsboxlogo-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  height: 100px !important;
  position: relative;
}

.newsboxlogo-mobile img {
  width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: contain;
}

.newscosttopheader-mobile p,
.newsnametopheader-mobile p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
}


/*NEWSHITBOX1*/
.hitbox1bild-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  border: 5px solid black;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.hitbox1bild-mobile img {
  width: 100% !important;
  height: auto;
  display: block;
  object-fit: cover;
}

.hitbox1bildbeschreibung-mobile p {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 20px;
  font-size: 15px;
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: left;
}

.hitbox1-mobile {
  text-align: center;
  
}
.hitbox1-mobile h1 {
  font-size: 30px !important;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  border-top: 5px double black;
  border-bottom: 5px double black;
  display: inline-block;
  letter-spacing: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}

.hitbox1-mobile p {
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
  text-align: justify;             /* Text wird gleichmäßig über die Spalten verteilt */
  column-count: none !important;                 /* zwei Spalten */               /* Abstand zwischen den Spalten */
  hyphens: auto;    
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
  width: auto;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-top: 10px;
  line-height: 22px;
}

.hitbox2-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100% !important;
  height: auto;
}

.hitbox3-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100% !important;
  height: auto;
  padding-right: none !important;
  margin-left: none;
}

.hitbox2-mobile img,
.hitbox3-mobile img {
  display: flex;
  align-items: center;
  width: 50% !important;
  height: auto !important;
  border: 3px solid black;
  border-radius: 6px;
  margin: 20px; 
  object-fit: cover;
  padding: none;
}

.hitbox2-mobile h1,
.hitbox3-mobile h1 {
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  border-top: 5px double black;
  border-bottom: 5px double black;
  display: inline-block;
  letter-spacing: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}

.hitbox2-mobile p,
.hitbox3-mobile p {
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;           
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  width: auto !important;
}

/*BUTTON NEWS*/
.newsbutton1-mobile {
  display: flex;
  align-self: center;
  text-decoration: none;
  color: black;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  border: 5px solid black;
  border-radius: 8px;
  width: fit-content;
  padding: 10px;
  margin-bottom: 30px;
  background-color: rgb(214, 181, 255);
}


.newsfooter-mobile {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: black;
  color: white;
  margin: none;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  padding: 20px;
}

.newsfooterright-mobile img {
  height: auto;
  width: 70%;
  display: block;
}

.newsfooterright-mobile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.newsfooterleft-mobile p {
  font-size: 12px;
}





/*=============ABOUT US=================================================*/
.aboutustitle h1 {
  font-family: "Space Mono",monospace;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 150px;
}

/*===ABOUT US===*/
.uberuns {
  width: 100%;
  height: auto;
  background: black;
  color: white;
  padding: 40px;
  margin-top: 40px;
}

.uberunscontent {
  max-width: 100%;
  margin: auto;
}

.uberunscontent h1 {
  font-family: "Space Mono", monospace;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: auto;
  border: 5px solid white;
  border-radius: 8px;
  width: fit-content;
  padding: 10px;
  margin-bottom: 20px;
}

.uberunscontent p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

p.uberschrift {
  margin-bottom: 10px;
}

p.oneabsatz,
p.twoabsatz,
p.threeabsatz {
  margin-bottom: 8px;
}

/*===TEAMMEMBERS===*/
.ourteam {
  margin-top: 30px;
}

.ourteam h1 {
  font-family: "Space Mono", monospace;
  font-size: 30px;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 40px;
  background-color: rgb(214, 181, 255);
  border: 5px solid black;
  border-radius: 8px;
  width: fit-content;
}

.ourteammembers {
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
  align-items: center;
  justify-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.member {
  border: 5px solid black; /* Rahmen um jedes Mitglied */
  padding: 25px;
  border-radius: 8px;
  width: fit-content;
  max-width: 100%;
  padding-top: 20px;
  background-color: rgb(214, 181, 255);
}

.member img {
  display: block;
  height: 350px;
  width: 350px;
  object-fit: contain;
  border: 5px solid black;
  border-radius: 8px;
  margin: auto;
}

.member p {
  text-align: center;
  font-size: 25px;
  margin-top: 10px;
}


/*==========UNSER FIRMEN=====================================================*/
/*===OURBRANDS===*/
.ourbrand {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ourbrand h1 {
  font-family: "Space Mono", monospace;
  font-size: 30px;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 30px;
  border: 5px solid black;
  border-radius: 8px;
  width: fit-content;
  margin-left: 25px;
  margin-right: 25px;
}

.ourbrandonly {
  display: grid;
  grid-template-columns: none;
  align-items: center;
  justify-items: center;
  max-width: 80%;
  margin: 0 auto;
}

.brandseinzeln {
  border: 5px solid black; /* Rahmen um jedes Mitglied */
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  min-height: 400px;
}

.brandseinzeln img {
  display: block;
  height: 260px;
  width: 260px;
  object-fit:cover;
  margin: 0 auto;
  margin-bottom: 20px;
}

.brandseinzeln p {
  text-align: center;
  font-size: 25px;
}

/*===BUTTONS===*/
.buttonslink {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.button1,
.button2 {
  font-family: "Space Mono", monospace;
  font-size: 35px;
  height: auto;
  width: fit-content;
  margin: 10px;
  padding: 10px;
  background-color: rgb(214, 181, 255);
  color: black;
  border: 5px solid black;
  border-radius: 8px;
}

.button1 a,
.button2 a {
  text-decoration: none;
  color: black;
}


/*===AD===*/
.aboutusad {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.aboutusad img {
  height: 300px;
  width: 300px;
  border: 5px solid black;
  border-radius: 8px;
}




/*=========PROJECTS=======================================================*/
/*TITLE*/
.projectstitle h1 {
  font-family: "Space Mono",monospace;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 150px;
  color: black !important;
}


/*DISCLAIMER*/
.disclaimer {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex !important; /*IMPORTANT entfernen um ganze Disclaimer für Tablet zu entfernen lol*/
}

.disclaimercontent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 5px solid red;
  background: white;
  color: red;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

/*BUTTON*/
.aboutaruran {
  font-family: "Space Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: red;
  border: 5px solid red;
  border-radius: 8px;
  background-color: white;
}

.aboutaruran a {
  color: red;
  text-decoration: none;
}

.closedisclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  padding: 10px;
  margin-top: 10px;
  background: white;
  color: red;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 0px;
  right: 10px;
}

/*PRODUCTS MENU*/
.productsmenu {
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
  align-items: center;
  justify-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.productred,
.productgreen,
.productblue,
.productyellow {
  border: 5px solid black; /* Rahmen um jedes Mitglied */
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  min-height: 360px;
}


.productred img,
.productgreen img,
.productblue img,
.productyellow img {
  display: block;
  height: 100px;
  width: 100px;
  object-fit: contain;
  border: 5px solid black;
  border-radius: 8px;
  background-color: white;
  margin: auto;
}

.productred p,
.productgreen p,
.productblue p,
.productyellow p {
  font-family: monospace;
  text-align: center;
  font-size: 25px;
  margin-top: 10px;
}

.productsmenu h1 {
  text-align: center;
  font-family: "Space Mono", monospace;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.productred {
  background-color: rgba(255, 0, 0, 0.659);
  display: block;
}


.productgreen {
  background-color: rgba(0, 191, 0, 0.637);
}

.productblue {
  background-color: rgba(0, 0, 255, 0.609);
}

.productyellow {
  background-color: rgba(255, 255, 0, 0.766);
}

.productred a,
.productgreen a,
.productblue a,
.productyellow a {
  text-decoration: none;
  color: inherit;
}

/*=========PROJECTS EINZELM=========*/
/*RED ROOM --> BLUE ROOM EIGENE RESPONSIVE CSS: /productsportfolio/css/blueroommobile.css*/
/*HEADER*/

.projectstitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
}

.projectstitle h1 {
  font-family: "Space Mono",monospace;
  font-size: 50px;
  font-weight: 700;
  color: rgb(255, 46, 46);
}

.projectstitle img {
  height: 100px;
  width: 100px;
  margin-right: 10px;
  border: 5px solid black;
  border-radius: 5px;
  margin-top: 150px;
}

/*===BILDERGALERIE===*/
.gallery {
  column-count: 3;       /* Anzahl Spalten */
  column-gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.image {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  break-inside: avoid;
  text-align: center;
}

.image img {
  width: 100%;
  border: 5px solid black;
  border-radius: 8px;
  cursor: pointer;
}

/* Bildbeschreibung */
.image p {
  font-family: "Space Mono", monospace;
  font-size: 14px;
  margin-top: 5px;
  text-align: left;
}

/* Lightbox Overlay */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border: none;
  border-radius: 8px;
  background: white;
}

/*SUBTITLE STYLING*/
.arrowicon {
  width: 40px;      /* Größe anpassen */
  height: 40px;
  display: block;   /* verhindert extra Inline-Raum */
}

.subtitle-link:hover .arrowicon {
  filter: brightness(1.2);
}

.projectsubtitle span.current-year {
  font-family: "Space Mono", monospace;
  font-size: 50px;
  font-weight: 700;
  color: rgb(255, 46, 46);       
  padding: 0 10px;      
  margin-bottom: 20px;
}

.projectsubtitle {
  display: flex;             /* Flexbox aktivieren */
  flex-direction: row;       /* horizontal */
  justify-content: center;   /* zentriert im Container */
  align-items: center;       /* vertikal zentriert */
  gap: 10px;                 /* Abstand zwischen Pfeilen und Jahr */
}




/*================SUSTAIN==========================================================*/
/*NACHHALTIG TITLE*/
.sustaintitle h1 {
  font-family: "Space Mono",monospace;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 150px;
}

.sustaintitle h2 {
  font-family: "Space Mono",monospace;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

/*SUSTAIN LANDPAGE*/
.sustainland {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(214, 181, 255)
}

.sustainimage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sustainimage img {
  height: auto;
  width: 80%;
  display: block;
  border: 5px solid rgb(186, 136, 247);
  margin-left: 0px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.sustainimagetext {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sustainimagetext h1 {
  font-family: "Space Mono", monospace;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
} 

.sustainimagetext p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.sustain1 {
  margin-bottom: 20px;
}


/*SUSTAIN YOU*/
.sustainyou {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin-top: 30px;
}

.sustainyou h1 {
  font-family: "Space Mono",monospace;
  font-size: 30px;
  line-height: 30px;
  padding: 0px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
}

.sustainyou h2 {
  font-family: "Space Mono",monospace;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.sustainyoublock {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blocksustain {
  width: 350px;
  height: auto;
  display: flex;
  flex-direction: column;
  border: 5px solid black;
  background-color: rgb(214, 181, 255);
  border-radius: 8px;
  margin: 20px;
  align-items: center;
  justify-content: center;
}

.blocksustain img {
  height: 150px;
  width: 150px;
  margin: 20px;
  border: 5px solid black;
  border-radius: 8px;
  background: white;
}

.blocksustain h1 {
  font-size: 30px;
  margin-top: 20px;
}

.blocksustain p {
  font-size: 20px;
  width: 320px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

/*SUSTAIN PRIDE*/
.sustainpride {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(214, 181, 255);
  margin-bottom: 45px;
}

.prideimage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.prideimage img {
  height: auto;
  width: 80%;
  display: block;
  border: 5px solid rgb(186, 136, 247);
  margin-right: 0px;
  border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto;
}

.sustainpridetext {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sustainpridetext h1 {
  font-family: "Space Mono", monospace;
  margin-top: 20px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
} 

.sustainpridetext p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.sustain1 {
  margin-bottom: 20px;
}

/*====================KONTAKT===========================================*/
/*KONTAKT TITLE*/
.contacttitle h1 {
  font-family: "Space Mono",monospace;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  margin-top: 145px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}


/*KONTAKTBOX*/
.contactbox {
  display: flex;
  flex-direction: column;
  border: black 5px solid;
  width: 90%;
  margin: auto;
}

.contactboxheader {
  display: flex;
  width: 100%;
  padding: 20px;
  background-color: rgb(214, 181, 255);
}

.contactboxheader h1 {
  font-family: monospace;
  font-size: 40px;
}

.contactcontent {
  display: flex;
  flex-direction: column;
}

.contactpicture {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  width: auto;
  border-top: 5px solid black;
  align-items: center;
  padding-right: 15px;
}

.contactpicture img {
  display: block;
  height: 200px;
  width: auto;
}

.contactpicture p {
  margin-bottom: 10px;
}

.contacttext {
  display: flex;
  flex-direction: column;
  border-top: 5px solid black;
  border-left: 0px;
  width: 100%;
}

.contactname {
  width: 100%;
  height: auto;
  border-bottom: 5px solid black;
}

.contact2box {
  display: flex;
  flex-direction: column;
  border-bottom: 5px solid black;
}

.contactbirth {
  border-right: 0px;
  padding-right: 0px;
  border-bottom: 5px solid black;
}

.contacttext h1 {
  font-family: monospace;
  font-size: 35px;
  letter-spacing: 5px;
  padding-left: 10px;
  padding-top: 10px;
}

.contacttext h2 {
  font-size: 28px;
  padding-left: 10px;
  padding-bottom: 10px;
}

/* KONTAKTFORMULAR */
.contactformbox {
  display: flex;
  flex-direction: column;
  border: black 5px solid;
  width: 90%;
  margin: 40px auto;
}

.contactformheader {
  display: flex;
  width: 100%;
  padding: 20px;
  background-color: rgb(214, 181, 255);
}

.contactformheader h1 {
  font-family: monospace;
  font-size: 40px;
}

.contactform {
  display: flex;
  flex-direction: column;
  border-top: 5px solid black;
  padding: 20px;
}

.formrow {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.formrow label {
  font-family: monospace;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
}

.formrow input,
.formrow textarea {
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  font-size: 18px;
  font-family: monospace;
  background-color: #fdfdfd;
}

.formrow button {
  font-family: monospace;
  font-size: 22px;
  font-weight: bold;
  border: 4px solid black;
  border-radius: 8px;
  padding: 10px 20px;
  background-color: rgb(214, 181, 255);
  cursor: pointer;
  width: fit-content;
}

.formrow button:hover {
  background-color: rgb(190, 150, 240);
}



/*=============================NEWS==================================*/
/*NEWSHEADER*/
.razordailycontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 5px solid black;
  border-radius: 8px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 50px;
  margin-top: 150px;
}


.razordailyheader {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 30px;
  border-bottom: 10px double black;
  padding-bottom: 20px;
  width: fit-content;
}

.razordailyheader img {
  height: auto;
  width: 90%;
  margin: 5px auto;
  
}

/*NEWSHEADER SUBTITLE*/
.razordailysubhead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  border-bottom: 10px double black;
  margin: 5px 0px;
}

.sub {
  font-family: "Space Mono", monospace;
}

.blockrazordaily {
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
  gap: 0px;
  justify-content: center;
  align-items: center;
}

.razorblock h1 {
  font-family: "Space Mono", monospace;
  font-size: 40px;
}

.razorblock {
  display: flex;
  flex-direction: column;
  width: 60%;
  max-height: fit-content;
  border: black solid 5px;
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  align-items: center;
  text-decoration: none;
  color: black;
}

.razorblock img {
  max-width: 300px;
  max-height: 100px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.razorblock a {
  text-decoration: none;
  color: white;
}

.razordailywhen {
  color: gray;
  border-bottom: 5px dotted gray;
  margin-top: 10px;
}

/*====EVERY NEWS PAGE STYLE====*/

.newsarticle {
  display: flex;
  flex-direction: column;
  border: 5px solid black;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.newsarticle h1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
}

.newsarticle img {
  max-height: auto;
  width: 80%;
  border: 5px solid black;
  padding: 20px;
}

.headernewsarticle img {
  height: auto;
  width: 80%;
  padding: 20px;
  border: none;
  display: block;
  margin: 0 auto ;
}

.headernewsarticle {
  border-bottom: 10px double black;
  margin-bottom: 20px;
}

.newsarticle h2 {
  font-family: monospace;
  font-size: 28px;
  margin-top: 15px;
  margin-bottom: 30px;
  border-bottom: 5px solid black;
  border-radius: 0px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.newsimagetext {
  font-size: 15px;
  align-self: center;
  margin-left: none;
  margin-bottom: 20px;
  width: 80%;
}

.newsimagecontentstrong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  width: 80%;
}

.newsimagecontent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  width: 85%;
  margin-bottom: 20px;
}

.newsimagebutton {
  border: 4px solid black;
  border-radius: 8px;
  padding: 10px 20px;
  background-color: rgb(214, 181, 255);
  text-decoration: none;
  margin-bottom: 30px;
}

.newsimagebutton a {
  font-family: monospace;
  font-size: 35px;
  text-decoration: none;
  color: black;
}

.footernewsarticle {
  display: flex;
  flex-direction: row;
  background-color: black;
  width: 100%;
  justify-content: flex-start;
}

.footerarticle img {
  width: 60%;
  height: auto;
}











/*==========================ABOUT BRANDS============================*/
/*ABOUT BRANDS TITLE*/
.aboutbrandstitle h1 {
  font-family: "Space Mono",monospace;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 150px;
  margin-bottom: -5px;
}

.aboutbrandstitle h2 {
  font-family: monospace;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.aboutbrands {
  display: flex;
  flex-direction: column;
  grid-template-columns: none; /* 3 Spalten, gleich breit */
  grid-template-rows: none;    /* 3 Reihen (Höhe nach Inhalt) */
  gap: 0px;                             /* Abstand zwischen den Boxen */
  padding: 0px;
  justify-items: center;                 /* zentriert die Boxen horizontal */
  align-items: center;    
}

.aboutbrandsbox {
  display: flex;
  flex-direction: column;
  width: 500px;
  border: 5px solid black;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  margin-bottom: 40px;
}

.aboutbrandsbox img {
  width: auto;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.aboutbrandsbox h1 {
  font-family: "Space Mono", monospace;
  font-size: 30px;
  border-bottom: 5px dashed black;
}

.aboutbrandsbox p {
  font-family: monospace;
  font-size: 20px;
  align-self: flex-start;
  border-top: 5px solid black;
  padding: 5px;
  width: 100%;
}

/*BUTTON*/
.buttoncenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.backagbbutton {
  font-size: 30px;
  font-family: "Space Mono", monospace;
  color: black;
  text-decoration: none;
  border: 5px solid black;
  width: fit-content;
  padding: 10px;
  border-radius: 8px;
  background-color: rgb(214, 181, 255);
}


/*===========AGB/IMPRESSUM===========================*/

.disclaimer-mobile {
  display: flex;
  margin-top: 150px;
  margin-bottom: 20px;
}

.disclaimercontent-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 5px solid red;
  background: white;
  color: red;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

/*BUTTON*/
.aboutaruran-mobile {
  font-family: "Space Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: red;
  border: 5px solid red;
  border-radius: 8px;
  background-color: white;
}

.aboutaruran-mobile a {
  color: red;
  text-decoration: none;
}

.closedisclaimer-mobile {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  padding: 10px;
  margin-top: 10px;
  background: white;
  color: red;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 0px;
  right: 10px;
}

/*BUTTON*/
.aboutaruran {
  font-family: "Space Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: red;
  border: 5px solid red;
  border-radius: 8px;
  background-color: white;
}

.aboutaruran a {
  color: red;
  text-decoration: none;
}

.closedisclaimer {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  padding: 10px;
  margin-top: 10px;
  background: white;
  color: red;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 0px;
  right: 10px;
}

/*=========AGB CONTENT==========*/

.agbpage {
  display: flex;
  flex-direction: column;
}

.agbheader h1 {
  font-family: "Space Mono", monospace;
  font-size: 40px;
  line-height: 45px;
  margin-left: 10px;
  margin-right: 10px;
}

.agbheader h2 {
  font-family: monospace;
  font-size: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.agbheader {
  display: flex;
  flex-direction: column;
  align-self: center;
  border-bottom: 5px solid black;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 100% !important;
}

.agbcontent {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 80%;
}

.agbcontentpart {
  border-bottom: none;
}

.agbcontent h1 {
  font-family: "Space Mono", monospace;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50%;
}

.agbcontent p {
  font-size: 20px;
  margin-bottom: 10px;
}

.agbcontent li {
  font-size: 20px;
  margin-bottom: 10px;
}

/*BUTTON*/
.backagbbutton {
  font-size: 30px;
  font-family: "Space Mono", monospace;
  color: black;
  text-decoration: none;
  border: 5px solid black;
  width: fit-content;
  padding: 10px;
  align-self: center;
  margin: 20px;
  border-radius: 8px;
  background-color: rgb(214, 181, 255);
}

/*===FAQ===*/
.faqpage {
  display: flex;
  flex-direction: column;
  margin-top: 150px;
}

.faqheader h1 {
  font-family: "Space Mono", monospace;
  font-size: 60px;
  line-height: 65px;
}

.faqheader h2 {
  font-family: monospace;
  font-size: 35px;
}

.faqheader {
  display: flex;
  flex-direction: column;
  align-self: center;
  border-bottom: 5px solid black;
  margin-bottom: 20px;
}

.faqcontent {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 800px;
}

.faqcontentpart {
  border: none;
}

.faqcontent h1 {
  font-family: "Space mono",monospace;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

.faqcontent p {
  font-size: 20px;
  margin-bottom: 10px;
}

.faqcontent li {
  font-size: 20px;
  margin-bottom: 10px;
}

/*BUTTON*/
.backagbbutton {
  font-size: 30px;
  font-family: "Space Mono", monospace;
  color: black;
  text-decoration: none;
  border: 5px solid black;
  width: fit-content;
  padding: 10px;
  align-self: center;
  margin: 20px;
  border-radius: 8px;
  background-color: rgb(214, 181, 255);
}
}