/* Fuhrerschein
 * Max. Eichen.
 */
#fuehrerschein {
  display: inline-block;
  width: 100%;
  max-width: 1440px;
  background: rgb(14, 52, 122);
  /*
  background: -moz-linear-gradient(-45deg, rgba(14,52,122,1) 0%, rgba(59,38,131,1) 66%);
  background: -webkit-linear-gradient(-45deg, rgba(14,52,122,1) 0%,rgba(59,38,131,1) 66%);
  background: linear-gradient(135deg, rgba(14,52,122,1) 0%,rgba(59,38,131,1) 66%);
  */
  margin-bottom: 20px;
}

#fuehrerschein .global-wrapper {
  margin-top: 72px;
  margin-bottom: 72px;
}

#fuehrerschein .outer-list {
  display: inline-block;
  max-width: 700px;
  width: 620px;
  text-align: left;
  margin: 0;
}

#fuehrerschein ul {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 25px;
}

#fuehrerschein ul li {
  display: inline-block;
  margin-bottom: 22px;
}

#fuehrerschein ul .list-title {
  font-size: 40px;
  line-height: 1em;
}

#fuehrerschein .outer-image {
  display: inline-block;
  max-width: 700px;
  width: 320px;
  width: 330px;
  margin: 0;
}

#fuehrerschein img {
  max-width: 290px;
  width: 100%;
  filter: drop-shadow(5px 5px 5px #222);
}

#fuehrerschein .arrow-anchor {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

#fuehrerschein .arrow-symbol {
  display: inline-block;
  width: 110px;
}

@media all and (max-width: 1000px) {
  #fuehrerschein .global-wrapper {
    display: inline-block;
  }

  #fuehrerschein .outer-list {
    width: 100%;
    text-align: center;
  }

  #fuehrerschein ul {
    width: 700px;
    text-align: left;
  }

  #fuehrerschein .outer-image {
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
}

@media all and (max-width: 720px) {
  #fuehrerschein .global-wrapper {
    margin: 20px 0;
  }

  #fuehrerschein .outer-list {
    text-align: center;
  }

  #fuehrerschein ul {
    display: inline-block;
    min-width: 280px;
    max-width: 380px;
    width: auto;
    width: 100%;
    padding: 0 10px;
  }

  #fuehrerschein ul .list-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  #fuehrerschein ul .list-subtitle {
    margin-bottom: 10px;
  }

  #fuehrerschein ul li {
    font-size: 18px;
  }

  #fuehrerschein .outer-image {
    margin-top: 20px;
    text-align: center;
  }

  #fuehrerschein .inner-image {
    min-width: 280px;
    max-width: 320px;
    width: 100%;
    padding: 0 5px;
  }

  #fuehrerschein img {
    max-width: 320px;
    width: 100%;
  }

  #fuehrerschein .anchor {
    width: auto;
    margin-bottom: 0;
  }

  #fuehrerschein .arrow-anchor {
    position: static;
  }
}

/*
#fuehrerschein .wrapper {
  display: inline-block;
  text-align: left;
  font-size: 22px;
  width: 560px;
  height: 210px;
}

#fuehrerschein .wrapper .list-title {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}


#fuehrerschein .wrapper ul {

}

#fuehrerschein .wrapper li {
  margin-bottom: 10px;
}

#fuehrerschein .container {
  display: inline-block;
}

#fuehrerschein .image {
  display: inline-block;
  margin-top: -10px;
  margin-left: -10px;
  width: 360px;
}

#fuehrerschein .arrow-anchor {
  display: inline-block;
  width: 100%;
  height: 30px;
}

#fuehrerschein .arrow-symbol {
  display: inline-block;
  position: absolute;
  right: 0px;
  width: 70px;
}

@media all and (max-width: 1000px) {
  #fuehrerschein .image {
    margin-left: 0;
  }
}
*/
