.testak{
	display: none;
}

body{
    background-color: #ffffff;
    color: #000000;
    letter-spacing: 2px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
div {
    overflow: hidden;
}
.row{
    margin: 0;
}
.mod_article {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 150px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding-right:0;
    padding-left:0;
}


h4,h3,h2{
    color: #254c77;
}

.light h4 {
    font-size: 40px;
    font-weight: lighter;
}

.light h1	{
	font-weight: lighter;
}


.center{
    text-align: center;
}


.center_box {
    display: flex;
    justify-content: center;  /* Horizontale Zentrierung */
    align-items: center;      /* Vertikale Zentrierung (optional, wenn du auch vertikal zentrieren möchtest) */
    width: 100%;
}



.centerElement{
    position:relative;
    margin-left: auto;
    margin-right: auto;
}


/* Artikelkopf start *******************************************************/
.articleHeader{
    padding: 0;
}
.articleHeader .container-fluid{
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 100vh; */
}
.articleHeader .box .content{
    padding: 0;
    border: none;
}

/* Artikelkopf ende *******************************************************/

/* Kacheln start **********************************************************/

.box {
    position:relative;
    display:block;
    color: #ffffff;
}
.c0{
    background-color: #f59c00;
}
.c1{
    background-color: #264d78;
    background-color: #2c5779;
}
#container .c1text{
    color: #264d78;
}
.c2{
    background-color: #8dbfb4;
}
.c3{
    background-color: #9fc1c3;
}

.c4 {
    background-color: #82c0d7;
}


.c10	{
	background-color: #b3ac98;
}


.box:before {
    content: "";
    display:block;
    padding-top: 100%;
}

.box .content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 5px solid #fff;
    padding: 5px;
}
.box:first-of-type .content {
    border-left: 0;
}
.box:last-of-type .content {
    border-right: 0;
}

.box .content {
    vertical-align: middle;
    display: inline-grid;
}
.box .content .centerHolder {
    height: auto;
    margin-top: auto;
    margin-top: 25%;
    margin-bottom: auto;
    display: block;
    text-align: center;
}

.box .content .centerHolder_karriere {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    text-align: center;
}

.box .content .centerHolder_praxis {
  height: auto;
  margin-top: auto;
  margin-top: 15%;
  margin-bottom: auto;
  display: block;
  text-align: left;
  color:#000000;
}

.box .content .centerHolder_praxis p {
  line-height: 1.5;
}

.box .content .centerHolder_praxis h4, h3 {
  padding-bottom:30px;
}

.box .content .textHolder p{
    margin: 0;
    padding: 0;
}

.box .content .textHolder .strong{
    /*font-size: 30px;*/
    font-size: 2vw;
    font-weight: bold;
    letter-spacing: 10px;
}
.box .content .textHolder .light{
    /*font-size: 30px;*/
    font-size: 2vw;
    font-weight: lighter;
    letter-spacing: 6px;
}
.box .content .textHolder p {
    min-height: 50px;
}
.box a {
    
    color:#2c5779;
    color: #fff;
    text-decoration: none;
}

.box .content .textHolder p:nth-child(2){
    margin-top: -15px;
}

/* Kacheln ende **********************************************************/
/* Kacheln2 start **********************************************************/

.box.box2 .content .centerHolder {
    text-align: left;
}
.box.box2 .textHolder {
    margin-left: 60px;
    margin-right: 60px;
}

/* Kacheln2 ende **********************************************************/

/* el1 (gesund und lecker) start **********************************************************/
.el1{ /*artikel*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 150px;
}


.el1 p{
    color: #000000;
}
#gesundUndLecker{ /*artikel*/
    background-image:url(../../content/images/salmorejo-1000x400.jpg);
}
/* el1 (gesund und lecker) ende **********************************************************/

/* el2 (betreuung osp) start **********************************************************/
.el2 .ce_text{
    padding-left: 40px;
    padding-right: 40px;
    min-height: 250px;
}
.el2 .ce_text:first-of-type{
    padding-left: 0px;
    padding-right: 80px;
}
.el2 .ce_text:last-of-type{
    padding-right: 10px;
    padding-left: 40px;
}

/* el2 (betreuung osp) ende **********************************************************/

/* el1,el2,el3 start **********************************************************/
.ce_hyperlink.hyperlink, .ce_hyperlink.hyperlink_karriere {
    margin-top: 30px;
    border: 1px solid #767573;
    padding: 0px;
    background-color: rgba(245,245,245,0.8);
    max-width: 280px;
    display: block ruby;
    overflow: hidden;
    text-align: center;
}
.ce_hyperlink.hyperlink, .ce_hyperlink.hyperlink_karriere a{
    color: #000000;
    text-decoration: none;
	width: 100%;
    display: block;
    /* height: 100%; */
	padding-top: 10px;
	padding-bottom: 10px;
}

.ce_hyperlink.hyperlink_karriere a{
	padding-top: 20px;
	padding-bottom: 20px;
}


.el1 h3,.el3 h3{
    font-weight: bolder;
    font-size: 45px;
}
.el1 h4,.el3 h4, .el1 h2,.el3 h2{
    font-weight: lighter;
}
.el1 p,.el3 p{
    margin-top: 30px;
     font-weight: lighter;
}

.el3_box p{
    margin-top: 10px;
}

/* el1,el2,el3  ende **********************************************************/

/* el3 (bewegung) start **********************************************************/
.el3{
    color: #ffffff;
}
.el3 p{
    color: #ffffff;
}
.el3 h4,.el3 h3,.el3 h2{
    color: #ffffff;
}
.el3 .holder{
    padding: 0;
    background-color: #254c77;
    background-color: #2c5779;
}
.el3 .image_container{
    margin: 0;
}
.el3 .innerHolder {
    display: inline-grid;
    height: 100%;
}
.el3 .centerHolder {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
}





/* el3 (bewegung) ende **********************************************************/

.skip-navigation {
@include sr-only;
@include sr-only-focusable;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body{
        background-color: #e600ff;
    }
    /*
    .box .content .textHolder .strong {
        font-size: 5vw;
    }
    .box .content .textHolder .light{
        font-size: 5vw;
    }
    */


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    body{
        /*background-color: #00ffd9;*/
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    body{
        /*background-color: #80ff00;*/
    }
    
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    body{
        /*background-color: #ecec82;*/
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    body{
        /*background-color: #ffff00;*/
    }
}

/*
#navbar-responsive-3 {
    float: right;

}
.navbar-toggler {
    float: right;
}
.navbar.mod_bs_navbar.navbar-light.bg-light {
    position: absolute;
    width: 100%;
}
.container_nav {
    position: absolute;
    right: 0;
    top: 0;
}


 */
/*
#preheader .logo{
    position: absolute;
}
*/
#preheader{

}
#preheader .col-lg-11 {
    /*background-color: #ff0000;*/
}
.mod_search {
    /*background-color: #0f0;*/
    padding: 0;
}
#navbar-responsive-3{
    border: 1px solid black;
    background-color: white;
    padding: 25px;
}
.littleMenu{
    margin-bottom: 20px;
}
#logo{
    position: absolute;
}
#preheader a {
    float: right;
    padding-right: 15px;
    text-decoration: none;
}
#preheader a:first-of-type
{
    padding-right: 0px;
}
.littleMenu {
    padding-top: 90px;
}

#header{
    text-align: right;
}
.container_nav{
    float: right;
    box-shadow:  1px 2px 2px black;
}
.navbar-collapse.collapse.in{
    display:block;
}
/*
.navbar.bg-light {
    background-color: transparent !important;
    float: right;
    display: block;
    padding-top: 0;
    padding-right: 20px;
}
*/
.navbar.bg-light {
    background-color: transparent !important;
    float: right;
    display: block;
    padding-top: 0;
    right: 0;
    width: auto;
    position: absolute;
    z-index: 1;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    display: block;
}

.navbar-toggler:focus {
    box-shadow: none;
}
.mod_search .input-group{
    width: 15%;
    float: right;
}
.navbar-light .navbar-toggler{
    padding-bottom: 0;
    float:right;
}

/*Bewerber Form*/
.widget.widget-captcha.mandatory.formular_bewerbung {
    display: block!important;
}
.formular_bewerbung.form-control{
	appearance: auto;
}