
b, strong {
    font-weight: 600;
}

*[id]:before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
}

.page-footer {
    background-color: #666;
    color: #cccccc;
    font-size: 0.8rem;
}

.page-footer p {
    line-height: normal;
}

.page-footer a, .page-footer a:visited {
    color: #cccccc;
}

.home-gray {
    padding-top: 10px;
    /*height: 500px;*/
    background-color: #e9e4e3;
    position: relative;
    font-size: 0.8rem;
}

.home-gray h1 {
    text-transform: uppercase;
    color: #008b4a;
}

.home-gray h2 {
    text-transform: none;
    color: #008b4a;
    font-weight: 600;
}

.home-gray > div {
    position: relative;
}

.home-kontakt {
    width: 100%;
    margin-bottom: -8px;
}

ul.side-nav li a {
    padding: 0 16px;
}

nav {
    /*height: 100px;*/
    /*line-height: 100px;*/
    box-shadow: none;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.tbb-icons {
    height: 100px;
    line-height: 100px;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav .button-collapse i {
    height: 100px;
    line-height: 100px;
}

nav .brand-logo {
    font-size: 1.6rem;
}

nav div.nav-main {
    height: 100px !important;
    line-height: 100px;
}

nav ul.fullwidth {
    float: none;
    display: table;
    width: 100%;
    margin: 0;
}

nav .fullwidth > li {
    float: none;
    display: table-cell;
    text-align: center;
    font-weight: 600;
}

nav .brand-logo img {
    height: 70px;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar nav ul a.dropdown-button {
    padding: 0 10px;
}

@media only screen and (min-width: 601px){
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        /*height: 100px;*/
        /*line-height: 100px;*/
    }

    .navbar-fixed {
        height: 100px;
    }
}

.dropdown-content {
    min-width: 200px;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #495d6d;
    font-size: 0.9em;
}


nav ul li .nav-item {
    line-height: 64px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


nav.shrink ul li .nav-item {
    line-height: 32px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav.shrink {
    height: 64px;
    line-height: 64px;
}

nav.shrink i, nav.shrink [class^="mdi-"], nav.shrink [class*="mdi-"], nav.shrink i.tbb-icons {
    height: 64px;
    line-height: 64px;
}

nav.shrink .button-collapse i {
    height: 64px;
    line-height: 64px;
}

nav.shrink .brand-logo {
    font-size: 1.6rem;
}

nav.shrink .brand-logo img {
    height: 54px;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media only screen and (min-width: 601px){
    nav.shrink, nav.shrink .nav-wrapper i, nav.shrink a.button-collapse, nav.shrink a.button-collapse i {
        height: 64px;
        line-height: 64px;
    }
}

nav ul li.active {
    background-color: transparent;
}

nav div.slogan {
    padding-top: 48px;
    height: auto;
    line-height: initial;
}

nav .slogan img {
    height: 40px;
}

nav ul li .nav-item a {
    /*font-size: 1.1rem;*/
    /*font-weight: 500;*/
    color: #575756;
}

nav ul li.active > .nav-item > a {
    color: #afca0b;
}

nav.shrink ul li .nav-item a {
    padding-top: 16px;
    padding-bottom: 16px;
}

.brand-logo img {
    vertical-align: middle;
}

.darkgray {
    background-color: #222222;
    color: white;
}

img.gallery-thumbnail {
    width: 9rem;
    border-radius: 5px;
    box-sizing: border-box;
    border: 0;
}

a.link {
    color: #222222;
}

#sidenav-overlay {
    z-index: 1;
}

.flexslider {
    margin: 0;
    border: none;
}

.flex-direction-nav a {
    height: 56px;
}

.icon-box .col {
    border-right: 1px solid white;
}

.icon-box .col:last-child {
    border-right: none;
}

.icon-box img {
    width: 80px;
}

.icon-box h3 {
    font-size: 1.1em;
}

.circles {
    background: transparent url('../img/circles.svg') no-repeat right;
    background-size: auto 350px;
}

.pagecontent ul {
  padding-left: 30px; margin-top: 10px; margin-bottom: 15px;
}
.pagecontent li {
  list-style-type: initial !important;
}

/**
 * Leistungen
 */
.limage {
    text-align: left;
}

.limage img {
    width: 85%;
    padding-top: 60px;
}

.leistungen h1 {
    font-weight:bold;
    font-size: 20px;
    /*font-stretch: semi-condensed;*/
}

.leistungen a, .leistungen a:visited {
    color: #575756;
}

.leistungen a:hover, .pagecontent a:focus {
    color : #b1c800;
    text-decoration : underline;
}

.lcontent a:before {
    content:url('../img/textlink_grau.png');
}

/* Toggle Layout */
.toggle {
    padding-bottom: 4px;
    border-bottom: 1px solid #dedede;
}

.toggleContent {
    padding: 4px 10px;
}

.toggleHeader {
    background-color: #f9f9f9;
    padding: 1px 10px 4px 10px;
    cursor: pointer;
    background: url('../img/pfeil_nach_unten.svg') bottom 10px right 10px no-repeat;
    background-size: 14px 12px;
}

.toggleHeader.open {
    background: url('../img/pfeil_nach_oben.svg') bottom 10px right 10px no-repeat;
    background-size: 14px 12px;
}

.toggleHeader:hover {
    background-color: #efefef;
}

/**
 * Breadcrumb
 */
.nav-breadcrumb {
    background-color: transparent;
}

.breadcrumb, .breadcrumb:last-child {
    color: #aaa;
}

.breadcrumb:before {
    color: #aaa;
}

