/* cmsms stylesheet: custom_kitakarriere modified: Sonntag, 24. August 2025 03:09:23 */
/* Kita Berufe
Custom CSS
by plan-a-media.de 
Date: 26.01.2022
Farben: 
BLAU: #436caa
LILA: #371286


*/
/* Bootstrap Overrides*/
a {
  color          : #1f3454;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

#maincontent p a:hover,
#maincontent label a:focus {
  border-bottom-width: 2px;
}

.btn-default {
  color: #436caa;
}

.btn-primary {
  color     : #fff;
  background: #436caa;
}

.btn-primary:hover {
  background: #5385d1;
}

#mainNav .nav li.active,
#mainNav .nav>li:hover,
#mainNav .nav>li:focus {
  border-top: 3px solid #436caa;
  background: transparent;
}

.nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent;
}

/* EOF Bootstrap Overrides*/
h1 {
  font-size     : 1.875em;
  text-transform: uppercase;
}

/* small devices bis 767px */
body {
  font-size  : 14px;
  line-height: 1.6;
  color      : #585858;
}

/* NaviContainer */
#mainNav {
  min-height        : auto;
  height            : 44px;
  -webkit-box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.7);
  box-shadow        : 0 5px 10px -6px rgba(0, 0, 0, 0.7);
}

/* Logo */
a.navbar-brand {
  padding: 0;
  height : auto;
}

a.navbar-brand img {
  display: block;
}

a.navbar-brand img {
  margin-left: 20px;
  margin-top : 4px;
  max-height : 35px;
}

/* Hamburgers */
.navbar-toggle {
  margin       : 8px 10px 0 0;
  border-radius: 10px;
}

.navbar-toggle .icon-bar {
  background: #436caa;
}

/* Navigation */
.navbar-nav {
  margin-top: 0;
}

#wrapper {
  border-top: 1px solid #ccc;
}

/* NaviContainer */
nav .navbar-nav {
  background: #f1f1f1;
}

/* Footer */
.footer {
  background: #29446d;
}

#footer-nav li a {
  color: #fff;
}

.footer * {
  color: #fff;
}


.footer a:hover,
.footer a:visited {
  color: #fff;
}

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

  .footernav.pull-left,
  .pull-right.dev-link {
    float: none !important;
  }

  #footer-nav {
    text-align  : center;
    float       : none;
    padding-top : 15px;
    margin-left : -15px;
    margin-right: -15px;
  }

  #footer-nav li {
    display         : block;
    width           : 100%;
    padding         : 5px;
    background-color: #436caa;
    margin          : 2px 0;
  }

  .pull-right.dev-link {
    text-align: center;
    display   : block;
  }

  .dev-link span {
    display: block;
  }

  /* Sectionimages */
  section .heroimage {
    min-height: 140px;
    height    : 100%;
  }
}

/* Allgemein */
body {
  font-family      : Arial, sans-serif;
  font-size        : 12px;
  /* letter-spacing: 0.125rem; */
}

.responsive-img {
  max-width: 100%;
  height   : auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color      : #436caa;
  font-family: "Days One", sans-serif;
}

#mainNav {
  background        : #fff;
  background        : rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.7);
  box-shadow        : 0 5px 10px -6px rgba(0, 0, 0, 0.7);
  font-family       : "Days One", sans-serif;
  text-transform    : uppercase;
}
#mainNav a { border-bottom: none;}
.back-to-top {
  right     : 0;
  bottom    : 50px;
  background: #09120f;
  color     : #fff;
  position  : fixed;
  padding   : 10px;
}

/* Footer */

/* Accordeon Icons */
.panel-title i {
  margin-right: 12px;
}

.panel-title i:nth-child(1) {
  display: none;
}

.panel-title [aria-expanded="true"] i:nth-child(1) {
  display: none;
}

.panel-title [aria-expanded="true"] i:nth-child(2) {
  display: inline;
}

.panel-title [aria-expanded="false"] i:nth-child(1) {
  display: inline;
}

.panel-title [aria-expanded="false"] i:nth-child(2) {
  display: none;
}

/* Accordeon Panel */
#accordion-1 .panel-heading {
  padding-top   : 0;
  padding-bottom: 0;
}

.panel-group .panel-title a {
  padding: 20px 0;
}

.panel-group a {
  display: block;
  outline: none !important;
  color  : #234982;
}

.accordion-toggle:hover {
  text-decoration: none;
  color          : #fff;
}

.panel-heading:hover {
  background: #436caa;
}

/* SECTIONS */

/* Sectionimages */
#home {
  position: relative;
}

section .heroimage {
  z-index              : 1;
  padding              : 0;
  position             : relative;
  text-align           : center;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size      : auto auto;
  background-size      : cover;
  background-position  : center center;
  background-repeat    : no-repeat;
}

.heroHeadline {
  position: absolute;
  left    : auto;
  right   : auto;
  top     : auto;
  bottom  : 20%;
}

.heroHeadline h1,
.heroHeadline p {
  color     : #fff;
  text-align: left;
}

.heroHeadline h1 {
  font-weight  : 700;
  font-size    : 48px;
  margin-bottom: 0;
}

.heroHeadline p {
  font-weight: 700;
  font-size  : 36px;
  line-height: 1;
}

.heroimage img {
  max-width: 100%;
}

#header-bewerben-cta {
  max-width : 35%;
  text-align: left;
}

#header-bewerben-cta img {
  display: block;
}

#header-bewerben-cta .btn {
  display       : inline-block;
  text-transform: uppercase;
}

.bewerben-cta {
  position: absolute;
  top     : auto;
  bottom  : 10vh;
  width   : 100%;
}

/* Section Ueber uns */
.infoblock .row {
  -webkit-display: flex;
  -ms-display    : flex;
  display        : flex;
  flex-wrap      : wrap;
  flex-direction : column;
  float          : none;
  gap            : 0.2em;
}

.infoblock .row+.row {
  margin-top: 0.2em;
}

.infoblock {
  padding: 1em;
}

.infoblock .col-sm-4 {
  flex-basis: calc(33% - 0.2em);
  padding   : 2em;
  color     : #fff;
  min-height: auto;
}

.infoblock .row:nth-child(1) .col-sm-4:nth-child(2),
.infoblock .row:nth-child(2) .col-sm-4:nth-child(1),
.infoblock .row:nth-child(2) .col-sm-4:nth-child(3) {
  background: #371286;
}

.infoblock .row:nth-child(1) .col-sm-4:nth-child(1),
.infoblock .row:nth-child(1) .col-sm-4:nth-child(3),
.infoblock .row:nth-child(2) .col-sm-4:nth-child(2) {
  background: #436caa;
}

/* BOF Mail bei neuer Stellenazige erwuenscht */
.nms_subscribe {padding: 1em;background: #f5f5f5;border:1px solid #ddd}
.nms_subscribe .form-check {background-color: #436caa;color:#fff;}
/* EOF Mail bei neuer Stellenazige erwuenscht */
.nms_subscribe .form-check, .nms_field_2 {padding:.125em .5em;}
.nms_subscribe label {font-weight: 400;margin-bottom:0}
.nms_subscribe input[type="checkbox"] {vertical-align:top}
.nms_subscribe .nms_field_2 {font-size:85%;margin-top:1.25em}
.nms_subscribe h2 {margin-top:.125em}
/* Section Jetzt  CTA */
#bewerben-cta {
  display   : none;
  text-align: center;
}

#bewerben-cta .sector-header {
  display: none;
}

#bewerben-cta a {
  display       : inline-block;
  margin-left   : auto;
  margin-right  : auto;
  color         : #fff;
  background    : #436caa;
  border-radius : 5px;
  text-transform: uppercase;
  font-size     : 1.5em;
  padding       : 0.6em 1.4em;
}

#bewerben-cta a:hover {
  text-decoration: none;
  background     : #5385d1;
}

.bewerben-cta {
  bottom: 10px;
}

#bewerben-cta a.btn {
  margin-top: 1em;
}

/* Section Bewerben */
.bewerbungstext {
  background: #436caa;
  color     : #fff;
  padding   : 0.125em 15px;
}

.bewerbungstext a {
  color          : #fff;
  text-decoration: underline;
}

.bewerbungstext h2 {
  color: inherit;
}

#bewerben form {
  padding      : 2em;
  margin-bottom: 65px;
}

#bewerben form,
#thankyou {
  -webkit-box-shadow: 0 3px 30px 0 rgba(38, 48, 77, 0.3);
  box-shadow        : 0 3px 30px 0 rgba(38, 48, 77, 0.3);
}

#bewerben .form-control {
  height: 48px;
  color:#595959;
}

#bewerben label {
  text-align : left;
  font-weight: 400;
}

#bewerben legend {
  font-size          : 30px;
  border-bottom-width: 2px;
  border-color       : #fff;
}

#bewerben {
  background: #fcfcfc;
}

#bewerben input[type="file"] {
  padding: 0;
}

#bewerben textarea {
  height    : auto;
  min-height: 416px;
}

#bewerben button {
  background: #436caa;
  color     : #fff;
}

#bewerben .form-check .checkbox {
  padding: 20px;
}

#bewerben .form-check {
  background   : #fff;
  border       : 1px solid #ccc;
  padding      : 0px 25px;
  margin-bottom: 20px;
}

#thankyou {
  background   : #fff;
  padding      : 25px;
  margin-bottom: 60px;
}

/* Bewerbungsunterladen Upload Custom */
/*
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  min-height: 3.5em;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  opacity: 0;
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #d8dbe0;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input:lang(de) ~ .custom-file-label::after {
  content: "Durchsuchen";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 48px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  padding: 0.375em 0.75em;
  line-height: 2.1;
  color: #fff;
  content: "Browse";
  background-color: #436caa;
  left: 0;
}
*/

/* Bewerbungsformular Custom Upload V2 */

/* input [type = file]
----------------------------------------------- */
/* Standard (modern browsers) */
.form-control::placeholder, .form-control {
  color: #525454!important; /* gewünschte Farbe */
  opacity: 1;  /* Firefox senkt Default‑Opacity auf 0.54, daher reset */
}

input[type="file"] {
  display   : block !important;
  right     : 1px;
  top       : 1px;
  height    : 34px;
  opacity   : 0;
  width     : 100%;
  background: none;
  position  : absolute;
  overflow  : hidden;
  z-index   : 2;
  color:#000;
}

.control-fileupload {
  display    : block;
  background : #fff;
  color      : #9ea0a3;
  border     : 1px solid #ccc;
  width      : 100%;
  line-height: 48px;
  padding    : 0px 10px 2px 10px;
  overflow   : hidden;
  position   : relative;
  /* File upload button */
}

.control-fileupload:before,
.control-fileupload input,
.control-fileupload label {
  cursor: pointer !important;
}

.control-fileupload:before {
  /* inherit from boostrap btn styles */
  padding            : 6px 12px;
  margin-bottom      : 0;
  font-size          : 1em;
  line-height        : 32px;
  color              : #fff;
  text-align         : center;
  cursor             : pointer;
  background-color   : #436caa;
  border             : 1px solid #cccccc;
  border-color       : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius      : 0;
  box-shadow         : inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  transition: color 0.2s ease;
  /* add more custom styles*/
  content   : "Datei hochladen";
  display   : block;
  position  : absolute;
  z-index   : 1;
  top       : 2px;
  right     : 2px;
  text-align: center;
}

.control-fileupload:hover:before,
.control-fileupload:focus:before {
  color              : #333333;
  background-color   : #e6e6e6;
  color              : #333333;
  text-decoration    : none;
  background-position: 0 -15px;
  transition         : background-position 0.2s ease-out;
}

.control-fileupload label {
  line-height   : 2em;
  vertical-align: middle;
  color         : #585858;
  font-size     : 1em;
  font-weight   : normal;
  overflow      : hidden;
  white-space   : nowrap;
  text-overflow : ellipsis;
  position      : relative;
  z-index       : 1;
  margin-right  : 90px;
  margin-bottom : 0px;
  cursor        : text;
}

/* Formulare */
textarea {
  width    : auto;
  max-width: 100%;
}

.checkbox label {
  padding-left: 10px;
}

.sky-form input,
.sky-form select {
  border       : 1px solid #436caa;
  margin-bottom: 30px;
}

.panel-title {font-size:1em;}

/* Anker bei Fixed Navbar treffen nicht */
section {
  padding-top: 84px;
  margin-top : -84px;
}

#stellenanzeigen .panel-default form {
  overflow  : auto;
  padding   : 15px;
  background: blue;
}

#body-impressum #maincontent,
#body-datenschutz #maincontent {
  margin-top: 4em;
}

.aktuellste_anzeige:before {
  content: "NEU";
  background-color: rgb(67, 108, 170);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  width: 180px;
  height: 28px;
  text-align: center;
  text-indent: -2px;
  line-height: 28px;
  transform: rotate(35deg);
  position: absolute;
  top: 10px;
  right:-60px;
}
.aktuellste_anzeige {
    position: relative;
    overflow:hidden;
}

/* NMS Newsletter made Simple */
.nms_field_2 .col-md-3 {
  width: calc(100% - 32px);
  text-align: left;
  float: right;
  font-size: 85%;
  padding-left: 0;
  line-height: 1.4;
}
.nms_field_2 .col-md-9 {
  width: 18px;
}
/* Media Queries */
@media only screen and (min-width: 480px) {
  #bewerben-cta {
    display                : block;
    position               : relative;
    /*     background-image: url(https://kitaberufe.de/uploads/designs/Bootstrap-3/images/bg-jetzt-bewerben.jpg);
    background-repeat      : no-repeat;
    background-size        : cover;
    background-position    : center; */
    padding-top            : 0;
    margin-top             : 0;
  }

  #bewerben-cta :nth-child(3) {
    position: absolute;
    left    : 0;
    right   : 0;
    top     : auto;
    z-index : 9;
    bottom  : 25%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #bewerben-cta :nth-child(3) {
    bottom: 20%;
  }
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }

  /* Navigation */
  .navbar-nav {
    margin-top: 8px;
  }

  #mainNav .nav li {
    border-top: 3px solid transparent;
  }

  #mainNav .nav li.active {
    border-top: 3px solid #436caa;
  }

  /* NaviContainer */
  nav .navbar-nav {
    background: transparent;
  }

  .navbar-nav>li>a {
    padding-top   : 23px;
    padding-bottom: 23px;
    font-size     : 14px;
  }

  #home h1,
  .sector-header {
    margin-top: 2em;
  }

  .bewerben-cta {
    bottom: 25px;
  }

  /* Section Ueber uns */
  #ueber-uns>.container+.container {
    padding-left : 10px;
    padding-right: 10px;
  }

  .infoblock .row {
    flex-wrap     : nowrap;
    flex-direction: row;
  }

  .infoblock .col-sm-4 {
    min-height: 16.5em;
    transition: transform 0.25s;
  }

  .infoblock .col-sm-4:hover {
    transform: scale(1.02);
  }

  .bewerbungstext {
    padding: 1.5em 2em;
  }

  /* Footer */
  .footer {
    background: #355689;
    opacity   : 0.8;
    padding   : 35px 0;
  }
}
  @media only screen and (min-width: 991px) {
    .bewerben-cta {
      bottom: 50px;
    }

    #mainNav {
      height: 85px;
    }

    .footer .container {
      position: relative;
    }

    .footer .container::before {
      content            : " ";
      background-image   : url(https://kitaberufe.de/uploads/designs/Bootstrap-3/images/logo-kitaberufe.png);
      position           : absolute;
      width              : 100%;
      height             : 100%;
      top                : 0;
      bottom             : 0;
      left               : 0;
      right              : 0;
      opacity            : 0.4;
      mix-blend-mode     : multiply;
      background-repeat  : no-repeat;
      background-position: 90%;
      background-size    : contain;
    }

    a.navbar-brand img {
      margin-left: 10px;
      max-height : 54px;
      margin-top : 12px;
    }
  }

  a.dev-link {
    color: #fff;
  }

  #footer-nav li {
    border-right: 1px solid #fff;
    line-height : 1;
  }

  #footer-nav li:last-child {
    border-right: none;
  }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    min-width: 768px;
    width    : auto;
  }

  .navbar-nav>li>a {
    font-size: 14px;
  }

  nav .nav>li>a {
    padding-left : 13px;
    padding-right: 13px;
  }

  /* Logo */
  /* Footer */
  ul#footer-nav {
    margin-bottom: 0;
    margin-top   : 19px;
  }

  .dev-link span {
    display: block;
  }

  .dev-link span::before {
    content: "";
  }

  footer.footer {
    font-size: 14px;
  }

  /* Sectionimages */
}

@media only screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }

  /* NaviContainer */
  #mainNav {
    min-height: auto;
    height    : 84px;
  }

  .navbar-nav>li>a {
    font-size: 16px;
  }

  .dev-link span::before {
    content     : "|";
    margin-left : 2px;
    margin-right: 4px;
  }

  .footer {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top   : 30px;
    padding-bottom: 30px;
  }

  .footer address {
    font-size : 11px;
    text-align: center;
  }

  .footer a.back-to-top {
    display: none !important;
  }

  #footer-nav li {
    border      : 1px solid #fff;
    border-width: 1px 0 0 0;
  }

  #footer-nav li a {
    display: block;
  }

  #footer-nav li a:hover {
    text-decoration: none;
  }

  .dev-link {
    font-size: 11px;
  }
}

@media only screen and (min-width: 1280px) {
  .bewerben-cta {
    bottom: 100px;
  }
}

@media only screen and (min-width: 1440px) {
  .bewerben-cta {
    bottom: 180px;
  }
}

@media only screen and (max-width:991px) {
  nav .navbar-nav {
    background: #f5f5f5;
    margin-top: 0
  }

  #mainNav .nav li {
    border-top: 3px solid #436caa;
  }

  .navbar-nav>li>a {
    padding-top   : 14px;
    padding-bottom: 14px;
  }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* Container-Label (Pseudo-Button) */
.custom-file-label {
  background-color: #436caa;   /* kräftiges Blau */
  color: #fff;                 /* hoher Kontrast */
  border: 1px solid #436caa;
  padding: 0.5em 1em;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 600;
}

/* Fokus sichtbar machen */
.custom-file-input:focus ~ .custom-file-label {
  outline: 2px solid #000;     /* schwarzer Fokusrahmen */
  outline-offset: 2px;
  background-color: #436caa;   /* dunkleres Blau beim Fokus */
}

/* Hover-Zustand */
.custom-file-label:hover {
  background-color: #436caa;   /* dunkleres Blau beim Hover */
}
.bewerbungstext {background:#325791;}
.btn-default {color:#325791;}
body {color:#515050;}
h1,h2,h3,h4,h5,h6, .panel-group a {color:#14386f;}
/* cmsms stylesheet: back-to-top modified: Donnerstag, 24. Juli 2025 12:13:34 */
/*Back to top Button------------------------------------*/#topcontrol {color: #fff;z-index: 99;width: 30px;height: 30px;font-size: 20px;background: #222;position: relative;right: 14px !important;bottom: 11px !important;border-radius: 3px !important;}#topcontrol:after {left: 8.5px;content: "\f106";position: absolute;text-align: center;font-family: FontAwesome;}#topcontrol:hover {color: #fff;background: #88653d;transition: all 0.3s ease-in-out;}
/* cmsms stylesheet: BS3-Forms modified: Donnerstag, 1. August 2019 11:10:27 */
.fa {margin-right: 8px}.fa.placeholder {width:14px;height:14px}.headline {display: block;margin: 10px 0 25px 0;border-bottom: 1px dotted #e4e9f0;}legend {color: inherit;font-size:19px;}fieldset {margin-bottom:30px;}
/* cmsms stylesheet: GoogleFonts modified: Mittwoch, 26. Januar 2022 13:04:04 */
/* days-one-regular - latin */
@font-face {
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  src: url('https://kitaberufe.de/uploads/designs/Bootstrap-3/fonts/days-one-v10-latin/days-one-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://kitaberufe.de/uploads/designs/Bootstrap-3/fonts/days-one-v10-latin/days-one-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://kitaberufe.de/uploads/designs/Bootstrap-3/fonts/days-one-v10-latin/days-one-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://kitaberufe.de/uploads/designs/Bootstrap-3/fonts/days-one-v10-latin/days-one-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://kitaberufe.de/uploads/designs/Bootstrap-3/fonts/days-one-v10-latin/days-one-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://kitaberufe.de/uploads/designs/Bootstrap-3/fonts/days-one-v10-latin/days-one-v10-latin-regular.svg#DaysOne') format('svg'); /* Legacy iOS */
}
