.didge-header-middle-section{
  display: flex;
  align-items: center;
  justify-content: center;
 
  font-style: oblique;
  padding-left: 85px;
  overflow: hidden;
  width: 100%;
 
  flex-wrap: nowrap;
}
.didge-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: */
.didge-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 190px;
  flex-wrap: nowrap;
}
.didge-header-middle-section p {
  font-size: 1.8rem;
}
}
@media (min-width: 925px) and (max-width: 1149px) {
/* For mobile phones: */
.didge-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 200px;
  flex-wrap: nowrap;
}
.didge-header-middle-section p {
  font-size: 1.7rem;
}
}
@media (min-width: 510px) and (max-width:924px) {
/* For mobile phones: */
.didge-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 150px;
  flex-wrap: nowrap;
}
.didge-header-middle-section p {
  font-size: 1.5rem;
}
}
@media (min-width: 290px) and (max-width:510px) {
/* For mobile phones: */
.didge-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 30px;
  flex-wrap: nowrap;
}
.didge-header-middle-section p {
  font-size: 1.3rem;
}
}
body{
  background-color: rgb(214, 214, 214);  
  overflow: scroll;
  background-image: url(/thumb/Fotos/Metal_background2_kompr72dpi.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: cover;
}
.music-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;
}
.music-link
{
display: flex;
height: 45vh;
justify-content: center;
align-items: center;
cursor: pointer;
color: black;
min-width: 95px;
font-size: 13px;
font-weight: 600;
}
.music-link:hover
{
background-color: rgb(255, 72, 0);
transition: background-color 0.3s;
color: white;
text-decoration: none;
}
.scroller-div{
  display:flex;
  flex-direction: column;
  flex-wrap: inherit;
  justify-content: center;
  position: fixed;
  top: 85px;
  left: 95px;
  right: 10px;
  bottom: 0px;
  background-image: url(/thumb/images.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.praesentation {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  color: rgb(232, 0, 0);
  font-style: oblique;
  
  background-color: rgb(214, 214, 214, 0.7);
  border-radius: 20px;
  padding: 20px;
  max-width: 70vw;
}
.praesentation h1 {
  text-decoration: underline;
  color: rgb(77, 77, 77);
  font-size: 2.6rem;
  font-weight: 600;
}
@media (max-width: 700px) {
  .praesentation h1 {
  font-size: 25px;
}
}
.container-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scroll-right-section{
overflow-y: scroll;
padding-right: 20px;
padding-bottom: 65px;
padding-left: 30px;
padding-top: 30px;
margin-bottom: 0px;
max-width: 100vw;
height: auto;
}
.right-section{
  display: grid;
  gap: 10px;
}
.card2:hover{
  cursor: pointer;
}
.card2 video {
  width: 200px;
}
.card2{
  display: flex;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 2px 30px 0 rgba(0,0,0,0.2);
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}
.card2 img{
  box-shadow: 0 2px 30px 0 rgba(0,0,0,0.2);
  width: 75%;
  margin-top: 10px;
  object-fit: cover;
  margin-bottom: 20px;
}

@media (min-width: 751px) and (max-width:869px) {
  .right-section {
  grid-template-columns: 1fr ;
}
}
  @media (min-width: 870px) and (max-width:999px) {
    .right-section {
    grid-template-columns: 1fr 1fr;
  }
  }
  @media (min-width: 1000px) {
    .right-section {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media (min-width: 1100px) {
    .right-section {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
  @media (min-width: 1350px) {
    .right-section {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
  }
  @media (min-width: 1450px) {
    .right-section {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
  }
  @media only screen and (max-width:500px) {
  /* For mobile phones: */
  .home-left-section {
    width: 50%;
  }
}
