.callout-box {
	  background: linear-gradient(135deg, #fff 10%, #a7a6a6 118%);
    border: 1px solid #c2a473;
    box-shadow: 2px 3px 1rem #999;
    line-height: 24px; 	
    margin-top: 5rem;
}

.callout-box2 {
	background: white !important;
    border: 1px solid #b19d90;
    box-shadow: 2px 3px 1rem #999;
    border-top-width: 6px;
	border-top-color: #999 !important;
    line-height: 24px;
}   

.content h2:after {
    content: ' ';
    width: 15rem;
    height: 3px;
    background: linear-gradient(to right,#00346d 20%,#ffffff 100%);
    display: block;
    margin-top: 5px;
}                   

/* HIER WERDEN TABS DEFINIERT */

.nav-tabs {
	border-bottom: 1px solid #a0ce4e !important;
}

.nav-tabs > li.active > a {

        border-top: 3px solid #a0ce4e !important;
	color: #333 !important;
	background: lightyellow;
}

.nav-tabs > li:hover > a {

        border-top: 3px solid #a0ce4e!important;
	background: lightyellow;
	color: #333 !important;	

}

.nav-tabs > li > a {

        border-top: 3px solid #a0ce4e !important;
	background: #a0ce4e;	
	color: white !important;
}

.tab-content {

	border-color: #a0ce4e !important;
	box-shadow: 2px 3px 1rem #999;
	background: lightyellow;

}

.teamimg {
    width: 93%;
    margin-top: 2.3rem;
    margin-right: 1rem;
}

.teamgalerie {
    margin-bottom: 3rem;
}

.teamgalerie > div {
    margin-top: 3rem;
}

.teambox {
    background: #00346d30;
    filter: contrast(100%);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    text-align: center;
    border: 2px solid #00346d;
}

.teambox:hover {
    filter:contrast(130%)
}

.teambox img {
    width:100%;
    max-width:150px;
    margin-top:1rem;
    border:1px solid #00346d;
}

@media (min-width: 992px) {
.teamimg-mobile {
    display: none;
}
}

@media (max-width: 991px) {
.teamimg {
    display: none;
}
}


/* CTA Box Header Anfang  */

@media (max-width: 991px) {
    .sub-header-button {
        display: none;
    }
    
    .page-id-9 .content h1 {
        margin-top: 6rem !important;
    }
    
    .page-id-9 .content p {
        text-align: left !important;
    }
    
    .page-id-9 .content h2 {
    text-align: left !important;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
     .page-id-9 .content h1 {
      margin-top: 7rem !important;
    }
    
    .sub-header-button {
    display: none;
    }
}

/*Sub Header Anfang*/
.row.sub-header {
    width: 100%;
    margin: 0 0 -7rem 0 ;
    display: block;
    transform: translateY(-7rem);
    background: rgba(224, 224, 224, 0.6);
}
.row.sub-header .sub-header-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left:15px;
    padding-right:15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.head-sub-box {
    flex-basis: 21%;
    padding: 0 1.5rem 1rem 1.5rem;
    background: rgba(223, 36, 32,0.7);
    transform: translateY(0rem);
    transition: all 0.1s ease-out;
    
}
.head-sub-box:hover {
    transform: translateY(-2rem);
    transition: all 0.1s ease-out;
    
}
.row.sub-header .sub-header-inner > div:nth-of-type(2), .row.sub-header .sub-header-inner > div:nth-of-type(4) {
    background:rgba(102, 178, 74, 0.7);
}
.head-sub-box p {
    font-size: 1.5rem;
    margin: 0;
    padding-bottom: 1rem;
    color:white;
}
.head-sub-sprechzeiten p {
    padding-bottom: 0rem;    
    color:white;
}
.head-sub-box a {
    font-size: 1.5rem;
    color:white;
    font-weight: 700;
}
.row.sub-header .sub-header-inner > div:nth-of-type(2) {
    display:flex;
    flex-flow:row wrap;
    justify-content: space-between;
    align-items: start;
    align-content: baseline;
}
.row.sub-header .sub-header-inner > div:nth-of-type(2) > div {
    flex-basis:50%;
}
.head-sub-box h3 {
    flex-basis:100%;
    color:white;
}
.head-sub-box .head-sub-sprechzeiten {

}

@media (max-width:991px){
 .head-sub-box {
    flex-basis: 100%;
    
    
}
.row.sub-header .sub-header-inner {
    padding:0;
}
.row.sub-header {
    transform: translateY(0rem);
    margin-bottom:0;
}
}
@media (max-width:767px){
.head-sub-box {
    flex-basis: 100%;
    
}
.row.sub-header {
    transform: translateY(0rem);
}
.row.sub-header .sub-header-inner {
    padding-left:0px;
    padding-right:0px;
}
}

/*Sub Header Ende*/


/*Vita und Teamvorstellung Anfang*/

.arztvorstellung {
    display:flex;
    flex-flow: row wrap;
    justify-content: space-between;    
    padding-bottom: 10rem;
}
.arztvorstellung > h2 {
    flex-basis: 100%;  
    padding-bottom: 3rem;  
}
.arzt-bild {
    flex-basis: 40%;
}
.vita {
    flex-basis: 55%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.arzt-bild img {
    width:100%;
    max-width: 450px;
}
.vita .daten {
    flex-basis: 30%;
}
.vita .taetigkeit {
    flex-basis: 70%;
}
.vita p {
    margin:0;
    padding:0 0 2rem 0;
    line-height:1.42857143;
}
.vita .daten p {
    font-weight: 700;
    color: #00346d;
}

@media (min-width:992px) and (max-width:1199px) {
    .vita .taetigkeit {
        flex-basis: 60%;
    }
    .vita .daten {
        flex-basis: 40%;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .vita .taetigkeit {
        flex-basis: 60%;
    }
    .vita .daten {
        flex-basis: 40%;
    }
    .arzt-bild {
        flex-basis: 35%;
    }
    .vita {
        flex-basis: 60%;
    }
}

@media (max-width:767px) {
    .vita .taetigkeit {
        flex-basis: 60%;
    }
    .vita .daten {
        flex-basis: 40%;
    }
    .arzt-bild {
        flex-basis: 100%;
    }
    .vita {
        flex-basis: 100%;
    }
    .arzt-bild img {
        padding-bottom: 4rem;
    }
}




/*Vita und Teamvorstellung Ende */

/* IMG Startseite Anfang */

.cz-teambox-image {
    width: 100%;
    border-radius: 100%;
    margin-top: 7rem;
}

.teamboxh2 {
    color:#8191b7;
    font-size: 2.8rem;
}

/* IMG Startseite ENDE */

/* Subheader Button Anfang */


/* Themenboxen Anfang */

h2.standort-h2 {
    text-align: center;
    color: #8191b7;
    font-size: 2.7rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    padding-top: 8rem;
}

.background-row-leistungen {
    padding-bottom: 7rem;
    background-color: #ededed;
    margin-top: 3rem;
    margin-bottom: 0rem;

}
.background-row-leistungen .trenner {
    margin:2rem auto 6rem auto;
}
.row-max-width {
    margin: 0 auto;
    width: 100%;
    max-width: 1450px;
}

@media (min-width: 992px) {
.standort-col {
    width: 33%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
}

.home-teaser-themen {
    background: white;
    width: 100%;
    margin-top: 15px;
    padding: 15px 15px 5px 15px;
    margin-bottom: 1.5rem;
    filter: contrast(100%);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.home-teaser-themen .home-teaser-pic-themen {
    overflow: hidden;
}

.home-teaser-themen .home-teaser-pic-themen img {
    display: block;
  margin-left: auto;
  width:100%;
  margin-right: auto;
}

.home-thumbnail-themen {
    padding-top: 2rem;
    padding-bottom: 2rem;
    
}

.home-teaser-themen .home-thumbnail-themen a {
    display: inline-block;
    position: relative;
    text-align: center;
    font-weight: normal;
    padding: 0.5rem;
    font-size: 1.4rem;
    width: 75%;
    margin: 0rem 0rem 0rem 0rem;
    border: 1px solid #00346d;
}

.home-teaser-themen .home-thumbnail-themen a:hover {
    color: #00346d;
}

.home-teaser-themen .home-thumbnail-themen p {
    text-align: center;
    margin:0 ;
}

.home-teaser-themen p.home-headlines-themen {
    font-size: 2rem;
    text-transform: uppercase;
    color: #00346d;
    font-weight: 400;
    margin-bottom: 1rem;
}

.home-teaser-content-themen {
    margin-bottom: 2rem;
}

@media (max-width: 991px) {
    .background-row-leistungen {
        padding-bottom: 3rem;
}
}

/* Themenboxen Ende */

/* Startseite Anfang */

@media (min-width: 992px) {
.page-id-9 section.container .content p {
    width: 75%;
}
}

.page-id-9 .content p {
    text-align: left;
}

.page-id-9 .content h2 {
    text-align: left;
}


/*Startseite Ende */



/* TABS ENDE */
@media (max-width: 767px) {

.boxes {
    float: left;
}

.bildimtext {
    margin: 0 auto;
    display: block;
    float: none;
    width: 100%;
    padding: 1rem 0 1rem 0;
}
 }

/* Navi Layout 1 mit Rahmen unten */
.header1 nav ul li {
/*border-bottom: 1px solid red;*/
}

.header1 nav ul li ul li{
	border: none;
}
/* Navi Layout 1 mit Rahmen unten ENDE */

/* Trenner1 */
.trenner1 {
  background: rgba(0, 0, 0, 0) url("images/trenner.gif") no-repeat scroll center bottom;
  color: #244c73;
  margin: 0 auto;
  padding: 20px 400px 0 185px;
}
/* Trenner 1 Ende*/

/* TRENNER ANFANG */
div.trenner {
    width: 40px;
    position: relative;
    margin: 2rem auto 8rem auto;
}

div.trenner:before {
    content: '';
    width: 200px;
    height: 2px;
    background: #00346d;
    position: absolute;
    right: 150%;
    top: 15px;
    border-radius: 1px;
}
    
div.trenner:after {
    content: '';
    width: 200px;
    height: 2px;
    background: #00346d;
    position: absolute;
    left: 127%;
    top: 15px;
    border-radius: 1px;
}
    
.trenner img {
    transition: all .5s ease-in-out;
    width: 75%;
}

.trenner img:hover {
    transform: rotate(-360deg);
    transition: all .5s ease-in-out;
}

@media (max-width:767px) {

    div.trenner:before, div.trenner:after {
        width: 90px;
    }
    div.trenner {
        margin: 2rem auto 0rem auto;
    }

}

/* TRENNER ENDE */
/* Divider 1 */

.element1-box1 .shadow::before, .element1-box1 .shadow::after {
  opacity: 0.7;
}
.shadow::before, .shadow::after {
  bottom: 15px;
  box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7) !important;
  content: "";
  height: 20%;
  left: 10px;
  max-height: 100px;
  max-width: 460px;
  opacity: 0.7;
  position: absolute;
  transform: rotate(-3deg);
  width: 60%;
  z-index: -1;
}
.element1-box1 .shadow::before, .element1-box1 .shadow::after {
  opacity: 0.7;
}
.shadow::after {
  left: auto;
  right: 10px;
  transform: rotate(3deg);
}
.element1 .box1 {
  background-color: #FFFFE0;
  border-top: 3px solid #a0ce4e;
  padding: 28px 28px 27px 31px;
  margin: 15px 0 25px 0;
}
.shadow {
  position: relative;
}
.element1_box1 {
  margin-bottom: 84px;
  position: relative;
  z-index: 1;
}

/*Divider 1 Ende*/ 

/* Schatten */
/* Bild Content, Bild Sidebar, Accordion */
.pic, aside .img{}

aside .accordion-panel {
box-shadow: 0px 0px 0rem #999 !important;
border: 0px solid lightgray;

}

aside .btn-secondary {
    padding: 1rem 4.2rem;
    color: #fff;
    background: #8191b7;
}


/* SLiderbox Button Mouseover */
.sliderbox button.b1:hover,
 .sliderbox button.b2:hover {
  background: #d84923 none repeat scroll 0 0;
  color: #fff;
}

/* Accordion Sidebar ohne Rahmen */


/* Facebook und Google Hover */
.smb1:hover, .smb2:hover {
	background: green;
}

/* ERST MAL RAUS
.flexslider ul.slides div {
    box-shadow: 0 0 1rem #999;
    border-top: 3px solid green;
    border-radius: 8px;
}
*/


.bg_red, .bg_green, .bg_black {
  background-attachment: fixed, fixed;
  background-position: left top, center center;
  background-size: 256px 256px, cover;
}
.main {
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
.team_quadrate {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.team_quadrate li img {
    height: 100%;
    width: 100%;
}
.team_quadrate li a {
    color: #000;
    text-decoration: none;
}
.hide_for_small {
    display: none;
}
@media screen and (min-width: 320px) {
.team_quadrate li {
    float: left;
    width: 50%;
}
.team_quadrate li:nth-child(2n+1) {
    clear: both;
}
}
@media screen and (min-width: 800px) {
.team_quadrate li {
    float: left;
    width: 33.3333%;
}
.team_quadrate li:nth-child(2n+1) {
    clear: none;
}
.team_quadrate li:nth-child(3n+1) {
    clear: both;
}
.hide_for_small {
    display: block;
}
}
@media screen and (min-width: 1024px) {
.team_quadrate li {
    width: 20%;
}
.team_quadrate li:nth-child(2n+1) {
    clear: none;
}
.team_quadrate li:nth-child(3n+1) {
    clear: none;
}
.team_quadrate li:nth-child(4n+1) {
    clear: none;
}
.team_quadrate li:nth-child(5n+1) {
    clear: both;
}
}
.image_overlay img {
    vertical-align: top;
    width: 100%;
}
.image_overlay::after, .image_overlay::before {
    opacity: 0;
    position: absolute;
}
.image_overlay::after {
    background: rgba(178, 0, 45, 0.6) none repeat scroll 0 0;
    content: "\a ";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.image_overlay::before {
    bottom: 5%;
    box-sizing: border-box;
    color: #fff;
    content: attr(data-content);
    left: 5%;
    padding: 4px 10px;
    width: 25%;
    z-index: 1;
}
.image_overlay:hover::after, .image_overlay:hover::before {
    opacity: 1;
}
.image_overlay:focus::after, .image_overlay:focus::before {
    opacity: 1;
} 

.prTeam {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.prTeam li img {
    height: 100%;
    width: 100%;
}
.prTeam li a {
    color: #000;
    text-decoration: none;
}
@media screen and (min-width: 320px) {
.prTeam li {
    float: left;
    width: 50%;
}
.prTeam li:nth-child(2n+1) {
    clear: both;
}
}
@media screen and (min-width: 800px) {
.prTeam li {
    float: left;
    width: 33.3333%;
}
.prTeam li:nth-child(2n+1) {
    clear: none;
}
.prTeam li:nth-child(3n+1) {
    clear: both;
}
}
@media screen and (max-width: 767px) {
.hidemobile {
    display: none;
}
}
@media screen and (min-width: 1024px) {
.prTeam li {
    /*width: 20%;*/
}
.prTeam li:nth-child(2n+1) {
    clear: none;
}
.prTeam li:nth-child(3n+1) {
    clear: none;
}
.prTeam li:nth-child(4n+1) {
    clear: none;
}
.prTeam li:nth-child(5n+1) {
    clear: none;
}
}

.layerPic::after, .layerPic::before {
    opacity: 0;
    position: absolute;
}
.layerPic::after {
    background: rgba(187, 217, 137,0.8) none repeat scroll 0 0;
    content: "\a ";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
	-webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
.layerPic::before {
    bottom: 5%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 2px 1px 2px #000000;
    content: attr(data-content);
    left: 5%;
    padding: 4px 10px;
    width: 85%;
    z-index: 1;
}
.layerPic:hover::after, .layerPic:hover::before {
    opacity: 1;
}
.layerPic:focus::after, .layerPic:focus::before {
    opacity: 1;
}

.layerPic {
    font-size: 2.5rem;
    line-height: 1.2;
    position: relative;
    /*width: 300px;
    height: 300px;*/
    overflow: hidden;
}
.layerPic img {
    margin: 0 auto;
    width: 100%;
    width: 300px;
    height: 300px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
.layerPic img:hover {
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: scale(1.20);
    transform: scale(1.20);
}

.scale {
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: scale(1.20);
    transform: scale(1.20);
}

.paralayer {
	margin: 0 auto;
	max-width: 40em;
	padding-top: 385px;
}

.paralayer p  {
    background-color: rgba(187, 217, 137, 0.8);
    color: #f4f4f4;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 3px;
    padding: 3%;
    text-transform: uppercase;    
}

.paralayer span {
    background-color: rgba(255, 255, 255, 0.95);
    color: #646464;
    display: block;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 3px;
    padding: 3%;
    max-width: 40em;
}

.btn-default:hover {
color: white;
text-decoration: none;
font-weight: normal;
}

h1.teaser {
    text-align: center;
    color: #555;
    font-size: 3rem;
    display: block;
    text-shadow: 1px 1px 1px #beb7b0;
    margin-bottom: 0rem;                                                                                                                                           
}

.subh1:after {
    content: ' ';
    width: 634px;
    max-width: 80%;
    height: 3px;
    background: #dedede;
    display: block;
    margin: 8px auto;
}

@media (max-width: 767px) {
  span.teaser {
    font-size: 2rem;
}

h1.teaser {
    font-size: 2.7rem;
}

.subh1 {
    font-size: 2.4rem;
}
}

body {
    color: #575756;
}

.panel-body {
font-weight: 300;
padding: 15px 0.7rem;
}

div.panel-body:has(>iframe) {
    padding: 15px 0;
}

.content .accordion_container .panel-body {
font-weight: 300;
margin-left:0rem;
}

.glyphicon-menu-right:before {
    content: "\e258";
    font-size: 1rem;
    padding-right: 4px;
    position: relative;
    top: -2px;
}

/*   the New stuff   */



@media (max-width: 1199px) {
.pea_cook_wrapper.pea_cook_bottomcenter {
    left: 20px !important;
    right: 20px;
}
}


@media (min-width: 992px) and (max-width: 1199px) {
.header8 .header {
    margin-top: 1rem;
}



.header8 nav ul li ul li:hover ul.sub-menu {
    left: -240px;
}
}


.sub-header-button .glyphicon {
    top: 2px;
    margin-right: 5px;
}

.page-id-27 .footerv1 {
    margin-top: 1.5rem;
}

@media (max-width: 1399px) {
    .menueleiste: 100%;
}

@media (min-width: 1400px) {
    .menueleiste {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header8 .menueleiste nav ul li a {
        padding: 0 1rem;
    }
    
    .header8 .menueleiste nav ul li {
        line-height: 60px;
    }
}

@media (min-width: 1200px) {
    .boxes {
        width: 98%;
    }
}

@media (max-width: 1199px) {
    .boxes {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .header8 {
        height: 0;
    }
    .teamboxh2 {
        text-align: center;
    }
    
    .content h1 {
        margin-top: 5rem;
    }
    
    .lines, .lines:before, .lines:after {
        height: 0.2rem;
    }
    
    h2.standort-h2, .background-balken > .balken-h2, .grey2 h2, .grey h2 {
        font-size: 2.5rem;
}
}

@media (min-width: 992px) {
    .page-id-83 .slider.header8fix {
        margin-top: 15rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .newsteaserboxen {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {

    .row.row-width {
        text-align: center;
    }

    .newsteaserboxen {
        padding-top: 15px;
    }
    
    .boxes img {
        padding: 15px 0;
    }
}

.boxes {
    background: #fff;
    position: relative;  
}

.prebox > div {
    margin-bottom: 15px;
}    

div.prebox > div:nth-of-type(even) > div > div.boxes div:first-child {
    float: right;
}

.boxes h2 {
    text-align: center;
}

.prebox {
    display: inline-block;
}

@media (min-width: 768px) {

div.prebox > div:nth-of-type(even) > div > div.boxes img {
    padding: 3rem;
    padding-left: 0;
    padding-right: 15px;
}

div.prebox > div:nth-of-type(odd) > div > div.boxes img {
    padding: 3rem;
    padding-right: 0;
    padding-left: 15px;
}

div.prebox > div:nth-of-type(even) > div > div.boxes {
    float: right;
}

div.prebox > div:nth-of-type(odd) > div > div.boxes {
    float: left;
}

.text, .sidetext > div {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.text2 {
    left: 0;
    padding-left: 30px;
}

.text1 {
    right: 0;
    padding-right: 30px;
}

.boxes .text p, .boxes .text .btn {
    margin-bottom: 0;
}
}

.adresse-top {
    float: right;
    color: #676b6d;
    width: auto;
    position: relative;
    text-align: right;
    font-size: 1.4rem;
    margin-top: 0.4rem;
    font-weight: 400;
    margin-left: 7px;
    line-height: 1;
    margin-bottom: 2rem;
}

.adresse-top p {
    margin-top: 0;
}

.adresse-top .telefonlink {
    color: #8191b7;
    font-size: 2rem;
    font-weight:400;
}
.adresse-top .telefonlink:before {
    font-size: 1.6rem;
}

.adresse-top .telefonlink:hover {
    color: #575756;
}

.tel-quicklink {
    float: right;
    font-size: 1.6rem;
    margin-left: 2rem;
    margin-top: 19px;
    opacity: 0;
}
.tel-quicklink a {
    font-size: 2rem;
}

.page-id-7 h2 {
	text-align: center;
  margin-bottom: 2rem;
  margin-top: 5rem;
}

.start-team {
    min-height: 150px;
    background: #a4c5cc;
}

.start-team h3 {
    color: #fff;
    text-transform: none;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin-top: 0;
    margin-bottom: 0;
}

.sidetext h3 {
    text-align: center;
    padding-top:3rem;
}

.sidetext {
    background: #fff;
}

.header8 .menueleiste nav ul li > a {
    letter-spacing: 1.5px;
}





.header8 nav img {
    border: 0;
    height: auto;
    width: 35px;
    margin-top:-5px;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .tel-quicklink {
        margin-top: 11px;
}
}



/* Themenboxen Ende*/

/* Servicebox Anfang */

.row-vorteile {
    padding-bottom: 3rem;
    padding-top: 3rem;
    width: 50%;
    margin: 0 auto;
}

h2.noblueline {
    text-align: center;
    padding-bottom: 4rem;
    padding-top: 1rem;
    text-transform: uppercase;
    color: #8191b7;
    font-size: 2.5rem;
}

ul.ul-ok-check-left {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0rem;
    margin-left: 8.3rem;
    list-style: none;
    float: left;
    padding-right: 3rem;
}

ul.ul-ok-check-right {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0rem;
    margin-left: 0rem;
    list-style: none;
    float: right;
    padding-right: 8rem;
}

ul.ul-ok-check-right li:before, ul.ul-ok-check-left li:before {
    font-size: 2rem;
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    padding-right: 1rem;
    margin-bottom: 0rem;
    position: absolute;
    text-indent: -3rem;
    color: #8191b7;
}

ul.ul-ok-check-right li, ul.ul-ok-check-left li {
    text-indent: 0rem;
    padding-bottom: 1rem;
    font-size: 2rem !important;
}

@media (max-width: 450px) and (min-width: 250px) {
ul.ul-ok-check-left {
    margin-left: -1rem;
    width: 145%;
}

ul.ul-ok-check-right {
    float: left;
    width: 158%;
    margin-left: -1rem;
}

.home-teaser-themen .home-thumbnail-themen a {
    margin-bottom: 2rem; 
}
}

/* Servicebox Ende */

/* Teampic Anfang*/

.teampic {
    width: 60%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

figcaption {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 3rem;
}

/* Teampic Ende*/

/*Logo Men�punkt Anfang*/

@media (max-width: 991px) {
.slicknav_menu .slicknav_nav img {
    display: none;
}
}

/*Logo Men�punkt Ende*/

/* HOMEIMG ANFANG */



@media (min-width: 992px) {
    .homeimg {
        width: 100%;
        margin-top: 8rem;
    }

.homeimg-mobile {
    display: none;
}
}

@media (max-width: 991px) {
.homeimg-mobile {
     width: 100%;
     display: block;
     margin-left: auto;
     margin-right: auto;
     margin-top: 3rem;
}

.homeimg {
    display: none;
}
}



/* HOMEIMG ENDE */
.tb-content {
    margin-top: 0rem;
}

.tb-content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0rem;
}

.tb > * {
    padding: 0;
}

.tb-img {
    width: 100%;
    height: 100%;
}

.grey2, .grey {
    text-align: center;
    margin-left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    padding: 0 8rem 0 8rem;
}

.grey2 .trenner, .grey .trenner {
     margin: 2rem auto 3rem auto;
}
.grey2 .trenner:before, .grey2 .trenner:after, .grey .trenner:after, .grey .trenner:before {
     width:90px;
}

.grey2 {
    background: #ededed;
    color: #575756; 
    text-align: center;
}

.grey2 .btn.btn-primary {
    padding: 10px 15px 10px 15px;
}

.grey .btn.btn-primary {
    padding: 10px 15px 10px 15px;
}



.grey {
    background-color: #ededed;
    color: #575756; 
    text-align: center;
}

.grey p, .grey2 p {
    margin-bottom: 1rem;
}


.grey2 .telefonlink {
    color: #575756;
}

.grey2 .telefonlink:hover {
    color: #8191b7;
}  

.grey2 h2 {
    color: #8191b7;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.7rem;
    text-transform: uppercase;
}

.grey h2 {
    margin-bottom: 2rem;
    font-size: 2.7rem;
    text-transform: uppercase;
    text-align: center;
}   

.tb-telefonlink {
    color:white;
}  

.tb-telefonlink:hover {
    color:#575756;
}  

.tb-telefonlink:before {
    content: "\f098";
    font-weight: normal;
    font-size: inherit;
    margin-right: 5px;
    text-decoration: none;
    font-family: 'FontAwesome';
}

.mobilehidden {
     display: block;
}

.mobile {
   display: none; 
}


@media (max-width: 1199px) {
 .tb-content .row {
    display: block;
    margin-top: 0;
}
  .grey2, .grey {
    padding: 2rem 2.5rem 2rem 2.5rem;  
}

.btn-secondary {
    padding: 1.5rem 8rem 
}

.mobilehidden {
    display: none;
}

.mobile {
    display: block; 
}

}


/* Themenboxen Ende*/

/* Background Balken ANFANG */
.background-balken {
    display: grid;
    padding-bottom: 6rem;
    padding-top: 4rem;
    background: #a5a5a5;
    margin-bottom: 0rem;
}

.balken-h2 {
    text-align: center;
    color: #ededed;
    font-size: 2.7rem;
    margin-top: 4rem !important;
    text-transform: uppercase;
}

.background-balken p {
    text-align: center;
    color: #ededed;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.background-balken .btn {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    background: #00346d;
    padding: 1.5rem 2rem;
}

.background-balken .btn:hover {
    opacity: 0.6;
    color: white; 
}

@media (max-width:767px) {
    .background-balken {
        padding-left:15px;
        padding-right:15px;
    }
}



/* Background Balken ENDE */

@media (max-width: 1199px) {
.standort-col {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (max-width: 991px) {
   img.teamimg-mobile {
    width: 100%;
    max-width: 345px;
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
}

article.content {
    margin-bottom: 2rem;
}
}

@media (min-width: 992px) {
.page-id-21 .slider.header8fix {
    margin-top: 152px;
}
}

/* Smartslider Mobil Praxis ANFANG */

@media (min-width: 992px) {
    .smart-mobile {
        display: none;   
} 

    .smart-mobile-hidden {
        display: block;
} 
}

@media (max-width: 991px) {
    .smart-mobile {
        display: block;   
} 

    .smart-mobile-hidden {
        display: none;
} 
}


/* Smartslider Mobil Praxis ENDE */

/* GALERIE ANFANG  --------------------------------------------------------------------------------------------------------------------------  */

.slb_details {
    display: none;
}

.grid-impressionen img {
    width: 100%;
    height: 100%;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.galerie-border {
    position: relative;
    overflow: hidden;
}

.galerie-border:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 0 rgba(255,255,255,.5);
    transition: box-shadow .2s ease;
    pointer-events: none;
}

.galerie-border:hover:after {
    box-shadow: inset 0 0 0 10px rgb(129 145 183 / 50%);    
}

.galerie-border:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@media (min-width: 768px) {

.grid-impressionen {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr (5px 1fr)[2];
    grid-template-columns: 1fr repeat(2, 5px 1fr);
    -ms-grid-rows: 1fr (5px 1fr)[3];
    grid-template-rows: 1fr repeat(3, 5px 1fr);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.grid-impressionen > *:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
}

.grid-impressionen > *:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
}

.grid-impressionen > *:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5 / 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
}

.grid-impressionen > *:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4 ;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
}

.grid-impressionen > *:nth-child(5) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5 / 6;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
}

.grid-impressionen > *:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
}

.grid-impressionen > *:nth-child(7) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
}

.grid-impressionen > *:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / 8;
}

.grid-impressionen > *:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / 8;
}

.grid-impressionen > *:nth-child(10) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5 / 6;
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    grid-row: 5 / 8;
}

}

@media (max-width: 767px) {

.grid-impressionen {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr (5px 1fr)[1];
    grid-template-columns: 1fr repeat(1, 5px 1fr);
    -ms-grid-rows: 1fr (5px 1fr)[5];
    grid-template-rows: 1fr repeat(5, 5px 1fr);
}

.grid-impressionen > *:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
}

.grid-impressionen > *:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
}

.grid-impressionen > *:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
}

.grid-impressionen > *:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
}

.grid-impressionen > *:nth-child(5) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
}

.grid-impressionen > *:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / 8;
}

.grid-impressionen > *:nth-child(7) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / 8;
}

.grid-impressionen > *:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9 / 10;
}

.grid-impressionen > *:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11 / 12;
}

.grid-impressionen > *:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9 / 12;
}

}

/* GALERIE ENDE  ----------------------------------------------------------------------------------------------------------------------------  */

/* Vierschritte Anfang  ----------------------------------------------------------------------------------------------------------------------------  */

.vierschritte  {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.vierschritte h2 {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 5rem;
}

.vierschritte h2:after {
    display: none;
}

.jobspunkte {
    display: flex;
    flex-direction: row;
}

.jobspunkte figure {
    flex-basis: 25%;
}

.jobspunkte figure p {
    font-size: 2rem;
    font-weight: 600;
}

.jobspunkte img {
    width: 55%;
    margin: 0 auto;
    display: block;
    margin-bottom: 4rem;
}

@media (max-width:991px) {
.jobspunkte {
    flex-direction: column;
} 

.jobspunkte figure {
    width: 50%;
    margin: 0 auto;
}  
}

/* Vierschritte ENDE  ----------------------------------------------------------------------------------------------------------------------------  */