
.title{
    color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;  
  padding:10px;
  padding-bottom: 0;
}
.title2{
      font-family: 'Montserrat', sans-serif;
      color: aliceblue;
      font-size: larger;
  }
.picker{
  display: flex;
  margin-top: 20px;
margin-left: 10px;
border-radius: 10px;
}
.pickerFont{
  color: #ffffff;
  font-size: larger;
  font-family: 'Montserrat', sans-serif;
  background-color: #929292;
  padding:15px;
  text-decoration: none;
}
.pickerFont:hover{
  background-color: #60c0dd;
  text-decoration: none;
color: black;
}
.CardPadding:hover {
  transform: scale(1.1); 
}
.CardPadding{
  transition: transform .2s; 
  width:300px;
  margin-top: 10px;
  padding: 10px;
  margin-left: 10px;
}
  .ScrollView{
    display: flex;
    overflow-x: auto;
  }
  .ScrollView2{
    display: flex;
    overflow-x: auto;
  }
  .NeueArtikel{
    width:100%;
    max-width: 1100px;
    background-color: rgb(162, 34, 212);
    border-radius: 30px;
    margin:10px;
    margin-right: 10px;
    box-shadow: rgba(162, 34, 212, 0.7) 0px 7px 29px 0px;
  }
  .Content{
    background-color: rgb(3, 138, 3);
    box-shadow: rgba(3, 138, 3, 0.7) 0px 7px 29px 0px;
      min-width: 220px;
      width:220px;
      height:160px;
      border-radius: 20px;
      margin:20px;
      text-align: center;
      padding:10px;
    }
.Contentorange{
    background-color: rgb(136, 138, 3);
    box-shadow: rgb(136, 138, 3, 0.7) 0px 7px 29px 0px;
    min-width: 220px;
    width: 220px;
    height:160px;
    border-radius: 20px;
    margin:20px;
    text-align: center;
    padding:10px;
}
.Contentred{
  background-color: rgb(138, 3, 3);
  box-shadow: rgb(138, 3, 3, 0.7) 0px 7px 29px 0px;
    width: 220px;
    height:160px;
    border-radius: 20px;
    margin:20px;
    text-align: center;
    padding:10px;
}
.Contentblue{
  background-color: rgb(3, 66, 138);
    box-shadow: rgb(3, 66, 138, 0.7) 0px 7px 29px 0px;
    width: 220px;
  height:160px;
  border-radius: 20px;
  margin:20px;
  text-align: center;
  padding:10px;
}
.Content{
  background-color: rgb(138, 3, 3);
  box-shadow: rgb(138, 3, 3, 0.7) 0px 7px 29px 0px;
  width: 220px;
  height:160px;
  border-radius: 20px;
  margin:20px;
  text-align: center;
  padding:10px;
}
        
  .ContentFontTitle{
      font-family: 'Montserrat', sans-serif;
      color: aliceblue;
      font-size: larger;
  }
  .ContentAlignment{
  display: flex;
  padding-bottom: 20px;
  padding-top: 10px;
  }
  .Contentredhov:hover {
    background-color: rgba(0, 229, 236);
    box-shadow: rgba(0, 229, 236, 0.7) 0px 7px 29px 0px;
    transition-duration: 0.4s;
  }
  .Contentredhov{
    background-color: rgb(138, 3, 3);
    box-shadow: rgb(138, 3, 3, 0.7) 0px 7px 29px 0px;
    transition-duration: 0.4s;
  }
  .Contentbluehov{
    background-color: rgb(3, 66, 138);
    box-shadow: rgb(3, 66, 138, 0.7) 0px 7px 29px 0px;
    transition-duration: 0.4s;
  }
  .Contentbluehov:hover {
    background-color: rgba(0, 229, 236);
    box-shadow: rgba(0, 229, 236, 0.7) 0px 7px 29px 0px;
    transition-duration: 0.4s;
  }
  .Contentorangehov:hover {
    background-color: rgba(0, 229, 236);
    box-shadow: rgba(0, 229, 236, 0.7) 0px 7px 29px 0px;
    transition-duration: 0.4s;
  }
  .Contentorangehov{
    background-color: rgb(136, 138, 3);
    box-shadow: rgb(136, 138, 3, 0.7) 0px 7px 29px 0px;
    transition-duration: 0.4s;
  }
  .Contentgreenhov{
    background-color: rgb(3, 138, 3);
    box-shadow: rgba(3, 138, 3, 0.7) 0px 7px 29px 0px;
    transition-duration: 0.4s;
  }
  .Contentgreenhov:hover{
    background-color: rgba(0, 229, 236);
    box-shadow: rgba(0, 229, 236, 0.7) 0px 7px 29px 0px;
    transition-duration: 0.4s;
  }
  .CardPadding{
    transition: transform .2s; 
    width:300px;
    margin-top: 10px;
    padding: 10px;
  }
  .footer{
    position: absolute;
    text-align: center;
    bottom: 0;

  }
.footerContent{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.footerFont{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}



