body {
  margin: 0;
  padding: 0;
  border: 0;
  overflow-x: hidden;
  background-color: white;
}
main {
  position: absolute;
  top: 100px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
#screen {
  position: fixed;
  z-index: -9999999;
  height: 100%;
  width: 100%;
}
#imgholder{
    position: relative;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden; 
    max-height: 89vh;
    height: 100vh;
    width: 100vw;
}
.img {
  position: absolute;
  background-position: center;
  animation-duration: 1s;
  width: 100vw;
  top: 0;
  max-height: 89vh;
  cursor: pointer;
  display: none;
}
#img1 {
  z-index: 1;
  display: block;
}
#img2 {
  z-index: 2;
}
#img3 {
  z-index: 3;
}
#img4 {
  z-index: 4;
}
#holder {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}
#contentholder{
  top: 0;
  left: 0;
  position: absolute;
  z-index:  7;
}
#cohi{
  width: 25vw;
  height: 30vh;
  position: absolute;
  top: 60px;
  left: 70px;
  background-color: rgb(255, 166, 0);
  border-radius: 3%;
  box-shadow: 0 64px 128px 0 rgba(0, 0, 0, 0.432), 0 6px 20px 0 rgba(0, 0, 0, 0.438);
  color: white;
  font-family: 'Open Sans', sans-serif;
  max-width: 400px;
  z-index: 10;
}
#cohi div{
  padding: 10px;
}
#cohi button{
  background-color: darkorange;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#left {
  float: left;
  height: 50px;
  width: 50px;
  background-color: white;
  margin: 40px;
  rotate: 180deg;
}
#right {
  float: right;
  height: 50px;
  width: 50px;
  background-color: white;
  margin: 40px;
}
@keyframes flyin {
  from {
    left: 100%;
  }

  to {
    left: 0;
  }
}


#content2{
  width: 90vw;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fc7600;
  border-radius: 25px ;
  margin-bottom: 10vh ;
  flex-wrap: wrap;
  color: white;
}

#right1{
  text-align: right;
  padding: 5px;
  font-size: 70px;
  width: 45%;
  min-width: 300px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#left1{
  text-align: left;
  padding: 5px;
  font-size: 20px;
  width: 45%;
  min-width: 300px;
}
.symbol{
  margin: 5%;
  text-align: center;
  align-items: center;
  display: flex;
}
.symbol img{
  height: 100px;
}
.symbol p{
  font-size: 40px;
  margin: 0;
}
#left_titel{
  text-align: center;
  font-size: 60px;
}
.flex{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#left_text{
  font-size: 20px;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
}

#content3{
  width: 100vw;
  min-height: 600px;
  height: auto;
  background-color: #ff8800;
  position: relative;
  color: #171c1f;
  margin-bottom: 40px;
  flex-wrap: wrap;
  font-family: sans-serif;
}
#content3flex{
  min-height: 530px;
  height: auto;
  flex-wrap: wrap;
}
.leistungspanal{
  min-height: 420px;
  width: 17vw;
  min-width: 242px;
  background-color: white;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.leistungspanal p{
  font-weight: bolder;
  font-size: 30px;
  text-align: left;
  margin-left: 10px;
}
.leistungspanal article{
  margin: 2vw;
}
.leistungenbutton{
  color: white;
  border: 5px solid white;
  background-color: transparent;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 30px;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;

  margin: 20px;
}
.leistungenbutton:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#content4{
  background-color: #fc7600;
  height: 500px;
  width: 100vw;
  margin-bottom: 40px;
  /*Entfernen sobalt Jobs verfügbar aslo seriöse jobs*/
  display: none;
}
#jobs{
  width: 70vw;
}
#logojob{
  height: 300px;
  background-color: white;
  border-radius: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#headerjobs{
  color: white;
  margin: 20px;
  font-size: 50px;
  font-family: sans-serif;
}
#articlejobs{
  font-size: 30px;
  justify-content: justify;
  margin: 40px;
  font-family: sans-serif;
  color: white;
}
#fotter{
  background-color: #ff8800;
  min-height: 150px;
  width: 100vw;
  height: auto;
}
.footertext{
  color: white;
  font-size: 35px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin: 10px;
}