/*  Datei Datenschutz */
.impressum_constructor {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 3px;
  background: #171717;
}

.impressum_überschrift {
  font-size: 28px;
  color: orange;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
}

.impressum_text {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width: 67.33%;
  padding: 10px;
  color: #ddd;
  text-align: center;
  background: #171717;
  font-size: 18px;
}

.impressum_adresse{
  word-break: break-word;
  white-space:pre-line;
  line-height: 17px;
}

.impressum_text p {
  white-space: normal;
  word-break: break-all;
  padding: 10px;
}

.impressum_text a {
  text-decoration: none;
  color: orange;
}

.impressum_text a:visited {
  text-decoration: none;
  color: orange;
}

.impressum_text a:hover {
  transition: 0.3s linear;
  transform: scale(1.05);
}

.impressum_border {
  border: 1px solid #ddd;
  width: 67.33%;
  margin: 0 auto;
}

.copyright {
  font-size: 20px;
  color: white;
}

.email {
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 700px) {
  .impressum_constructor {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 3px;
    background: #171717;
  }

  .impressum_überschrift {
    font-size: 28px;
    color: orange;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .impressum_text {
    display: block;
    color: #ddd;
    font-size: 20px;
  }

  .impressum_text a {
    text-decoration: none;
    color: orange;
  }

  .impressum_text a:visited {
    text-decoration: none;
    color: orange;
  }

  .impressum_text a:hover {
    transition: 0.3s linear;
    transform: scale(1.05);
  }

  .impressum_border {
    border: 1px solid #ddd;
    width: 67.33%;
    margin: 0 auto;
  }

  .copyright {
    font-size: 15px;
    width: 200px;
    margin: 0 auto;
    color: white;
    text-align: center;
  }

  .email {
    font-size: 15px;
    width: 200px;
    margin: 0 auto;
    color: white;
    text-align: center;
  }
}
