@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');

html {
  margin-left: calc(100vw - 100%);
  margin-right: 0;
}

body {
  font-size: 10pt;
  overflow-y: auto;
  margin: 0;
  background-color: grey
}

* {
  line-height: 1.5em
}

body,
td,
th,
ul,
caption,
center,
form,
textarea,
div,
span {
  font-family: "Roboto", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  /* color: #E3DCB0; */
  /* color: #cdcdcb; */
  color: #b9b9b9;
  scrollbar-face-color: #343434;
}

.left {
  float: left
}

.right {
  float: right
}

img.left {
  margin-right: 1em;
  margin-bottom: 1em;
  clear: left
}

img.right {
  margin-left: 1em;
  margin-bottom: 1em;
  clear: right
}

.tilt-right {
  transform: rotate(3deg);
}

.tilt-left {
  transform: rotate(-3deg);
}

.img-resize {
  max-width: 100%
}

.text-resize-right {
  text-align: right;
}

section,
article {
  text-align: justify
}

section {
  clear: both;
}

article h3 {
  margin-bottom: 0
}

article h3+p {
  margin-top: 0.5em
}

footer {
  clear: both;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  max-width: 820px;
}

nav {
  padding: 0;
  font-size: 1.0em
}

nav a {
  display: block;
  padding: 0.25em 0.75em;
  background: #484848;
  border-radius: 2px;
}

nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  list-style-type: none;
  margin: 0;
  flex-wrap: wrap;
}

nav ul li {
  flex: 1;
  text-align: center;
  margin-bottom: 0.25em;
  margin-right: 0.25em;
}

/* nav ul li:not(:first-of-type) {
  margin-left: 0.25em
}

nav ul li:not(:last-of-type) {
  margin-right: 0.25em
} */
a:link {
  text-decoration: none;
  color: #FFFFFF
}

a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #888888
}

a:visited {
  text-decoration: none;
  color: #FFFFFF
}

a:active {
  text-decoration: none;
  color: #ffffff
}

nav a:link {
  text-decoration: none;
}

h1 {
  font-weight: bold;
  text-align: center;
  font-size: 21pt;
  color: #E3DCB0;
}

h2 {
  font-weight: bold;
  text-align: center;
  font-size: 17pt;
  color: #E3DCB0;
}

h3 {
  font-weight: bold;
  text-align: left;
  font-size: 17pt;
  color: #E3DCB0;
}

h4 {
  /* color: #FF8B16; */
  color: #E3DCB0;
  margin-bottom: 0;
  /* text-decoration: underline; */
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  background-color: inherit;
}

h4+p {
  margin-top: 0.25em;
}

.wrapper {
  background-color: #000000;
  padding: 10px;
  width: calc(100% - 20px);
  max-width: 820px;
  min-height: calc(100vh - 20px);
  /* position: relative; */
  margin: 0 auto;
  /* margin-top: -10px; */
  /* border-radius: 5px; */
  box-shadow: 0px 3px 10px #4f4f4f;
  overflow: hidden;
  position: relative;
}

main {
  /* padding: 1em; */
  margin: auto;
  margin-bottom: 2em;
  max-width: 800px;
  padding-bottom: 20px;
}

article#article-haus img {
  width: 250px;
}

.imageGallery a,
.houseGallery a {
  cursor: zoom-in;
}

.slbImage {
  padding-bottom: 1em;
}

.slbImageWrap:after {
  background-color: transparent;
  box-shadow: none;
}

.slbCaption {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.85);
  background: #000000a1;
  position: inherit;
}

.slbImageWrap {
  text-align: center;
}

.ticker {
  /* background-image: url(ticker.gif); */
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  height: 20px;
  /* width: 100%; */
  /* max-width: 850px; */
  margin-right: -10px;
  margin-bottom: -10px;
  margin-left: -10px;
  line-height: 0px;
  background-image: linear-gradient(180deg, #F44336, #3b1313);
}

.ticker p {
  display: inline-block;
  margin: 0;
  padding-left: 100%;
  animation: marquee 60s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.klein {
  font-size: 8pt;
}

@media screen and (max-width:845px) {
  html {
    margin-left: 0
  }

  .wrapper {
    box-shadow: none;
  }
}

@media screen and (max-width:600px) {
  body {
    margin: 0
  }

  .wrapper {
    box-shadow: none
  }
}

@media screen and (max-width:450px) {
  .title-pic {
    width: 25%
  }

  .title-name {
    width: calc(75% - 1em)
  }

  @media screen and (max-width:360px) {
    article#article-haus img {
      width: initial;
    }

    .img-resize {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 auto;
      margin-bottom: 1em;
    }

    .text-resize-right,
    h2,
    h3 {
      text-align: center;
    }
  }