.Datenschutz-Betroffenenrecht{
  display: block;
  font-size: 28;
  color: #3d3d3d;
  border-radius: 24px;
  border-style: ridge;
  border-width: 2px;
  border-color: #3d3d3d;
  background-color: #c4d3e2;
  padding-left: 8px;
  padding-right: 8px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
	
#mitte h3 {
  color: #00416e;
  font-size: 24px;
  font-weight: bold;  
  line-height: 28px;
}
#mitte h4 {
  color: #00416e;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
}
#mitte h5 {
  color: #00416e;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
#mitte h6 {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.Text-div{
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
}

/* Responsives Verhalten */

@media (max-width: 1470px){
  .Text-div{
    padding-left: 36px;
    padding-right: 36px;
  }    
}

@media only screen and (max-width: 638px){
  .Datenschutz-Betroffenenrecht{
    font-size: 27;
    border-radius: 21px;
  }
}
@media only screen and (max-width: 614px){
  .Datenschutz-Betroffenenrecht{
    font-size: 26;
  }
}
@media only screen and (max-width: 598px){
  .Datenschutz-Betroffenenrecht{
    font-size: 25;
  }
}
@media only screen and (max-width: 582px){
  .Datenschutz-Betroffenenrecht{
    font-size: 24;
  }
}
@media only screen and (max-width: 536px){
  .Datenschutz-Betroffenenrecht{
    font-size: 23;
  }
}
@media only screen and (max-width: 516px){
  .Datenschutz-Betroffenenrecht{
    font-size: 22;
  }
}
@media only screen and (max-width: 498px){
  .Datenschutz-Betroffenenrecht{
    font-size: 21;
  }
}