////////////////////////////////////////////////////////////
///*HEIGHT*///
////////////////////////////////////////////////////////////
@media screen and (max-height: 400px) {
  .BereicheHeight{height: 100px;}
  .BereicheHeightDrehen{height: 100px;}
}
@media screen and (min-height: 401px) and  (max-height: 500px) {
  .BereicheHeight{height: 110px;}
  .BereicheHeightDrehen{height: 100px;}
}
@media screen and (min-height: 501px) and  (max-height: 600px) {
  .BereicheHeight{height: 120px;}
  .BereicheHeightDrehen{height: 100px;}
}
@media screen and (min-height: 601px) and  (max-height: 700px) {
  .BereicheHeight{height: 130px;}
  .BereicheHeightDrehen{height: 100px;}
}
@media screen and (min-height: 701px) and  (max-height: 800px) {
  .BereicheHeight{height: 140px;}
  .BereicheHeightDrehen{height: 100px;}
}
@media screen and (min-height: 801px) and (max-height: 900px) {
  .BereicheHeight{height: 150px;}
  .BereicheHeightDrehen{height: 100px;}
}
@media screen and (min-height: 901px) and (max-height: 1000px) {
  .BereicheHeight{height: 160px;}
  .BereicheHeightDrehen{height: 100px;}
}
@media screen and (min-height: 1001px) and (max-height: 1100px) {
  .BereicheHeight{height: 170px;}
  .BereicheHeightDrehen{height: 100px;}
}
@media screen and (min-height: 1101px) and (max-height: 1200px) {
  .BereicheHeight{height: 180px;}
  .BereicheHeightDrehen{height: 100px;}
}
@media screen and (min-height: 1201px) and (max-height: 1300px) {
  .BereicheHeight{height: 190px;}
  .BereicheHeightDrehen{height: 100px;}
}
@media screen and (min-height: 1301px) and (max-height: 1400px) {
  .BereicheHeight{height: 200px;}
  .BereicheHeightDrehen{height: 100px;}
}
@media screen and (min-height: 1401px) and (max-height: 1500px) {
  .BereicheHeight{height: 210px;}
  .BereicheHeightDrehen{height: 100px;}
}
@media screen and (min-height: 1501px) {
  .BereicheHeight{height: 220px;}
  .BereicheHeightDrehen{height: 100px;}
}







































////////////////////////////////////////////////////////////
///*Width*///
////////////////////////////////////////////////////////////
@media screen and (max-width: 400px) {

}
@media screen and (min-width: 401px) and  (max-width: 600px) {

}
@media screen and (min-width: 601px) and  (max-width: 800px) {

}
@media screen and (min-width: 801px) and (max-width: 1000px) {

}
@media screen and (min-width: 10001px) and (max-width: 1200px) {

}
@media screen and (min-width: 1201px) and (max-width: 1400px) {

}
@media screen and (min-width: 1401px) and (max-width: 1600px) {

}
@media screen and (min-width: 1601px) and (max-width: 1800px) {

}
@media screen and (min-width: 1801px) and (max-width: 2000px) {

}
@media screen and (min-width: 2001px) and (max-width: 2200px) {


}
@media screen and (min-width: 2201px) {

}
