/* custom css code gesundheitspraxis andres */
.sunfw-menu-head.navbar-default .navbar-nav > li > a, .sunfw-menu-head.navbar-default .navbar-nav > li > span.nav-header {
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
    display: block;
    line-height: 20px;
}
body:not(.sunfw-homepage) .sunfw-menu > ul > li.active > a, body:not(.sunfw-homepage) .sunfw-menu > ul > li.current > a {
    color: #6CC692 !important;
}
#menu_item_menu ul.dropdown-menu, #menu_item_menu ul.sunfw-megamenu-sub-menu ul {
	z-index: 99999999;
}
.sunfw_section_logomenu {
    padding-top: 0px;
    padding-bottom: 0px;
}
.shine-header .container {
    padding: 0px 0;
    border-bottom: 0px solid #e1e1e1 !important;
}
.page-header {
    padding-bottom: 0px !important;
}
.sunfw_section_logomenu {
    background-color: #fff;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #add2da;
}
.sunfw_section_beitraege {
    padding-top: 10px;
    padding-bottom: 10px;
}
h1 {
    font-size: 40px ;
    font-weight: 600 !important;
}
h2 {
	color: #6CC692;
}
/*--- start flexbox impressum---*/
.flex-skills {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.flex-div {
  box-sizing: inherit;
  align-items: st
}
.flex-div.impr-1 {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.flex-div.impr-2 {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.flex-div.standard {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
/*--- end flexbox impressum---*/
/*--- start klappbares Menu Mobile ---*/
@media handheld, only screen and (max-width: 960px) {
.sunfw-menu-head ul.sunfw-tpl-menu .caret {
text-align: right;
width: 100%;
}
.sunfw-menu-head ul.sunfw-tpl-menu .caret.open {
width: auto;
}
}
/*--- end klappbares Menu Mobile ---*/
@media handheld, only screen and (max-width: 480px) {
h1 {
    font-size: 28px !important;
}
h2 {
	font-size: 22px !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #F3F3F3;
}
}
.shine-header {
z-index: 999999999 !important;
}