/******************************************************
 * GROSSE DISPLAYS
 ******************************************************/

.kb-select:not(select){
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  border: 1px solid #bbbbbb;
  border-bottom-color: #aeaeae;
  border-radius: 11px;
  font-size: 0.875em;
  color: inherit;
  background: #ffffff;
  width: 100%;
}

select.kb-select {
  padding: 0.85714em 1.35714em;
  width: 100%;
  border: 0;
  background: transparent;
}

.jobboxen .icon-boxes-item.-background-color {
  padding: 1em !important;
  border: 2px solid #ccdbec;
  background-color: #f8f9fd;
}

.mod_newslist.jobboxen .news-list-boxed-item {
  padding: 1em !important;
  border: 2px solid #ccdbec;
  background-color: #f8f9fd;
}

.jobboxen .icon-boxes-item.-background-color:hover,
.mod_newslist.jobboxen .news-list-boxed-item:hover {
  background: #fff !important;
}

.jobboxen .icon-boxes-item h3 {
  font-size: 1.15em;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  line-height: 1;
}

.mod_newslist.jobboxen .news-list-boxed-item h2 {
  font-size: 1.3em;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  line-height: 1;
}

.mod_newslist.jobboxen ul li {
  color: #333;
  font-size: 1.15em;
}

.mod_newslist.jobboxen .news-list-boxed-item p {
  border-top: 1px solid #bbb;
  padding-top: 1em;
}

.mod_newslist.jobboxen .news-list-boxed-item p.more a {
  margin-top: 0 !important;
  float: right;
  font-weight: 600;
  font-size: 1.15em;
  color: #333 !important;
  margin-bottom: 0 !important;
  text-decoration: none !important;
}

.jobboxen .icon-boxes-item-text {
	border-bottom: 1px solid #bbb;
	padding-bottom: 0;
	margin-bottom: 1em;
}

.jobboxen .icon-boxes-item-text p,
.mod_newslist.jobboxen .news-list-boxed-item h3 {
	margin-top: 0 !important;
}

.jobboxen .icon-boxes-item-text p,
.mod_newslist.jobboxen .news-list-boxed-item h3 {
	border-bottom: 1px solid #bbb;
	padding-bottom: 1em;
	margin-bottom: 1em;
	display: block;
}

.jobboxen .icon-boxes-item-text p strong{
	font-size: 0.875em !important;
}

.mod_newslist.jobboxen .news-list-boxed-item h3 {
	font-size: 18px !important;
}

.jobboxen .icon-boxes-item-link.-link{
  margin-top: 0 !important;
  float: right;
  font-weight: 600;
  font-size: 1em;
  color: #333 !important;
  margin-bottom: 0 !important;
  text-decoration: none !important;
}

.jobdetail.content-text ul {
  margin: 0 !important;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  display: inline-block;
  width: 100%;
  padding-top: 0.25em;
  padding-bottom: 0.35em;
}

.jobdetail.content-text ul li {
  float: left;
  margin-right: 3em;
  margin-left: 2px;
}

.bewerbung-online.centered-wrapper {
  padding: 2em 3em;
  border-radius: 20px;
}

.bewerbung-online.centered-wrapper .ce_form .widget-upload input {
  border-radius: 0 !important;
  font-size: 1.15em;
  cursor: pointer;
}

.bewerbung-online.centered-wrapper .ce_form input,
.bewerbung-online.centered-wrapper .ce_form input::placeholder {
  color: #333 !important;
  width: 100%;
}

.bewerbung-online.centered-wrapper .ce_form .formular-spalte-1 {
  float: left;
  width: 50%;
  margin: 0 !important;
}

.bewerbung-online.centered-wrapper .ce_form .formular-spalte-2 {
  width: 45%;
  margin-left: 5% !important;
  float: right;
}

.bewerbung-online.centered-wrapper .ce_form .formular-spalte-2 fieldset {
  width: 100%;
  border: none !important;
  background: none !important;
}

input[type="checkbox"], input[type="radio"], input[type="image"] {
  width: 20px !important;
  height: 20px !important;
}

/******************************************************
 * DISPLAYS 1600px
 ******************************************************/

@media screen and (max-width: 1600px) {
  
.bewerbung-online.centered-wrapper {
  padding: 2em 0;
}
  
}

/******************************************************
 * DISPLAYS 1450px
 ******************************************************/

@media screen and (max-width: 1450px) {
  
.bewerbung-online.centered-wrapper .ce_form .formular-spalte-1 {
  width: 57%;
}

.bewerbung-online.centered-wrapper .ce_form .formular-spalte-2 {
  width: 40%;
  margin-left: 3% !important;
}

}

/******************************************************
 * DISPLAYS 1200px
 ******************************************************/

@media screen and (max-width: 1200px) {

.bewerbung-online.centered-wrapper {
  padding: 2em 0 1em;
}

.bewerbung-online.centered-wrapper .ce_form .formular-spalte-1 {
  width: 100%;
  clear: both !important;
}

.bewerbung-online.centered-wrapper .ce_form .formular-spalte-2 {
  width: 100%;
  margin-left: 0 !important;
  clear: both !important;
}

.bewerbung-online.centered-wrapper .ce_form .formular-spalte-2 .checkbox_container {
  margin: 0 !important;
  padding: 0 !important;
}

}