/*
 * styles cg
 */
@font-face {
    font-family: 'assistantregular';
    src: url('/templates/089-standard/fonts/assistant-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'assistantregular';
    src: url('/templates/089-standard/fonts/assistant-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*Resp overrides*/


@media (min-width: 1280px) {
  
  .fullwidth {
      width: 100%;
  }

  .innerwidth {
      width: 1000px;
      margin: 0px auto;
  }
}


/* critical CSS */

img[alt=""],
img:not([alt]) {
      border: 5px dashed #c00;

}
:root {
  --first-color: #12519e; 
  --second-color: #20b2aa;
}
.first-color {
	color: var(--first-color);
}
.second-color {
	color: var(--second-color);
}
a {
    transition: all .3s ease-in-out;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
button.btn-navbar:active {
outline: none;
border: none;
}
button.btn-navbar:focus, a:focus {outline:0;}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.space-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
body {
	font-family: 'assistantregular';
    animation:fadein .5s ease-in-out ;
      -webkit-animation:fadein .5s ease-in-out; 
}
    @-webkit-keyframes fadein 
    { from {opacity:0} to {opacity:1} }
    @keyframes fadein 
    { from {opacity:0} to {opacity:1} }

.clr {
    clear: both;
}
.uppercase {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.bckgr-color {
	background: #e2e2e2;
}

/*content*/
body.start p {
	font-size: 18px;

}
body p {
    line-height: 22px;

}
body.start .above-the-fold {
    background: url('/images/hautarztpraxis-muenchen-startseite.jpg') top left no-repeat;
    background-size: cover;
}
body.start .above-the-fold {
    height: 65vh;
}
.module_top.position_top1 {
    width: 100%;
}
body.start .top {
    height: 20vh;
}
body.start .top {
    height: 25vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
}
h1.header-start {
    position: relative;
    font-size: 40px;
}
h1.header-start:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 17px;
    background: #efefef;
}
body.site h2 {
	font-size: 32px;
}
.bold {
	font-weight: bold; 
}
.start-logos {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.start-logos--item img {
    -webkit-filter: drop-shadow(2px 6px 5px #c2c2c2) grayscale(0) brightness(1);
            filter: drop-shadow(2px 6px 5px #c2c2c2) grayscale(0) brightness(1);
    transition: filter 0.3s ease-in-out;
}
body.desktop .start-logos--item:hover img {
    filter: drop-shadow(0px 0px 0px transparent) grayscale(0.5) brightness(1.5);
}
body.site .breadcrumbs {
	background: #fff;
    position: relative;
    z-index: 1;
}
body.site .breadcrumb {
    padding: 8px 8px 8px 0px;
    margin: 0 0 0px;
    list-style: none;
    background-color: #fff;
}
body.site .breadcrumb li {
	color: #999;
}
.header--img--container {
    position: relative;
    z-index: 0;
}
.header--content {
    position: absolute;
    top: 15%;
    left: calc((100% - 1000px) / 2); 
}
body.desktop .header--content {
    top: calc((100% / 2) - 110px );
}
body.start .content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
body.desktop .item-page.start h1 {
    font-size: 80px;
}
.item-page.start h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 80px;
}
.item-page.start h2 {
    text-transform: uppercase;
    color: var(--first-color);
    font-size: 34px;
}
body.site .page-header {
    border-bottom: none;
}
.logo--small,
nav.navbar-wrapper .vcard {
    padding: 20px 0px 10px 40px;
}
nav.navbar-wrapper .vcard {
	display: none;
}
ol.breadcrumb a {
    color: var(--first-color);
}
body.mobile #content .blog {
    padding: 0px 20px;
}
body.site .blog .item {
    margin-bottom: 50px;
}
/*body.site .blog h2 {
    font-size: 21px;
}
body.site .blog h1 {
    font-size: 28px;
}*/
body.site .blog p {
    font-size: 16px;
}
body.site .blog .pull-left.item-image {
    max-width: 340px;
    margin-right: 30px;
}
body.site .blog span.icon-chevron-right {
    display: none;
}
body.desktop .content-standard p, 
body.desktop .content-standard ul  {
	font-size: 18px;
}
body:not(.phone) .content-standard--text,
.content-standard--bottom,
.content-standard--links {
    margin: 60px 0px;
}
/*.content-standard--list ul {
    list-style-type: none;
    margin-left: 0px;
}*/
.content-standard--list ul li {
	line-height: 30px;
}
body.desktop .content-standard--bottom .flex.space-between {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.content-standard--bottom h3 {
	margin-bottom: 30px;
}
body.desktop .content-standard--img img {
    width: 200px;
}
/*<--- END content*/

 /*Menue!*/
body.desktop .navbar-container {
    height: 130px;
}
body.site .navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #3c3c3c;
    border-bottom-color: #3c3c3c;    
}
body.site .navbar .nav li.dropdown.active>.dropdown-toggle .caret {
    border-top-color: var(--second-color);
    border-bottom-color: var(--second-color);
}
body.desktop nav.navbar-wrapper {
    position: relative;
    opacity: 1;
    background: #fff;
    animation: fadein 1s ease forwards;
    transition: all 0.5s ease;
    z-index: 2;
}
body.desktop nav.navbar-wrapper.sticky {
	position: fixed;
    -webkit-box-shadow: 0px 2px 40px -20px #4a4a4a;
            box-shadow: 0px 2px 40px -20px #4a4a4a;
    height: 90px;
    opacity: 0;
    -webkit-animation: menuDrop .6s cubic-bezier(.16,.56,.45,.22) forwards;
            animation: menuDrop .6s cubic-bezier(.16,.56,.45,.22) forwards;
}
body.desktop nav.navbar-wrapper.sticky a {
    font-size: 18px;
}


body.desktop nav.navbar-wrapper .logo--small,
body.desktop nav.navbar-wrapper .navbar {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
body.desktop nav.navbar-wrapper.sticky .navbar {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    transition: transform .5s ease-in-out, -webkit-transform .2s ease-in-out;
}
body.desktop nav.navbar-wrapper.sticky .logo--small {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    transition: transform .3s ease-in-out, -webkit-transform .2s ease-in-out;        
}
    @-webkit-keyframes menuDrop {
        0% { -webkit-transform: translateY(-100px); transform: translateY(-100px); opacity: 0; }
        100% { -webkit-transform: translateY( 0px); transform: translateY( 0px); opacity: 1; }
    }
    @keyframes menuDrop {
        0% { transform: translateY(-100px); transform: translateY(-100px); opacity: 0; }
        100% { transform: translateY( 0px); transform: translateY( 0px); opacity: 1; }
    }


body:not(.phone) nav.navbar-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
body:not(.phone) nav.navbar-wrapper>div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
/*body#body.start .navbar .nav>li:not(.active)>a {
    color: #3c3c3c;
}
body#body .navbar .nav>li>a {
    text-shadow: none;
    font-size: 14px;
}*/
body#body .navbar .nav>li>a:hover {
    color: var(--first-color);
    outline: none;
}
	body.site.desktop ul.nav:hover li a {
	    outline: none;
	    color: rgba(0, 0, 0, 0.3);
	}
	body.site.desktop ul.nav.menu:hover ul.nav-child li a {
	    outline: none;
	    color: #777;
	}	
body#body .dropdown-menu {
    border: none;
    box-shadow: -2px 11px 30px -10px #9a9a9a;
    font-size: 16px;
}
body#body .dropdown-menu>li>a {
    padding: 10px 20px 10px 10px;
    border-left: 10px solid transparent;
}
body#body .navbar .nav>.active>a,
body#body .navbar .nav>.active>a:hover,
body#body .navbar .nav>.active>a:focus {
    color: var(--first-color);
    text-decoration: none;
    background-color: transparent;
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: none;
    border-radius: 0px;
}
body#body .navbar .nav {
    float: none ;
}
.navbar .nav > li {
  display: inline-block;
}
nav.navbar-wrapper.innerwidth {
    margin: 0 auto;
}
.navbar {
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    z-index: 4;
}
body.site .dropdown-menu {
    padding: 0px;
}
body.mobile button.btn.btn-navbar span.icon-bar:nth-of-type(2) {
    opacity: 1;
}
body.mobile button.btn.btn-navbar span.icon-bar:nth-of-type(3),
body.mobile button.btn.btn-navbar span.icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(0px) translateX(0) rotate(0deg);
    -ms-transform: translateY(0px) translateX(0) rotate(0deg);
    transform: translateY(0px) translateX(0) rotate(0deg);
} 
body.mobile button.btn.btn-navbar.btn-modify span.icon-bar:nth-of-type(2) {
    opacity: 0;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
body.mobile button.btn.btn-navbar.btn-modify span.icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(8px) translateX(0) rotate(35deg);
    -ms-transform: translateY(8px) translateX(0) rotate(35deg);
    transform: translateY(8px) translateX(0) rotate(35deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
body.mobile button.btn.btn-navbar.btn-modify span.icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-35deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-35deg);
    transform: translateY(-8px) translateX(0) rotate(-35deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} 
body#body .btn-navbar .icon-bar+.icon-bar {
    margin-top: 4px;
}
body#body .navbar .btn-navbar .icon-bar {
    width: 40px;
    height: 4px;
    background: var(--first-color);
    box-shadow: none;
}
body#body button.btn.btn-navbar {
    text-shadow: none;
    background-image: none;
    background: transparent;
    border: none;
    box-shadow: none;
}
  /*hover / current active states*/
body#body .dropdown-menu>li>a:hover,
body#body .dropdown-menu>li>a:focus,
body#body .dropdown-submenu:hover>a,
body#body .dropdown-submenu:focus>a {
    color: var(--first-color);
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    border-left: 10px solid var(--first-color);
    filter: none;
}
body#body .dropdown-menu>.active>a,
body#body .dropdown-menu>.active>a:hover,
body#body .dropdown-menu>.active>a:focus {
    color: var(--first-color);
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    border-left: 10px solid var(--first-color);
    filter: none;

    /*color: #fff;
    text-decoration: none;
    background-color: var(--first-color);
    background-image: none;
    filter: none; */
}
body#body .navbar .nav>li>.dropdown-menu:after { /*submenue triangle in hoverfarbe*/
    border-bottom: 6px solid #e8e8e8;
}
    /*<--END hover / current active states*/


 /* Activates hovering the main items to show the sub items */
@media (min-width: 980px) {
   .nav-pills > li > a,
   .dropdown-menu {
      margin: 0;
   }
 
 body.site.desktop .nav-pills > li.dropdown:hover ul.dropdown-menu {
      visibility: visible; 
      opacity: 1;
      z-index: 1;
      transform: translateY(0px);
      transition-delay: 0.1s, 0.1s, 0.4s; 
  }
 
   body.site.desktop ul.dropdown-menu {
      display: block;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 100%;
      left: 0;
      transform: translateY(-10px);
      z-index: -1;
      transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
   } 
   .nav-pills > li.dropdown ul.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
      display: block;
   }
}

/* Submenus below each other */
@media (max-width: 733px) {
   .dropdown,
   .dropdown-submenu {
      display: block;
      position: static;
      float: none;
   }
   .dropdown-menu {
      position: static;
      float: none;
   }
   .open .nav-child.dropdown-menu {
      display: block;
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow:none;
   }
}
body.desktop header#header {
	position: relative;
    height: 297px;
}
body.desktop .header--img--container {
    position: fixed;
    left: 0;
    z-index: 0;
}
body.desktop .header--img--container img {
	transform: translateY(0px);
	will-change: transform;
}
body.desktop .content {
	padding-top: 50px;
}
body.desktop.not_home .content,
body.desktop.not_home .below-the-fold {
	padding-top: 50px;
	position: relative;
	overflow: hidden;
	background: #fff;
	z-index: 1;
}
body.desktop h1.header--content__heading.uppercase {
    font-size: 50px;
    line-height: 55px;
}
h1.header--content__heading.uppercase {
    background: rgba(255,255,255,0.9);
    padding: 0px 10px 0px 10px;
    border-radius: 3px;
    box-shadow: 0px 2px 30px -15px #333;
}
.content-nav {
    margin: 60px auto;
}
.content-nav--item img {
    -webkit-filter: drop-shadow(2px 6px 8px #999);
            filter: drop-shadow(2px 6px 8px #999);
}
.content-nav--item img,
.content-standard--img img {
    -webkit-filter: drop-shadow(2px 6px 5px #999);
            filter: drop-shadow(2px 6px 5px #999);
}
body.desktop .content-nav--item img {
	transform: scale(1);            
    transition: all 0.2s ease-in-out;
}
body.desktop .content-nav--item:hover img {
    -webkit-filter: drop-shadow(4px 12px 6px #999);
            filter: drop-shadow(4px 12px 6px #999);
    transform: scale(1.1);
}
.content-nav--item h3 {
	position: relative;
	font-size: 16px;
    line-height: 22px;
    margin: 30px 5px;
    padding: 5px;
    color: var(--first-color);
    background: transparent;
    border-radius: 2px;
    overflow: hidden;
    transform: scale(1);
    transition: all .2s ease-in-out .1s;
}
body.desktop .content-nav--item:hover h3 {
	/*transform: scale(1.05);*/
}

body.desktop .content-nav--item h3:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--first-color);
    z-index: -1;
    transform: translate(-100px, -100px);
    transition: all 0.3s ease-in-out .2s;
}
body.desktop .content-nav--item:hover h3:before {
    transform: translate(0px, 0px);
}
body.desktop .content-nav--item h3:after {
    content: '';
    position: absolute;
	top: 1.5px;
    left: 2px;
    width: 97.7%;
    height: 94.3%;
    background: #fff;
    z-index: -1;
}
body.desktop .content-nav--item h3.one-liner:after {
	height: 88%;
}
.content-nav--row {
    margin-bottom: 50px;
}
.content-nav--item {
	position: relative;
    flex-basis: 13%;
}
body.andrologie .content-nav--item {
    flex-basis: 23%;
}
.content-nav--item>div {
    text-align: center;
}
body:not(.phone) .intro-text,
body:not(.phone) .intro-text-secondary {
    flex-basis: 80%;
    font-size: 18px;
}
.intro-img,
.intro-img-secondary {
    flex-basis: 20%;
    text-align: right;
}
.intro-img img,
.intro-img-secondary img {
    filter: grayscale(1);
}
body:not(.phone) .intro.flex {
	align-items: center;
    margin-bottom: 50px;
}
.intro-text {
    height: 125px;
    display: flex;
    align-items: center;
}
.content-nav--row a {
    text-decoration: none;
}
.left-bar h2,
.content-standard--list {
	margin-bottom: 30px;
}
.facharzt-container,
.praxisteam-container {
    margin: 60px auto 100px;
}
body.site .facharzt-container h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
body.deskTab .facharzt--img {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
}
body.deskTab .facharzt--text {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
	padding: 0px 20px 0px 60px;        
}
.facharzt {
    margin-bottom: 60px;
}
.facharzt h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}
.facharzt--text a {
	display: block;
	font-size: 18px;
	text-decoration: underline;
	padding-top: 15px;
}
body.deskTab .praxisteam-row {
    margin-bottom: 60px;
}
.praxisteam--item figure {
    position: relative;
}
.praxisteam--item figcaption {
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 20px 0px;
    background: rgb(62 97 169 / 62%);
    color: #fff;
}
body.deskTab.datenschutz .article-body p,
body.deskTab.datenschutz .article-body ul li,
body.deskTab.impressum .article-body p,
body.deskTab.impressum .article-body ul li {
    font-size: 18px;
    line-height: 25px;
}

body.deskTab.datenschutz .article-body h4,
body.deskTab.datenschutz  .article-body h4 {
    font-size: 23px;
    line-height: 25px;
}





/* non-critical CSS */
.top {
    margin: 30px 0px;
}
.module_bottom {
    margin: 30px 0px;
}
.innerwidth.content-bottom--wrapper {
    padding: 20px 0px;
}
.content-bottom.flex {
    background: rgba(255,255,255,0.5);
    padding: 0px 20px;
    border-radius: 3px;
}
body.desktop .content-bottom.flex>div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
.footer--bottom {
    text-align: center;
    margin: 60px 0px;
}
.logo--small__footer {
    margin: 50px 0px;
}
.copyWrapper {
    padding: 10px 0px 20px 20px;
}
body.kontakt i.fa.fa-share {
    display: none;
}
body.kontakt button.ap-btn {
    background: var(--first-color);
    background-image: none;
    border: 1px solid var(--first-color);
    text-shadow: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
body.kontakt button.ap-btn:hover {
    color: var(--first-color);
    background: #fff;
}
body.desktop .item-page.impressum,
body.desktop .item-page.datenschutz {
    margin-top: 30px;
}
body:not(.phone) .kontakt-info--top {
    width: 660px;
    margin: 50px 0 0 0;
}
body:not(.phone) .kontakt-info--top--item {
    width: 50%;
    float: left;
}
body.Firefox.kontakt p.clr::after {
    content: '';
    clear: both;
    display: table;
}
.content-bottom--images {
    background: url(/images/startseite-fachaerzte-bckgr.jpg) no-repeat top left;
    background-size: cover;
}
body.deskTab .content-bottom--images {
    padding: 40px 40px 20px;
}
.content-bottom--images figcaption {
    margin: 15px 0px 0px;
    font-size: 18px;
}
body.site .fachaerzte-start {
    padding: 0px;
    margin-bottom: 60px;
}
.two-column-nav--item,
body.site .fachaerzte-start,
.termine-start--item,
body.start .info-banner {
    box-shadow: 2px 7px 20px -10px #a2a2a2;
}
.info-banner {
    padding: 30px;
}
.content-bottom--text {
    padding: 30px;
}
body.site .fachaerzte-start h2 {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 36px;
}
.two-column-nav--item {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.two-column-nav--item__logo {
    position: absolute;
    top: -60px;
    left: -30px;
    background: rgba(255,255,255,0.8);
    padding: 80px 35px 45px 50px;
    border-radius: 47%;
}
.two-column-nav--item__text {
    position: absolute;
    bottom: 20px;
    width: 100%;
    background: rgb(62 97 169 / 62%);
    color: #fff;
    padding: 10px 0px;
}
.two-column-nav--item__text h2,
.two-column-nav--item__text p {
    width: 60%;
    text-align: right;
	margin: 2px 0px;
}
body:not(.mobile) .two-column-nav--item__text p {
	font-size: 18px;
}
body.site .two-column-nav--item__text h2 {
	background: rgb(1 1 1 / 45%);
	padding: 5px 10px 5px 0px;
	border-radius: 3px;	
	font-size: 28px;
}
body.desktop .content-bottom--kompetenzen>h2,
body.desktop .content-bottom--kompetenzen {
    margin-bottom: 60px;
}
.two-column-nav--item {
    filter: brightness(1);
    transition: filter 0.3s ease-in-out;
}
body.desktop .two-column-nav--item:not(.no-img):hover {
    filter: brightness(1.1);
    box-shadow: 0px 0px 0px transparent;
}
body.deskTab .termine-start {
    margin: 120px 0px 60px;
}
body.deskTab .termine-start--header,
body.deskTab .termine-start--bottom,
body.deskTab .left-bar,
body.deskTab .right-bar {
    position: relative;
}
body.deskTab .right-bar h3 {
	text-align: right;
	line-height: 23px;
}
body.deskTab .termine-start--header:before,
body.deskTab .left-bar:before {
    left: 0;
    top: 12px;
}
body.deskTab .termine-start--bottom:after,
body.deskTab .right-bar:after {
	right: 0;
	top: 3px;
}
body.deskTab .termine-start--header:before,
body.deskTab .termine-start--bottom:after,
body.deskTab .left-bar:before,
body.deskTab .right-bar:after {
    position: absolute;
    content: '';
    background: #efefef;
    height: 17px;
    width: calc((100% - 1030px) / 2);
}
.termine-start--header {
    margin-bottom: 30px;
}
body.deskTab .termine-start--wrapper {
    background: url(/images/startseite-termine-bckgr.jpg) top left no-repeat;
    background-size: cover;
}
body.deskTab .termine-start--container {
    padding: 50px 0px;
    margin-bottom: 30px;
}
.termine-start--item__text {
    background: #fff;
    min-height: 250px;
    padding: 15px 50px 15px 50px;
}
.termine-start--item__text h3 {
	font-size: 22px;
}
.termine-start--item__text p {
    margin-bottom: 15px;
}
.termine-start--item__text a {
    color: inherit;
}
body.site a.termine-start--phone {
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
.termine-start--bottom div {
    text-align: right;
}
a.kontakt-link.uppercase {
    font-size: 22px;
    padding: 5px;
    color: #7b7b7b;
    text-decoration: underline;
    background: transparent;
    border-radius: 2px;
    transition: background 0.3s ease-in-out, color 0.4s ease-in-out;
}
.content-standard--links a {
	text-decoration: underline;
	color: inherit;
	padding: 3px;
}
a.kontakt-link.uppercase:hover,
.below-the-fold a:hover,
.content-standard--links a:hover {
	background: #7b7b7b;
	color: #fff;
}
.termine-start--bottom img {
    position: relative;
    bottom: 3px;
	cursor: pointer;
}
.content-bottom--kompetenzen.kennenlernen {
    margin: 100px 0px;
}
.kennenlernen h3.kontakt-link {
    line-height: 23px;
}
body.deskTab .two-column-nav.space-between {
    margin-top: 30px;
    margin-bottom: 30px;
}
body.deskTab .footer--module {
    margin: 150px 0px 100px;
}
body.desktop footer p,
body.desktop footer h4 {
	font-size: 16px;
}
body.tablet footer p,
body.tablet footer h4 {
	font-size: 14px;
}
body.phone footer p,
body.phone footer h4,
body.phone footer ul li{
	font-size: 16px;
}
body.phone footer #copyright p {
	font-size: 14px;
}
footer h4 {
	margin-top: 0px;
}
footer a {
	color: inherit;
}
footer p.org.uppercase.bold {
    margin-bottom: 30px;
}
.footer-content--wrapper {
    position: relative;
}
body.desktop .footer-content--wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 115px;
    bottom: 0;
    left: 0;
    background: #efefef;
    z-index: 0;
}
.footer-content {
    position: relative;
    z-index: 1;
    background: #fff;
}
body.desktop .footer-content--item {
    padding: 20px 40px 0px 40px;
}
body.deskTab .footer-content--item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
}
body.phone .footer-content--item {
    padding: 20px;
}
nav.footer-nav ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
body.deskTab .footer-content--item:not(.last) {
    border-right: 2px solid #e3e3e3;
}
.footer-content--item h4.bold:not(.uppercase) {
    margin-bottom: 0px;
}
body.deskTab .content-standard--text {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    padding-right: 20px;
}
body.deskTab .content-item.flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
body.praxis .content-standard--text {
    margin-top: 0px;
}
.content-item {
    margin: 30px auto;
}
body#body.deskTab .two-column-nav.last {
    margin-bottom: 80px;
}
body#body .two-column-nav.last {
    margin-bottom: 60px;
}
body.deskTab .pull-right.item-image {
    margin: 0px 0px 20px 20px;
}
.content-standard--bottom-praxis {
    margin: 80px auto;
}
body#body .two-column-nav--item__text.no-img {
    color: inherit;
    position: initial;
    background: initial;
}
body.unsere-praxis .two-column-nav.space-between div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
body.unsere-praxis .two-column-nav--item__text.no-img p {
	width: initial;
	text-align: initial;
	padding: 20px;	
	margin: initial;
}
body.unsere-praxis .two-column-nav--item {
    box-shadow: none;
}
.frage {
	color: #444;
	cursor: pointer;
	padding: 18px;
	text-align: left;
	border: 1px solid;
	border-radius: 2px;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0px;  
	transition: 0.4s;
}w

.frage:hover,
.frage.frage-active {
  background-color: #ccc;
}

.frage:before {
	content: '\002B';
	color: #777;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
    margin-bottom: 15px;
}

.frage-active:before {
  content: "\2212";
}

.antwort {
  padding: 0px 18px;
  background: #f5f5f5;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;

}
.antwort p {
	padding: 10px;
}
.faq-active.antwort {
	height: auto;
}
.faq-container {
    margin: 30px auto 80px;
}
body.faq .left-bar h2 {
    margin-bottom: 60px;
}
body.site h2.faq-container-header {
    font-size: 26px;
}
.blog.karriere .page-header h2 {
    font-size: 21px;
    color: var(--first-color);
}
body.deskTab .blog.karriere .page-header h2 {
    font-size: 26px;
}
.karriere a.btn {
    background: var(--first-color);
    color: #fff;
    font-size: 18px;
    text-shadow: none;
    border: none;
    border-radius: 2px;
    margin: 15px 0px;
    padding: 7px 10px;
    background-image: none;
}
body.desktop.kontakt p,
body.desktop.kontakt label,
body.desktop.kontakt input,
body.desktop.kontakt label button {
	font-size: 18px;
}
body.kontakt .left-bar {
	margin: 60px 0px;
}
div#ap_ajax_qc_87,
body.kontakt .right-bar {
    margin-top: 60px;
}
body:not(.phone) .kontakt-img--container {
    width: 660px;
    margin: 0 auto;
}



/*resize Alarm*/
body.desktop #resizeAlarm {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 999;
}
body.desktop #resizeAlarm p {
    line-height: 80px;
    color: #fff;
    font-size: 21px;
    text-shadow: 2px 2px 3px #333333;
    -webkit-transform: translate(0%,50%);
        -ms-transform: translate(0%,50%);
            transform: translate(0%,50%);
}
body.Firefox .scroll-top-wrapper {
    font-weight: bold;
    line-height: 35px;
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 4;
    background-color: var(--first-color);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 35px;
    right: 5%;
    bottom: 10%;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 30px;
    border: 2px solid var(--first-color);
}
body.desktop .scroll-top-wrapper:hover {
    color: var(--first-color);
    background-color: transparent;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 0.6;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}


/*cookie control*/
body#body.desktop #cookiesck {
    font-size: 16px;
}
body#body #cookiesck {
    box-shadow:  0px -11px 40px -5px rgba(0, 0, 0, 0.4);
}
body#body #cookiesck .cookiesck_inner a,
a.cookieImp {
    color: #fff;
    text-decoration: underline;
/*    font-size: 16px;*/
}
body#body #cookiesck_accept {
    background: #fff;
    color: #02519e;
    float: none;
    width: 110px;
    margin: 20px auto 0px !important;
    border: 1px solid #02519e;
}
body#body #cookiesck_readmore {
    margin: 1px 0px 1px 1px;
    color: #fff;
    float: none;
    text-decoration: underline;
    padding: 0px;
}
body#body #cookiesck {
    padding: 5px 10px 5px;
/*    font-size: 16px;*/
}
body#body #cookiesck_readmore:hover,
body#body a.cookieImp:hover {
    color: #fff;
    background: transparent;
}
body#body #cookiesck .cookiesck_inner,
a.cookieImp {
    display: initial;
    line-height: 20px;
}
body#body #cookiesck_accept:hover {
    font-size: initial;
    background: #02519e;
    color: #fff;
    border-color: #fff;
}
@media(max-width: 1280px) {
    body#body.mobile #cookiesck_accept {
        width: 100px;
        padding: 5px;
    }
    body#body.site div#cookiesck span,
    body#body.site div#cookiesck a,
    body#body.site div#cookiesck p {
      font-size: 12px !important;
    }
    body#body.site #cookiesck_readmore {
      padding: 0px !important;
    }
    body#body.site #cookiesck_accept {
      float: none !important;
      margin: 10px auto !important;
    }
    body#body.site #cookiesck {
      line-height: 25px !important;
    }
}
@media(max-width: 1366px) {
  body#body.site #cookiesck {
      text-align: center;
  } 
  body#body.mobile #cookiesck_accept {
      width: 110px;
  }
}

a.cookieImp,
body#body #cookiesck_readmore {
    text-decoration: underline;
    color: #fff;
}
body#body a.cookieImp:hover,
body#body #cookiesck_readmore:hover {
    color: #021b35;
    text-shadow:none;
}

.collapse {
    display: block !important;
  font-size: 15px;
}

body {
    font-family: 'assistantregular' !important;
}

img {
    max-width: 100%;
}

.breadcrumb > li + li:before {
    content: none !important;
}

.breadcrumb > li > .divider {
    padding: 0 5px;
}


@media only screen and (max-width: 1366px) {
body.mobile .navbar .btn-navbar {
        display: block;
        position: relative;
        z-index: 1;
    }
}

.navbar .btn-navbar {
    float: right;
    padding: 7px 10px;
    display: none;
}



body#body .navbar .btn-navbar .icon-bar {
    display: block;
}

h1.header--content__heading.uppercase {
    font-size: 2em;
    margin: 0.67em 0;
    line-height: 40px;
}

body.desktop h1.header--content__heading.uppercase {
    font-size: 50px;
    line-height: 55px;
}



.page-header {
    margin: 2px 0px 10px 0px !important;
    padding-bottom: 5px !important;
}



@media only screen and (max-width: 1366px) {
body.mobile .logo--small img {
        width: 300px !important;
    }
}

.content {
    justify-content: center;
}

li.dropdown:hover ul.dropdown-menu  {
    visibility: hidden;
    opacity: 0;
}