.trading-header-middle-section{
  display: flex;
  align-items: center;
  justify-content: center;
 
  font-style: oblique;
  padding-left: 85px;
  overflow: hidden;
  width: 100%;
 
  flex-wrap: nowrap;
}
.trading-header-middle-section p{
font-size: 2.4rem;
color: rgb(56, 56, 56);
text-shadow: 2px 2px rgba(0, 0, 0, 0.2);

}
@media (min-width: 1150px) and (max-width:1290px) {
/* For mobile phones: */
.trading-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 190px;
  flex-wrap: nowrap;
}
.trading-header-middle-section p {
  font-size: 1.8rem;
}
}
@media (min-width: 925px) and (max-width: 1149px) {
/* For mobile phones: */
.trading-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 200px;
  flex-wrap: nowrap;
}
.trading-header-middle-section p {
  font-size: 1.7rem;
}
}
@media (min-width: 510px) and (max-width:924px) {
/* For mobile phones: */
.trading-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 150px;
  flex-wrap: nowrap;
}
.trading-header-middle-section p {
  font-size: 1.5rem;
}
}
@media (min-width: 90px) and (max-width:510px) {
/* For mobile phones: */
.trading-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 70px;
  flex-wrap: nowrap;
}
.trading-header-middle-section p {
  font-size: 1.3rem;
}
}
body{
  background-image: url(/thumb/homepage_Elemente/Galeria2.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
}
@media (min-width: 90px) and (max-width:800px) {
  /* For mobile phones: */
  body{
    background-image: url(/thumb/homepage_Elemente/Galeria2.jpg);
    background-repeat: no-repeat;
    background-position:left top;
    background-attachment: fixed;
    background-size: cover;
  }
}
@media (max-width: 1250px)  {
  /* For mobile phones: */
  body{
    background-image: url(/thumb/homepage_Elemente/Galeria2.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: 100vw;
    
  }
 
  }
  .wrapper-div{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
   
    align-items: center;
    justify-content: center;
    margin-bottom: 50vh;
  }
  .collector {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(252, 252, 252, 0.4);
    padding: 30px;
    border-radius: 30px;
    box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
    box-shadow: 0 0 8px 8px rgba(255, 255, 255, 0.475) inset;
    backdrop-filter: blur(4px);
    padding-bottom: 50px;
    max-width: 80vw;
    margin-left: 95px;
  }
  @media (min-width: 90px) and (max-width: 900px) {
    .collector{
      margin-left: 0px;
      margin-right: 55px;
    }
  }
  .tradingcard-sidebar{
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: center;
    text-align: center;
    background-color: rgb(214, 214, 214);
    left: 0;
    bottom: 45px;
    top: 85px;
    width: 95px;
    z-index: 100;
    border-right-color: rgb(255, 72, 0);
    border-right-width: 2px;
    border-right-style: solid;
    z-index: 200;
    overflow: hidden;
    background-image: url(/thumb/homepage_Elemente/sidebar1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: auto;
  }
  .tradingcard-link
{
  display: flex;
  height: 45vh;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  min-width: 95px;
  font-size: 13px;
  font-weight: 600;
}
.tradingcard-link:hover
{
  background-color: rgb(255, 72, 0);
  transition: background-color 0.3s;
  color: white;
  text-decoration: none;
}
.headline-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  width: 70%;
  text-align: center;
  text-align: justify;
  text-align-last: center;  
}
.headline-div {}
@media (min-width: 90px) and (max-width: 539px) {
  .headline-div h1{
    font-size: 24px;
    
  }
  .headline-div p{
    font-size: 1rem;
  }
}
@media (min-width: 540px) {
  .headline-div h1{
    font-size:40px;
  }
}
  .headline-div h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    color: rgb(77, 77, 77);
    font-style: normal;
  }
  .cards-div {
    display: flex;
    width: 90vw;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 90px;
  }
  .card-div1 {
    display: flex;
    max-width: 400px;
    padding: 25px 0px 25px 25px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px; 
  }
  @keyframes widthness {
    from {max-width:100px;}
    to {max-width: 400px;}
  }
.card-div1,
.card-div2,
.card-div3{
    animation-name: widthness;
    animation-duration: 1.5s;
    animation-timing-function:cubic-bezier(0.2, 0.2, 0.2, 0.2);
    animation-fill-mode: forwards;
}
@media (max-width:630px) {
  .card-div1,
  .card-div2,
  .card-div3{
      animation-name: none;
      animation-duration: none;
      animation-timing-function:none;
      animation-fill-mode: none;
}
}
  
.card-div2 {
    display: flex;
    max-width: 400px;
    padding: 25px 0px 25px 25px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .card-div3 {
    display: flex;
    max-width: 400px;
    padding: 25px 0px 25px 25px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  #magix-card-picture{
   max-width: 90%;    
  }
  #magix-card-picture2{
    max-width: 90%;
   }
thead {
  background-color: lightblue;
}
tbody {
    background-color: whitesmoke;
    font-size: smaller;
}
th, td {
  padding: 0.5rem 1rem;
  text-align: center;
  vertical-align: top;
  min-width: 40vw;
  font-size: 17px;
  line-height: 140%;
}
table {
  border-spacing: 1.4px;
}
.table-div {
  display: flex;
  margin-bottom: 120px;
  margin-right: 90px;
  align-items: center;
}
@media (max-width:900px) {
  .wrapper-div{
    display: flex;
    flex-direction: column;
    margin-left:140px;
    margin-top: 120px;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
    align-items: center;
  }
}
/* Slideshow container */
.slideshow-container { 
  max-width: 1000px;
  position: relative;
}
@media (max-width:500px) {
  .slideshow-container {
    margin-left: 10px;  
  }
}
/* Bilder verborgen default */
.slidePix {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 110px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgb(17, 0, 50);
  font-weight: bold;
  font-size: 48px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
@media (max-width:500px) {
  .slidePix {
    margin-left: 0px;
  }
  .prev, .next {
    font-size: 25px;
  }
}
/* Position the "next button" to  right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, black background color a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}