
/* header */
#header .menu-link {
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 500;
}
.menu-item:hover > .menu-link, 
.menu-item.current > .menu-link,
.dark .menu-item:hover > .menu-link, 
.dark .menu-item.current > .menu-link {
    color: #c7a792;
}


/* feature box */
.fbox-content h3 {
    text-transform: none;
}
.feature-box ul {
	padding-left: 14px;
	list-style: none;
}
.feature-box ul li:before {
    display: inline-block;
    content: "-";
    width: 14px;
    margin-left: -14px;
}


/* sidenav / downloads */
.sidenav > .ui-tabs-active > a, .sidenav > .ui-tabs-active > a:hover {
  color: #000 !important;
  background-color: #c2a895 !important;
  text-shadow: none;
}
#side-navigation h3 {
    margin-bottom: 14px;
}

/* content div */
.nowrap {
    white-space: nowrap;
}

/* section downloads */
.section.downloads {
  position: relative;
  margin-bottom: 0;
}



/* datenschutz */
.datenschutz h2 {
    text-transform: none;
}
.datenschutz ul li {
    margin-left: 16px;
}
.datenschutz a {
    text-decoration: underline !important;
}




/* footer */
.dark #footer, #footer.dark {
	color: #fff;
    background-color: #c2a895;
}
#footer .footer-widgets-wrap {
    padding: 40px 0;
}
#footer .widget > h4 {
    margin-bottom: 25px;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
}
#footer .widget p,
#footer .widget a {
    color: #000;
}

#footer .copyright-links a {
    border-bottom: none;
}
#footer .widget p {
    line-height: 1.4;
    margin-bottom: 15px;
}
#footer img.teamviewer {
    max-width: 150px;
}
#footer img.treuhandsuisse {
    max-width: 200px;
}

