/*
    Theme Name: wordpress4you
    Description: theme by Markus Müllenborn-Pitzen ehemals entwickelt für Pitzborn IT
    Version: 1.0
*/


@font-face {
  font-family: 'Skeena';
  src: url('Skeena_Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body{
  hyphens: auto;
}

.fortbildung{
  hyphens: auto;
  word-wrap: break-word;

}

.row{
  margin-left: 0px!important;
  margin-right: 0px!important;
}


.breadcrumb{
  display: none;
}
/*
.my_extra_menu_class_header > ul > li{
  padding-right: 20px;
  margin-top: 40px;
}

.my_extra_menu_class_header > ul > li:nth-child(3){
  padding-right: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-top: 0px !important;
}
*/
.my_extra_menu_class_footer > ul{
  display: flex;
}

.my_extra_menu_class_footer > ul > li{
  list-style-type: none;
}

.ruler-horizontal{
  border-top: 1px solid black;
}

.img-round{
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  filter: grayscale(100%);
  border: 2px solid #1d5183;
}

.img-round:hover{
  filter: grayscale(0%);
}

.h1{
  color: #1d5183;
  margin-bottom: 0.5em;
  margin-top: 0;
  display: flex;
  font-weight: bold;
}

.underline:hover{
  text-decoration: underline 1px white !important;
}

.test > ul li:nth-child(5) {
  display: none;
}

.test > ul > li{
  margin-bottom: 8px;
}

.test2 > ul > li{
  margin-bottom: 8px;
}

.h1-normal{
  color: #1d5183;
  margin-bottom: 0.5em;
  margin-top: 0;
  display: flex;
  font-size: 32px;
}

.h2{
  color: #1d5183;
  margin-bottom: 0.5em;
  margin-top: 0;
  display: flex;
}

.h3{
  color: #1d5183;
  margin-bottom: 0.5em;
  margin-top: 0;
  display: flex;
}

.h4{
  color: #1d5183;
  margin-bottom: 0.5em;
  margin-top: 0;
  display: flex;
}

.h5{
  color: #1d5183;
  margin-bottom: 0.5em;
  margin-top: 0;
  display: flex;
}

.h6{
  color: #1d5183;
  margin-bottom: 0.5em;
  margin-top: 0;
  display: flex;
}

.bg-color{
  background-color: lightgrey;
}

.link{
  text-decoration: none;
  color: #1d5183;
  font-weight: bold;
}

.link:hover{
  text-decoration: underline 2px;
  color: #1d5183;
}

.link-wp > a{
  text-decoration: none !important;
  color: #1d5183 !important;
  font-weight: bold !important;
}

.link-wp > a:hover {
  text-decoration: underline 2px !important;
  color: #1d5183 !important;
}

.button{
  margin-top: 20px;
  float: right;
  text-align: end;
  justify-content: end;
}

.background{
  background-color: lightgrey;
  padding: 16px 0 10px 15px;
  border-radius: 3px;
}


body{
  font-family: Skeena;
  color: #515151;
  background-image: url("images/beige-paper.png");
}

.Bewerbungsablauf-kasten{
  margin-top: -12px;
}

.link-News{
  color: #1d5183;
  font-size: x-large;
  text-decoration: none;
}

.link-News:hover{
  text-decoration: underline 2px;
  color: #1d5183;
}

.Button-weiterlesen{
  background-color: #1d5183;
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
}

.Button-weiterlesen > a{
  text-decoration: none;
  color: white;
}

.Button-weiterlesen:hover{
  color: white;
  text-decoration: none;
}

.Partner-logo{
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  width: 100%;
  height: auto;
  border-radius: 5px;
}

table{
  border: black 1px solid;
  padding: 10px;
  text-align: center;
}

tr{
  border: black solid 1px;
  padding: 10px;
}

td{
  border: black solid 1px;
  padding: 10px;
}

th{
  border: black solid 1px;
  padding: 10px;
  color: #1d5183;
  font-weight: bold;
}
/*
.sub-menu{
  display: none;
}
*/

#topL{
  margin-top: 10px;
  margin-bottom: 20px;
  width: 200px;
  height: 99px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#navbarNav > .my_extra_menu_class_header > ul > li > a:hover{
  color: #1d5183;
}

.navbar{
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  margin-bottom: 25px;
  background: #fff;
}

#navbarNav > .my_extra_menu_class_header > ul > li > a{
  color: #515151;
  font-weight: bold;
  text-decoration: none;
  /*
  display: flex !important;
  flex-basis: auto;*/
}

#navbarNav{
  display: flex;
  justify-content: end;
  padding-right: 30px;
}

footer > .footer-bg{
  background-color: #1d5183;
  margin-top: 40px;
  padding: 20px 0;
}

footer > .footer-bg > .container > .footer >.my_extra_menu_class_footer > ul > li > a{
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding-right: 15px;
 /*padding-left: 15px; */
}

footer > .footer-bg > .container > .footer >.my_extra_menu_class_footer > ul > li > a:hover{
  color: #aaa;
}

.menu{
  padding-left: 0px !important;
}

.span-footer{
  color: white;
  font-size: small;
}

.trenner{
  display: block;
  border-bottom: 2px solid white;
  width: 100%;
  margin-bottom: 15px;
}
/*
.my_extra_menu_class_footer > .menu > .menu-item-526 > a{
  padding-left: 0px !important;
}
*/
/*
.sub-menu{
  display: none;
  position: absolute;
  z-index: 10000;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  border-top: 3px solid #1d5183;
  border-bottom: 3px solid #1d5183;

}
*/
.sub-menu > li > a{
  text-decoration: none;
  color: #515151;
}

.sub-menu > li{
  list-style-type: none !important;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 30px;
}

.sub-menu > li > a:hover{
  color: #1d5183;
}

/*
    add media
*/

@media only screen and (max-width: 991px) {
  #searchform {
    display: none;
  }

  .navbar > .container{
    margin-right: 0px;
    margin-left: 0px;
    max-width: 1000000px;
    width: 100%;
  }

  .my_extra_menu_class_header{
    display: none;
  }
  .navbar-collapse >.my_extra_menu_class_header > ul > li{
    width: 100%;
    border-bottom: solid 1px #888888;
    padding-left: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-collapse >.my_extra_menu_class_header > ul > li:hover{
    color: #1d5183;
  }

  .navbar-toggler{
    display: block;
  }

  .navbar-brand{
    justify-content: center;
    display: flex;
  }

  .searchbar{
    margin: 0px !important;
    padding: 0px !important;
  }

  .button-online{
    float: left !important;
    margin-bottom: 30px;
  }
/*
  body > main > .container{
    margin: 0px !important;
    max-width: 100% !important;
  }*/
/*
  main > .container{
    padding: 0px !important;
    max-width: 100% !important;
  }
*/
  .text-unter-bild-topausbildung{
    text-align: center;
  }

  .img-news-md{
    width: 100%;
    align-content: center;
  }

  .sub-menu{
    position: relative;
    display: block;
  }

  .sub-menu > li > a{
    font-weight: bold;
  }

  .facebook > span > a{
    text-decoration: none !important;
  }
  .facebook > span > a:hover{
    text-decoration: none !important;
    color: white;
  }

  .facebook{
    padding: 10px 14px 10px 14px !important;
    background-color: #3b5998;
    border-radius: 0px !important;
  }

  .facebook:hover{
    padding: 10px 14px 10px 14px !important;
    border-radius: 0px !important;
    background-color: #4273c8;
  }

  .xing{
    padding: 10px 10px 10px 10px !important;
    border-radius: 0px !important;
    text-decoration: none !important;
  }

  .xing:hover{
    padding: 10px 10px 10px 10px !important;
    border-radius: 0px !important;
    background-color: #29888a;
    text-decoration: none;
  }

  .fa-xing{
    text-decoration: none !important;
    font-size: 25px !important;
    transform: translateY(5px);
    color: white;
  }

  .fa-xing:hover{
    text-decoration: none;
    color: white;
  }

  .x{
    padding: 10px 10px 10px 10px !important;
    border-radius: 0px !important;
  }

  .x:hover{
    padding: 10px 10px 10px 10px !important;
    border-radius: 0px !important;
    background-color: #2e2d2d;
  }

  .x-icon{
    font-size: 18px !important;
    color: white;
    text-decoration: none;
}

  .x-icon:hover{
    color: white;
    text-decoration: none;
  }

  .teilen > a{
    display: none;
  }

}

@media only screen and (min-width: 992px) {
  #searchform-footer {
    display: none;
  }

  .footer-icons{
    text-align: end;
  }

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


  .my_extra_menu_class_header > ul > li{
    padding-right: 20px;
    margin-top: 40px;
  }

  .my_extra_menu_class_header > ul > li:nth-child(3) {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 0px !important;
  }

  .sub-menu{
    display: none;
    position: absolute;
    z-index: 10000;
    background-color: white;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    border-top: 3px solid #1d5183;
    border-bottom: 3px solid #1d5183;
  }

  .my_extra_menu_class_header{
    display: block !important;
  }

  }


@media only screen and (max-width:800px) {
  .img-news{
    width: 100%;
    align-content: center;
  }
}

/*
    Ende add media
*/

.navbar-toggler{
  background-color: #1d5183;
  width: 100% !important;
}

.navbar-toggler-icon{
  /*filter: brightness(0) invert(1);*/
  opacity: 10;
}

.my_extra_menu_class_footer{
  display: inline;
}

.footer > .my_extra_menu_class_footer > ul{
  display: inline;
}

.footer > .my_extra_menu_class_footer > ul > li{
  display: inline-flex;
}

.row_trenner{
  padding: 0px !important;
}

.navbar-toggler:focus{
  box-shadow: none !important;
}

.oneresult > li{
  margin-left: 8px;
}

.showresult{
  text-decoration: none;
  color: #1d5183;
  font-weight: bold;
  font-size: large;
  display: block;
  margin-bottom: 5px;
  margin-left: 8px;
}

.showresult:hover{
  text-decoration: underline 2px;
  font-weight: bold;
  color: #1d5183;
}

.searchresultheader{
  color: #1d5183 !important;
}

.navbar > .container >.row > .navbar-toggler > .navbar-toggler-icon{
  background-image: url("images/hamburger.png") !important;
  vertical-align: middle;
}

.news-date{
  color: #1d5183;
  font-weight: bold;
}

#honig{
  display: none;
}



/*
  Bewerbungsformular
 */



#anrede{
  width: 150px;
}

.vorname {
  display: block !important;
}

#vorname{
  width: 100%;
}

.bg-color > .container > .row > .col-6 > p > label{
  display: block !important;
}

.bg-color > .container > .row > .col-6 > p > label > span > input{
  width: 100% !important;
}

.bg-color > .container > .row > .col-12 > p > label{
  display: block !important;
}

.bg-color > .container > .row > .col-12 > p > label > span > input{
  width: 100%;
}

#anmerkung{
  width: 100%;
}

.dursuchen{
  margin-top: -20px;
}

#senden{
  width: 100%;
  background-color: #1d5183;
  color: white;
  font-size: larger;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  border-color: transparent;
  margin-top: -25px;
}

.senden{
  display: block;
  margin-top: -20px;
}

.checkbox{
  margin-top: -24px;
  margin-bottom: -8px;
}

.checkbox1{
  margin-bottom: 0px;
}



/*
  Kontaktformular
*/



#kontakt-vorname{
  width: 100%;
}

#kontakt-nachname{
  width: 100%;
}

.strasse-nr > p > label{
  display: block !important;
}

#kontakt-Strasse{
  width: 100%;
}

#kontakt-plz{
  width: 100%;
}

#kontakt-Ort{
  width: 100%;
}

.kontakt-email > p > label{
  display: block !important;
}

#kontakt-email{
  width: 100%;
}

.kontakt-nachricht > p > label{
  display: block !important;
}

#kontakt-nachricht{
  width: 100%;
}

.kontakt-absenden{
  display: block;
  margin-top: -25px !important;

}

#kontakt-absenden{
  width: 100%;
  background-color: #1d5183;
  color: white;
  font-size: larger;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  border-color: transparent;
}

.kontakt-checkbox{
  margin-top: -20px;
}

.kontakt-checkbox2{
  margin-top: -20px;
}

.padding{
  padding-left: 15px;
}

#kontakt-anrede{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 100%;
}

.kontakt-anrede{
  display: block;
}

.label-kontakt{
  display: block !important;
}
/*
.category-cjs-news > h2{
  display: none;
}

*/



/* socials News
 */



.logo-socials{
  /*background-image: url("images/Facebook_logo.png") !important;*/
  content: "\F168" !important;
  width: 40px !important;
  height: 40px !important;
}

.greeting > li{
  display: inline;
  list-style-type: none;
  width: 100px;
  height: 100px;
}

.facebook{
  text-decoration: none;
  color: white;
  background-color: #3b5998;
  padding: 8px 40px 8px 10px;
  border-radius: 2px;
}

.facebook:hover{
  text-decoration: underline 1px white;
  color: white;
}

.facebook-icon{
  color: white;
  font-size: 25px;
  font-weight: bolder;
  transform: translateY(3px);
  display: inline-flex;
}

.facebook > span > a{
  text-decoration: none !important;
}

.facebook > span > a:hover{
  text-decoration: none !important;
  color: white;
}

.xing{
  text-decoration: none !important;
  color: white !important;
  background-color: #126567;
  padding: 8px 40px 8px 10px;
  margin-left: 20px;
  border-radius: 2px;
}

.xing:hover{
  text-decoration: underline 1px white !important;
}

Xing-icon{
  transform: translateY(4px);
  display: inline-flex;
  text-decoration: none !important;
}

.xing > span > a{
  text-decoration: none !important;
}

.x > span > a{
  color: white;
  text-decoration: none;
}


.fa-xing:before {
  content:"\F168";
  color: white;
}
.fa-xing-square:before {
  content:"\F169";
}

.x{
  text-decoration: none;
  color: white;
  /*background-color: #55acee;*/
  background-color: black;
  padding: 8px 40px 8px 10px;
  margin-left: 20px;
  border-radius: 2px;
}

.x:hover{
  text-decoration: underline 1px white;
  color: white;
}

.x-icon{
  font-size: 20px;
  transform: translateY(4px);
  display: inline-flex;
}

.greeting > .x > span > span > .x{
  margin-left: 0px !important;
}

.headernews > a{
  color: #1d5183;
  font-size: x-large !important;
  text-decoration: none;
}

.news-img > img{
  border-radius: 2px;
  align-content: center;
  width: 90%;
  height: auto;
}

.headernews:hover{
  text-decoration: underline 2px #1d5183;
}

