.atext {
  text-align: start;
  width: 100%;
  padding-left: 30px;
  padding-right: 0px;
  padding-bottom: 20px;
  overflow: scroll;
}

.untertitel {
  padding-right: 10px;
}

.text_intro {
  padding-left: 15px;
  padding-top: 5px;
}

.ds_ende {
  font-style: italic;
  font-size: 15px;
  text-decoration: none;
  color: black;
  padding-left: 25px;
}

.preis {
  text-decoration: none;
  text-align: center;
  color: red;
  font-size: 55px;
}

.list_space {
  margin-left: 25px;
}

.article_textbar {
  width: 90%;
  max-height: -moz-max-content;
  max-height: max-content;
  margin-left: 0%;
  padding-left: 5px;
  background-color: white;
}
.article_textbar h2 {
  text-align: start;
}
.update_text {
  text-align: start;
  width: 100%;
  padding-left: 30px;
  padding-right: 0px;
  padding-bottom: 20px;
  overflow: scroll;
}

.tabletext {
  text-align: start;
  width: 100%;
}

.artdetails {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  background-color: white;
}

.sidetext {
  width: 40%;
  position: fixed;
}

.sideinfo {
  width: 100%;
  left: 0%;
  bottom: 0%;
  background-color: white;
  margin-left: 0%;
}

.blog_article_large {
  display: grid;
  gap: 0px;
  grid-template-columns: auto;
  grid-template-rows: 200px 200px;
}
.blog_article_large .blog_picture {
  background-color: blue;
  grid-column: 1/span 1;
  grid-row: 1/span 2;
  width: 100%;
  position: relative;
}
.blog_article_large .art_intro {
  position: absolute;
  text-align: start;
  bottom: 0%;
  left: 0%;
  width: 100%;
  background: rgba(227, 217, 217, 0.7);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: black;
}
.blog_article_large .art_text {
  position: absolute;
  text-align: start;
  bottom: 0%;
  left: 0%;
  width: 100%;
  background: rgba(227, 217, 217, 0.7);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.blog_article_large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(0px);
}
.blog_article_large img:hover {
  filter: blur(4.7px);
}
.blog_article_large .article_details_large {
  height: 100vh;
  background-color: white;
}

@media only screen and (min-width: 768px) and (orientation: landscape) {
  .artdetails {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto;
    background-color: white;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .artdetails {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto;
    background-color: white;
  }
}/*# sourceMappingURL=ds_article.css.map */