<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  height: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  /* font-family: "Playfair Display", serif; */

  /* font-weight: 200; */
}

body {
  background-image: url("../images/landscape-backgr.jpg");
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center top;
  background-color: rgba(0, 0, 0, 0.3);
}

h1,
h2 {
  line-height: 1.6;
  padding-bottom: 40px;
  word-spacing: 4px;
  font-family: "Libre Baskerville", serif;
}

h3 {
  font-weight: 600;
  padding-bottom: 10px;
}

span {
  padding-bottom: 40px;
}
p {
  line-height: 1.6;
}

a[id="contact-data"] {
  text-decoration: none;
}

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

.container {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}

.box {
  padding: 40px 40px;
  height: auto;
  width: 60%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.box &gt; img {
  height: auto;
  width: 80%;
  padding-bottom: 20px;
}

.box-content {
  height: auto;
  width: auto;
  padding-bottom: 10px;
}

.box-content &gt; .flex {
  gap: 10px;
}

.box-content &gt; .flex &gt; span {
  font-size: 2em;
}

.contact-data {
  bottom: 0;
}

.span1,
.span2 {
  font-size: 24px;
}

@media all and (orientation: portrait) {
  body {
    background-image: url("../images/portrait-backgr.jpg");
  }
}

@media screen and (max-width: 988px) {
  .flex &gt; h2 {
    padding-bottom: 0;
  }

  .flex &gt; h2:last-child {
    padding-bottom: 20px;
  }

  .box-content &gt; .flex:first-child {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .flex &gt; .title {
    padding-bottom: 20px;
  }

  .box &gt; img {
    height: auto;
    width: 90%;
    padding-bottom: 10px;
  }

  .box-content &gt; .flex &gt; span {
    display: none;
  }
}

@media screen and (max-width: 415px) {
  body {
    font-size: 0.6rem;
  }

  .box &gt; img {
    height: auto;
    width: 100%;
    padding-bottom: 10px;
  }
}

/* Impressum */
h1 {
  padding-bottom: 20px;
}

.law-text {
  padding-bottom: 20px;
}

.imp-contact-data {
  padding-bottom: 20px;
}

.imp-contact-data &gt; p {
  line-height: 1.3em;
}

.impressum-box {
  padding: 50px 40px;
  height: auto;
  width: 60%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.impressum-data {
  text-align: left;
  width: 90%;
  padding-bottom: 20px;
  display: flex;
  gap: 30px;
  justify-content: space-evenly;
  margin: auto;
}

@media screen and (max-width: 580) {
  .impressum-data {
    flex-flow: wrap;
  }
}

/* .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
} */

.impressum-left p,
.impressum-right p {
  padding-bottom: 10px;
}

.impressum-right p {
  padding-bottom: 20px;
}

.atm-not-needed {
  display: none;
}
</pre></body></html>