#leftnavi {
  display: none;
}
#maincontent {
  width: 100%;
  margin-left: 0%;
}
#pictureBox {
  width: 40%;
  float: left;
}
.swExtendedImg a.swMainImg {
  width: 75% !important;
}

#detailBox {
  width: 60%;
  float: left;
  padding-left: 2%;
}
#detailHead {
  width: 100%;
  float: left;
  position: relative;
}
#itemName h1 {
  font-size: 2rem;
  font-weight: 600;
  float: left;
}
#brand {
  width: 20%;
  float: right;
}
#brand img {
  width: 100%;
}
#itemNumber {
  width: 100%;
  float: left;
}
#itemSubname {
  width: 100%;
  float: left;
}
.swItemDetailPrice {
  width: 100%;
  float: left;
  font-size: 2.5rem;
  font-weight: 600;
  color: #a72691;
}
#itemShortdescription {
  width: 100%;
  float: left;
}
.line {
  width: 100%;
  float: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.swItemProps {
  width: 100%;
  float: left;
}
.swItemProps label {
  width: 22%;
  display: inline-block;
}
.swItemProps select {
  width: 40%;
}
#prop1st {
  margin-bottom: 1%;
}
#nachricht {
  width: 100%;
  float: left;
  padding-left: 22%;
  margin-top: 1%;
}
#DivMenge {
  margin-top: 1%;
}
.swDetailBack {
  width: 32%;
  position: absolute;
  bottom: 0%;
  right: 0%;
  text-align: right;
}
#WishBut {
  width: 100%;
  float: left;
  margin-top: 5%;
}
#WishBut a {
  background-color: white;
  border: 1px solid #a72691;
  color: #a72691;
  padding: 2%;
}
#WishBut a:hover {
  background-color: #6b185d;
  color: white;
}
#warenkorb {
  background-color: #a72691 !important;
  color: white !important;
  padding: 2%;
}
#warenkorb:hover {
  background-color: #6b185d !important;
  border: 1px solid #6b185d;
}
#warenkorbBut {
    display:contents;
}
#tabContent {
  width: 100%;
  float: left;
}
.designer,
#upload {
  width: 49.5%;
  box-shadow: 0px 0px 20px lightgrey inset;
  padding: 2%;
  border: 1px Solid lightgrey;
  min-height: 18rem;
}
.designer {
  float: left;
}
#upload {
  float: right;
}
input.addToCart {
  background-color: #a72691;
  background-image: none;
  padding: 2%;
  margin-top: 2%;
}
input.addToCart:hover {
  background-color: #6b185d;
}
#input {
  margin-top: 2%;
}
#input input[type="file"] {
  background-color: #a72691;
  padding: 1%;
  color: white;
}
.designer i,
.designer h9,
#upload i,
#upload h9 {
  font-size: 1.5rem;
  color: #a72691;
}
.CreateTabs summary {
  cursor: pointer;
}
.CreateTabs summary:hover {
  text-decoration: underline;
}
#itemdescription {
  width: 100%;
  float: left;
  margin-top: 2%;
}
#itemdescription h2,
#bestand h2,
#empfehlungstitel {
  font-size: 1.5rem;
  font-weight: 600;
}
#bestand {
  width: 100%;
  float: left;
  margin-top: 2%;
}
.col-1 {
  width: 12rem;
}
.col-2 {
  width: 8rem;
  padding-right: 5%;
}
.col-3 {
  width: 20rem;
}
.bestand-prop1st {
  width: 50%;
  float: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.bestand-prop2nd {
  width: 50%;
  float: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#liste {
  background-color: rgba(0, 0, 0, 0.04);
  width: 100%;
  height: auto;
  display: inline-block;
  padding-left: 1%;
  padding-right: 1%;
  border: 1px solid lightgrey;
}
#empfehlungen {
  width: 100%;
  float: left;
}
.swSuggestItemLink {
  width: 14%;
  float: left;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 1%;
}
.swSuggestItemLink a,
.swSuggestItemLink img {
  width: 100%;
}
#config {
  width: 100%;
  float: left;
  margin-top: 10%;
}
.configBox {
  width: 46%;
  float: left;
}
#configBoxSpace {
  width: 8%;
  float: left;
  display: flex;
  align-items: center;
  height: 3.5rem;
}
.configLabel {
  width: 50%;
  padding: 2%;
  color: white;
  border-radius: 5px;
  border: 0;
  
  font-weight: 600;
  display: inline-block;
  width: 97%;
  text-align: center;
  height: 3.5rem;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
.configLabel i {
  color: white;
  font-size: 1.3rem;
}
#designerLabel {
  background-color: #e72d34;
}
#uploadLabel {
  background-color: #385676;
}

#left-col {
  width: 60%;
  float: left;
  padding-top: 5rem;
}
#right-col {
  width: 40%;
  float: right;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 2%;
}
#right-col ul {
  padding-left: 5%;
}
#right-col ul li {
  list-style: disc;
}

.accordeon-checkbox {
  display: none;
}
.accordeon-title-label {
  cursor: pointer;
  display: block;
  height: 20px;
  text-align: left;
  font: 15px "Roboto", sans-serif;
  text-decoration: underline;
  color: #707070;
}
.accordeon-title-label:hover {
  text-decoration: none;
}
.accordeon-content {
  padding: 10px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  border-radius: 5px;
}
.accordeon-content ul {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 4%;
  padding: 4%;
  padding: 4%;
}
.accordeon-content ul li {
  color: #707070;
}
.accordeon-title-label:before {
  content: "+";
}
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label:before {
  top: -2px;
  position: relative;
  content: "-";
}
.accordeon-checkbox:checked + .accordeon-content {
  height: 560px;
}
.accordeon-checkbox + .accordeon-content {
  font: 13px "Roboto", sans-serif;
  text-align: left;
}

h3.countdown-title.min {
  font-size: 15px;
  vertical-align: middle;
  height: 100%;
  padding: 9px;
  font-style: italic;
}
div.banner-cont > div > div > h3 {
  vertical-align: middle;
  height: 100%;
  font-weight: 300;
}
.banner-cont {
  position: relative;
  /*max-width: 725px;*/
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  text-align: center;
  /*margin: 0 auto;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#botton {
  width: 30%;
  margin-top: 6%;
}
#botton a {
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 5%;
  padding-right: 5%;
}
#botton a:hover {
  background-color: rgb(123, 28, 28);
}

#hinweisDesigner {
  font-size: 1rem;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 4%;
  color: #707070;
}

@media only screen and (min-width: 200px) and (max-width: 400px) {
  #bestand,
  #itemNumber,
  .addToWish,
  #StockBut {
    display: none;
  }
  a.swMainImg,
  #pictureBox,
  #swItemAddpix,
  #detailBox {
    width: 100% !important;
  }
  #nachricht {
    padding-left: 1%;
  }
  #nachricht textarea {
    width: 200px;
    margin-top: 4%;
  }
  .designer,
  #upload {
    width: 100%;
    position: relative;
  }
  #upload {
    margin-top: 15%;
  }
  #itemName {
    font-size: 1.3rem;
  }
  #itemSubname {
    font-size: 0.7rem;
  }
  .swItemDetailPrice {
    font-size: 2rem;
  }
  .swDetailBack {
    width: 100%;
    position: unset;
    text-align: left;
    margin-top: 10% !important;
    display: inline-block;
  }
  .swItemProps label {
    width: 100%;
    font-weight: 600;
  }
  .swItemProps select {
    width: 99%;
  }
  #prop2nd {
    margin-top: 4%;
  }
  #DivMenge {
    margin-top: 6%;
  }
  .designer i,
  .designer h9,
  #upload i,
  #upload h9 {
    font-size: 1rem;
  }
  #input input[type="file"] {
    font-size: 0.8rem;
  }
  #uploadSubmit {
    margin-top: 15%;
  }
  #itemdescription {
    margin-top: 15%;
    font-size: 0.8rem;
  }
  #itemdescription h2 {
    font-size: 1.2rem;
  }
  #empfehlungen {
    margin-top: 15%;
  }
  #empfehlungstitel {
    font-size: 1.1rem;
  }
  .swSuggestItemLink img {
    width: 100%;
  }
  #empfehlungen a {
    font-size: 0.8rem;
    text-align: center;
  }
  
  .configBox {
    width: 100%;
  }
  #configBoxSpace {
    width: 100%;
    justify-content: center;
  }
  .accordeon-title-label {
    text-align: center;
  }
  #uploadSubmit {
    position: unset;
  }

  #left-col {
    width: 100%;
    padding-top: 1rem;
  }
  #right-col {
    width: 100%;
    margin-top: 12%;
  }
  #WishBut {
    position:relative;
  }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
  #bestand,
  #itemNumber,
  .addToWish,
  #StockBut {
    display: none;
  }
  a.swMainImg,
  #pictureBox,
  #swItemAddpix,
  #detailBox {
    width: 100% !important;
  }
  #nachricht {
    padding-left: 1%;
  }
  #nachricht textarea {
    width: 370px;
    margin-top: 4%;
  }
  .designer,
  #upload {
    width: 100%;
    position: relative;
  }
  #upload {
    margin-top: 15%;
  }
  #itemName {
    font-size: 1.6rem;
  }
  #itemSubname {
    font-size: 1rem;
  }
  .swItemDetailPrice {
    font-size: 2rem;
  }
  .swDetailBack {
    width: 100%;
    position: unset;
    text-align: left;
    margin-top: 10% !important;
    display: inline-block;
  }
  .swItemProps label {
    width: 100%;
    font-weight: 600;
  }
  .swItemProps select {
    width: 99%;
  }
  #prop2nd {
    margin-top: 4%;
  }
  #DivMenge {
    margin-top: 6%;
  }
  .designer i,
  .designer h9,
  #upload i,
  #upload h9 {
    font-size: 1.4rem;
  }
  #input input[type="file"] {
    font-size: 1.1rem;
  }
  #uploadSubmit {
    margin-top: 15%;
  }
  #itemdescription {
    margin-top: 15%;
    font-size: 1rem;
  }
  #itemdescription h2 {
    font-size: 1.8rem;
  }
  #empfehlungen {
    margin-top: 15%;
  }
  #empfehlungstitel {
    font-size: 1.1rem;
  }
  .swSuggestItemLink img {
    width: 100%;
  }
  #empfehlungen a {
    font-size: 0.8rem;
    text-align: center;
  }
  #WishBut a {
    font-size: 1.5rem;
  }
  input.addToCart {
    font-size: 1.4rem;
    position: absolute;
    bottom: 2%;
    right: 2%;
  }
  .configBox {
    width: 100%;
  }
  #configBoxSpace {
    width: 100%;
    justify-content: center;
  }
  .accordeon-title-label {
    text-align: center;
  }
  #uploadSubmit {
    position: unset;
  }

  #left-col {
    width: 100%;
    padding-top: 1rem;
  }
  #right-col {
    width: 100%;
    margin-top: 12%;
  }
    #WishBut {
    position:relative;
  }
}

@media only screen and (min-width: 501px) and (max-width: 620px) {
  #bestand,
  #itemNumber,
  .addToWish,
  #StockBut {
    display: none;
  }
  a.swMainImg,
  #pictureBox,
  #swItemAddpix,
  #detailBox {
    width: 100% !important;
  }
  #nachricht {
    padding-left: 1%;
  }
  #nachricht textarea {
    width: 99%;
    margin-top: 4%;
  }
  .designer,
  #upload {
    width: 100%;
    position: relative;
  }
  #upload {
    margin-top: 15%;
  }
  #itemName {
    font-size: 2rem;
  }
  #itemSubname {
    font-size: 1.2rem;
  }
  .swItemDetailPrice {
    font-size: 3.5rem;
  }
  .swDetailBack {
    width: 100%;
    position: unset;
    text-align: left;
    margin-top: 10% !important;
    display: inline-block;
  }
  .swDetailBack a {
    font-size: 1.4rem;
  }
  .swItemProps label {
    width: 100%;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .swItemProps select {
    width: 99%;
    font-size: 1.4rem;
  }
  #prop2nd {
    margin-top: 4%;
  }
  #DivMenge {
    margin-top: 6%;
    font-size: 1.8rem;
  }
  .designer i,
  .designer h9,
  #upload i,
  #upload h9 {
    font-size: 1.8rem;
  }
  .designer,
  #uploadcontent,
  .designer summary,
  #uploadcontent summary {
    font-size: 1.2rem;
  }
  #input input[type="file"] {
    font-size: 1.4rem;
  }
  #uploadSubmit {
    margin-top: 15%;
  }
  #itemdescription {
    margin-top: 15%;
    font-size: 1.4rem;
  }
  #itemdescription h2 {
    font-size: 1.8rem;
  }
  #empfehlungen {
    margin-top: 15%;
  }
  #empfehlungstitel {
    font-size: 1.6rem;
  }
  .swSuggestItemLink img {
    width: 100%;
  }
  #empfehlungen a {
    font-size: 1rem;
    text-align: center;
  }
  #WishBut a {
    font-size: 1.5rem;
  }
  input.addToCart {
    font-size: 1.8rem;
    position: absolute;
    bottom: 2%;
    right: 2%;
  }
  .swSmalltext,
  .swSmalltext a {
    font-size: 1.4rem;
  }
  .configBox {
    width: 100%;
  }
  #configBoxSpace {
    width: 100%;
    justify-content: center;
  }
  .accordeon-title-label {
    text-align: center;
  }
  #uploadSubmit {
    position: unset;
  }

  #left-col {
    width: 100%;
    padding-top: 1rem;
  }
  #right-col {
    width: 100%;
    margin-top: 12%;
  }
    #WishBut {
    position:relative;
  }
}

@media only screen and (min-width: 621px) and (max-width: 760px) {
  #bestand,
  #itemNumber,
  .addToWish,
  #StockBut {
    display: none;
  }
  a.swMainImg,
  #pictureBox,
  #swItemAddpix,
  #detailBox {
    width: 100% !important;
  }
  #nachricht {
    padding-left: 1%;
  }
  #nachricht textarea {
    width: 99%;
    margin-top: 4%;
  }
  .designer,
  #upload {
    width: 100%;
    position: relative;
  }
  #upload {
    margin-top: 15%;
  }
  #itemName {
    font-size: 2.5rem;
  }
  #itemSubname {
    font-size: 1.6rem;
  }
  .swItemDetailPrice {
    font-size: 3.5rem;
  }
  .swDetailBack {
    width: 100%;
    position: unset;
    text-align: left;
    margin-top: 10% !important;
    display: inline-block;
  }
  .swDetailBack a {
    font-size: 1.8rem;
  }
  .swItemProps label {
    width: 100%;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .swItemProps select {
    width: 99%;
    font-size: 1.4rem;
  }
  #prop2nd {
    margin-top: 4%;
  }
  #DivMenge {
    margin-top: 6%;
    font-size: 1.8rem;
  }
  .designer i,
  .designer h9,
  #upload i,
  #upload h9 {
    font-size: 2.2rem;
  }
  .designer,
  #uploadcontent,
  .designer summary,
  #uploadcontent summary {
    font-size: 1.2rem;
  }
  #input input[type="file"] {
    font-size: 1.8rem;
  }
  #uploadSubmit {
    margin-top: 15%;
  }
  #itemdescription {
    margin-top: 15%;
    font-size: 1.4rem;
  }
  #itemdescription h2 {
    font-size: 1.8rem;
  }
  #empfehlungen {
    margin-top: 15%;
  }
  #empfehlungstitel {
    font-size: 1.6rem;
  }
  .swSuggestItemLink img {
    width: 100%;
  }
  #empfehlungen a {
    font-size: 1rem;
    text-align: center;
  }
  #WishBut a {
    font-size: 2.5rem;
  }
  input.addToCart {
    font-size: 1.8rem;
    /*position: absolute;
    bottom: 2%;
    right: 2%;*/
  }
  .swSmalltext,
  .swSmalltext a {
    font-size: 1.4rem;
  }
  .configBox {
    width: 100%;
  }
  #configBoxSpace {
    width: 100%;
    justify-content: center;
  }
  .accordeon-title-label {
    text-align: center;
  }
  .configBox {
    width: 100%;
  }
  #configBoxSpace {
    width: 100%;
    justify-content: center;
  }
  .accordeon-title-label {
    text-align: center;
  }
  #uploadSubmit {
    position: unset;
  }

  #left-col {
    width: 100%;
    padding-top: 1rem;
  }
  #right-col {
    width: 100%;
    margin-top: 12%;
  }
    #WishBut {
    position:relative;
  }
}

@media only screen and (min-width: 761px) and (max-width: 1025px) {
  #itemNumber {
    display: none;
  }
  a.swMainImg,
  #swItemAddpix {
    width: 100% !important;
  }
  #pictureBox,
  #detailBox {
    width: 50%;
  }
  #nachricht {
    padding-left: 1%;
  }
  #nachricht textarea {
    width: 99%;
    margin-top: 4%;
  }
  .designer,
  #upload {
    width: 49%;
    min-height: 20rem;
    position: relative;
  }

  #itemName {
    font-size: 1.5rem;
  }
  #itemSubname {
    font-size: 1rem;
  }
  .swItemDetailPrice {
    font-size: 3.5rem;
  }
  .swDetailBack {
    width: 100%;
    position: unset;
    text-align: left;
    margin-top: 10% !important;
    display: inline-block;
  }
  .swDetailBack a {
    font-size: 1.2rem;
  }
  .swItemProps label {
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
  }
  .swItemProps select {
    width: 99%;
    font-size: 1.2rem;
  }
  #prop2nd {
    margin-top: 4%;
  }
  #DivMenge {
    margin-top: 6%;
    font-size: 1.4rem;
  }
  .designer i,
  .designer h9,
  #upload i,
  #upload h9 {
    font-size: 1.2rem;
  }
  .designer,
  #uploadcontent,
  .designer summary,
  #uploadcontent summary {
    font-size: 1rem;
  }
  #input input[type="file"] {
    font-size: 1.1rem;
  }
  #uploadSubmit {
    margin-top: 15%;
  }
  #itemdescription {
    margin-top: 10%;
    font-size: 1.4rem;
  }
  #itemdescription h2 {
    font-size: 1.8rem;
  }
  #empfehlungen {
    margin-top: 10%;
  }
  #empfehlungstitel {
    font-size: 1.6rem;
  }
  .swSuggestItemLink img {
    width: 100%;
  }
  #empfehlungen a {
    font-size: 1rem;
    text-align: center;
  }
  #WishBut {
    margin-top: 5%;
  }
  #WishBut a {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
    align-items: center;
  }
  input.addToCart {
    font-size: 1.4rem;
    /*position: absolute;
    bottom: 2%;
    right: 2%;*/
  }
  .swSmalltext,
  .swSmalltext a {
    font-size: 1.4rem;
  }
  .configBox {
    width: 100%;
  }
  #configBoxSpace {
    width: 100%;
    justify-content: center;
  }
  .accordeon-title-label {
    text-align: center;
  }
  #uploadSubmit {
    position: unset;
  }

  #left-col {
    width: 100%;
    padding-top: 1rem;
  }
  #right-col {
    width: 100%;
    margin-top: 12%;
  }
    #WishBut {
    position:relative;
  }
}
