:root {
  --thd-blau: #1a4273;
  --donau-blau: #009fe3;
  --dark-grey: #313131;
  --light-grey: #434343;
  --contact-grey: #868686;
  --contact-border-grey: #d0d0d0;
  --schema-bg: rgba(255, 255, 255, 0.9);
  --schema-color: var(--dark-grey);
  --lh: 1.4rem;
  --clr-border: #333;
}

/* saira-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 100;
  src: url('../img/saira-v20-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: url('../img/saira-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 500;
  src: url('../img/saira-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Orator Std Medium */
@font-face {
  font-family: 'Orator_Std_Medium';
  src: url('../img/Orator_Std_Medium.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.mm {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: auto;
  border: 1px solid #c6c5c6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  font-family: 'Saira', sans-serif;
  font-size: 14px;
  color: #333333;
  padding-bottom: 20px;
}

.mm .card-mitarbeiter{
  margin-left: 10px;
}

.mm .moreKacheln{
  flex: 1 1;
  width: 33%;
}

.mm .moreKacheln .card{
  aspect-ratio: 1;
}

.mm .moreKacheln .card-body{
  padding: 10px;
  font-size: 20px;
}

.mm .benefitBox .card-body{
  padding: 10px;
}

.mm .font-weight-bold{
  font-weight: bold;
}

.mm p{
  margin: 0;
  margin-bottom: 1.0em;
}

.mm a{
  text-decoration: none;
  color: inherit;
}

.mm h1, .mm h2, .mm h3 {
  font-family: Orator_Std_Medium;
  text-transform: lowercase;
  margin: 0;
}

.mm h1 {
  font-size: 36px;
}

.mm h2 {
  font-size: 36px;
  color: var(--thd-blau);
  margin-bottom: 0.5em;
}

.mm li {
    list-style: none;
    position: relative;
}

.mm li:before {
    content: "";
    background: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    position: absolute;
    left: -20px;
    top: 4px;
}

.mm h1, .mm h2, .mm h3, .mm h4, .mm h5, .mm h6 {
  font-weight: 400;
}

.mm .text-center{
  text-align: center;
}

.mm hr {
  border-top: 1px solid var(--light-grey);
  margin-top: 0px;
  margin-bottom: 0px;
}

.mm .stellenanzeige_content_row{
  padding-bottom: 35px;

}

.mm .stellenanzeige_col_titel {
  margin-top: 20px;
}

.mm .stellenanzeige_col_untertitel h2{
  color: inherit;
  font-size: 22px;
}

.mm .stellenanzeige_hr {
  border-bottom: 1px solid var(--contact-grey);
  margin-top: 70px;
  margin-bottom: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

.mm .bubble_holder {
  display: inline-block;
  width: 2em;
  height: 2em;
}

.mm .bubble {
  border-radius: calc(1.5em);
  width: 1.75em;
  height: 1.75em;
  display: inline-grid;
}

.mm .row{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  text-align: start;
  flex-wrap: wrap;
}

.mm .img-header{
    width: 100%;
    display: block;
}

.mm .text-center{
  text-align: center !important;
}

.mm .row{
  padding: 0 20px;
  margin: 0 !important;
}

.mm .stellenanzeige_info_bar{
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}

.mm .stellenanzeige_info_bar>div{
  flex: 1 1;
}

.mm .stellenanzeige_entry_location > i{
  display: table-cell;
}

.mm .stellenanzeige_entry_location > span{
  display: table-cell;
}

.mm .stellenanzeige_einstieg{
  padding-left: 28px;
}

.mm .pb-0{
  margin-bottom: 0;
}

.mm .benefits_boxes{
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px;
}

.mm .benefits_boxes .benefitBox{
  display: flex;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: 32%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
  justify-content: flex-start;
  text-align: start;
  align-items: flex-start;
}

.mm .benefitBox > div{
  width: 100%;
  word-wrap: break-word;
} 

.mm .benefitBox img {
  margin: auto;
  display: block;
}

.mm .row_section_footer{
  padding: 30px 0;
}

.mm .stellenanzeige_content_row{
  padding-bottom: 35px;
}

.mm .text-overlay{
  display: none;
}

.mm .card-img-top{
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-top: 30px;
}

.mm .bild{
  position: relative;
}

.mm .bild .card-img-overlay{
  position: absolute;
  margin-top: auto;
  margin-bottom: 3%;
  height: 120px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mm .bild .card-img-overlay label{
  background-color: var(--donau-blau);
  color: white;
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  width: fit-content;
  display: block;
  padding: 8px 20px;
}

.mm .stellenanzeigen_kacheln {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    color: white;
    gap: 5px;
}

.mm .stellenanzeigen_ausgezeichnet_row{
  margin-top: 40px;
}

.mm .stellenanzeigen_ausgezeichnet_row .slide-box{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  align-content: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.mm .stellenanzeigen_ausgezeichnet_row .slide-box img{
}

.mm .stellenanzeigen_ausgezeichnet_row .slide-box .carousel-item-ausgezeichnet{
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.mm .stellenanzeigen_ausgezeichnet_title{
  color: var(--thd-blau);
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
}

.mm .btn-jetzt-bewerben{
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
  margin-top: 30px;
  border-radius: 0;
  padding: 15px 35px;
  font-size: 11pt;
  text-transform: uppercase;
  background-color: var(--donau-blau) !important;
  background-image: unset !important;
  border-color: var(--donau-blau);
  color: white;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mm .btn-jetzt-bewerben:hover {
  background-color: var(--thd-blau);
}

/* Font awesome img inline */
.fa-clock-four:before, .fa-clock:before {
  content: '';
  display: inline-block;
  position: relative;
  right: 0.5em;
  top: 1.0em;
  background: url("../img/time.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.0em;
  width: 2.0em;
}

.fa-location-dot:before, .fa-map-marker-alt:before {
  content: '';
  display: inline-block;
  position: relative;
  right: 0.5em;
  top: 1.0em;
  background: url("../img/place.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.0em;
  width: 2.0em;
}

.fa-calendar-alt:before, .fa-calendar-days:before {
  content: '';
  display: inline-block;
  position: relative;
  right: 0.5em;
  top: 1.0em;
  background: url("../img/calender.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.0em;
  width: 2.0em;
}

@media only screen and (max-width: 768px){
.mm .card-mitarbeiter{
  margin-left: 0;
}

  .mm .stellenanzeige_info_bar{
    flex-direction: column;
  }

  .mm .benefits_boxes{
    flex-direction: column;
    justify-content: flex-start;
  }

  .mm .benefits_boxes .benefitBox{
    width: 100%;
  }

.mm .moreKacheln{
    width: 100%;
}

  .mm .stellenanzeigen_kacheln{
    flex-direction: column;
    align-items: center;
  }

  .mm .stellenanzeige_info_bar{
    gap: 5px;
  }
}

@media only screen and (max-width: 425px){
  body{
    padding: 0;
  }

.mm .col-12{
  width: 100%;
}

  .mm h1{
    font-size: 26px
  }

  .mm .stellenanzeige_col_untertitel h2{
    font-size: 16px;
  }

  .mm h2{
    font-size: 20px
  }

  .mm .carousel-item img{
    height: 70px;
  }

  .mm .bild .card-img-overlay{
    height: 100px;
  }

  .mm .bild .card-img-overlay label{
    padding: 4px 10px;
  }

  .mm #headerImage{
    display: none;
  }
}

.mm .col-md-1, .mm  .col-md-10, .mm  .col-md-11, .mm  .col-md-12, .mm  .col-md-2, .mm  .col-md-3 ,.mm  .col-md-4, .mm  .col-md-5, .mm  .col-md-6, .mm  .col-md-7, .mm   .col-md-8, .mm   .col-md-9{
  float: unset !important;
  padding: unset !important;
}