@media screen and (min-width: 1200px) {
main{
  padding: 40px 0 0 0;
}

main article{
  width: 100%;
  padding: 0;
  margin-bottom: 10vh;
  overflow: hidden;
}

#main-content a{
  color: blue;
}

.page-header{
  display: none;
}

#main-content{
  width: 100%;
  min-height: 200vh;
  margin-top: 45px;
  margin-bottom: 0;
  background-color: #fcfbff;
  background-image: url("../../../images/2022/623rs/kette_lang.png"),url("../../../images/2022/623rs/kette_lang.png");
  background-repeat: no-repeat,no-repeat;
  background-position: right 40px top,left 40px top -50px;
}

#main-content img{
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.hygiene, .zubehoer{
  border: 1px solid;
  padding: 1em;
}

#kette_back{
  display: block;
  position: absolute;
}

#spacer1{
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
}

#demo{
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  width:30%;
  line-height: 1.1em;
  text-align: left;
}

#demo p{
  min-height:1.1em;
  letter-spacing: 0.1em;
}

#demo2{
  width:40%;
}

#spacer2{
  width: 80%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
}

#shoplink{
  font-weight: bold;
}

.text{
  display: block;
  width: 80%;
  margin: auto;
  margin-top: 2em;
  text-align: justify;
}


}





@media screen and (max-width: 1199px) {
main{
  padding: 0;
}

main article{
  width: 100%;
  padding: 0;
  margin-bottom: 10vh;
}

.page-header{
  display: none;
}

#main-content{
  width: 100%;
  min-height: 200vh;
  background-color: #fcfbff;
  background-image: url("../../../images/2022/623rs/kette_lang_mobile.png");
  background-repeat: no-repeat;
  background-position: right 20px top;
}

#main-content img{
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#main-content a{
  color: blue;
}

#spacer1{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
}

#demo{
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  width:100%;
  margin-top: 2em;
  line-height: 1.1em;
  padding-left: 2em;
}

#demo p{
  min-height: 1.1em;
  letter-spacing: 0.1em;
}

#demo2{
  width:50%;
  margin: auto;
}

#spacer2{
  width: 100%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
}

.text{
  display: block;
  width: 90%;
  margin: auto;
  margin-top: 2em;
  text-align: justify;
}
}

