/* Seitenkörper */

body {
  padding: 0;
  margin: 0;
  background: #171717;
  font-family: sans-serif;
}

.scrollTop {
  position: fixed;
  bottom: 800px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: #505050 url(../images/up_52px.png);
  border-radius: 30px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}

.scrollTop.active {
  bottom: 190px;
  visibility: visible;
  opacity: 1;
}

.scrollTop:hover {
  transition: 0.3s linear;
  transform: scale(1.2);
  background: orange url(../images/up_52px.png);
  background-position: center;
  background-repeat: no-repeat;
}

.fahrschulnamen {
  position: relative;
  margin: 0 auto;
  background: #171717;
  padding: 0;
  text-align: center;
  bottom: 20px;
}

.fahrschulnamen h1 {
  font-size: 28px;
  color: orange;
  background: #171717;
}

.bild-container {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  background: #171717;
  position: relative;
}

.bild-container img {
  margin: 0 auto;
  display: block;
}

.filenotfound {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.filenotfound p {
  text-align: center;
  color: white;
  font-size: 20px;
}

/*  
@keyframes slides {
0% {
left: 0%;
}
10% {
  left: 0%;
  
}
20% {
  left: 0;
}

50% {
  left: -50%;
  overflow: hidden;
}


100% {
  left: 100%;
  overflow:hidden;
 
}
 
} */

#i1,
#i2,
#i3 {
  display: none;
}

.nav {
  width: 100%;
  height: 1px;
  bottom: 5%;
  position: absolute;
  text-align: center;
  z-index: 99;
}

.dots {
  top: -5px;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  padding: 5px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
}
.dots:hover {
  background: orange;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.slide_img {
  z-index: -1;
}

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three {
  z-index: 9;
}

/* Navigationsleiste */
.navigation_site {
  display: flex;
  height: 60px;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 40px;
  line-height: 50px;
  background: #171717;
  text-decoration: none;
}

.navigation_site img {
  width: 26%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 30px;
}

.navigation_site li {
  padding: 0 20px;
  color: white;
  cursor: hand;
  list-style: none;
  box-sizing: border-box;
  border-radius: 15px;
}

.navigation_site li:hover {
  background: orange;
  transition: 0.3s linear;
}

.navigation_site a {
  text-decoration: none;
  color: white transparent;
}

.startseite {
  background: orange;
  border-radius: 15px;
}

.contact {
  background: orange;
  border-radius: 15px;
}

.theorieplan {
  background: orange;
  border-radius: 15px;
}

.fsklassen {
  background: orange;
  border-radius: 15px;
}

.simulator {
  background: orange;
  border-radius: 15px;
}

.datenschutz {
  background: orange;
  border-radius: 15px;
}

.impressum {
  background: orange;
  border-radius: 15px;
}

.contant-info {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.card {
  padding: 0 20px;

  width: calc(50% - 10px);
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.card-icon {
  height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.card:hover .card-icon {
  background: none;
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
}

.card p {
  margin-top: 20px;
  font-weight: 400;

  max-height: 0;
  width: 100%;
  transform: 0.3s linear;
  -webkit-transform: 0.3s linear;
  -moz-transform: 0.3s linear;
  -ms-transform: 0.3s linear;
  -o-transform: 0.3s linear;
}

/* Wir bieten an Informationen */

.features {
  background: #171717;
  display: none;

  padding: 60px 0;
}

.features_width {
  width: 100%;
  margin: auto;
  transition: 0.3s linear;
}

.features_title {
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #ddd;
}

.border {
  width: 225px;
  height: 3px;
  background: orange;
  text-align: center;
  margin: 20px auto;
}

.features_constructor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.features_box {
  max-width: 20%;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #ddd;
  cursor: pointer;
}

.features_img {
  width: 100px;
  display: inline-block;
  height: 100px;
  border: 3px solid orange;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 16px;
  margin-top: 16px;
  transform: rotate(90deg);
  border-radius: 50px;
  transition: 0.5s linear;
}

.features_img img {
  line-height: 90px;
  width: 70px;
  height: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: rotate(-90deg);
  font-size: 26px;
  margin: 15px;
}

.features_box:hover .features_img {
  background: orange;
}

.features_box_title {
  font-size: 25px;
  margin-bottom: 10px;
  color: #2ecc71;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.features_description {
  font-size: 20px;
  color: cyan;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Standort */
.adresse {
  text-align: center;
  align-items: center;
  background: #171717;
  justify-content: center;
  padding: 10px;
  margin-bottom: 40px;
}

.adresse strong {
  color: white;
  font-size: 40px;
  font-family: sans-serif;
  text-transform: uppercase;
}

.adresse h2 {
  text-align: center;
  font-size: 50px;
  color: white;
  font-family: sans-serif;
}
.adresse img {
  justify-content: center;
  margin: 0 auto;
}

.open {
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
  background: #171717;
}

.open h2 {
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  color: white;
  font-size: 36px;
  text-transform: uppercase;
}

.open li {
  text-align: center;
  color: orange;
  font-size: 28px;
  padding: 10px;
}

.borderadresse {
  width: 350px;
  height: 3px;
  background: orange;
  text-align: center;
  margin: 20px auto;
}

.adresse_content iframe {
  width: 50%;
  margin: 0 auto;
  height: 30em;
}

/*Unterer Bereich*/
.border_footer {
  border: 1px solid orange;
  background: #171717;
}

.footer {
  background: #171717;
  color: #d3d3d3;

  display: flex;

  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
}

.footer li {
  list-style: none;
}

/*Unterer Bereich links*/
.section1 {
  padding: 15px;
  width: 33.3%;
}

.footerimg {
  display: flex;
  width: 100px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.footerimg img {
  width: 90px;
}

.section1 h2 {
  font-size: 30px;
}

.section1 h3 {
  font-size: 18px;
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  margin: 0 auto;
}

.section1 p {
  width: 100%;
  font-size: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.section1 li {
  font-size: 18px;
  white-space: pre-wrap;
  word-wrap: break-word;
  hyphens: auto;
}

.section1 img:hover {
  transition: 0.3s linear;
  transform: scale(1.05);
}

/*Unterer Bereich Mitte*/

.section2 {
  padding: 15px;
  width: 33.3%;
}
.section2 h2 {
  font-size: 26px;
}

.section2 a {
  text-decoration: none;
  color: #d3d3d3;
  font-size: 18px;
}

.section2 li {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 5px;
}

.section2 li:hover {
  transform: scale(1.03);
  transition: 0.3s linear;
}

/*Unterer Bereich rechts*/

.section3 {
  padding: 15px;

  width: 33.3%;
}

.section3 h2 {
  font-size: 30px;
}

.section3 p {
  font-size: 18px;
  font-family: sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.section3 li {
  box-sizing: border-box;
  white-space: pre-wrap;
  word-wrap: break-word;

  hyphens: auto;
  font-size: 20px;
}

/*Copyright wird evtl. noch in Impressum verschoben*/
.copyright {
  background: #171717;
  position: relative;
  height: 30px;
  padding: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/*  Handydesign */
@media screen and (max-width: 1300px) {
  .navigation_site {
    padding: 10px;
  }

  .navigation_site a {
    padding: 0;
    margin: 0;
  }
  .navigation {
    display: block;
  }

  .fahrschulnamen {
    display: block;
    width: 80%;
  }

  .fahrschulnamen h1 {
    font-size: 30px;
    color: orange;
  }

  .bild-container {
    display: block;
    width: 100%;
  }

  .bild-container img {
    width: 500px;
    height: 500px;
  }

  .dots {
    width: 5px;
    height: 5px;
  }

  .nav {
    width: 100%;
    height: 10px;
    bottom: 5%;
    position: absolute;
    text-align: center;
    z-index: 99;
  }

  .features {
  }

  .features_constructor {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .features_width {
    text-align: center;
    align-items: center;
    display: block;
    justify-content: center;
  }

  .features_box_title {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .features_description {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 250px;
  }

  .kontakt {
    display: flex;
    flex-direction: column;
  }

  .contant-info {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }

  .card p {
    max-height: 100%;
  }

  .footer {
    display: flex;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section1 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section1 img:hover {
    transition: 0.3s linear;
    transform: scale(1.1);
  }

  .section2 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section3 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  /* Standort */
  .adresse {
    text-align: center;
    align-items: center;
    background: #171717;
    justify-content: center;
    padding: 10px;
    margin-bottom: 40px;
  }

  .adresse strong {
    color: white;
    font-size: 40px;
    font-family: sans-serif;
    text-transform: uppercase;
  }

  .adresse h2 {
    text-align: center;
    font-size: 50px;
    color: white;
    font-family: sans-serif;
  }
  .adresse img {
    justify-content: center;
    margin: 0 auto;
    width: 1000px;
  }
}

@media screen and (max-width: 1100px) {
  .navigation_site {
    display: none;
  }

  .navigation {
    display: none;
  }

  .fahrschulnamen {
    top: 30px;
    display: block;
    width: 80%;
  }

  .fahrschulnamen h1 {
    font-size: 30px;

    color: orange;
  }

  .bild-container {
    display: block;
    width: 80%;
    margin-top: 60px;
  }

  .bild-container img {
    width: 300px;
    height: 300px;
  }

  .dots {
    width: 5px;
    height: 5px;
  }

  .nav {
    width: 100%;
    height: 10px;
    bottom: 5%;
    position: absolute;
    text-align: center;
    z-index: 99;
  }

  .features {
  }

  .features_constructor {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .features_width {
    text-align: center;
    align-items: center;
    display: block;
    justify-content: center;
  }

  .features_box_title {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .features_description {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 250px;
  }

  .kontakt {
    display: flex;
    flex-direction: column;
  }

  .contant-info {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }

  .card p {
    max-height: 100%;
  }

  .footer {
    height: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section1 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section1 img:hover {
    transition: 0.3s linear;
    transform: scale(1.1);
  }

  .section2 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section3 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .adresse {
    text-align: center;
    align-items: center;
    background: #171717;
    justify-content: center;
    padding: 10px;
    margin-bottom: 40px;
  }

  .adresse strong {
    color: white;
    font-size: 40px;
    font-family: sans-serif;
    text-transform: uppercase;
  }

  .adresse h2 {
    text-align: center;
    font-size: 50px;
    color: white;
    font-family: sans-serif;
  }
  .adresse img {
    justify-content: center;
    margin: 0 auto;
    width: 1000px;
  }
}

@media screen and (max-width: 1000px) {
  .navigation_site {
    display: none;
  }

  .navigation {
    display: none;
  }

  .fahrschulnamen {
    top: 30px;
    display: block;
    width: 80%;
  }

  .fahrschulnamen h1 {
    font-size: 30px;

    color: orange;
  }

  .bild-container {
    display: block;
    width: 80%;
    margin-top: 60px;
  }

  .bild-container img {
    width: 600px;
    height: 600px;
  }

  .dots {
    width: 5px;
    height: 5px;
  }

  .nav {
    width: 100%;
    height: 10px;
    bottom: 5%;
    position: absolute;
    text-align: center;
    z-index: 99;
  }

  .features_constructor {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .features_width {
    text-align: center;
    align-items: center;
    display: block;
    justify-content: center;
  }

  .features_box_title {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .features_description {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 250px;
  }

  .kontakt {
    display: flex;
    flex-direction: column;
  }

  .contant-info {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }

  .open h2 {
    font-size: 25px;
  }

  .open li {
    font-size: 22px;
  }

  .card p {
    max-height: 100%;
  }

  .footer {
    height: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section1 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section1 p {
    font-size: 22px;
  }
  .section1 li {
    font-size: 22px;
  }

  .section1 img:hover {
    transition: 0.3s linear;
    transform: scale(1.1);
  }

  .section2 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section2 a {
    font-size: 22px;
  }

  .section2 h2 {
    font-size: 30px;
  }
  .section3 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section3 li {
    font-size: 22px;
  }

  .section3 p {
    font-size: 22px;
  }

  .adresse {
    text-align: center;
    align-items: center;
    background: #171717;
    justify-content: center;
    padding: 10px;
    margin-bottom: 40px;
  }

  .adresse strong {
    color: white;
    font-size: 40px;
    font-family: sans-serif;
    text-transform: uppercase;
  }

  .adresse h2 {
    text-align: center;
    font-size: 30px;
    color: white;
    font-family: sans-serif;
  }
  .adresse img {
    justify-content: center;
    margin: 0 auto;
    width: 750px;
  }

  .adresse img:hover {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 700px) {
  .navigation_site {
    display: none;
  }

  .navigation {
    display: none;
  }

  .fahrschulnamen {
    top: 30px;
    display: block;
    width: 80%;
  }

  .fahrschulnamen h1 {
    font-size: 25px;

    color: orange;
  }

  .bild-container {
    display: block;
    width: 80%;
    margin-top: 60px;
  }

  .bild-container img {
    width: 400px;
    height: 400px;
  }

  .dots {
    width: 5px;
    height: 5px;
  }

  .nav {
    width: 100%;
    height: 10px;
    bottom: 5%;
    position: absolute;
    text-align: center;
    z-index: 99;
  }

  .features_constructor {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .features_width {
    text-align: center;
    align-items: center;
    display: block;
    justify-content: center;
  }

  .features_box_title {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .features_description {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 250px;
  }

  .kontakt {
    display: flex;
    flex-direction: column;
  }

  .contant-info {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }

  .open h2 {
    font-size: 20px;
  }

  .open li {
    font-size: 18px;
  }

  .card p {
    max-height: 100%;
  }

  .footer {
    height: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section1 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section1 img:hover {
    transition: 0.3s linear;
    transform: scale(1.1);
  }

  .section2 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section3 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section3 li {
    font-size: 16px;
  }

  .adresse {
    text-align: center;
    align-items: center;
    background: #171717;
    justify-content: center;
    padding: 10px;
    margin-bottom: 40px;
  }

  .adresse strong {
    color: white;
    font-size: 40px;
    font-family: sans-serif;
    text-transform: uppercase;
  }

  .adresse h2 {
    text-align: center;
    font-size: 30px;
    color: white;
    font-family: sans-serif;
  }
  .adresse img {
    justify-content: center;
    margin: 0 auto;
    width: 450px;
  }

  .adresse img:hover {
    transform: scale(1.1);
  }

  .checkbereich a {
    font-size: 15px;
  }
}

@media screen and (max-width: 400px) {
  .navigation_site {
    display: none;
  }

  .navigation {
    display: none;
  }

  .fahrschulnamen {
    top: 30px;
    display: block;
    width: 80%;
  }

  .fahrschulnamen h1 {
    font-size: 20px;

    color: orange;
  }

  .bild-container {
    display: block;
    width: 80%;
    margin-top: 60px;
  }

  .bild-container img {
    width: 300px;
    height: 300px;
  }

  .dots {
    width: 5px;
    height: 5px;
  }

  .nav {
    width: 100%;
    height: 10px;
    bottom: 5%;
    position: absolute;
    text-align: center;
    z-index: 99;
  }

  .features {
  }

  .features_constructor {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .features_width {
    text-align: center;
    align-items: center;
    display: block;
    justify-content: center;
  }

  .features_box_title {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .features_description {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 250px;
  }

  .kontakt {
    display: flex;
    flex-direction: column;
  }

  .contant-info {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }

  .open h2 {
    font-size: 20px;
  }

  .open li {
    font-size: 16px;
  }

  .card p {
    max-height: 100%;
  }

  .footer {
    height: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section1 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section1 img:hover {
    transition: 0.3s linear;
    transform: scale(1.1);
  }

  .section2 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section3 {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section3 li {
    font-size: 16px;
  }

  .adresse {
    text-align: center;
    align-items: center;
    background: #171717;
    justify-content: center;
    padding: 10px;
    margin-bottom: 40px;
  }

  .adresse strong {
    color: white;
    font-size: 40px;
    font-family: sans-serif;
    text-transform: uppercase;
  }

  .adresse h2 {
    text-align: center;
    font-size: 30px;
    color: white;
    font-family: sans-serif;
  }
  .adresse img {
    justify-content: center;
    margin: 0 auto;
    width: 300px;
  }

  .adresse img:hover {
    transform: scale(1.1);
  }

  .checkbereich a {
    font-size: 10px;
  }

  .card p {
    font-size: 11px;
  }
}

@media all and (max-width: 1000px) and (orientation: landscape) {
  .adresse img {
    width: 600px;
  }

  .socialmedia {
    left: 92%;
    top: 20%;
  }
}

@media all and (max-width: 1300px) and (orientation: landscape) {
  .socialmedia {
    left: 95%;
    top: 20%;
  }
}
