html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #1b1b1d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 100;
  transition: background-color 0.3s, box-shadow 0.3s;
}

header nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 20px;
  transition: background-color 0.3s;
}

.logo {
  position: absolute;
  left: 2%;
  top: 27%;
  width: 100px;
}

.logo_link {
  color: white;
  margin-top: -100px;
}

.link {
  color: black;
  font-weight: 200;
  text-decoration: none;
  margin-left: 40px;
  font-size: 1.1rem;
}

.link {
  position: relative;
  overflow: hidden;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transition: width 0.3s;
}

.link:hover::before {
  width: 100%;
}

.link.scroll_effect::before {
  background-color: white;
}

#toggle {
  display: none;
}

.hamburger {
  position: absolute;
  top: 4em;
  right: 5%;
  margin-left: -2em;
  margin-top: -45px;
  margin-right: 31px;
  width: 0.7em;
  height: 45px;
  z-index: 5;
}

.hamburger div {
  position: sticky;
  width: 3em;
  height: 7px;
  border-radius: 3px;
  background-color: white;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

.white-bun {
  background-color: white !important;
}

.nav {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #1b1b1d;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

.nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  margin-top: 40%;
  flex-direction: column;
}

.nav-ham a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  flex-direction: column;
  margin-top: 1em;
  transition: color 0.2s ease-in-out;
  font-weight: 100;
}

.nav-ham a:before {
  content: "";
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out;
}

.nav-ham a:hover {
  color: white;
}

.nav-ham a:hover:before {
  height: 100%;
}

.logo-ham {
  margin-left: 200px;
  margin-top: 35px;
  width: 200px;
  cursor: pointer;
  z-index: 3;
  position: absolute;
}

.globe-ham {
  width: 30px;
  margin-bottom: -6px;
  margin-top: 20px;
}

#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}

#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px;
}

#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}

.hamburger-menü {
  display: none;
}

.ham-link {
  color: white !important;
}

@media screen and (max-width: 768px) {
  .link {
    display: none;
  }

  .language-switch {
    display: none;
  }

  .globe_icon {
    display: none;
  }

  .hamburger-menü {
    display: block;
  }

  .logo_header {
    margin-top: -20px;
  }

  header nav {
    padding: 45px;
  }

  header nav {
    display: block;
    justify-content: flex-end;
    align-items: center;
    transition: background-color 0.3s;
  }

  .nav-ham a {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  header nav {
    padding: 50px;
  }

  header nav {
    padding: 45px;
  }

  header nav {
    display: block;
    justify-content: flex-end;
    align-items: center;
    transition: background-color 0.3s;
  }

  .nav-ham a {
    display: block;
  }

  .logo_header {
    margin-top: -20px;
  }

  .hamburger-menü {
    display: block;
  }

  .link {
    display: none;
  }
}

.container {
  display: flex;
  flex-direction: column;
  margin-top: 15%;
}

.row {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.box {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url();
  background-size: 110%;
  cursor: pointer;
}

.box1 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Sp281-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box1-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box1-text {
  font-size: 18px;
  color: #333;
}

.box2 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-SP277-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box2-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box2-text {
  font-size: 18px;
  color: #333;
}

.box3 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Gp287-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box3-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box3-text {
  font-size: 18px;
  color: #333;
}

.box4 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G363-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box4-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box4-text {
  font-size: 18px;
  color: #333;
}

.box5 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-S363-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box5-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box5-text {
  font-size: 18px;
  color: #333;
}

.box6 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Sp273-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box6-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box6-text {
  font-size: 18px;
  color: #333;
}

.box7 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G14-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box7-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box7-text {
  font-size: 18px;
  color: #333;
}

.box8 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G24-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box8-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box8-text {
  font-size: 18px;
  color: #333;
}

.box9 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-S344-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box9-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box9-text {
  font-size: 18px;
  color: #333;
}

.box10 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G55-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box10-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box10-text {
  font-size: 18px;
  color: #333;
}

.box11 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G16-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box11-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box11-text {
  font-size: 18px;
  color: #333;
}

.box12 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G336-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box12-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box12-text {
  font-size: 18px;
  color: #333;
}

.box13 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-M26-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box13-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box13-text {
  font-size: 18px;
  color: #333;
}

.box14 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Sb26.png);
  background-size: 110%;
  cursor: pointer;
}

.box14-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box14-text {
  font-size: 18px;
  color: #333;
}

.box15 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G356-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box15-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box15-text {
  font-size: 18px;
  color: #333;
}

.box16 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-S327-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box16-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box16-text {
  font-size: 18px;
  color: #333;
}

.box17 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-M227-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box17-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box17-text {
  font-size: 18px;
  color: #333;
}

.box18 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G337-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box18-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box18-text {
  font-size: 18px;
  color: #333;
}

.box19 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Gp258-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box19-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box19-text {
  font-size: 18px;
  color: #333;
}

.box20 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G348-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box20-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box20-text {
  font-size: 18px;
  color: #333;
}

.box21 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Sb12-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box21-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box21-text {
  font-size: 18px;
  color: #333;
}

.box22 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Cfs12-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box22-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box22-text {
  font-size: 18px;
  color: #333;
}

.box23 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Br212-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box23-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box23-text {
  font-size: 18px;
  color: #333;
}

.box24 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-S12-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box24-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box24-text {
  font-size: 18px;
  color: #333;
}

.box25 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-S120-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box25-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box25-text {
  font-size: 18px;
  color: #333;
}

.box26 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-S261-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box26-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box26-text {
  font-size: 18px;
  color: #333;
}

.box27 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G10-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box27-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box27-text {
  font-size: 18px;
  color: #333;
}

.box28 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-cfs10-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box28-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box28-text {
  font-size: 18px;
  color: #333;
}

.box29 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Sp240-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box29-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box29-text {
  font-size: 18px;
  color: #333;
}

.box30 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Sp10-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box30-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box30-text {
  font-size: 18px;
  color: #333;
}

.box31 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-M12-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box31-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box31-text {
  font-size: 18px;
  color: #333;
}

.box32 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-M54-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box32-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box32-text {
  font-size: 18px;
  color: #333;
}

.box33 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Sp276-Folie.png);
  background-size: 120%;
  cursor: pointer;
}

.box33-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box33-text {
  font-size: 18px;
  color: #333;
}

.box34 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Gp280-Folie.png);
  background-size: 120%;
  cursor: pointer;
}

.box34-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box34-text {
  font-size: 18px;
  color: #333;
}

.box35 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Sp236-Folie.png);
  background-size: 120%;
  cursor: pointer;
}

.box35-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box35-text {
  font-size: 18px;
  color: #333;
}

.box36 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-M13-Folie.png);
  background-size: 120%;
  cursor: pointer;
}

.box36-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box36-text {
  font-size: 18px;
  color: #333;
}

.box37 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G364-Folie.png);
  background-size: 120%;
  cursor: pointer;
}

.box37-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box37-text {
  font-size: 18px;
  color: #333;
}

.box38 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G15-Folie.png);
  background-size: 120%;
  cursor: pointer;
}

.box38-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box38-text {
  font-size: 18px;
  color: #333;
}

.box39 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-S335-Folie.png);
  background-size: 120%;
  cursor: pointer;
}

.box39-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box39-text {
  font-size: 18px;
  color: #333;
}

.box40 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-M206-Folie.png);
  background-size: 120%;
  cursor: pointer;
}

.box40-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box40-text {
  font-size: 18px;
  color: #333;
}

.box41 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-S57-Folie.png);
  background-size: 120%;
  cursor: pointer;
}

.box41-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box41-text {
  font-size: 18px;
  color: #333;
}

.box42 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G77-Folie.png);
  background-size: 120%;
  cursor: pointer;
}

.box42-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box42-text {
  font-size: 18px;
  color: #333;
}

.box43 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G227-Folie.png);
  background-size: 120%;
  cursor: pointer;
}

.box43-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box43-text {
  font-size: 18px;
  color: #333;
}

.box44 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Gp291-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box44-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box44-text {
  font-size: 18px;
  color: #333;
}

.box45 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Gp272-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box45-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box45-text {
  font-size: 18px;
  color: #333;
}

.box46 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-m27-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box46-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box46-text {
  font-size: 18px;
  color: #333;
}

.box47 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G103-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box47-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box47-text {
  font-size: 18px;
  color: #333;
}

.box48 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3m-Mx12-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box48-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box48-text {
  font-size: 18px;
  color: #333;
}

.box49 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Gp99-Folie.png);
  background-size: 125%;
  cursor: pointer;
}

.box49-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box49-text {
  font-size: 18px;
  color: #333;
}

.box50 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Gp292-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box50-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box50-text {
  font-size: 18px;
  color: #333;
}

.box51 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Br120-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box51-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box51-text {
  font-size: 18px;
  color: #333;
}

.box52 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G31-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box52-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box52-text {
  font-size: 18px;
  color: #333;
}

.box53 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-S51-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box53-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box53-text {
  font-size: 18px;
  color: #333;
}

.box54 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3m-G251-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box54-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box54-text {
  font-size: 18px;
  color: #333;
}

.box55 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-M21-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box55-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box55-text {
  font-size: 18px;
  color: #333;
}

.box56 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Cfs-201-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box56-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box56-text {
  font-size: 18px;
  color: #333;
}

.box56 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Cfs-201-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box56-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box56-text {
  font-size: 18px;
  color: #333;
}

.box57 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Br201-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box57-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box57-text {
  font-size: 18px;
  color: #333;
}

.box58 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G201-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box58-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box58-text {
  font-size: 18px;
  color: #333;
}

.box59 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-S271-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box59-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box59-text {
  font-size: 18px;
  color: #333;
}

.box60 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-M10-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box60-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box60-text {
  font-size: 18px;
  color: #333;
}

.box61 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-Gp240-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box61-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box61-text {
  font-size: 18px;
  color: #333;
}

.box62 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G79-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box62-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box62-text {
  font-size: 18px;
  color: #333;
}

.box63 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-G241-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box63-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box63-text {
  font-size: 18px;
  color: #333;
}

.box64 {
  position: relative;
  width: 25%;
  height: 380px;
  border: 1px solid black;
  box-sizing: border-box;
  margin: 15px;
  background-image: url(/Farben/3M-M209-Folie.png);
  background-size: 110%;
  cursor: pointer;
}

.box64-inner {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.box64-text {
  font-size: 18px;
  color: #333;
}

@media only screen and (max-width: 576px) {
  .container {
    flex-direction: column;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }

  .box1 {
    width: 90%;
    margin: 15px auto;
  }

  .box2 {
    width: 90%;
    margin: 15px auto;
  }

  .box3 {
    width: 90%;
    margin: 15px auto;
  }

  .box4 {
    width: 90%;
    margin: 15px auto;
  }

  .box5 {
    width: 90%;
    margin: 15px auto;
  }

  .box6 {
    width: 90%;
    margin: 15px auto;
  }

  .box7 {
    width: 90%;
    margin: 15px auto;
  }

  .box8 {
    width: 90%;
    margin: 15px auto;
  }

  .box9 {
    width: 90%;
    margin: 15px auto;
  }

  .box10 {
    width: 90%;
    margin: 15px auto;
  }

  .box11 {
    width: 90%;
    margin: 15px auto;
  }

  .box12 {
    width: 90%;
    margin: 15px auto;
  }

  .box13 {
    width: 90%;
    margin: 15px auto;
  }

  .box14 {
    width: 90%;
    margin: 15px auto;
  }

  .box15 {
    width: 90%;
    margin: 15px auto;
  }

  .box16 {
    width: 90%;
    margin: 15px auto;
  }

  .box17 {
    width: 90%;
    margin: 15px auto;
  }

  .box18 {
    width: 90%;
    margin: 15px auto;
  }

  .box19 {
    width: 90%;
    margin: 15px auto;
  }

  .box20 {
    width: 90%;
    margin: 15px auto;
  }

  .box21 {
    width: 90%;
    margin: 15px auto;
  }

  .box22 {
    width: 90%;
    margin: 15px auto;
  }

  .box23 {
    width: 90%;
    margin: 15px auto;
  }

  .box24 {
    width: 90%;
    margin: 15px auto;
  }

  .box25 {
    width: 90%;
    margin: 15px auto;
  }

  .box26 {
    width: 90%;
    margin: 15px auto;
  }

  .box27 {
    width: 90%;
    margin: 15px auto;
  }

  .box28 {
    width: 90%;
    margin: 15px auto;
  }

  .box29 {
    width: 90%;
    margin: 15px auto;
  }

  .box30 {
    width: 90%;
    margin: 15px auto;
  }

  .box31 {
    width: 90%;
    margin: 15px auto;
  }

  .box32 {
    width: 90%;
    margin: 15px auto;
  }

  .box33 {
    width: 90%;
    margin: 15px auto;
  }

  .box34 {
    width: 90%;
    margin: 15px auto;
  }

  .box35 {
    width: 90%;
    margin: 15px auto;
  }

  .box36 {
    width: 90%;
    margin: 15px auto;
  }

  .box37 {
    width: 90%;
    margin: 15px auto;
  }

  .box38 {
    width: 90%;
    margin: 15px auto;
  }

  .box39 {
    width: 90%;
    margin: 15px auto;
  }

  .box40 {
    width: 90%;
    margin: 15px auto;
  }

  .box41 {
    width: 90%;
    margin: 15px auto;
  }

  .box42 {
    width: 90%;
    margin: 15px auto;
  }

  .box43 {
    width: 90%;
    margin: 15px auto;
  }

  .box44 {
    width: 90%;
    margin: 15px auto;
  }

  .box45 {
    width: 90%;
    margin: 15px auto;
  }

  .box46 {
    width: 90%;
    margin: 15px auto;
  }

  .box47 {
    width: 90%;
    margin: 15px auto;
  }

  .box48 {
    width: 90%;
    margin: 15px auto;
  }

  .box49 {
    width: 90%;
    margin: 15px auto;
  }

  .box50 {
    width: 90%;
    margin: 15px auto;
  }

  .box51 {
    width: 90%;
    margin: 15px auto;
  }

  .box52 {
    width: 90%;
    margin: 15px auto;
  }

  .box53 {
    width: 90%;
    margin: 15px auto;
  }

  .box54 {
    width: 90%;
    margin: 15px auto;
  }

  .box55 {
    width: 90%;
    margin: 15px auto;
  }

  .box56 {
    width: 90%;
    margin: 15px auto;
  }

  .box57 {
    width: 90%;
    margin: 15px auto;
  }

  .box58 {
    width: 90%;
    margin: 15px auto;
  }

  .box59 {
    width: 90%;
    margin: 15px auto;
  }

  .box60 {
    width: 90%;
    margin: 15px auto;
  }

  .box61 {
    width: 90%;
    margin: 15px auto;
  }

  .box62 {
    width: 90%;
    margin: 15px auto;
  }

  .box63 {
    width: 90%;
    margin: 15px auto;
  }

  .box64 {
    width: 90%;
    margin: 15px auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .row {
    flex-wrap: wrap;
  }

  .box1 {
    width: calc(50% - 30px);
  }

  .box2 {
    width: calc(50% - 30px);
  }

  .box3 {
    width: calc(50% - 30px);
  }

  .box4 {
    width: calc(50% - 30px);
  }

  .box5 {
    width: calc(50% - 30px);
  }

  .box6 {
    width: calc(50% - 30px);
  }

  .box7 {
    width: calc(50% - 30px);
  }

  .box8 {
    width: calc(50% - 30px);
  }

  .box9 {
    width: calc(50% - 30px);
  }

  .box10 {
    width: calc(50% - 30px);
  }

  .box12 {
    width: calc(50% - 30px);
  }

  .box13 {
    width: calc(50% - 30px);
  }

  .box14 {
    width: calc(50% - 30px);
  }

  .box15 {
    width: calc(50% - 30px);
  }

  .box16 {
    width: calc(50% - 30px);
  }

  .box17 {
    width: calc(50% - 30px);
  }

  .box9 {
    width: calc(50% - 30px);
  }

  .box10 {
    width: calc(50% - 30px);
  }

  .box11 {
    width: calc(50% - 30px);
  }

  .box12 {
    width: calc(50% - 30px);
  }

  .box13 {
    width: calc(50% - 30px);
  }

  .box14 {
    width: calc(50% - 30px);
  }

  .box15 {
    width: calc(50% - 30px);
  }

  .box16 {
    width: calc(50% - 30px);
  }

  .box17 {
    width: calc(50% - 30px);
  }

  .box18 {
    width: calc(50% - 30px);
  }

  .box19 {
    width: calc(50% - 30px);
  }

  .box20 {
    width: calc(50% - 30px);
  }

  .box21 {
    width: calc(50% - 30px);
  }

  .box22 {
    width: calc(50% - 30px);
  }

  .box23 {
    width: calc(50% - 30px);
  }

  .box24 {
    width: calc(50% - 30px);
  }

  .box25 {
    width: calc(50% - 30px);
  }

  .box26 {
    width: calc(50% - 30px);
  }

  .box27 {
    width: calc(50% - 30px);
  }

  .box28 {
    width: calc(50% - 30px);
  }

  .box29 {
    width: calc(50% - 30px);
  }

  .box30 {
    width: calc(50% - 30px);
  }

  .box31 {
    width: calc(50% - 30px);
  }

  .box32 {
    width: calc(50% - 30px);
  }

  .box33 {
    width: calc(50% - 30px);
  }

  .box34 {
    width: calc(50% - 30px);
  }

  .box35 {
    width: calc(50% - 30px);
  }

  .box36 {
    width: calc(50% - 30px);
  }

  .box37 {
    width: calc(50% - 30px);
  }

  .box38 {
    width: calc(50% - 30px);
  }

  .box39 {
    width: calc(50% - 30px);
  }

  .box40 {
    width: calc(50% - 30px);
  }

  .box41 {
    width: calc(50% - 30px);
  }

  .box42 {
    width: calc(50% - 30px);
  }

  .box43 {
    width: calc(50% - 30px);
  }

  .box44 {
    width: calc(50% - 30px);
  }

  .box45 {
    width: calc(50% - 30px);
  }

  .box46 {
    width: calc(50% - 30px);
  }

  .box47 {
    width: calc(50% - 30px);
  }

  .box48 {
    width: calc(50% - 30px);
  }

  .box49 {
    width: calc(50% - 30px);
  }

  .box50 {
    width: calc(50% - 30px);
  }

  .box51 {
    width: calc(50% - 30px);
  }

  .box52 {
    width: calc(50% - 30px);
  }

  .box53 {
    width: calc(50% - 30px);
  }

  .box54 {
    width: calc(50% - 30px);
  }

  .box55 {
    width: calc(50% - 30px);
  }

  .box56 {
    width: calc(50% - 30px);
  }

  .box57 {
    width: calc(50% - 30px);
  }

  .box58 {
    width: calc(50% - 30px);
  }

  .box59 {
    width: calc(50% - 30px);
  }

  .box60 {
    width: calc(50% - 30px);
  }

  .box61 {
    width: calc(50% - 30px);
  }

  .box62 {
    width: calc(50% - 30px);
  }

  .box63 {
    width: calc(50% - 30px);
  }

  .box64 {
    width: calc(50% - 30px);
  }
}

footer {
  background-color: #27272a;
  margin-top: 5%;
  padding: 30px;
  padding-left: 0;
  padding-top: 50px;
}

.footer_container {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  color: white;
  margin-left: 10%;
}

.credits {
  font-weight: 200;
  margin-right: 10%;
}

.credits p {
  font-size: 0.8rem;
}

.logo_footer {
  width: 120px;
  margin-bottom: 25px;
}

.logo_footer {
  width: 120px;
}

footer h3 {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style: none;
  font-weight: 200;
  font-size: 1rem;
}

footer ul li a {
  text-decoration: none;
  font-weight: 200;
  font-size: 1rem;
  color: white;
}

.underline {
  cursor: pointer;
}

.underline:hover {
  text-decoration: underline;
}

.instagram {
  width: 20px;
  margin-right: 20px;
}

.tiktok {
  width: 17px;
  position: absolute;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .contact_section h2 {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 10%;
    margin-top: 20%;
  }

  .contact_container {
    flex-direction: column-reverse;
    gap: 40px;
    text-align: center;
  }

  .contact ul li div {
    justify-content: center;
  }

  .footer_container {
    flex-direction: column-reverse;
    gap: 0px;
  }

  .standort_wrapper {
    flex-direction: column;
  }

  .btn_margin_two {
    margin-top: 5%;
    margin-bottom: 5%;
    width: 200px;
  }

  footer {
    margin-top: 10%;
  }

  .container {
    margin-top: 40%;
  }
}

.switch {
  margin-top: 3%;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

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

.switch span {
  margin-left: 10px;
  margin-right: 10px;
  color: white;
}

.first_page {
  background-color: #27272a;
  text-decoration: none;
  color: white;
  padding: 6px;
  border-radius: 2px;
}

@media screen and (min-width: 1700px) {
  .credits {
    margin-right: 20%;
  }
}

.vietec {
  position: absolute;
  right: 20px;
  width: auto;
}

.vietec p {
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 100;
  font-size: 0.7rem;
}

.vietec a {
  color: #a5f3fc;
  text-decoration: none;
}
