/*------------------------------------*\
  krippekinderparadies MU3
/*------------------------------------*/
body.mu-3 .nichtzeigen, body.mu-3 .kinder-footer-2-1 p:last-child, body.mu-3 .kinder-footer-2-3 a:last-child, body.mu-3 .kinder-map-box-top-wrap:last-child, body.mu-3 .map1 div[title~="Käferholz"] {

  /*display: none!important;*/
}

/*------------------------------------*\
COMMON
\*------------------------------------*/
body.mu-3 #menu-start-menu {
  display: flex;
  align-items: center;
}

body.mu-3 #menu-start-menu li {
  flex: initial;
  width: 165px;
  display: block;
}

body.mu-3 #menu-start-menu li a {
  display: block;
  line-height: 20px;
  height: 55px;
  white-space: normal;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
}

body.mu-3 .kinder-maps-seiten .kinder-map-box-top-wrap {
  width: 25% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.mu-3 .kinder-map-box-top .maps-text-1 b {
  width: 120px;
  line-height: 20px;
}

@media only screen and (max-width:1200px) {
  body.mu-3 .oxy-nav-menu ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  body.mu-3 .oxy-nav-menu .oxy-nav-menu-list li.menu-item ul a {
    line-height: 18px;
  }

}

@media only screen and (max-width:400px) {
  body.mu-3 .oxy-nav-menu .oxy-nav-menu-list li.menu-item ul a {
      padding-top: 0;
      padding-bottom: 0;
      font-size: 14px;
    }
}

@media only screen and (min-width:1200px) {
  body.mu-3 .oxy-nav-menu ul.sub-menu {
    width: 250px;
  }

  body.mu-3 .oxy-nav-menu .oxy-nav-menu-list li.menu-item ul a {
    line-height: 25px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    white-space: normal !important;
  }

}

body.mu-3 .kinder-maps-blocks-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

body.mu-3 .kinder-map-box-top img {
  margin-bottom: 5px;
}

body.mu-3 .kinder-maps-blocks-wrap .kinder-map-box-top-wrap {
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  flex: initial !important;
}

@media only screen and (min-width:1200px) {
  body.mu-3 .kinder-maps-blocks-wrap .kinder-map-box-top-wrap {
    width: 320px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px
  }

}

body.mu-3 p.kinder-map-box {
  font-size: 150%;
}

/*------------------------------------*\
JOBS
\*------------------------------------*/
.editor-flex {
  width: 100%;
}

.two-columns .editor-inline {
  margin-bottom: 40px;
}

@media only screen and (min-width:768px) {
  .editor-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .editor-flex.vertical {
    align-items: center;
  }

  .editor-inline {
    width: calc((100% - 50px) / 3);
  }

  .two-columns .editor-inline {
    width: calc((100% - 25px) / 2);
    margin-bottom: 0px;
  }

}

.jobs-wrapper {
  margin-top: 40px;
}

.job {
  background-color: #ff9859;
  color: #fff;
  padding: 18px 25px;
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .job {
    font-size: 26px;
    line-height: 32px;
  }

}

.job .first {
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .job .first {
    margin-bottom: 0px;
    width: 50%;
  }

}

.job .first strong {
  display: block;
}

.job .second {
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .job .second {
    width: 30%;
    margin-bottom: 0;
  }

}

.job .third {
}

@media only screen and (min-width:768px) {
  .job .third {
    width: 20%;
  }

}

.job .button {
  background-color: #fff;
  color: #ff9859;
  transition: none;
  transition: all 0.2s;
  display: inline-block;
  margin-bottom: 0;
}

.job .button:hover {
  background-color: #ffae89;
  color: #fff;
}

@media only screen and (min-width:768px) {
  .job .button {
    display: block;
    height: 66px;
    line-height: 66px;
    text-align: center;
    padding: 0px;
    font-size: 26px;
    margin-bottom: 0;
  }

}

.single .info2 {
  margin-bottom: 30px;
}

/*JOBLINK*/
body.mu-3 .button-platzanfrage {
  position: fixed !important;
  top: 200px !important;
  transform: none !important;
  right: -130px;
  animation: mymove 5s !important;
}

@media only screen and (min-width:600px) {
  body.mu-3 .button-platzanfrage {
    right: 0;
    animation: none !important;
  }

}

@media only screen and (min-width:993px) {
  body.mu-3 .button-platzanfrage {
    position: absolute !important;
    top: 40% !important;
  }

}

@keyframes mymove {
  0% {
    right: 0px;
  }

  90% {
    right: 0px;
  }

  100% {
    right: -130px;
  }

}

body.mu-3 #joblink {
  display: flex !important;
  align-items: center;
  background-color: #ff9859;
  right: 0;
  border-radius: 200px 0 0 200px;
  z-index: 2;
  width: 194px;
  line-height: 50px;
  padding-left: 27px;
  position: fixed;
  top: 260px;
  right: -130px;
  animation: mymove 5s !important;
}

body.mu-3 #joblink:hover {
	background-color: #ffae89;
}

@media only screen and (min-width:600px) {
  body.mu-3 #joblink {
    right: 0;
    transform: none;
    animation: none !important;
  }

}

@media only screen and (min-width:993px) {
  body.mu-3 #joblink {
    position: absolute;
    width: 230px;
    line-height: 61px;
    padding-left: 35px;
    top: 50%;
  }

  body.mu-3 .button-platzanfrage.stick {
    position: absolute;
    top: 40%;
  }

  body.mu-3.ascroll #joblink {
    position: fixed;
    top: 200px;
  }

  body.mu-3.ascroll .button-platzanfrage {
    position: fixed !important;
    top: 130px !important;
  }

}

body.mu-3 #joblink * {
  color: #fff;
}

body.mu-3 #joblink-icon {
  display: flex;
  align-items: center;
  margin-right: 12px;
  width: 26px;
  height: 26px;
  background-image: url('img/jobsjobs.svg');
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0px;
}

body.mu-3 #joblink svg {
  width: 26px;
  height: 26px;
}

@media only screen and (min-width:1200px) {
}


/* Custom Footer Styling Front Page */
.page-id-150 .kinder-footer-2-1 {
  width: 100% !important;
}
