<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Allura;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.laserplus.de/ASSETS/speedFiles/fonts/9oRPNYsQpS4zjuA_iwgW.woff2)
    format("woff2");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  background-image: url("https://www.laserplus.de/ASSETS/speedFiles/img/BackgroundPattern2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container {
  width: 80%; 
  margin: 0 auto;
}

figure {
  text-align: start;
  margin-bottom: 20px;
  margin-left: 20px;
}

figcaption {
  font-size: 0.8rem;
  color: grey;
  text-align: right;
  margin-top: 5px;
  clear: both;
}

#banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.unterschriftbanner {
  margin-bottom: 20px;
}

h1 {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 15px;
  color: #be2e02;
  text-align: center;
}

h2 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.7rem;
  color: #294d8a;
}

#bild1 {
  float: right;
  width: 60%;
  margin-left: 20px;
}

.image-figure {
  clear: both;
  text-align: start;
  float: right;
  width: 40%;
  margin-bottom: 0px;
}

.image-figure img {
  width: 100%;
}

.image-figure figcaption {
  font-size: 0.8rem;
  color: grey;
  text-align: left;
  margin-top: 0px;
  clear: both;
}

.left-para{
  width: 57%;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.link {
  font-size: 0.8rem;
}

p {
  margin-top: 10px;
}

ul {
  margin: 10px 0;
  padding-left: 20px;
}

.imgfooter{
  width: 100%;
}
</pre></body></html>