* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;

  text-decoration: none;
}

body {
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  background-size: cover;
  background-position: center;
  padding-left: 0%;
  padding-right: 0%;
  background-color: #f3f5f6;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  /* Hintergrund gradient und transparent */
  background: linear-gradient(to right, white 0%, rgb(222, 222, 222, 0.9) 15%);

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

.text-fixed {
  position: fixed;
}

.text-container50 h3 {
  color: rgb(0, 96, 169);
  font-weight: 700;
}

.text-container100p h2 {
  color: rgb(0, 96, 169);
  font-weight: 700;
  font-size: x-large;
}

.text-container100s h2 {
  color: rgb(0, 96, 169);
  font-weight: 700;
  font-size: x-large;
}

.text-container100s2 h2 {
  color: rgb(0, 96, 169);
  font-weight: 700;
  font-size: x-large;
}

.text-container100p h3 {
  color: rgb(0, 96, 169);
  font-weight: 700;
}

.text-container100s h3 {
  color: rgb(0, 96, 169);
  font-weight: 700;
}

.text-container100s2 h3 {
  color: rgb(0, 96, 169);
  font-weight: 700;
}

header .logo {
  /*  Schorch a Wolong Company  
  width: 139px; */
  /*  Schorch  */
  width: 320px;
  height: 33.5px;
}

header .navbar ul {
  list-style: none;
}

header .navbar ul li {
  position: relative;
  float: right;
}

header .navbar ul li a {
  font-size: 20px;
  padding-top: 3px;
  padding-right: 30px;
  color: #333;
  display: block;
}

header .navbar ul li a:hover {
  background: #333;
  color: rgba(194, 194, 194, 0.9);
}

header .navbar ul li ul {
  position: absolute;
  left: 0;
  width: 280px;
  background: rgba(194, 194, 194, 0.9);
  display: none;
}

header .navbar ul li ul li {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.9);
}

header .navbar ul li ul li ul {
  left: 200px;
  top: 0;
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul {
  display: initial;
}

#menu-bar {
  display: none;
}

header label {
  font-size: 20px;
  color: #333;
  cursor: pointer;
  display: none;
}

@media (max-width: 1100px) {
  header {
    padding: 12px;
  }

  header label {
    display: initial;
  }

  header .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #a5a4a4;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
  }

  header .navbar ul li {
    width: 100%;
  }

  header .navbar ul li ul {
    position: relative;
    width: 100%;
  }

  header .navbar ul li ul li {
    background: #cacaca;
  }

  header .navbar ul li ul li ul {
    width: 100%;
    left: 0;
  }

  #menu-bar:checked ~ .navbar {
    display: initial;
  }

  header .logo {
    width: 256px;
    height: 27px;
  }
}

.bounce-text {
  position: absolute;
  z-index: 3;
  left: 20%;
  top: 20vh;
  width: 200;
  height: 200;
}

.item {
  filter: brightness(0.5);
}

/** bounce text formatieren **/
.text-01 h1 {
  color: rgb(0, 96, 169);
  font-weight: 700;
  text-shadow: 3px 3px 4px #111010;
  font-size: 24px;
}

.text-02 h2 {
  color: #f3f5f6;

  font-weight: 400;
  text-shadow: 3px 3px 4px #111010;
  font-size: 13px;
  font-weight: 500;
}

.text-container80-text h3 {
  color: rgb(0, 96, 169);
}

.text-container80-text h4 {
  color: rgb(0, 96, 169);
}

.th-grau {
  font-size: larger;
  font-weight: 600;
  color: rgb(76, 76, 77);
}

.th-blau {
  font-size: larger;
  font-weight: 600;
  color: rgb(0, 96, 169);
}

.text-container20-text h3 {
  color: rgb(0, 96, 169);
}

.text-container20-text h4 {
  color: rgb(0, 96, 169);
}

@media (min-width: 700px) {
  .text-01 h1 {
    font-size: 36px;
  }

  .text-02 h2 {
    font-size: 19px;
  }

  .bounce-text {
    left: 30%;
  }
}

@media (min-width: 1181px) {
  .text-01 h1 {
    font-size: 48px;
  }

  .text-02 h2 {
    font-size: 26px;
  }

  .bounce-text {
    left: 40%;
  }
}

.linkedin {
  position: fixed;
  z-index: 3;
  left: 7%;
  top: 25vh;
  margin: 2px;
  justify-content: space-between;
}

.linkedin img {
  margin-left: 2px;
}

.linkedin img:hover {
  width: 36px;
  margin-left: 0;
}

.linkedin:hover {
  margin: 0;
}

@media (max-width: 1600px) {
  .linkedin {
    position: absolute;
    z-index: 10;
    left: 15%;
    top: 80px;
  }
}

.linkedin-datenschutz {
  position: fixed;
  z-index: 3;
  left: 7%;
  top: 25vh;
  margin: 2px;
  justify-content: space-between;
}

.linkedin-datenschutz img {
  margin-left: 2px;
}

.linkedin-datenschutz img:hover {
  width: 36px;
  margin-left: 0;
}

.linkedin-datenschutz:hover {
  margin: 0;
}

@media (max-width: 1600px) {
  .linkedin-datenschutz {
    position: unset;
    z-index: 10;
    padding-left: 170px;
  }
}

.text-zeile01 {
  margin: 16px;
  display: flex;
  justify-content: space-between;

  width: 58%;
  margin-left: 21%;
  align-self: flex-end;
}

.text-zeile02 {
  margin: 16px;
  display: flex;
  justify-content: space-between;

  width: 58%;
  margin-left: 21%;

  align-self: flex-end;
}

.text-zeile01 .text-container100p .icon {
  position: relative;
  top: 100px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  width: 45svw;
  max-height: 430px;
}

.text-zeile01p {
  margin: 16px;
  display: flex;
  justify-content: space-between;

  width: 60%;
  margin-left: 20%;
  align-self: flex-end;
}

.text-container50 {
  padding: 3px 7px;
  width: 50%;
  top: 5px;

  height: auto;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: #484846;
  font-weight: 300;
  list-style: inside;

  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.NS-box {
  padding: 10px 10px 10px 10px;
  width: 50%;
  top: 5px;
  min-width: 650px;
  height: auto;
  margin-left: 25%;
  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: #484846;
  font-weight: 300;
  list-style: inside;
  display: flex;
  align-items: center;
  justify-content: center;

  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.NS-box img {
  width: 100px;
  border-radius: 6px;
}

.tabelleNS {
  align-items: center;
}

.tabelleNS th {
  width: 100px;
  padding: 10px;
}

.tabelleZerti {
  align-items: center;
}

.tabelleZerti th {
  width: 100px;
  padding: 10px;
}

.tabelleZerti h5 {
  font-size: xx-large;

  color: rgb(0, 96, 169);
  text-align: center;
}

@media (max-width: 1200px) {
  .NS-box {
    width: 600px;
    min-width: 500px;
    text-align: left;
    /*margin-left: 10%; */
    margin-left: calc(50vw - 300px);
  }

  .NS-box img {
    width: 80px;
  }
}

@media (max-width: 800px) {
  .NS-box {
    padding: 5px 5px 5px 5px;
    min-width: 360px;
    width: 80svw;

    /*margin-left: 10%; */
    margin-left: 10px;
  }

  .tabelleZerti h5 {
    font-size: large;
  }

  .tabelleZerti h2 {
    font-size: large;
  }

  .NS-box img {
    width: 50px;
  }
}

.NS-box img:hover {
  border: 3px solid rgb(0, 96, 169);
}

.text-container100p {
  padding: 3px 7px;
  width: 100%;
  top: 5px;

  height: auto;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: #484846;
  font-weight: 550;
  list-style: inside;

  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.text-container100s {
  padding: 3px 7px;
  width: 100%;
  top: 5px;

  height: auto;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: #484846;
  font-weight: 300;
  list-style: inside;

  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.text-container100s2 {
  padding: 3px 7px;
  width: 100%;
  top: 5px;

  height: auto;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: #484846;
  font-weight: 300;
  list-style: inside;

  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.text-container80-text {
  padding: 3px 7px;
  width: 80%;
  top: 5px;
  font-size: 18px;

  margin: 10px;
  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: #080800;
  font-weight: 150;
  list-style: inside;

  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.text-container20-text {
  padding: 3px 7px;
  width: 20%;
  top: 5px;

  height: auto;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: #484846;
  font-weight: 100;
  list-style: inside;

  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.text-container60-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;

  padding: 3px 7px;
  width: 60%;
  top: 5px;
  margin-right: 5px;
  height: auto;

  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: #484846;
  font-weight: 100;
  list-style: inside;

  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.text-container60-text h3 {
  color: rgb(0, 96, 169);
}

.text-container60-rechts {
  padding: 7px 7px 7px 10px;
}

.text-container40-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  padding: 20px 20px 20px 20px;
  width: 40%;
  top: 5px;
  margin-left: 5px;
  height: auto;

  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: #484846;
  font-weight: 100;
  list-style: inside;

  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.container-zeile-ausbildung {
  margin: 16px;
  display: flex;
  justify-content: space-between;

  width: 60%;
  height: auto;
  margin-left: 20%;
  align-self: flex-end;
}

.ausb-zert-text {
  padding-left: 5px;
}

.text-fixed {
  position: fixed;
}

.text-zeile01 ul {
  display: block;
  list-style-type: disc;

  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  text-indent: -1.4em; /* Zweite Zeile des Aufzählungselements einrücken*/
}

.text-container50:hover {
  background-color: #ffffff;
}

.text-container100 {
  padding: 3px 7px;
  width: 100svw;
  top: 5px;

  height: auto;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: rgb(0, 96, 169);
  font-weight: 300;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.navleiste {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  height: 33px;
}

.container {
  left: 2svw;
  width: 90svw;
}

.maps-container {
  display: flex;

  width: 100%;
}

.maps-right {
  width: 30%;
  padding: 3px 3px;

  top: 5px;

  height: auto;
  margin: 10px;

  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: rgb(0, 96, 169);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.maps-frame {
  width: 70%;
  padding: 3px 3px;

  top: 5px;

  height: 350px;
  margin: 10px;

  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #ecece9;
  color: rgb(0, 96, 169);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

address {
  text-align: center; /* zentrieren */
  font-size: 90%; /* etwas kleiner als der Rest */
  font-style: normal; /* normale Schrift, nicht kursiv */
  letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
  line-height: 1.5; /* Zeilenabstand, ohne Einheit */
}

.icon img {
  width: 50%;
  float: left;
  padding: 3px 10px;
}

.icon100 img {
  width: 100%;
  float: left;
  padding: 3px 10px;
}

.icon02 img {
  width: 100%;
  float: left;
  padding: 3px 10px;
}

.impressum-bild img {
  width: 100%;
  float: left;
  padding: 3px 10px;
}

@media (max-width: 1130px) {
  .icon img {
    width: 400px;
  }
}

@media (max-width: 1600px) {
  .text-zeile01 {
    width: 80%;
    margin-left: 10%;
  }
  .text-zeile02 {
    width: 80%;
    margin-left: 10%;
  }

  .maps-container {
    width: 80vw;
  }
}

@media (max-width: 1600px) {
  .text-zeile01p {
    width: 10%;
    margin-left: 10%;
  }
}

@media (min-width: 1600px) {
  .text-zeile01 .text-container100p .icon {
    top: 100px;
    width: 45svw;
  }
}

@media (max-width: 1100px) {
  .text-zeile01 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    width: 92%;
    font-size: smaller;
    font-weight: 100;
  }

  .text-zeile02 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    width: 92%;
    font-size: smaller;
    font-weight: 100;
  }

  .maps-container {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    width: 90vw;
  }
  .maps-frame {
    width: 400px;
    margin-left: calc(50vw - 200px);
  }
}

@media (max-width: 1100px) {
  .text-zeile01p {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    width: 80%;
    font-size: smaller;
    font-weight: 100;
  }

  .text-container80-text {
    margin-left: 10px;
    /* margin-left: 30%;  calc(50vw - 200px); 10px;*/

    width: 90svw;
  }

  .text-container20-text {
    margin-left: 10px;
    width: 90svw;
  }
}

@media (max-width: 1100px) {
  .text-container50 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 90svw;
  }

  .text-container100 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 90svw;
  }

  .maps-right {
    margin-left: 10px;
  }

  .maps-container {
    margin-left: 10px;
    width: 90svw;
  }

  .maps-frame {
    width: 90svw;
    margin-left: 0px;
  }

  .maps-right {
    width: 90svw;
    margin-left: 0px;
  }

  .text-container50 .icon img {
    width: 85svw;
  }
}

@media (max-width: 700px) {
  .text-container50 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 90svw;
  }

  .text-container100 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 90svw;
  }

  .text-container50 .icon img {
    width: 85svw;
  }

  .maps-right {
    margin-left: 10px;
    margin-left: 0px;
  }

  .maps-container {
    margin-left: 0px;
    width: 90svw;
  }
}

@media (max-width: 700px) {
  .text-container100p {
    display: flex;
    flex-direction: column;
  }
  .text-zeile01 .text-container100p .icon {
    top: 0px;
    padding-top: 0px;
  }

  .icon img {
    width: 70vw;
    height: auto;
    padding: 3px 10px;
  }

  .impressum-bild img {
    width: 85svw;
    height: auto;
    padding: 3px 10px;
  }
}

@media (max-width: 700px) {
  .text-container100s {
    display: flex;
    flex-direction: column;
  }

  .text-container100s2 {
    display: flex;
    flex-direction: column;
  }

  .text-container100s h3 {
    font-size: 20px;
  }

  .text-container100s2 h3 {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .text-container80-text {
    display: flex;
    flex-direction: column;
    width: 90svw;

    margin-left: 10px;

    /* margin-left: 30%;  calc(50vw - 200px); 10px;   ;*/
  }

  .text-container20-text {
    margin-left: 10px;
    width: 90svw;
  }

  .text-zeile02 {
    margin-left: 10px;

    width: 100%;
  }

  .maps-container {
    display: flex;
    flex-direction: column;
    width: 90svw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-container80-text h3 {
    font-size: 20px;
  }
}

.stellen-überschrift h2 {
  color: rgb(0, 96, 169);
  text-align: center;
}

.stellen-überschrift h4 {
  color: rgb(15, 15, 15);
  text-align: center;
}

.button {
  background-color: #b8b8b8;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 4px 2px;
  opacity: 0.8;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}

.button:hover {
  background-color: #cecdcd;
}

.text-container-stellen-text {
  margin-left: 25%;
  margin-right: 20%;
  width: 51%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;

  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: rgb(0, 96, 169);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.stellen-text {
  padding-left: 10px;
  width: 450px;
  padding-bottom: 15px;
}

.ausbildung-text {
  padding: 10px 10px 10px 10px;
  width: 450px;
  padding-bottom: 15px;
}

.stellen-button {
  align-items: end;

  padding-left: 13px;
  padding-top: 13px;
}

.text-container-der-beste {
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;

  border-radius: 10px;
  border: 2px solid rgb(0, 96, 169);
  background-color: #dedede;
  color: rgb(0, 96, 169);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.ausbildung-bild {
  width: 55svw;
  height: auto;
}

@media (max-width: 1100px) {
  .text-container-stellen-text {
    flex-direction: column;
    font-size: smaller;
    margin-left: 10%;
    width: 80%;
    padding: 10px 10px 10px 10px;
  }

  .ausbildung-text {
    width: 90%;
    padding: 10px 10px 10px 10px;
  }

  .stellen-button {
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 13px;
  }
  .stellen-text {
    width: auto;
  }

  .text-container-der-beste {
    font-size: smaller;
    margin-left: 10%;
    width: 80%;
    flex-direction: row;
  }
  .ausbildung-bild {
    width: 70svw;
  }

  .text-container60-text {
    flex-direction: column;
    width: 100%;
    margin-bottom: 26px;
  }

  .text-container40-text {
    margin-left: 0;
    width: 100%;
  }

  .container-zeile-ausbildung {
    flex-direction: column;
    margin-left: 10%;
    width: 80%;
  }
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
}
.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;

  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}
.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;

  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}
.tg .tg-bg-dunkel {
  background-color: rgb(197, 197, 197);
}
.tg .tg-bg-hell {
  background-color: rgb(212, 212, 212);
}
