/*  Datei Simulator */
.simulatormax {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #171717;
}

.simulatormax img {
  background: #171717;
  padding: 10px;
}

.vorstellung {
  width: 100%;
  text-align: center;
  background: #171717;
  align-items: center;
  justify-content: center;
}

.vorstellung_überschrift {
  padding: 10px;
  color: orange;
  font-size: 26px;
}

.vorstellung_text {
  color: #ddd;
}

.vorstellung_features {
  color: orange;
  font-size: 20px;
}

.vogel {
  color: white;
}

.vogel iframe {
  width: 1080px;
  height: 720px;
}

.vogel p {
  color: white;
}
.vogel a {
  color: orange;
}

.information_simulator {
  margin-bottom: 20px;
}



@media screen and (max-width: 1300px) {
  .simulatormax {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #171717;
  }

  .simulatormax img {
    background: #171717;
    padding: 10px;
    width: 400px;
    height: 400px;
  }

  .vorstellung {
    width: 100%;
    text-align: center;
    background: #171717;
    align-items: center;
    justify-content: center;
  }

  .vorstellung_überschrift {
    padding: 10px;
    color: orange;
    font-size: 23px;
  }

  .vorstellung_text {
    color: #ddd;
  }

  .vorstellung_text p {
    font-size: 15px;
  }

  .vorstellung_text h2 {
    font-size: 20px;
  }

  .vorstellung_features {
    color: orange;
    font-size: 15px;
  }

  .information_simulator img {
    width: 750px;
    height: 750px;
  }

  .vogel {
    color: white;
  }

  .vogel iframe {
    width: 750px;
    height: 750px;
  }

  .vogel p {
    color: white;
  }
  .vogel a {
    color: orange;
  }
}

@media screen and (max-width: 1000px) {
  .simulatormax {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #171717;
  }

  .simulatormax img {
    background: #171717;
    padding: 10px;
    width: 600px;
    height: 600px;
  }

  .vorstellung {
    width: 100%;
    text-align: center;
    background: #171717;
    align-items: center;
    justify-content: center;
  }

  .vorstellung_überschrift {
    padding: 10px;
    color: orange;
    font-size: 23px;
  }

  .vorstellung_text {
    color: #ddd;
  }

  .vorstellung_text p {
    font-size: 15px;
  }

  .vorstellung_text h2 {
    font-size: 20px;
  }

  .vorstellung_features {
    color: orange;
    font-size: 15px;
  }

  .information_simulator img {
    width: 750px;
    height: 750px;
  }

  .vogel {
    color: white;
    font-size: 20px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }

  .vogel iframe {
    width: 550px;
    height: 550px;
  }

  .vogel p {
    color: white;
  }
  .vogel a {
    color: orange;
  }
}


@media screen and (max-width: 700px) {
  .simulatormax {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #171717;
  }

  .simulatormax img {
    background: #171717;
    padding: 10px;
    width: 200px;
    height: 200px;
  }

  .vorstellung {
    width: 100%;
    text-align: center;
    background: #171717;
    align-items: center;
    justify-content: center;
  }

  .vorstellung_überschrift {
    padding: 10px;
    color: orange;
    font-size: 23px;
  }

  .vorstellung_text {
    color: #ddd;
  }

  .vorstellung_text p {
    font-size: 15px;
  }

  .vorstellung_text h2 {
    font-size: 20px;
  }

  .vorstellung_features {
    color: orange;
    font-size: 15px;
  }
  .information_simulator img {
    width: 350px;
    height: 350px;
  }

  .vogel {
    color: white;
    font-size: 20px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }

  .vogel iframe {
    width: 350px;
    height: 350px;
  }

  .vogel p {
    color: white;
  }
  .vogel a {
    color: orange;
  }
}


