/*Main.CSS*/
#t-wrap {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 21px;
  padding: 30px 0;
}
#t-wrap .left p:first-child {
  font-size: 14px;
}

#t-wrap .left {
  font-size: 16px;
  margin: 5px 14px;
}

#t-wrap .left strong,
#t-wrap .left b {
  color: #33cc33;
}

#t-wrap .right {
  padding-right: 50px;
  text-align: end;
  position: relative;
  bottom: 135px;
}

#t-wrap p:last-child {
  margin-bottom: 0;
}

#t-wrap h1 {
  color: #33cc33;
  margin: 20px 0 10px;
  font-size: 28px;
}

#t-wrap h2 {
  color: #33cc33;
  margin: 10px 0;
  font-size: 23px;
}

#t-wrap h2:last-child {
  margin: 10px 0 30px;
}

#t-wrap h3 {
  margin: 0;
  font-size: 17px;
}

#t-wrap ul {
  margin: 4px 0 18px;
  line-height: 26px;
  padding-left: 17px;
  list-style-image: url('../img/gis_bullet.png');
}

#border {
  border-top: 4px solid #33cc33;
  border-bottom: 4px solid #33cc33;
}

#t-top {
  positon: relative;
}

#t-logo {
  margin: 30px 0 15px 100px;
}

#t-header {
  margin: 0 40px;
}

#firm {
  background-color: #c3cccf;
  border: 1px solid #98b954;
  width: 50%;
  padding: 10px;
  /*position: absolute;
  top: 9%;
  right: 6%;*/
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.34);
}

#t-content,
#t-footer {
  margin: 5px 90px;
}

#title p {
  line-height: 26px;
}

#t-footer {
  /*border-top: 3px solid #000;*/
  padding: 10px 0;
  /*line-height: 26px;*/
}

@media (min-width: 992px) and (max-width: 1199px) {
  #firm {
    top: 6%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #t-logo {
    margin: 20px 0;
    text-align: center;
  }
  #firm {
    position: relative;
    width: inherit;
    right: 0;
    margin: 0 40px;
  }
}

@media (max-width: 767px) {
  #t-logo {
    margin: 20px 0;
    text-align: center;
  }
  #t-header {
    margin: 0;
  }
  #firm {
    position: relative;
    width: inherit;
    right: 0;
  }
  #t-content,
  #t-footer {
    margin: 5px 20px;
  }
}

@media (max-width: 480px) {
  #t-logo {
    margin: 20px 0;
    text-align: center;
  }
  #t-header {
    margin: 0;
  }
  #firm {
    position: relative;
    width: inherit;
    right: 0;
  }
  #t-content,
  #t-footer {
    margin: 5px 20px;
  }
}
@media print {
  body * {
    font-size: 8pt !important;
    margin: 0 !important;
    max-width: 100%;
  }
  .nurjobansicht {
    display: none;
  }
  #sidebar,
  #footer {
    display: none;
  }
}
/*--------*/
#t-footer, #t-footer span {
  white-space: normal !important;
}

#t-logo {
  display: flex;
  flex-flow: row nowrap;
  padding-left: 1%;
  padding-right: 4%;
  justify-content: space-between;
  align-items: flex-end;
}