/*Main.CSS*/
#t-wrap {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 40px;
  background-color: #dbe5f1;
  color: #616766;
  font-size: 16px;
}

#t-wrap {
  background-image: url('../img/cjis_foto1.png');
  background-repeat: no-repeat;
  background-position: 98% 10px;
  background-size: 45% auto;
}

#t-wrap p {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

#t-header p {
  margin: 52px 0;
  line-height: 19px;
}

#t-content p {
  line-height: 24px;
  margin: 0 0 29px;
}

#partner p,
#kontakt p {
  line-height: 17px;
}

#t-wrap ul {
  margin: -25px 0 4px 0;
}

#t-wrap h1 {
  color: #548dd4;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 34px;
}

#t-wrap img {
  max-width: 100%;
}

#t-logo {
  float: left;
}

#header-img {
  float: right;
}

#t-content {
  font-size: 16px;
}

#t-content ul {
  font-size: 16px;
  line-height: 20px;
  list-style-image: url('../img/cjis_bullet.png');
  padding-left: 38px;
  margin-bottom: 34px;
}

#stelle {
  max-width: 50%;
}

#partner {
  font-size: 16px;
  line-height: 19px;
}

#b-logo {
  text-align: right;
}

@media (min-width: 1450px) {
  #t-wrap {
    background-size: 35% auto;
  }
  #t-logo {
    width: 60%;
  }
  #t-content {
    width: 60%;
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  #t-logo {
    width: 50%;
  }
  #header-img {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  #t-wrap {
    background-image: url('../img/cjis_foto2.png');
    background-position: center top;
    background-size: 100% auto;
  }
  #header-img {
    height: 330px;
  }
  #t-logo {
    background-color: #dbe5f1;
    padding: 20px 20px 1px 20px;
  }
  #t-content {
    background-color: #dbe5f1;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
  }
  #t-header p,
  #t-content p {
    margin: 20px 0;
  }
  #partner {
    padding-top: 0px;
  }
  #b-logo {
    text-align: left;
    margin-top: 20px;
  }
  #t-logo,
  #header-img {
    float: none;
  }
}

@media (max-width: 767px) {
  #t-wrap {
    background-image: url('../img/cjis_foto2.png');
    background-position: center top;
    background-size: 100% auto;
  }
  #header-img {
    height: 330px;
  }
  #t-logo {
    background-color: #dbe5f1;
    padding: 10px 10px 1px 10px;
  }
  #t-content {
    background-color: #dbe5f1;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
  }
  #t-header p,
  #t-content p {
    margin: 20px 0;
  }
  #partner {
    padding-top: 0px;
  }
  #b-logo {
    text-align: left;
    margin-top: 20px;
  }
  #t-logo,
  #header-img {
    float: none;
  }
}

@media (max-width: 480px) {
  #t-wrap {
    background-image: url('../img/cjis_foto2.png');
    background-position: center top;
    background-size: 100% auto;
  }
  #header-img {
    height: 230px;
  }
  #t-logo {
    background-color: #dbe5f1;
    padding-top: 10px;
  }
  #t-header p,
  #t-content p {
    margin: 20px 0;
  }
  #partner {
    padding-top: 0px;
  }
  #b-logo {
    text-align: left;
    margin-top: 20px;
  }
  #t-logo,
  #header-img {
    float: none;
  }
}
@media print {
  body * {
    font-size: 8pt !important;
    margin: 0 !important;
    max-width: 100%;
  }
  .nurjobansicht {
    display: none;
  }
  #sidebar,
  #footer {
    display: none;
  }
}
